All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.ecr-2015-09-21-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for the Amazon EC2 Container Registry holds the client classes that are used for communicating with the Amazon EC2 Container Registry Service

There is a newer version: 1.12.772
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : null,
      "skip" : true
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : null,
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : false,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2015-09-21",
    "asyncClient" : "AmazonECRAsyncClient",
    "asyncClientBuilderClassName" : "AmazonECRAsyncClientBuilder",
    "asyncInterface" : "AmazonECRAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonECRModuleInjector",
    "defaultEndpoint" : "ecr.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "ecr.us-east-1.amazonaws.com",
    "documentation" : "

Amazon EC2 Container Registry (Amazon ECR) is a managed AWS Docker registry service. Customers can use the familiar Docker CLI to push, pull, and manage images. Amazon ECR provides a secure, scalable, and reliable registry. Amazon ECR supports private Docker repositories with resource-based permissions using AWS IAM so that specific users or Amazon EC2 instances can access repositories and images. Developers can use the Docker CLI to author and manage images.

", "endpointPrefix" : "ecr", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "packageName" : "com.amazonaws.services.ecr", "packagePath" : "com/amazonaws/services/ecr", "protocol" : "json", "protocolDefaultExceptionUmarshallerImpl" : null, "serviceAbbreviation" : "Amazon ECR", "serviceFullName" : "Amazon EC2 Container Registry", "serviceName" : "Amazon ECR", "signingName" : "ecr", "smokeTestsPackageName" : "com.amazonaws.services.ecr.smoketests", "syncClient" : "AmazonECRClient", "syncClientBuilderClassName" : "AmazonECRClientBuilder", "syncInterface" : "AmazonECR", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "BatchCheckLayerAvailability" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "BatchCheckLayerAvailabilityResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Check the availability of multiple image layers in a specified registry and repository.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers. Use the docker CLI to pull, tag, and push images.

", "exceptions" : [ { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchCheckLayerAvailabilityRequest", "variableName" : "batchCheckLayerAvailabilityRequest", "variableType" : "BatchCheckLayerAvailabilityRequest", "documentation" : "", "simpleType" : "BatchCheckLayerAvailabilityRequest", "variableSetterType" : "BatchCheckLayerAvailabilityRequest" }, "inputStreamPropertyName" : null, "methodName" : "batchCheckLayerAvailability", "operationName" : "BatchCheckLayerAvailability", "returnType" : { "returnType" : "BatchCheckLayerAvailabilityResult", "documentation" : null }, "syncReturnType" : "BatchCheckLayerAvailabilityResult" }, "BatchDeleteImage" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "BatchDeleteImageResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a list of specified images within a specified repository. Images are specified with either imageTag or imageDigest.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchDeleteImageRequest", "variableName" : "batchDeleteImageRequest", "variableType" : "BatchDeleteImageRequest", "documentation" : "

Deletes specified images within a specified repository. Images are specified with either the imageTag or imageDigest.

", "simpleType" : "BatchDeleteImageRequest", "variableSetterType" : "BatchDeleteImageRequest" }, "inputStreamPropertyName" : null, "methodName" : "batchDeleteImage", "operationName" : "BatchDeleteImage", "returnType" : { "returnType" : "BatchDeleteImageResult", "documentation" : null }, "syncReturnType" : "BatchDeleteImageResult" }, "BatchGetImage" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "BatchGetImageResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets detailed information for specified images within a specified repository. Images are specified with either imageTag or imageDigest.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchGetImageRequest", "variableName" : "batchGetImageRequest", "variableType" : "BatchGetImageRequest", "documentation" : "", "simpleType" : "BatchGetImageRequest", "variableSetterType" : "BatchGetImageRequest" }, "inputStreamPropertyName" : null, "methodName" : "batchGetImage", "operationName" : "BatchGetImage", "returnType" : { "returnType" : "BatchGetImageResult", "documentation" : null }, "syncReturnType" : "BatchGetImageResult" }, "CompleteLayerUpload" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CompleteLayerUploadResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Inform Amazon ECR that the image layer upload for a specified registry, repository name, and upload ID, has completed. You can optionally provide a sha256 digest of the image layer for data validation purposes.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers. Use the docker CLI to pull, tag, and push images.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" }, { "exceptionName" : "UploadNotFoundException", "documentation" : "

The upload could not be found, or the specified upload id is not valid for this repository.

" }, { "exceptionName" : "InvalidLayerException", "documentation" : "

The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.

" }, { "exceptionName" : "LayerPartTooSmallException", "documentation" : "

Layer parts must be at least 5 MiB in size.

" }, { "exceptionName" : "LayerAlreadyExistsException", "documentation" : "

The image layer already exists in the associated repository.

" }, { "exceptionName" : "EmptyUploadException", "documentation" : "

The specified layer upload does not contain any layer parts.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CompleteLayerUploadRequest", "variableName" : "completeLayerUploadRequest", "variableType" : "CompleteLayerUploadRequest", "documentation" : "", "simpleType" : "CompleteLayerUploadRequest", "variableSetterType" : "CompleteLayerUploadRequest" }, "inputStreamPropertyName" : null, "methodName" : "completeLayerUpload", "operationName" : "CompleteLayerUpload", "returnType" : { "returnType" : "CompleteLayerUploadResult", "documentation" : null }, "syncReturnType" : "CompleteLayerUploadResult" }, "CreateRepository" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateRepositoryResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an image repository.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryAlreadyExistsException", "documentation" : "

The specified repository already exists in the specified registry.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR Default Service Limits in the Amazon EC2 Container Registry User Guide.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateRepositoryRequest", "variableName" : "createRepositoryRequest", "variableType" : "CreateRepositoryRequest", "documentation" : "", "simpleType" : "CreateRepositoryRequest", "variableSetterType" : "CreateRepositoryRequest" }, "inputStreamPropertyName" : null, "methodName" : "createRepository", "operationName" : "CreateRepository", "returnType" : { "returnType" : "CreateRepositoryResult", "documentation" : null }, "syncReturnType" : "CreateRepositoryResult" }, "DeleteRepository" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteRepositoryResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an existing image repository. If a repository contains images, you must use the force option to delete it.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" }, { "exceptionName" : "RepositoryNotEmptyException", "documentation" : "

The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force parameter.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteRepositoryRequest", "variableName" : "deleteRepositoryRequest", "variableType" : "DeleteRepositoryRequest", "documentation" : "", "simpleType" : "DeleteRepositoryRequest", "variableSetterType" : "DeleteRepositoryRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteRepository", "operationName" : "DeleteRepository", "returnType" : { "returnType" : "DeleteRepositoryResult", "documentation" : null }, "syncReturnType" : "DeleteRepositoryResult" }, "DeleteRepositoryPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteRepositoryPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the repository policy from a specified repository.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" }, { "exceptionName" : "RepositoryPolicyNotFoundException", "documentation" : "

The specified repository and registry combination does not have an associated repository policy.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteRepositoryPolicyRequest", "variableName" : "deleteRepositoryPolicyRequest", "variableType" : "DeleteRepositoryPolicyRequest", "documentation" : "", "simpleType" : "DeleteRepositoryPolicyRequest", "variableSetterType" : "DeleteRepositoryPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteRepositoryPolicy", "operationName" : "DeleteRepositoryPolicy", "returnType" : { "returnType" : "DeleteRepositoryPolicyResult", "documentation" : null }, "syncReturnType" : "DeleteRepositoryPolicyResult" }, "DescribeRepositories" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeRepositoriesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes image repositories in a registry.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeRepositoriesRequest", "variableName" : "describeRepositoriesRequest", "variableType" : "DescribeRepositoriesRequest", "documentation" : "", "simpleType" : "DescribeRepositoriesRequest", "variableSetterType" : "DescribeRepositoriesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeRepositories", "operationName" : "DescribeRepositories", "returnType" : { "returnType" : "DescribeRepositoriesResult", "documentation" : null }, "syncReturnType" : "DescribeRepositoriesResult" }, "GetAuthorizationToken" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetAuthorizationTokenResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a token that is valid for a specified registry for 12 hours. This command allows you to use the docker CLI to push and pull images with Amazon ECR. If you do not specify a registry, the default registry is assumed.

The authorizationToken returned for each registry specified is a base64 encoded string that can be decoded and used in a docker login command to authenticate to a registry. The AWS CLI offers an aws ecr get-login command that simplifies the login process.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAuthorizationTokenRequest", "variableName" : "getAuthorizationTokenRequest", "variableType" : "GetAuthorizationTokenRequest", "documentation" : "", "simpleType" : "GetAuthorizationTokenRequest", "variableSetterType" : "GetAuthorizationTokenRequest" }, "inputStreamPropertyName" : null, "methodName" : "getAuthorizationToken", "operationName" : "GetAuthorizationToken", "returnType" : { "returnType" : "GetAuthorizationTokenResult", "documentation" : null }, "syncReturnType" : "GetAuthorizationTokenResult" }, "GetDownloadUrlForLayer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetDownloadUrlForLayerResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can only get URLs for image layers that are referenced in an image.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers. Use the docker CLI to pull, tag, and push images.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "LayersNotFoundException", "documentation" : "

The specified layers could not be found, or the specified layer is not valid for this repository.

" }, { "exceptionName" : "LayerInaccessibleException", "documentation" : "

The specified layer is not available because it is not associated with an image. Unassociated image layers may be cleaned up at any time.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetDownloadUrlForLayerRequest", "variableName" : "getDownloadUrlForLayerRequest", "variableType" : "GetDownloadUrlForLayerRequest", "documentation" : "", "simpleType" : "GetDownloadUrlForLayerRequest", "variableSetterType" : "GetDownloadUrlForLayerRequest" }, "inputStreamPropertyName" : null, "methodName" : "getDownloadUrlForLayer", "operationName" : "GetDownloadUrlForLayer", "returnType" : { "returnType" : "GetDownloadUrlForLayerResult", "documentation" : null }, "syncReturnType" : "GetDownloadUrlForLayerResult" }, "GetRepositoryPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetRepositoryPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the repository policy for a specified repository.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" }, { "exceptionName" : "RepositoryPolicyNotFoundException", "documentation" : "

The specified repository and registry combination does not have an associated repository policy.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetRepositoryPolicyRequest", "variableName" : "getRepositoryPolicyRequest", "variableType" : "GetRepositoryPolicyRequest", "documentation" : "", "simpleType" : "GetRepositoryPolicyRequest", "variableSetterType" : "GetRepositoryPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "getRepositoryPolicy", "operationName" : "GetRepositoryPolicy", "returnType" : { "returnType" : "GetRepositoryPolicyResult", "documentation" : null }, "syncReturnType" : "GetRepositoryPolicyResult" }, "InitiateLayerUpload" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "InitiateLayerUploadResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Notify Amazon ECR that you intend to upload an image layer.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers. Use the docker CLI to pull, tag, and push images.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "InitiateLayerUploadRequest", "variableName" : "initiateLayerUploadRequest", "variableType" : "InitiateLayerUploadRequest", "documentation" : "", "simpleType" : "InitiateLayerUploadRequest", "variableSetterType" : "InitiateLayerUploadRequest" }, "inputStreamPropertyName" : null, "methodName" : "initiateLayerUpload", "operationName" : "InitiateLayerUpload", "returnType" : { "returnType" : "InitiateLayerUploadResult", "documentation" : null }, "syncReturnType" : "InitiateLayerUploadResult" }, "ListImages" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListImagesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all the image IDs for a given repository.

You can filter images based on whether or not they are tagged by setting the tagStatus parameter to TAGGED or UNTAGGED. For example, you can filter your results to return only UNTAGGED images and then pipe that result to a BatchDeleteImage operation to delete them. Or, you can filter your results to return only TAGGED images to list all of the tags in your repository.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListImagesRequest", "variableName" : "listImagesRequest", "variableType" : "ListImagesRequest", "documentation" : "", "simpleType" : "ListImagesRequest", "variableSetterType" : "ListImagesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listImages", "operationName" : "ListImages", "returnType" : { "returnType" : "ListImagesResult", "documentation" : null }, "syncReturnType" : "ListImagesResult" }, "PutImage" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PutImageResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates the image manifest associated with an image.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers. Use the docker CLI to pull, tag, and push images.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" }, { "exceptionName" : "ImageAlreadyExistsException", "documentation" : "

The specified image has already been pushed, and there are no changes to the manifest or image tag since the last push.

" }, { "exceptionName" : "LayersNotFoundException", "documentation" : "

The specified layers could not be found, or the specified layer is not valid for this repository.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR Default Service Limits in the Amazon EC2 Container Registry User Guide.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutImageRequest", "variableName" : "putImageRequest", "variableType" : "PutImageRequest", "documentation" : "", "simpleType" : "PutImageRequest", "variableSetterType" : "PutImageRequest" }, "inputStreamPropertyName" : null, "methodName" : "putImage", "operationName" : "PutImage", "returnType" : { "returnType" : "PutImageResult", "documentation" : null }, "syncReturnType" : "PutImageResult" }, "SetRepositoryPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetRepositoryPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Applies a repository policy on a specified repository to control access permissions.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetRepositoryPolicyRequest", "variableName" : "setRepositoryPolicyRequest", "variableType" : "SetRepositoryPolicyRequest", "documentation" : "", "simpleType" : "SetRepositoryPolicyRequest", "variableSetterType" : "SetRepositoryPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "setRepositoryPolicy", "operationName" : "SetRepositoryPolicy", "returnType" : { "returnType" : "SetRepositoryPolicyResult", "documentation" : null }, "syncReturnType" : "SetRepositoryPolicyResult" }, "UploadLayerPart" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UploadLayerPartResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Uploads an image layer part to Amazon ECR.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers. Use the docker CLI to pull, tag, and push images.

", "exceptions" : [ { "exceptionName" : "ServerException", "documentation" : "

These errors are usually caused by a server-side issue.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

" }, { "exceptionName" : "InvalidLayerPartException", "documentation" : "

The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer part upload.

" }, { "exceptionName" : "RepositoryNotFoundException", "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

" }, { "exceptionName" : "UploadNotFoundException", "documentation" : "

The upload could not be found, or the specified upload id is not valid for this repository.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR Default Service Limits in the Amazon EC2 Container Registry User Guide.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UploadLayerPartRequest", "variableName" : "uploadLayerPartRequest", "variableType" : "UploadLayerPartRequest", "documentation" : "", "simpleType" : "UploadLayerPartRequest", "variableSetterType" : "UploadLayerPartRequest" }, "inputStreamPropertyName" : null, "methodName" : "uploadLayerPart", "operationName" : "UploadLayerPart", "returnType" : { "returnType" : "UploadLayerPartResult", "documentation" : null }, "syncReturnType" : "UploadLayerPartResult" } }, "shapes" : { "AuthorizationData" : { "c2jName" : "AuthorizationData", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An object representing authorization data for an Amazon ECR registry.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "authorizationToken", "c2jShape" : "Base64", "deprecated" : false, "documentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@return A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "authorizationToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "authorizationToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AuthorizationToken", "setterDocumentation" : "/**

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authorizationToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "authorizationToken", "variableType" : "String", "documentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "expiresAt", "c2jShape" : "ExpirationTimestamp", "deprecated" : false, "documentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@return The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "expiresAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "expiresAt", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExpiresAt", "setterDocumentation" : "/**

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "expiresAt", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "expiresAt", "variableType" : "java.util.Date", "documentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "proxyEndpoint", "c2jShape" : "ProxyEndpoint", "deprecated" : false, "documentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@return The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "proxyEndpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "proxyEndpoint", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProxyEndpoint", "setterDocumentation" : "/**

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "proxyEndpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "proxyEndpoint", "variableType" : "String", "documentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AuthorizationToken" : { "c2jName" : "authorizationToken", "c2jShape" : "Base64", "deprecated" : false, "documentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@return A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "authorizationToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "authorizationToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AuthorizationToken", "setterDocumentation" : "/**

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authorizationToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

\n@param authorizationToken A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "authorizationToken", "variableType" : "String", "documentation" : "

A base64-encoded string that contains authorization data for the specified Amazon ECR registry. When the string is decoded, it is presented in the format user:password for private registry authentication using docker login.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExpiresAt" : { "c2jName" : "expiresAt", "c2jShape" : "ExpirationTimestamp", "deprecated" : false, "documentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@return The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "expiresAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "expiresAt", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExpiresAt", "setterDocumentation" : "/**

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "expiresAt", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

\n@param expiresAt The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "expiresAt", "variableType" : "java.util.Date", "documentation" : "

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "ProxyEndpoint" : { "c2jName" : "proxyEndpoint", "c2jShape" : "ProxyEndpoint", "deprecated" : false, "documentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@return The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "proxyEndpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "proxyEndpoint", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProxyEndpoint", "setterDocumentation" : "/**

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "proxyEndpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

\n@param proxyEndpoint The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "proxyEndpoint", "variableType" : "String", "documentation" : "

The registry URL to use for this authorization token in a docker login command. The Amazon ECR registry URL format is https://aws_account_id.dkr.ecr.region.amazonaws.com. For example, https://012345678910.dkr.ecr.us-east-1.amazonaws.com..

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AuthorizationData", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "authorizationData", "variableType" : "AuthorizationData", "documentation" : null, "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "wrapper" : false }, "BatchCheckLayerAvailabilityRequest" : { "c2jName" : "BatchCheckLayerAvailabilityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "BatchCheckLayerAvailability", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.BatchCheckLayerAvailability", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository that is associated with the image layers to check.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository that is associated with the image layers to check.

\n@return The name of the repository that is associated with the image layers to check.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the image layers to check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "layerDigests", "c2jShape" : "BatchedOperationLayerDigestList", "deprecated" : false, "documentation" : "

The digests of the image layers to check.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The digests of the image layers to check.

\n@param layerDigests The digests of the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The digests of the image layers to check.

\n@return The digests of the image layers to check.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BatchedOperationLayerDigest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LayerDigests", "setterDocumentation" : "/**

The digests of the image layers to check.

\n@param layerDigests The digests of the image layers to check.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The digests of the image layers to check.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setLayerDigests(java.util.Collection)} or {@link #withLayerDigests(java.util.Collection)} if you want to override the existing values.

\n@param layerDigests The digests of the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "

The digests of the image layers to check.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerDigests" : { "c2jName" : "layerDigests", "c2jShape" : "BatchedOperationLayerDigestList", "deprecated" : false, "documentation" : "

The digests of the image layers to check.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The digests of the image layers to check.

\n@param layerDigests The digests of the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The digests of the image layers to check.

\n@return The digests of the image layers to check.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BatchedOperationLayerDigest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LayerDigests", "setterDocumentation" : "/**

The digests of the image layers to check.

\n@param layerDigests The digests of the image layers to check.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The digests of the image layers to check.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setLayerDigests(java.util.Collection)} or {@link #withLayerDigests(java.util.Collection)} if you want to override the existing values.

\n@param layerDigests The digests of the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "

The digests of the image layers to check.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository that is associated with the image layers to check.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository that is associated with the image layers to check.

\n@return The name of the repository that is associated with the image layers to check.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository that is associated with the image layers to check.

\n@param repositoryName The name of the repository that is associated with the image layers to check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the image layers to check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName", "layerDigests" ], "shapeName" : "BatchCheckLayerAvailabilityRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchCheckLayerAvailabilityRequest", "variableName" : "batchCheckLayerAvailabilityRequest", "variableType" : "BatchCheckLayerAvailabilityRequest", "documentation" : null, "simpleType" : "BatchCheckLayerAvailabilityRequest", "variableSetterType" : "BatchCheckLayerAvailabilityRequest" }, "wrapper" : false }, "BatchCheckLayerAvailabilityResult" : { "c2jName" : "BatchCheckLayerAvailabilityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "layers", "c2jShape" : "LayerList", "deprecated" : false, "documentation" : "

A list of image layer objects corresponding to the image layer references in the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of image layer objects corresponding to the image layer references in the request.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of image layer objects corresponding to the image layer references in the request.

\n@return A list of image layer objects corresponding to the image layer references in the request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layers", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Layer", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Layer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Layer", "variableName" : "member", "variableType" : "Layer", "documentation" : "", "simpleType" : "Layer", "variableSetterType" : "Layer" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Layer", "variableName" : "member", "variableType" : "Layer", "documentation" : "", "simpleType" : "Layer", "variableSetterType" : "Layer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Layer", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Layer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Layers", "setterDocumentation" : "/**

A list of image layer objects corresponding to the image layer references in the request.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of image layer objects corresponding to the image layer references in the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setLayers(java.util.Collection)} or {@link #withLayers(java.util.Collection)} if you want to override the existing values.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layers", "variableType" : "java.util.List", "documentation" : "

A list of image layer objects corresponding to the image layer references in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "failures", "c2jShape" : "LayerFailureList", "deprecated" : false, "documentation" : "

Any failures associated with the call.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Any failures associated with the call.

\n@return Any failures associated with the call.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failures", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LayerFailure", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LayerFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LayerFailure", "variableName" : "member", "variableType" : "LayerFailure", "documentation" : "", "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LayerFailure", "variableName" : "member", "variableType" : "LayerFailure", "documentation" : "", "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LayerFailure", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LayerFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failures", "setterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Any failures associated with the call.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailures(java.util.Collection)} or {@link #withFailures(java.util.Collection)} if you want to override the existing values.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Failures" : { "c2jName" : "failures", "c2jShape" : "LayerFailureList", "deprecated" : false, "documentation" : "

Any failures associated with the call.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Any failures associated with the call.

\n@return Any failures associated with the call.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failures", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LayerFailure", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LayerFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LayerFailure", "variableName" : "member", "variableType" : "LayerFailure", "documentation" : "", "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LayerFailure", "variableName" : "member", "variableType" : "LayerFailure", "documentation" : "", "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LayerFailure", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LayerFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failures", "setterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Any failures associated with the call.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailures(java.util.Collection)} or {@link #withFailures(java.util.Collection)} if you want to override the existing values.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Layers" : { "c2jName" : "layers", "c2jShape" : "LayerList", "deprecated" : false, "documentation" : "

A list of image layer objects corresponding to the image layer references in the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of image layer objects corresponding to the image layer references in the request.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of image layer objects corresponding to the image layer references in the request.

\n@return A list of image layer objects corresponding to the image layer references in the request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layers", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Layer", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Layer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Layer", "variableName" : "member", "variableType" : "Layer", "documentation" : "", "simpleType" : "Layer", "variableSetterType" : "Layer" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Layer", "variableName" : "member", "variableType" : "Layer", "documentation" : "", "simpleType" : "Layer", "variableSetterType" : "Layer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Layer", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Layer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Layers", "setterDocumentation" : "/**

A list of image layer objects corresponding to the image layer references in the request.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of image layer objects corresponding to the image layer references in the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setLayers(java.util.Collection)} or {@link #withLayers(java.util.Collection)} if you want to override the existing values.

\n@param layers A list of image layer objects corresponding to the image layer references in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layers", "variableType" : "java.util.List", "documentation" : "

A list of image layer objects corresponding to the image layer references in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "BatchCheckLayerAvailabilityResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchCheckLayerAvailabilityResult", "variableName" : "batchCheckLayerAvailabilityResult", "variableType" : "BatchCheckLayerAvailabilityResult", "documentation" : null, "simpleType" : "BatchCheckLayerAvailabilityResult", "variableSetterType" : "BatchCheckLayerAvailabilityResult" }, "wrapper" : false }, "BatchDeleteImageRequest" : { "c2jName" : "BatchDeleteImageRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Deletes specified images within a specified repository. Images are specified with either the imageTag or imageDigest.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "BatchDeleteImage", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.BatchDeleteImage", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository that contains the image to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository that contains the image to delete.

\n@return The repository that contains the image to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the image to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "deprecated" : false, "documentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@return A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ImageIds", "setterDocumentation" : "/**

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setImageIds(java.util.Collection)} or {@link #withImageIds(java.util.Collection)} if you want to override the existing values.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageIds" : { "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "deprecated" : false, "documentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@return A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ImageIds", "setterDocumentation" : "/**

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setImageIds(java.util.Collection)} or {@link #withImageIds(java.util.Collection)} if you want to override the existing values.

\n@param imageIds A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository that contains the image to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository that contains the image to delete.

\n@return The repository that contains the image to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository that contains the image to delete.

\n@param repositoryName The repository that contains the image to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the image to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName", "imageIds" ], "shapeName" : "BatchDeleteImageRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchDeleteImageRequest", "variableName" : "batchDeleteImageRequest", "variableType" : "BatchDeleteImageRequest", "documentation" : null, "simpleType" : "BatchDeleteImageRequest", "variableSetterType" : "BatchDeleteImageRequest" }, "wrapper" : false }, "BatchDeleteImageResult" : { "c2jName" : "BatchDeleteImageResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "deprecated" : false, "documentation" : "

The image IDs of the deleted images.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image IDs of the deleted images.

\n@param imageIds The image IDs of the deleted images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The image IDs of the deleted images.

\n@return The image IDs of the deleted images.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ImageIds", "setterDocumentation" : "/**

The image IDs of the deleted images.

\n@param imageIds The image IDs of the deleted images.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The image IDs of the deleted images.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setImageIds(java.util.Collection)} or {@link #withImageIds(java.util.Collection)} if you want to override the existing values.

\n@param imageIds The image IDs of the deleted images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The image IDs of the deleted images.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "failures", "c2jShape" : "ImageFailureList", "deprecated" : false, "documentation" : "

Any failures associated with the call.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Any failures associated with the call.

\n@return Any failures associated with the call.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failures", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageFailure", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageFailure", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failures", "setterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Any failures associated with the call.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailures(java.util.Collection)} or {@link #withFailures(java.util.Collection)} if you want to override the existing values.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Failures" : { "c2jName" : "failures", "c2jShape" : "ImageFailureList", "deprecated" : false, "documentation" : "

Any failures associated with the call.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Any failures associated with the call.

\n@return Any failures associated with the call.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failures", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageFailure", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageFailure", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failures", "setterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Any failures associated with the call.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailures(java.util.Collection)} or {@link #withFailures(java.util.Collection)} if you want to override the existing values.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ImageIds" : { "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "deprecated" : false, "documentation" : "

The image IDs of the deleted images.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image IDs of the deleted images.

\n@param imageIds The image IDs of the deleted images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The image IDs of the deleted images.

\n@return The image IDs of the deleted images.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ImageIds", "setterDocumentation" : "/**

The image IDs of the deleted images.

\n@param imageIds The image IDs of the deleted images.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The image IDs of the deleted images.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setImageIds(java.util.Collection)} or {@link #withImageIds(java.util.Collection)} if you want to override the existing values.

\n@param imageIds The image IDs of the deleted images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The image IDs of the deleted images.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "BatchDeleteImageResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDeleteImageResult", "variableName" : "batchDeleteImageResult", "variableType" : "BatchDeleteImageResult", "documentation" : null, "simpleType" : "BatchDeleteImageResult", "variableSetterType" : "BatchDeleteImageResult" }, "wrapper" : false }, "BatchGetImageRequest" : { "c2jName" : "BatchGetImageRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "BatchGetImage", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.BatchGetImage", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository that contains the images to describe.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository that contains the images to describe.

\n@return The repository that contains the images to describe.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the images to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "deprecated" : false, "documentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@return A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ImageIds", "setterDocumentation" : "/**

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setImageIds(java.util.Collection)} or {@link #withImageIds(java.util.Collection)} if you want to override the existing values.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageIds" : { "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "deprecated" : false, "documentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@return A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ImageIds", "setterDocumentation" : "/**

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setImageIds(java.util.Collection)} or {@link #withImageIds(java.util.Collection)} if you want to override the existing values.

\n@param imageIds A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository that contains the images to describe.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository that contains the images to describe.

\n@return The repository that contains the images to describe.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository that contains the images to describe.

\n@param repositoryName The repository that contains the images to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository that contains the images to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName", "imageIds" ], "shapeName" : "BatchGetImageRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchGetImageRequest", "variableName" : "batchGetImageRequest", "variableType" : "BatchGetImageRequest", "documentation" : null, "simpleType" : "BatchGetImageRequest", "variableSetterType" : "BatchGetImageRequest" }, "wrapper" : false }, "BatchGetImageResult" : { "c2jName" : "BatchGetImageResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "images", "c2jShape" : "ImageList", "deprecated" : false, "documentation" : "

A list of image objects corresponding to the image references in the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of image objects corresponding to the image references in the request.

\n@param images A list of image objects corresponding to the image references in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of image objects corresponding to the image references in the request.

\n@return A list of image objects corresponding to the image references in the request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "images", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "images", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Image", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Image", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Image", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Image", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Images", "setterDocumentation" : "/**

A list of image objects corresponding to the image references in the request.

\n@param images A list of image objects corresponding to the image references in the request.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of image objects corresponding to the image references in the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setImages(java.util.Collection)} or {@link #withImages(java.util.Collection)} if you want to override the existing values.

\n@param images A list of image objects corresponding to the image references in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "

A list of image objects corresponding to the image references in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "failures", "c2jShape" : "ImageFailureList", "deprecated" : false, "documentation" : "

Any failures associated with the call.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Any failures associated with the call.

\n@return Any failures associated with the call.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failures", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageFailure", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageFailure", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failures", "setterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Any failures associated with the call.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailures(java.util.Collection)} or {@link #withFailures(java.util.Collection)} if you want to override the existing values.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Failures" : { "c2jName" : "failures", "c2jShape" : "ImageFailureList", "deprecated" : false, "documentation" : "

Any failures associated with the call.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Any failures associated with the call.

\n@return Any failures associated with the call.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failures", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failures", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageFailure", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageFailure", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "member", "variableType" : "ImageFailure", "documentation" : "", "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageFailure", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageFailure", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Failures", "setterDocumentation" : "/**

Any failures associated with the call.

\n@param failures Any failures associated with the call.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Any failures associated with the call.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailures(java.util.Collection)} or {@link #withFailures(java.util.Collection)} if you want to override the existing values.

\n@param failures Any failures associated with the call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "failures", "variableType" : "java.util.List", "documentation" : "

Any failures associated with the call.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Images" : { "c2jName" : "images", "c2jShape" : "ImageList", "deprecated" : false, "documentation" : "

A list of image objects corresponding to the image references in the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of image objects corresponding to the image references in the request.

\n@param images A list of image objects corresponding to the image references in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of image objects corresponding to the image references in the request.

\n@return A list of image objects corresponding to the image references in the request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "images", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "images", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Image", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Image", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Image", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Image", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Images", "setterDocumentation" : "/**

A list of image objects corresponding to the image references in the request.

\n@param images A list of image objects corresponding to the image references in the request.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of image objects corresponding to the image references in the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setImages(java.util.Collection)} or {@link #withImages(java.util.Collection)} if you want to override the existing values.

\n@param images A list of image objects corresponding to the image references in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "

A list of image objects corresponding to the image references in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "BatchGetImageResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchGetImageResult", "variableName" : "batchGetImageResult", "variableType" : "BatchGetImageResult", "documentation" : null, "simpleType" : "BatchGetImageResult", "variableSetterType" : "BatchGetImageResult" }, "wrapper" : false }, "CompleteLayerUploadRequest" : { "c2jName" : "CompleteLayerUploadRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CompleteLayerUpload", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.CompleteLayerUpload", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository to associate with the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository to associate with the image layer.

\n@return The name of the repository to associate with the image layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to associate with the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@return The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "layerDigests", "c2jShape" : "LayerDigestList", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigests The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The sha256 digest of the image layer.

\n@return The sha256 digest of the image layer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LayerDigest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LayerDigests", "setterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigests The sha256 digest of the image layer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setLayerDigests(java.util.Collection)} or {@link #withLayerDigests(java.util.Collection)} if you want to override the existing values.

\n@param layerDigests The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerDigests" : { "c2jName" : "layerDigests", "c2jShape" : "LayerDigestList", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigests The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The sha256 digest of the image layer.

\n@return The sha256 digest of the image layer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LayerDigest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LayerDigests", "setterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigests The sha256 digest of the image layer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setLayerDigests(java.util.Collection)} or {@link #withLayerDigests(java.util.Collection)} if you want to override the existing values.

\n@param layerDigests The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "layerDigests", "variableType" : "java.util.List", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository to associate with the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository to associate with the image layer.

\n@return The name of the repository to associate with the image layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository to associate with the image layer.

\n@param repositoryName The name of the repository to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to associate with the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UploadId" : { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@return The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName", "uploadId", "layerDigests" ], "shapeName" : "CompleteLayerUploadRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CompleteLayerUploadRequest", "variableName" : "completeLayerUploadRequest", "variableType" : "CompleteLayerUploadRequest", "documentation" : null, "simpleType" : "CompleteLayerUploadRequest", "variableSetterType" : "CompleteLayerUploadRequest" }, "wrapper" : false }, "CompleteLayerUploadResult" : { "c2jName" : "CompleteLayerUploadResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the request.

\n@return The registry ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the request.

\n@return The repository name associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID associated with the layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID associated with the layer.

\n@return The upload ID associated with the layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The sha256 digest of the image layer.

\n@return The sha256 digest of the image layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerDigest", "setterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerDigest" : { "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The sha256 digest of the image layer.

\n@return The sha256 digest of the image layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerDigest", "setterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the request.

\n@return The registry ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the request.

\n@return The repository name associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UploadId" : { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID associated with the layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID associated with the layer.

\n@return The upload ID associated with the layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID associated with the layer.

\n@param uploadId The upload ID associated with the layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CompleteLayerUploadResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CompleteLayerUploadResult", "variableName" : "completeLayerUploadResult", "variableType" : "CompleteLayerUploadResult", "documentation" : null, "simpleType" : "CompleteLayerUploadResult", "variableSetterType" : "CompleteLayerUploadResult" }, "wrapper" : false }, "CreateRepositoryRequest" : { "c2jName" : "CreateRepositoryRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateRepository", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.CreateRepository", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@return The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@return The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

\n@param repositoryName The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName" ], "shapeName" : "CreateRepositoryRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateRepositoryRequest", "variableName" : "createRepositoryRequest", "variableType" : "CreateRepositoryRequest", "documentation" : null, "simpleType" : "CreateRepositoryRequest", "variableSetterType" : "CreateRepositoryRequest" }, "wrapper" : false }, "CreateRepositoryResult" : { "c2jName" : "CreateRepositoryResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "repository", "c2jShape" : "Repository", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param repository \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Repository", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repository", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Repository", "setterDocumentation" : "/**\n@param repository */", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param repository \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Repository" : { "c2jName" : "repository", "c2jShape" : "Repository", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param repository \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Repository", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repository", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Repository", "setterDocumentation" : "/**\n@param repository */", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param repository \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateRepositoryResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateRepositoryResult", "variableName" : "createRepositoryResult", "variableType" : "CreateRepositoryResult", "documentation" : null, "simpleType" : "CreateRepositoryResult", "variableSetterType" : "CreateRepositoryResult" }, "wrapper" : false }, "DeleteRepositoryPolicyRequest" : { "c2jName" : "DeleteRepositoryPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteRepositoryPolicy", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.DeleteRepositoryPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository that is associated with the repository policy to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository that is associated with the repository policy to delete.

\n@return The name of the repository that is associated with the repository policy to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the repository policy to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository that is associated with the repository policy to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository that is associated with the repository policy to delete.

\n@return The name of the repository that is associated with the repository policy to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository that is associated with the repository policy to delete.

\n@param repositoryName The name of the repository that is associated with the repository policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the repository policy to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName" ], "shapeName" : "DeleteRepositoryPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteRepositoryPolicyRequest", "variableName" : "deleteRepositoryPolicyRequest", "variableType" : "DeleteRepositoryPolicyRequest", "documentation" : null, "simpleType" : "DeleteRepositoryPolicyRequest", "variableSetterType" : "DeleteRepositoryPolicyRequest" }, "wrapper" : false }, "DeleteRepositoryPolicyResult" : { "c2jName" : "DeleteRepositoryPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the request.

\n@return The registry ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the request.

\n@return The repository name associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "deprecated" : false, "documentation" : "

The JSON repository policy that was deleted from the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The JSON repository policy that was deleted from the repository.

\n@return The JSON repository policy that was deleted from the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "policyText", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyText", "setterDocumentation" : "/**

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy that was deleted from the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyText" : { "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "deprecated" : false, "documentation" : "

The JSON repository policy that was deleted from the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The JSON repository policy that was deleted from the repository.

\n@return The JSON repository policy that was deleted from the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "policyText", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyText", "setterDocumentation" : "/**

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The JSON repository policy that was deleted from the repository.

\n@param policyText The JSON repository policy that was deleted from the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy that was deleted from the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the request.

\n@return The registry ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the request.

\n@return The repository name associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteRepositoryPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteRepositoryPolicyResult", "variableName" : "deleteRepositoryPolicyResult", "variableType" : "DeleteRepositoryPolicyResult", "documentation" : null, "simpleType" : "DeleteRepositoryPolicyResult", "variableSetterType" : "DeleteRepositoryPolicyResult" }, "wrapper" : false }, "DeleteRepositoryRequest" : { "c2jName" : "DeleteRepositoryRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteRepository", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.DeleteRepository", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository to delete.

\n@param repositoryName The name of the repository to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository to delete.

\n@return The name of the repository to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository to delete.

\n@param repositoryName The name of the repository to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository to delete.

\n@param repositoryName The name of the repository to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "force", "c2jShape" : "ForceFlag", "deprecated" : false, "documentation" : "

Force the deletion of the repository if it contains images.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Force the deletion of the repository if it contains images.

\n@param force Force the deletion of the repository if it contains images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Force the deletion of the repository if it contains images.

\n@return Force the deletion of the repository if it contains images.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "force", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "force", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Force", "setterDocumentation" : "/**

Force the deletion of the repository if it contains images.

\n@param force Force the deletion of the repository if it contains images.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Force the deletion of the repository if it contains images.

\n@param force Force the deletion of the repository if it contains images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "

Force the deletion of the repository if it contains images.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Force" : { "c2jName" : "force", "c2jShape" : "ForceFlag", "deprecated" : false, "documentation" : "

Force the deletion of the repository if it contains images.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Force the deletion of the repository if it contains images.

\n@param force Force the deletion of the repository if it contains images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Force the deletion of the repository if it contains images.

\n@return Force the deletion of the repository if it contains images.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "force", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "force", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Force", "setterDocumentation" : "/**

Force the deletion of the repository if it contains images.

\n@param force Force the deletion of the repository if it contains images.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Force the deletion of the repository if it contains images.

\n@param force Force the deletion of the repository if it contains images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "

Force the deletion of the repository if it contains images.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository to delete.

\n@param repositoryName The name of the repository to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository to delete.

\n@return The name of the repository to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository to delete.

\n@param repositoryName The name of the repository to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository to delete.

\n@param repositoryName The name of the repository to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName" ], "shapeName" : "DeleteRepositoryRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteRepositoryRequest", "variableName" : "deleteRepositoryRequest", "variableType" : "DeleteRepositoryRequest", "documentation" : null, "simpleType" : "DeleteRepositoryRequest", "variableSetterType" : "DeleteRepositoryRequest" }, "wrapper" : false }, "DeleteRepositoryResult" : { "c2jName" : "DeleteRepositoryResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "repository", "c2jShape" : "Repository", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param repository \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Repository", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repository", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Repository", "setterDocumentation" : "/**\n@param repository */", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param repository \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Repository" : { "c2jName" : "repository", "c2jShape" : "Repository", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param repository \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Repository", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repository", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Repository", "setterDocumentation" : "/**\n@param repository */", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param repository \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteRepositoryResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteRepositoryResult", "variableName" : "deleteRepositoryResult", "variableType" : "DeleteRepositoryResult", "documentation" : null, "simpleType" : "DeleteRepositoryResult", "variableSetterType" : "DeleteRepositoryResult" }, "wrapper" : false }, "DescribeRepositoriesRequest" : { "c2jName" : "DescribeRepositoriesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeRepositories", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.DescribeRepositories", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryNames", "c2jShape" : "RepositoryNameList", "deprecated" : false, "documentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@return A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RepositoryNames", "setterDocumentation" : "/**

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositoryNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRepositoryNames(java.util.Collection)} or {@link #withRepositoryNames(java.util.Collection)} if you want to override the existing values.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositoryNames", "variableType" : "java.util.List", "documentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "maxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

\n@return The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "c2jName" : "maxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

\n@return The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryNames" : { "c2jName" : "repositoryNames", "c2jShape" : "RepositoryNameList", "deprecated" : false, "documentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@return A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RepositoryNames", "setterDocumentation" : "/**

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositoryNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRepositoryNames(java.util.Collection)} or {@link #withRepositoryNames(java.util.Collection)} if you want to override the existing values.

\n@param repositoryNames A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositoryNames", "variableType" : "java.util.List", "documentation" : "

A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeRepositoriesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeRepositoriesRequest", "variableName" : "describeRepositoriesRequest", "variableType" : "DescribeRepositoriesRequest", "documentation" : null, "simpleType" : "DescribeRepositoriesRequest", "variableSetterType" : "DescribeRepositoriesRequest" }, "wrapper" : false }, "DescribeRepositoriesResult" : { "c2jName" : "DescribeRepositoriesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "repositories", "c2jShape" : "RepositoryList", "deprecated" : false, "documentation" : "

A list of repository objects corresponding to valid repositories.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of repository objects corresponding to valid repositories.

\n@param repositories A list of repository objects corresponding to valid repositories.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of repository objects corresponding to valid repositories.

\n@return A list of repository objects corresponding to valid repositories.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositories", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Repository", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Repository", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "member", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Repository", "variableName" : "member", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Repository", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Repository", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Repositories", "setterDocumentation" : "/**

A list of repository objects corresponding to valid repositories.

\n@param repositories A list of repository objects corresponding to valid repositories.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositories", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of repository objects corresponding to valid repositories.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRepositories(java.util.Collection)} or {@link #withRepositories(java.util.Collection)} if you want to override the existing values.

\n@param repositories A list of repository objects corresponding to valid repositories.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositories", "variableType" : "java.util.List", "documentation" : "

A list of repository objects corresponding to valid repositories.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Repositories" : { "c2jName" : "repositories", "c2jShape" : "RepositoryList", "deprecated" : false, "documentation" : "

A list of repository objects corresponding to valid repositories.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of repository objects corresponding to valid repositories.

\n@param repositories A list of repository objects corresponding to valid repositories.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of repository objects corresponding to valid repositories.

\n@return A list of repository objects corresponding to valid repositories.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositories", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Repository", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Repository", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Repository", "variableName" : "member", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Repository", "variableName" : "member", "variableType" : "Repository", "documentation" : "", "simpleType" : "Repository", "variableSetterType" : "Repository" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Repository", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Repository", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Repositories", "setterDocumentation" : "/**

A list of repository objects corresponding to valid repositories.

\n@param repositories A list of repository objects corresponding to valid repositories.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositories", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of repository objects corresponding to valid repositories.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRepositories(java.util.Collection)} or {@link #withRepositories(java.util.Collection)} if you want to override the existing values.

\n@param repositories A list of repository objects corresponding to valid repositories.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "repositories", "variableType" : "java.util.List", "documentation" : "

A list of repository objects corresponding to valid repositories.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeRepositoriesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeRepositoriesResult", "variableName" : "describeRepositoriesResult", "variableType" : "DescribeRepositoriesResult", "documentation" : null, "simpleType" : "DescribeRepositoriesResult", "variableSetterType" : "DescribeRepositoriesResult" }, "wrapper" : false }, "EmptyUploadException" : { "c2jName" : "EmptyUploadException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified layer upload does not contain any layer parts.

", "enums" : null, "errorCode" : "EmptyUploadException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "EmptyUploadException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EmptyUploadException", "variableName" : "emptyUploadException", "variableType" : "EmptyUploadException", "documentation" : null, "simpleType" : "EmptyUploadException", "variableSetterType" : "EmptyUploadException" }, "wrapper" : false }, "GetAuthorizationTokenRequest" : { "c2jName" : "GetAuthorizationTokenRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetAuthorizationToken", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.GetAuthorizationToken", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryIds", "c2jShape" : "GetAuthorizationTokenRegistryIdList", "deprecated" : false, "documentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@return A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RegistryIds", "setterDocumentation" : "/**

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "registryIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRegistryIds(java.util.Collection)} or {@link #withRegistryIds(java.util.Collection)} if you want to override the existing values.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "registryIds", "variableType" : "java.util.List", "documentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryIds" : { "c2jName" : "registryIds", "c2jShape" : "GetAuthorizationTokenRegistryIdList", "deprecated" : false, "documentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@return A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RegistryIds", "setterDocumentation" : "/**

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "registryIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRegistryIds(java.util.Collection)} or {@link #withRegistryIds(java.util.Collection)} if you want to override the existing values.

\n@param registryIds A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "registryIds", "variableType" : "java.util.List", "documentation" : "

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetAuthorizationTokenRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAuthorizationTokenRequest", "variableName" : "getAuthorizationTokenRequest", "variableType" : "GetAuthorizationTokenRequest", "documentation" : null, "simpleType" : "GetAuthorizationTokenRequest", "variableSetterType" : "GetAuthorizationTokenRequest" }, "wrapper" : false }, "GetAuthorizationTokenResult" : { "c2jName" : "GetAuthorizationTokenResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "authorizationData", "c2jShape" : "AuthorizationDataList", "deprecated" : false, "documentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@return A list of authorization token data objects that correspond to the registryIds values in the request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "authorizationData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "authorizationData", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AuthorizationData", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AuthorizationData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "member", "variableType" : "AuthorizationData", "documentation" : "", "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "member", "variableType" : "AuthorizationData", "documentation" : "", "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AuthorizationData", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AuthorizationData", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AuthorizationData", "setterDocumentation" : "/**

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "authorizationData", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of authorization token data objects that correspond to the registryIds values in the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAuthorizationData(java.util.Collection)} or {@link #withAuthorizationData(java.util.Collection)} if you want to override the existing values.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "authorizationData", "variableType" : "java.util.List", "documentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AuthorizationData" : { "c2jName" : "authorizationData", "c2jShape" : "AuthorizationDataList", "deprecated" : false, "documentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@return A list of authorization token data objects that correspond to the registryIds values in the request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "authorizationData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "authorizationData", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AuthorizationData", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AuthorizationData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "member", "variableType" : "AuthorizationData", "documentation" : "", "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AuthorizationData", "variableName" : "member", "variableType" : "AuthorizationData", "documentation" : "", "simpleType" : "AuthorizationData", "variableSetterType" : "AuthorizationData" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AuthorizationData", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AuthorizationData", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AuthorizationData", "setterDocumentation" : "/**

A list of authorization token data objects that correspond to the registryIds values in the request.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "authorizationData", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of authorization token data objects that correspond to the registryIds values in the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAuthorizationData(java.util.Collection)} or {@link #withAuthorizationData(java.util.Collection)} if you want to override the existing values.

\n@param authorizationData A list of authorization token data objects that correspond to the registryIds values in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "authorizationData", "variableType" : "java.util.List", "documentation" : "

A list of authorization token data objects that correspond to the registryIds values in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetAuthorizationTokenResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetAuthorizationTokenResult", "variableName" : "getAuthorizationTokenResult", "variableType" : "GetAuthorizationTokenResult", "documentation" : null, "simpleType" : "GetAuthorizationTokenResult", "variableSetterType" : "GetAuthorizationTokenResult" }, "wrapper" : false }, "GetDownloadUrlForLayerRequest" : { "c2jName" : "GetDownloadUrlForLayerRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetDownloadUrlForLayer", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.GetDownloadUrlForLayer", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository that is associated with the image layer to download.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository that is associated with the image layer to download.

\n@return The name of the repository that is associated with the image layer to download.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "deprecated" : false, "documentation" : "

The digest of the image layer to download.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The digest of the image layer to download.

\n@return The digest of the image layer to download.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerDigest", "setterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The digest of the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerDigest" : { "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "deprecated" : false, "documentation" : "

The digest of the image layer to download.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The digest of the image layer to download.

\n@return The digest of the image layer to download.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerDigest", "setterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The digest of the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository that is associated with the image layer to download.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository that is associated with the image layer to download.

\n@return The name of the repository that is associated with the image layer to download.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository that is associated with the image layer to download.

\n@param repositoryName The name of the repository that is associated with the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that is associated with the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName", "layerDigest" ], "shapeName" : "GetDownloadUrlForLayerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetDownloadUrlForLayerRequest", "variableName" : "getDownloadUrlForLayerRequest", "variableType" : "GetDownloadUrlForLayerRequest", "documentation" : null, "simpleType" : "GetDownloadUrlForLayerRequest", "variableSetterType" : "GetDownloadUrlForLayerRequest" }, "wrapper" : false }, "GetDownloadUrlForLayerResult" : { "c2jName" : "GetDownloadUrlForLayerResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "downloadUrl", "c2jShape" : "Url", "deprecated" : false, "documentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The pre-signed Amazon S3 download URL for the requested layer.

\n@return The pre-signed Amazon S3 download URL for the requested layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "downloadUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "downloadUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DownloadUrl", "setterDocumentation" : "/**

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUrl", "variableType" : "String", "documentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "deprecated" : false, "documentation" : "

The digest of the image layer to download.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The digest of the image layer to download.

\n@return The digest of the image layer to download.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerDigest", "setterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The digest of the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DownloadUrl" : { "c2jName" : "downloadUrl", "c2jShape" : "Url", "deprecated" : false, "documentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The pre-signed Amazon S3 download URL for the requested layer.

\n@return The pre-signed Amazon S3 download URL for the requested layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "downloadUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "downloadUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DownloadUrl", "setterDocumentation" : "/**

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pre-signed Amazon S3 download URL for the requested layer.

\n@param downloadUrl The pre-signed Amazon S3 download URL for the requested layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUrl", "variableType" : "String", "documentation" : "

The pre-signed Amazon S3 download URL for the requested layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LayerDigest" : { "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "deprecated" : false, "documentation" : "

The digest of the image layer to download.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The digest of the image layer to download.

\n@return The digest of the image layer to download.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerDigest", "setterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The digest of the image layer to download.

\n@param layerDigest The digest of the image layer to download.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The digest of the image layer to download.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetDownloadUrlForLayerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetDownloadUrlForLayerResult", "variableName" : "getDownloadUrlForLayerResult", "variableType" : "GetDownloadUrlForLayerResult", "documentation" : null, "simpleType" : "GetDownloadUrlForLayerResult", "variableSetterType" : "GetDownloadUrlForLayerResult" }, "wrapper" : false }, "GetRepositoryPolicyRequest" : { "c2jName" : "GetRepositoryPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetRepositoryPolicy", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.GetRepositoryPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository whose policy you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository whose policy you want to retrieve.

\n@param repositoryName The name of the repository whose policy you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository whose policy you want to retrieve.

\n@return The name of the repository whose policy you want to retrieve.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository whose policy you want to retrieve.

\n@param repositoryName The name of the repository whose policy you want to retrieve.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository whose policy you want to retrieve.

\n@param repositoryName The name of the repository whose policy you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository whose policy you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository whose policy you want to retrieve.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository whose policy you want to retrieve.

\n@param repositoryName The name of the repository whose policy you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository whose policy you want to retrieve.

\n@return The name of the repository whose policy you want to retrieve.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository whose policy you want to retrieve.

\n@param repositoryName The name of the repository whose policy you want to retrieve.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository whose policy you want to retrieve.

\n@param repositoryName The name of the repository whose policy you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository whose policy you want to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName" ], "shapeName" : "GetRepositoryPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetRepositoryPolicyRequest", "variableName" : "getRepositoryPolicyRequest", "variableType" : "GetRepositoryPolicyRequest", "documentation" : null, "simpleType" : "GetRepositoryPolicyRequest", "variableSetterType" : "GetRepositoryPolicyRequest" }, "wrapper" : false }, "GetRepositoryPolicyResult" : { "c2jName" : "GetRepositoryPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the request.

\n@return The registry ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the request.

\n@return The repository name associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "deprecated" : false, "documentation" : "

The JSON repository policy text associated with the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The JSON repository policy text associated with the repository.

\n@return The JSON repository policy text associated with the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "policyText", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyText", "setterDocumentation" : "/**

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text associated with the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyText" : { "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "deprecated" : false, "documentation" : "

The JSON repository policy text associated with the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The JSON repository policy text associated with the repository.

\n@return The JSON repository policy text associated with the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "policyText", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyText", "setterDocumentation" : "/**

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The JSON repository policy text associated with the repository.

\n@param policyText The JSON repository policy text associated with the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text associated with the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the request.

\n@return The registry ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the request.

\n@return The repository name associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetRepositoryPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetRepositoryPolicyResult", "variableName" : "getRepositoryPolicyResult", "variableType" : "GetRepositoryPolicyResult", "documentation" : null, "simpleType" : "GetRepositoryPolicyResult", "variableSetterType" : "GetRepositoryPolicyResult" }, "wrapper" : false }, "Image" : { "c2jName" : "Image", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An object representing an Amazon ECR image.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry containing the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry containing the image.

\n@return The AWS account ID associated with the registry containing the image.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry containing the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository associated with the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository associated with the image.

\n@return The name of the repository associated with the image.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository associated with the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "

An object containing the image tag and image digest associated with an image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An object containing the image tag and image digest associated with an image.

\n@return An object containing the image tag and image digest associated with an image.*/", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageId", "setterDocumentation" : "/**

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.*/", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "

An object containing the image tag and image digest associated with an image.

", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, { "c2jName" : "imageManifest", "c2jShape" : "ImageManifest", "deprecated" : false, "documentation" : "

The image manifest associated with the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The image manifest associated with the image.

\n@return The image manifest associated with the image.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageManifest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageManifest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageManifest", "setterDocumentation" : "/**

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "

The image manifest associated with the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageId" : { "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "

An object containing the image tag and image digest associated with an image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An object containing the image tag and image digest associated with an image.

\n@return An object containing the image tag and image digest associated with an image.*/", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageId", "setterDocumentation" : "/**

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.*/", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**

An object containing the image tag and image digest associated with an image.

\n@param imageId An object containing the image tag and image digest associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "

An object containing the image tag and image digest associated with an image.

", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, "ImageManifest" : { "c2jName" : "imageManifest", "c2jShape" : "ImageManifest", "deprecated" : false, "documentation" : "

The image manifest associated with the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The image manifest associated with the image.

\n@return The image manifest associated with the image.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageManifest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageManifest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageManifest", "setterDocumentation" : "/**

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The image manifest associated with the image.

\n@param imageManifest The image manifest associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "

The image manifest associated with the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry containing the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry containing the image.

\n@return The AWS account ID associated with the registry containing the image.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry containing the image.

\n@param registryId The AWS account ID associated with the registry containing the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry containing the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository associated with the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository associated with the image.

\n@return The name of the repository associated with the image.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository associated with the image.

\n@param repositoryName The name of the repository associated with the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository associated with the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Image", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : null, "simpleType" : "Image", "variableSetterType" : "Image" }, "wrapper" : false }, "ImageAlreadyExistsException" : { "c2jName" : "ImageAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified image has already been pushed, and there are no changes to the manifest or image tag since the last push.

", "enums" : null, "errorCode" : "ImageAlreadyExistsException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ImageAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ImageAlreadyExistsException", "variableName" : "imageAlreadyExistsException", "variableType" : "ImageAlreadyExistsException", "documentation" : null, "simpleType" : "ImageAlreadyExistsException", "variableSetterType" : "ImageAlreadyExistsException" }, "wrapper" : false }, "ImageFailure" : { "c2jName" : "ImageFailure", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An object representing an Amazon ECR image failure.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "

The image ID associated with the failure.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The image ID associated with the failure.

\n@return The image ID associated with the failure.*/", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageId", "setterDocumentation" : "/**

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.*/", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "

The image ID associated with the failure.

", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, { "c2jName" : "failureCode", "c2jShape" : "ImageFailureCode", "deprecated" : false, "documentation" : "

The code associated with the failure.

", "enumType" : "ImageFailureCode", "fluentSetterDocumentation" : "/**

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFailureCode*/", "getterDocumentation" : "/**

The code associated with the failure.

\n@return The code associated with the failure.\n@see ImageFailureCode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failureCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failureCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureCode", "setterDocumentation" : "/**

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@see ImageFailureCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFailureCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "

The code associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "failureReason", "c2jShape" : "ImageFailureReason", "deprecated" : false, "documentation" : "

The reason for the failure.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason for the failure.

\n@return The reason for the failure.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failureReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureReason", "setterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason for the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureCode" : { "c2jName" : "failureCode", "c2jShape" : "ImageFailureCode", "deprecated" : false, "documentation" : "

The code associated with the failure.

", "enumType" : "ImageFailureCode", "fluentSetterDocumentation" : "/**

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFailureCode*/", "getterDocumentation" : "/**

The code associated with the failure.

\n@return The code associated with the failure.\n@see ImageFailureCode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failureCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failureCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureCode", "setterDocumentation" : "/**

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@see ImageFailureCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The code associated with the failure.

\n@param failureCode The code associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageFailureCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "

The code associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FailureReason" : { "c2jName" : "failureReason", "c2jShape" : "ImageFailureReason", "deprecated" : false, "documentation" : "

The reason for the failure.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason for the failure.

\n@return The reason for the failure.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failureReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureReason", "setterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason for the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ImageId" : { "c2jName" : "imageId", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "

The image ID associated with the failure.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The image ID associated with the failure.

\n@return The image ID associated with the failure.*/", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageId", "setterDocumentation" : "/**

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.*/", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**

The image ID associated with the failure.

\n@param imageId The image ID associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageId", "variableType" : "ImageIdentifier", "documentation" : "

The image ID associated with the failure.

", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ImageFailure", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageFailure", "variableName" : "imageFailure", "variableType" : "ImageFailure", "documentation" : null, "simpleType" : "ImageFailure", "variableSetterType" : "ImageFailure" }, "wrapper" : false }, "ImageFailureCode" : { "c2jName" : "ImageFailureCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "InvalidImageDigest", "value" : "InvalidImageDigest" }, { "name" : "InvalidImageTag", "value" : "InvalidImageTag" }, { "name" : "ImageTagDoesNotMatchDigest", "value" : "ImageTagDoesNotMatchDigest" }, { "name" : "ImageNotFound", "value" : "ImageNotFound" }, { "name" : "MissingDigestAndTag", "value" : "MissingDigestAndTag" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ImageFailureCode", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageFailureCode", "variableName" : "imageFailureCode", "variableType" : "ImageFailureCode", "documentation" : null, "simpleType" : "ImageFailureCode", "variableSetterType" : "ImageFailureCode" }, "wrapper" : false }, "ImageIdentifier" : { "c2jName" : "ImageIdentifier", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An object with identifying information for an Amazon ECR image.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "deprecated" : false, "documentation" : "

The sha256 digest of the image manifest.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The sha256 digest of the image manifest.

\n@return The sha256 digest of the image manifest.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageDigest", "setterDocumentation" : "/**

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "imageTag", "c2jShape" : "ImageTag", "deprecated" : false, "documentation" : "

The tag used for the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The tag used for the image.

\n@param imageTag The tag used for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The tag used for the image.

\n@return The tag used for the image.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageTag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageTag", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageTag", "setterDocumentation" : "/**

The tag used for the image.

\n@param imageTag The tag used for the image.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The tag used for the image.

\n@param imageTag The tag used for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : "

The tag used for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageDigest" : { "c2jName" : "imageDigest", "c2jShape" : "ImageDigest", "deprecated" : false, "documentation" : "

The sha256 digest of the image manifest.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The sha256 digest of the image manifest.

\n@return The sha256 digest of the image manifest.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageDigest", "setterDocumentation" : "/**

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The sha256 digest of the image manifest.

\n@param imageDigest The sha256 digest of the image manifest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image manifest.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ImageTag" : { "c2jName" : "imageTag", "c2jShape" : "ImageTag", "deprecated" : false, "documentation" : "

The tag used for the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The tag used for the image.

\n@param imageTag The tag used for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The tag used for the image.

\n@return The tag used for the image.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageTag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageTag", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageTag", "setterDocumentation" : "/**

The tag used for the image.

\n@param imageTag The tag used for the image.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The tag used for the image.

\n@param imageTag The tag used for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageTag", "variableType" : "String", "documentation" : "

The tag used for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ImageIdentifier", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "imageIdentifier", "variableType" : "ImageIdentifier", "documentation" : null, "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "wrapper" : false }, "InitiateLayerUploadRequest" : { "c2jName" : "InitiateLayerUploadRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "InitiateLayerUpload", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.InitiateLayerUpload", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository that you intend to upload layers to.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository that you intend to upload layers to.

\n@param repositoryName The name of the repository that you intend to upload layers to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository that you intend to upload layers to.

\n@return The name of the repository that you intend to upload layers to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository that you intend to upload layers to.

\n@param repositoryName The name of the repository that you intend to upload layers to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository that you intend to upload layers to.

\n@param repositoryName The name of the repository that you intend to upload layers to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that you intend to upload layers to.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository that you intend to upload layers to.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository that you intend to upload layers to.

\n@param repositoryName The name of the repository that you intend to upload layers to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository that you intend to upload layers to.

\n@return The name of the repository that you intend to upload layers to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository that you intend to upload layers to.

\n@param repositoryName The name of the repository that you intend to upload layers to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository that you intend to upload layers to.

\n@param repositoryName The name of the repository that you intend to upload layers to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that you intend to upload layers to.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName" ], "shapeName" : "InitiateLayerUploadRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InitiateLayerUploadRequest", "variableName" : "initiateLayerUploadRequest", "variableType" : "InitiateLayerUploadRequest", "documentation" : null, "simpleType" : "InitiateLayerUploadRequest", "variableSetterType" : "InitiateLayerUploadRequest" }, "wrapper" : false }, "InitiateLayerUploadResult" : { "c2jName" : "InitiateLayerUploadResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@return The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "partSize", "c2jShape" : "PartSize", "deprecated" : false, "documentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@return The size, in bytes, that Amazon ECR expects future layer part uploads to be.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "partSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "partSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartSize", "setterDocumentation" : "/**

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "partSize", "variableType" : "Long", "documentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PartSize" : { "c2jName" : "partSize", "c2jShape" : "PartSize", "deprecated" : false, "documentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@return The size, in bytes, that Amazon ECR expects future layer part uploads to be.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "partSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "partSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartSize", "setterDocumentation" : "/**

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

\n@param partSize The size, in bytes, that Amazon ECR expects future layer part uploads to be.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "partSize", "variableType" : "Long", "documentation" : "

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "UploadId" : { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@return The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

\n@param uploadId The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InitiateLayerUploadResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InitiateLayerUploadResult", "variableName" : "initiateLayerUploadResult", "variableType" : "InitiateLayerUploadResult", "documentation" : null, "simpleType" : "InitiateLayerUploadResult", "variableSetterType" : "InitiateLayerUploadResult" }, "wrapper" : false }, "InvalidLayerException" : { "c2jName" : "InvalidLayerException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.

", "enums" : null, "errorCode" : "InvalidLayerException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidLayerException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidLayerException", "variableName" : "invalidLayerException", "variableType" : "InvalidLayerException", "documentation" : null, "simpleType" : "InvalidLayerException", "variableSetterType" : "InvalidLayerException" }, "wrapper" : false }, "InvalidLayerPartException" : { "c2jName" : "InvalidLayerPartException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer part upload.

", "enums" : null, "errorCode" : "InvalidLayerPartException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the exception.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the exception.

\n@return The registry ID associated with the exception.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the exception.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the exception.

\n@return The repository name associated with the exception.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID associated with the exception.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID associated with the exception.

\n@return The upload ID associated with the exception.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "lastValidByteReceived", "c2jShape" : "PartSize", "deprecated" : false, "documentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The last valid byte received from the layer part upload that is associated with the exception.

\n@return The last valid byte received from the layer part upload that is associated with the exception.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "lastValidByteReceived", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lastValidByteReceived", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastValidByteReceived", "setterDocumentation" : "/**

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastValidByteReceived", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastValidByteReceived", "variableType" : "Long", "documentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastValidByteReceived" : { "c2jName" : "lastValidByteReceived", "c2jShape" : "PartSize", "deprecated" : false, "documentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The last valid byte received from the layer part upload that is associated with the exception.

\n@return The last valid byte received from the layer part upload that is associated with the exception.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "lastValidByteReceived", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lastValidByteReceived", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastValidByteReceived", "setterDocumentation" : "/**

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastValidByteReceived", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The last valid byte received from the layer part upload that is associated with the exception.

\n@param lastValidByteReceived The last valid byte received from the layer part upload that is associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastValidByteReceived", "variableType" : "Long", "documentation" : "

The last valid byte received from the layer part upload that is associated with the exception.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the exception.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the exception.

\n@return The registry ID associated with the exception.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the exception.

\n@param registryId The registry ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the exception.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the exception.

\n@return The repository name associated with the exception.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the exception.

\n@param repositoryName The repository name associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UploadId" : { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID associated with the exception.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID associated with the exception.

\n@return The upload ID associated with the exception.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID associated with the exception.

\n@param uploadId The upload ID associated with the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InvalidLayerPartException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidLayerPartException", "variableName" : "invalidLayerPartException", "variableType" : "InvalidLayerPartException", "documentation" : null, "simpleType" : "InvalidLayerPartException", "variableSetterType" : "InvalidLayerPartException" }, "wrapper" : false }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified parameter is invalid. Review the available parameters for the API request.

", "enums" : null, "errorCode" : "InvalidParameterException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidParameterException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterException", "variableName" : "invalidParameterException", "variableType" : "InvalidParameterException", "documentation" : null, "simpleType" : "InvalidParameterException", "variableSetterType" : "InvalidParameterException" }, "wrapper" : false }, "Layer" : { "c2jName" : "Layer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An object representing an Amazon ECR image layer.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The sha256 digest of the image layer.

\n@return The sha256 digest of the image layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerDigest", "setterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "layerAvailability", "c2jShape" : "LayerAvailability", "deprecated" : false, "documentation" : "

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

", "enumType" : "LayerAvailability", "fluentSetterDocumentation" : "/**

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

\n@param layerAvailability The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerAvailability*/", "getterDocumentation" : "/**

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

\n@return The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.\n@see LayerAvailability*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerAvailability", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerAvailability", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerAvailability", "setterDocumentation" : "/**

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

\n@param layerAvailability The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.\n@see LayerAvailability*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerAvailability", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

\n@param layerAvailability The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerAvailability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerAvailability", "variableType" : "String", "documentation" : "

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "layerSize", "c2jShape" : "LayerSizeInBytes", "deprecated" : false, "documentation" : "

The size, in bytes, of the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the image layer.

\n@return The size, in bytes, of the image layer.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerSize", "setterDocumentation" : "/**

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "layerSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "layerSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the image layer.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerAvailability" : { "c2jName" : "layerAvailability", "c2jShape" : "LayerAvailability", "deprecated" : false, "documentation" : "

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

", "enumType" : "LayerAvailability", "fluentSetterDocumentation" : "/**

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

\n@param layerAvailability The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerAvailability*/", "getterDocumentation" : "/**

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

\n@return The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.\n@see LayerAvailability*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerAvailability", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerAvailability", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerAvailability", "setterDocumentation" : "/**

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

\n@param layerAvailability The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.\n@see LayerAvailability*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerAvailability", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

\n@param layerAvailability The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerAvailability*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerAvailability", "variableType" : "String", "documentation" : "

The availability status of the image layer. Valid values are AVAILABLE and UNAVAILABLE.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LayerDigest" : { "c2jName" : "layerDigest", "c2jShape" : "LayerDigest", "deprecated" : false, "documentation" : "

The sha256 digest of the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The sha256 digest of the image layer.

\n@return The sha256 digest of the image layer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerDigest", "setterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The sha256 digest of the image layer.

\n@param layerDigest The sha256 digest of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The sha256 digest of the image layer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LayerSize" : { "c2jName" : "layerSize", "c2jShape" : "LayerSizeInBytes", "deprecated" : false, "documentation" : "

The size, in bytes, of the image layer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the image layer.

\n@return The size, in bytes, of the image layer.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerSize", "setterDocumentation" : "/**

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "layerSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the image layer.

\n@param layerSize The size, in bytes, of the image layer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "layerSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the image layer.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Layer", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Layer", "variableName" : "layer", "variableType" : "Layer", "documentation" : null, "simpleType" : "Layer", "variableSetterType" : "Layer" }, "wrapper" : false }, "LayerAlreadyExistsException" : { "c2jName" : "LayerAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The image layer already exists in the associated repository.

", "enums" : null, "errorCode" : "LayerAlreadyExistsException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "LayerAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LayerAlreadyExistsException", "variableName" : "layerAlreadyExistsException", "variableType" : "LayerAlreadyExistsException", "documentation" : null, "simpleType" : "LayerAlreadyExistsException", "variableSetterType" : "LayerAlreadyExistsException" }, "wrapper" : false }, "LayerAvailability" : { "c2jName" : "LayerAvailability", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "AVAILABLE", "value" : "AVAILABLE" }, { "name" : "UNAVAILABLE", "value" : "UNAVAILABLE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LayerAvailability", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LayerAvailability", "variableName" : "layerAvailability", "variableType" : "LayerAvailability", "documentation" : null, "simpleType" : "LayerAvailability", "variableSetterType" : "LayerAvailability" }, "wrapper" : false }, "LayerFailure" : { "c2jName" : "LayerFailure", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An object representing an Amazon ECR image layer failure.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "layerDigest", "c2jShape" : "BatchedOperationLayerDigest", "deprecated" : false, "documentation" : "

The layer digest associated with the failure.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The layer digest associated with the failure.

\n@return The layer digest associated with the failure.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerDigest", "setterDocumentation" : "/**

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The layer digest associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "failureCode", "c2jShape" : "LayerFailureCode", "deprecated" : false, "documentation" : "

The failure code associated with the failure.

", "enumType" : "LayerFailureCode", "fluentSetterDocumentation" : "/**

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerFailureCode*/", "getterDocumentation" : "/**

The failure code associated with the failure.

\n@return The failure code associated with the failure.\n@see LayerFailureCode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failureCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failureCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureCode", "setterDocumentation" : "/**

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@see LayerFailureCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerFailureCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "

The failure code associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "failureReason", "c2jShape" : "LayerFailureReason", "deprecated" : false, "documentation" : "

The reason for the failure.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason for the failure.

\n@return The reason for the failure.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failureReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureReason", "setterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason for the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureCode" : { "c2jName" : "failureCode", "c2jShape" : "LayerFailureCode", "deprecated" : false, "documentation" : "

The failure code associated with the failure.

", "enumType" : "LayerFailureCode", "fluentSetterDocumentation" : "/**

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerFailureCode*/", "getterDocumentation" : "/**

The failure code associated with the failure.

\n@return The failure code associated with the failure.\n@see LayerFailureCode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failureCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failureCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureCode", "setterDocumentation" : "/**

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@see LayerFailureCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The failure code associated with the failure.

\n@param failureCode The failure code associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LayerFailureCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "failureCode", "variableType" : "String", "documentation" : "

The failure code associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FailureReason" : { "c2jName" : "failureReason", "c2jShape" : "LayerFailureReason", "deprecated" : false, "documentation" : "

The reason for the failure.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason for the failure.

\n@return The reason for the failure.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "failureReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "failureReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FailureReason", "setterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason for the failure.

\n@param failureReason The reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason for the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LayerDigest" : { "c2jName" : "layerDigest", "c2jShape" : "BatchedOperationLayerDigest", "deprecated" : false, "documentation" : "

The layer digest associated with the failure.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The layer digest associated with the failure.

\n@return The layer digest associated with the failure.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerDigest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerDigest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerDigest", "setterDocumentation" : "/**

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The layer digest associated with the failure.

\n@param layerDigest The layer digest associated with the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "layerDigest", "variableType" : "String", "documentation" : "

The layer digest associated with the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "LayerFailure", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LayerFailure", "variableName" : "layerFailure", "variableType" : "LayerFailure", "documentation" : null, "simpleType" : "LayerFailure", "variableSetterType" : "LayerFailure" }, "wrapper" : false }, "LayerFailureCode" : { "c2jName" : "LayerFailureCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "InvalidLayerDigest", "value" : "InvalidLayerDigest" }, { "name" : "MissingLayerDigest", "value" : "MissingLayerDigest" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LayerFailureCode", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LayerFailureCode", "variableName" : "layerFailureCode", "variableType" : "LayerFailureCode", "documentation" : null, "simpleType" : "LayerFailureCode", "variableSetterType" : "LayerFailureCode" }, "wrapper" : false }, "LayerInaccessibleException" : { "c2jName" : "LayerInaccessibleException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified layer is not available because it is not associated with an image. Unassociated image layers may be cleaned up at any time.

", "enums" : null, "errorCode" : "LayerInaccessibleException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "LayerInaccessibleException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LayerInaccessibleException", "variableName" : "layerInaccessibleException", "variableType" : "LayerInaccessibleException", "documentation" : null, "simpleType" : "LayerInaccessibleException", "variableSetterType" : "LayerInaccessibleException" }, "wrapper" : false }, "LayerPartTooSmallException" : { "c2jName" : "LayerPartTooSmallException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Layer parts must be at least 5 MiB in size.

", "enums" : null, "errorCode" : "LayerPartTooSmallException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "LayerPartTooSmallException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LayerPartTooSmallException", "variableName" : "layerPartTooSmallException", "variableType" : "LayerPartTooSmallException", "documentation" : null, "simpleType" : "LayerPartTooSmallException", "variableSetterType" : "LayerPartTooSmallException" }, "wrapper" : false }, "LayersNotFoundException" : { "c2jName" : "LayersNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified layers could not be found, or the specified layer is not valid for this repository.

", "enums" : null, "errorCode" : "LayersNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "LayersNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LayersNotFoundException", "variableName" : "layersNotFoundException", "variableType" : "LayersNotFoundException", "documentation" : null, "simpleType" : "LayersNotFoundException", "variableSetterType" : "LayersNotFoundException" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR Default Service Limits in the Amazon EC2 Container Registry User Guide.

", "enums" : null, "errorCode" : "LimitExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "LimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "ListImagesFilter" : { "c2jName" : "ListImagesFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An object representing a filter on a ListImages operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "deprecated" : false, "documentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "enumType" : "TagStatus", "fluentSetterDocumentation" : "/**

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus*/", "getterDocumentation" : "/**

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@return The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "tagStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TagStatus", "setterDocumentation" : "/**

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagStatus" : { "c2jName" : "tagStatus", "c2jShape" : "TagStatus", "deprecated" : false, "documentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "enumType" : "TagStatus", "fluentSetterDocumentation" : "/**

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus*/", "getterDocumentation" : "/**

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@return The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "tagStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "tagStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TagStatus", "setterDocumentation" : "/**

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@see TagStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

\n@param tagStatus The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tagStatus", "variableType" : "String", "documentation" : "

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListImagesFilter", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "listImagesFilter", "variableType" : "ListImagesFilter", "documentation" : null, "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "wrapper" : false }, "ListImagesRequest" : { "c2jName" : "ListImagesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListImages", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.ListImages", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository whose image IDs are to be listed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository whose image IDs are to be listed.

\n@param repositoryName The repository whose image IDs are to be listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository whose image IDs are to be listed.

\n@return The repository whose image IDs are to be listed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository whose image IDs are to be listed.

\n@param repositoryName The repository whose image IDs are to be listed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository whose image IDs are to be listed.

\n@param repositoryName The repository whose image IDs are to be listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository whose image IDs are to be listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "maxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@return The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "filter", "c2jShape" : "ListImagesFilter", "deprecated" : false, "documentation" : "

The filter key and value with which to filter your ListImages results.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The filter key and value with which to filter your ListImages results.

\n@return The filter key and value with which to filter your ListImages results.*/", "getterModel" : { "returnType" : "ListImagesFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Filter", "setterDocumentation" : "/**

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.*/", "setterModel" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "filter", "variableType" : "ListImagesFilter", "documentation" : "", "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "simple" : false, "varargSetterDocumentation" : "/**

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "filter", "variableType" : "ListImagesFilter", "documentation" : "

The filter key and value with which to filter your ListImages results.

", "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "c2jName" : "filter", "c2jShape" : "ListImagesFilter", "deprecated" : false, "documentation" : "

The filter key and value with which to filter your ListImages results.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The filter key and value with which to filter your ListImages results.

\n@return The filter key and value with which to filter your ListImages results.*/", "getterModel" : { "returnType" : "ListImagesFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "filter", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Filter", "setterDocumentation" : "/**

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.*/", "setterModel" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "filter", "variableType" : "ListImagesFilter", "documentation" : "", "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "simple" : false, "varargSetterDocumentation" : "/**

The filter key and value with which to filter your ListImages results.

\n@param filter The filter key and value with which to filter your ListImages results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ListImagesFilter", "variableName" : "filter", "variableType" : "ListImagesFilter", "documentation" : "

The filter key and value with which to filter your ListImages results.

", "simpleType" : "ListImagesFilter", "variableSetterType" : "ListImagesFilter" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "c2jName" : "maxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@return The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

\n@param maxResults The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of image results returned by ListImages in paginated output. When this parameter is used, ListImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListImages request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListImages returns up to 100 results and a nextToken value, if applicable.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@param nextToken The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository whose image IDs are to be listed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository whose image IDs are to be listed.

\n@param repositoryName The repository whose image IDs are to be listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository whose image IDs are to be listed.

\n@return The repository whose image IDs are to be listed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository whose image IDs are to be listed.

\n@param repositoryName The repository whose image IDs are to be listed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository whose image IDs are to be listed.

\n@param repositoryName The repository whose image IDs are to be listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository whose image IDs are to be listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName" ], "shapeName" : "ListImagesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListImagesRequest", "variableName" : "listImagesRequest", "variableType" : "ListImagesRequest", "documentation" : null, "simpleType" : "ListImagesRequest", "variableSetterType" : "ListImagesRequest" }, "wrapper" : false }, "ListImagesResult" : { "c2jName" : "ListImagesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "deprecated" : false, "documentation" : "

The list of image IDs for the requested repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The list of image IDs for the requested repository.

\n@return The list of image IDs for the requested repository.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ImageIds", "setterDocumentation" : "/**

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of image IDs for the requested repository.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setImageIds(java.util.Collection)} or {@link #withImageIds(java.util.Collection)} if you want to override the existing values.

\n@param imageIds The list of image IDs for the requested repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of image IDs for the requested repository.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageIds" : { "c2jName" : "imageIds", "c2jShape" : "ImageIdentifierList", "deprecated" : false, "documentation" : "

The list of image IDs for the requested repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The list of image IDs for the requested repository.

\n@return The list of image IDs for the requested repository.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ImageIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ImageIdentifier", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageIdentifier", "variableName" : "member", "variableType" : "ImageIdentifier", "documentation" : "", "simpleType" : "ImageIdentifier", "variableSetterType" : "ImageIdentifier" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ImageIdentifier", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ImageIdentifier", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ImageIds", "setterDocumentation" : "/**

The list of image IDs for the requested repository.

\n@param imageIds The list of image IDs for the requested repository.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of image IDs for the requested repository.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setImageIds(java.util.Collection)} or {@link #withImageIds(java.util.Collection)} if you want to override the existing values.

\n@param imageIds The list of image IDs for the requested repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "imageIds", "variableType" : "java.util.List", "documentation" : "

The list of image IDs for the requested repository.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@return The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

\n@param nextToken The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListImagesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListImagesResult", "variableName" : "listImagesResult", "variableType" : "ListImagesResult", "documentation" : null, "simpleType" : "ListImagesResult", "variableSetterType" : "ListImagesResult" }, "wrapper" : false }, "PutImageRequest" : { "c2jName" : "PutImageRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutImage", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.PutImage", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository in which to put the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository in which to put the image.

\n@return The name of the repository in which to put the image.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to put the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "imageManifest", "c2jShape" : "ImageManifest", "deprecated" : false, "documentation" : "

The image manifest corresponding to the image to be uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The image manifest corresponding to the image to be uploaded.

\n@return The image manifest corresponding to the image to be uploaded.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageManifest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageManifest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageManifest", "setterDocumentation" : "/**

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "

The image manifest corresponding to the image to be uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ImageManifest" : { "c2jName" : "imageManifest", "c2jShape" : "ImageManifest", "deprecated" : false, "documentation" : "

The image manifest corresponding to the image to be uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The image manifest corresponding to the image to be uploaded.

\n@return The image manifest corresponding to the image to be uploaded.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "imageManifest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "imageManifest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ImageManifest", "setterDocumentation" : "/**

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The image manifest corresponding to the image to be uploaded.

\n@param imageManifest The image manifest corresponding to the image to be uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageManifest", "variableType" : "String", "documentation" : "

The image manifest corresponding to the image to be uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository in which to put the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository in which to put the image.

\n@return The name of the repository in which to put the image.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository in which to put the image.

\n@param repositoryName The name of the repository in which to put the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository in which to put the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName", "imageManifest" ], "shapeName" : "PutImageRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutImageRequest", "variableName" : "putImageRequest", "variableType" : "PutImageRequest", "documentation" : null, "simpleType" : "PutImageRequest", "variableSetterType" : "PutImageRequest" }, "wrapper" : false }, "PutImageResult" : { "c2jName" : "PutImageResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "image", "c2jShape" : "Image", "deprecated" : false, "documentation" : "

Details of the image uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Details of the image uploaded.

\n@param image Details of the image uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Details of the image uploaded.

\n@return Details of the image uploaded.*/", "getterModel" : { "returnType" : "Image", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "image", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "image", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Image", "setterDocumentation" : "/**

Details of the image uploaded.

\n@param image Details of the image uploaded.*/", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "varargSetterDocumentation" : "/**

Details of the image uploaded.

\n@param image Details of the image uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : "

Details of the image uploaded.

", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Image" : { "c2jName" : "image", "c2jShape" : "Image", "deprecated" : false, "documentation" : "

Details of the image uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Details of the image uploaded.

\n@param image Details of the image uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Details of the image uploaded.

\n@return Details of the image uploaded.*/", "getterModel" : { "returnType" : "Image", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "image", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "image", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Image", "setterDocumentation" : "/**

Details of the image uploaded.

\n@param image Details of the image uploaded.*/", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "varargSetterDocumentation" : "/**

Details of the image uploaded.

\n@param image Details of the image uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : "

Details of the image uploaded.

", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "PutImageResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutImageResult", "variableName" : "putImageResult", "variableType" : "PutImageResult", "documentation" : null, "simpleType" : "PutImageResult", "variableSetterType" : "PutImageResult" }, "wrapper" : false }, "Repository" : { "c2jName" : "Repository", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An object representing a repository.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "repositoryArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@return The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository.

\n@return The AWS account ID associated with the registry that contains the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository.

\n@param repositoryName The name of the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository.

\n@return The name of the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository.

\n@param repositoryName The name of the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository.

\n@param repositoryName The name of the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryUri", "c2jShape" : "Url", "deprecated" : false, "documentation" : "

The URI for the repository. You can use this URI for Docker push and pull operations.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URI for the repository. You can use this URI for Docker push and pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push and pull operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URI for the repository. You can use this URI for Docker push and pull operations.

\n@return The URI for the repository. You can use this URI for Docker push and pull operations.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryUri", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryUri", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryUri", "setterDocumentation" : "/**

The URI for the repository. You can use this URI for Docker push and pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push and pull operations.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryUri", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URI for the repository. You can use this URI for Docker push and pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push and pull operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryUri", "variableType" : "String", "documentation" : "

The URI for the repository. You can use this URI for Docker push and pull operations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository.

\n@return The AWS account ID associated with the registry that contains the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository.

\n@param registryId The AWS account ID associated with the registry that contains the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryArn" : { "c2jName" : "repositoryArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@return The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

\n@param repositoryArn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, the AWS account ID of the repository owner, the repository namespace, and then the repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository.

\n@param repositoryName The name of the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository.

\n@return The name of the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository.

\n@param repositoryName The name of the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository.

\n@param repositoryName The name of the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryUri" : { "c2jName" : "repositoryUri", "c2jShape" : "Url", "deprecated" : false, "documentation" : "

The URI for the repository. You can use this URI for Docker push and pull operations.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URI for the repository. You can use this URI for Docker push and pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push and pull operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The URI for the repository. You can use this URI for Docker push and pull operations.

\n@return The URI for the repository. You can use this URI for Docker push and pull operations.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryUri", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryUri", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryUri", "setterDocumentation" : "/**

The URI for the repository. You can use this URI for Docker push and pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push and pull operations.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryUri", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URI for the repository. You can use this URI for Docker push and pull operations.

\n@param repositoryUri The URI for the repository. You can use this URI for Docker push and pull operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryUri", "variableType" : "String", "documentation" : "

The URI for the repository. You can use this URI for Docker push and pull operations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Repository", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Repository", "variableName" : "repository", "variableType" : "Repository", "documentation" : null, "simpleType" : "Repository", "variableSetterType" : "Repository" }, "wrapper" : false }, "RepositoryAlreadyExistsException" : { "c2jName" : "RepositoryAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified repository already exists in the specified registry.

", "enums" : null, "errorCode" : "RepositoryAlreadyExistsException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "RepositoryAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RepositoryAlreadyExistsException", "variableName" : "repositoryAlreadyExistsException", "variableType" : "RepositoryAlreadyExistsException", "documentation" : null, "simpleType" : "RepositoryAlreadyExistsException", "variableSetterType" : "RepositoryAlreadyExistsException" }, "wrapper" : false }, "RepositoryNotEmptyException" : { "c2jName" : "RepositoryNotEmptyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force parameter.

", "enums" : null, "errorCode" : "RepositoryNotEmptyException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "RepositoryNotEmptyException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RepositoryNotEmptyException", "variableName" : "repositoryNotEmptyException", "variableType" : "RepositoryNotEmptyException", "documentation" : null, "simpleType" : "RepositoryNotEmptyException", "variableSetterType" : "RepositoryNotEmptyException" }, "wrapper" : false }, "RepositoryNotFoundException" : { "c2jName" : "RepositoryNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

", "enums" : null, "errorCode" : "RepositoryNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "RepositoryNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RepositoryNotFoundException", "variableName" : "repositoryNotFoundException", "variableType" : "RepositoryNotFoundException", "documentation" : null, "simpleType" : "RepositoryNotFoundException", "variableSetterType" : "RepositoryNotFoundException" }, "wrapper" : false }, "RepositoryPolicyNotFoundException" : { "c2jName" : "RepositoryPolicyNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified repository and registry combination does not have an associated repository policy.

", "enums" : null, "errorCode" : "RepositoryPolicyNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "RepositoryPolicyNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RepositoryPolicyNotFoundException", "variableName" : "repositoryPolicyNotFoundException", "variableType" : "RepositoryPolicyNotFoundException", "documentation" : null, "simpleType" : "RepositoryPolicyNotFoundException", "variableSetterType" : "RepositoryPolicyNotFoundException" }, "wrapper" : false }, "ServerException" : { "c2jName" : "ServerException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

These errors are usually caused by a server-side issue.

", "enums" : null, "errorCode" : "ServerException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ServerException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServerException", "variableName" : "serverException", "variableType" : "ServerException", "documentation" : null, "simpleType" : "ServerException", "variableSetterType" : "ServerException" }, "wrapper" : false }, "SetRepositoryPolicyRequest" : { "c2jName" : "SetRepositoryPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetRepositoryPolicy", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.SetRepositoryPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository to receive the policy.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository to receive the policy.

\n@return The name of the repository to receive the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to receive the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "deprecated" : false, "documentation" : "

The JSON repository policy text to apply to the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The JSON repository policy text to apply to the repository.

\n@param policyText The JSON repository policy text to apply to the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The JSON repository policy text to apply to the repository.

\n@return The JSON repository policy text to apply to the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "policyText", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyText", "setterDocumentation" : "/**

The JSON repository policy text to apply to the repository.

\n@param policyText The JSON repository policy text to apply to the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The JSON repository policy text to apply to the repository.

\n@param policyText The JSON repository policy text to apply to the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text to apply to the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "force", "c2jShape" : "ForceFlag", "deprecated" : false, "documentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@return If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "force", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "force", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Force", "setterDocumentation" : "/**

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Force" : { "c2jName" : "force", "c2jShape" : "ForceFlag", "deprecated" : false, "documentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@return If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "force", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "force", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Force", "setterDocumentation" : "/**

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

\n@param force If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "force", "variableType" : "Boolean", "documentation" : "

If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "PolicyText" : { "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "deprecated" : false, "documentation" : "

The JSON repository policy text to apply to the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The JSON repository policy text to apply to the repository.

\n@param policyText The JSON repository policy text to apply to the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The JSON repository policy text to apply to the repository.

\n@return The JSON repository policy text to apply to the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "policyText", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyText", "setterDocumentation" : "/**

The JSON repository policy text to apply to the repository.

\n@param policyText The JSON repository policy text to apply to the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The JSON repository policy text to apply to the repository.

\n@param policyText The JSON repository policy text to apply to the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text to apply to the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository to receive the policy.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository to receive the policy.

\n@return The name of the repository to receive the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository to receive the policy.

\n@param repositoryName The name of the repository to receive the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository to receive the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName", "policyText" ], "shapeName" : "SetRepositoryPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetRepositoryPolicyRequest", "variableName" : "setRepositoryPolicyRequest", "variableType" : "SetRepositoryPolicyRequest", "documentation" : null, "simpleType" : "SetRepositoryPolicyRequest", "variableSetterType" : "SetRepositoryPolicyRequest" }, "wrapper" : false }, "SetRepositoryPolicyResult" : { "c2jName" : "SetRepositoryPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the request.

\n@return The registry ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the request.

\n@return The repository name associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "deprecated" : false, "documentation" : "

The JSON repository policy text applied to the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The JSON repository policy text applied to the repository.

\n@return The JSON repository policy text applied to the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "policyText", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyText", "setterDocumentation" : "/**

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text applied to the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyText" : { "c2jName" : "policyText", "c2jShape" : "RepositoryPolicyText", "deprecated" : false, "documentation" : "

The JSON repository policy text applied to the repository.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The JSON repository policy text applied to the repository.

\n@return The JSON repository policy text applied to the repository.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "policyText", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "policyText", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyText", "setterDocumentation" : "/**

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The JSON repository policy text applied to the repository.

\n@param policyText The JSON repository policy text applied to the repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyText", "variableType" : "String", "documentation" : "

The JSON repository policy text applied to the repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the request.

\n@return The registry ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the request.

\n@return The repository name associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SetRepositoryPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SetRepositoryPolicyResult", "variableName" : "setRepositoryPolicyResult", "variableType" : "SetRepositoryPolicyResult", "documentation" : null, "simpleType" : "SetRepositoryPolicyResult", "variableSetterType" : "SetRepositoryPolicyResult" }, "wrapper" : false }, "TagStatus" : { "c2jName" : "TagStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "TAGGED", "value" : "TAGGED" }, { "name" : "UNTAGGED", "value" : "UNTAGGED" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TagStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagStatus", "variableName" : "tagStatus", "variableType" : "TagStatus", "documentation" : null, "simpleType" : "TagStatus", "variableSetterType" : "TagStatus" }, "wrapper" : false }, "UploadLayerPartRequest" : { "c2jName" : "UploadLayerPartRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UploadLayerPart", "locationName" : null, "requestUri" : "/", "target" : "AmazonEC2ContainerRegistry_V20150921.UploadLayerPart", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository that you are uploading layer parts to.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository that you are uploading layer parts to.

\n@param repositoryName The name of the repository that you are uploading layer parts to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository that you are uploading layer parts to.

\n@return The name of the repository that you are uploading layer parts to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository that you are uploading layer parts to.

\n@param repositoryName The name of the repository that you are uploading layer parts to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository that you are uploading layer parts to.

\n@param repositoryName The name of the repository that you are uploading layer parts to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that you are uploading layer parts to.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@return The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "partFirstByte", "c2jShape" : "PartSize", "deprecated" : false, "documentation" : "

The integer value of the first byte of the layer part.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The integer value of the first byte of the layer part.

\n@return The integer value of the first byte of the layer part.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "partFirstByte", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "partFirstByte", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartFirstByte", "setterDocumentation" : "/**

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partFirstByte", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "partFirstByte", "variableType" : "Long", "documentation" : "

The integer value of the first byte of the layer part.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "partLastByte", "c2jShape" : "PartSize", "deprecated" : false, "documentation" : "

The integer value of the last byte of the layer part.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The integer value of the last byte of the layer part.

\n@return The integer value of the last byte of the layer part.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "partLastByte", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "partLastByte", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartLastByte", "setterDocumentation" : "/**

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partLastByte", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "partLastByte", "variableType" : "Long", "documentation" : "

The integer value of the last byte of the layer part.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "layerPartBlob", "c2jShape" : "LayerPartBlob", "deprecated" : false, "documentation" : "

The base64-encoded layer part payload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The base64-encoded layer part payload.

\n@param layerPartBlob The base64-encoded layer part payload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The base64-encoded layer part payload.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The base64-encoded layer part payload.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerPartBlob", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerPartBlob", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerPartBlob", "setterDocumentation" : "/**

The base64-encoded layer part payload.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param layerPartBlob The base64-encoded layer part payload.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "layerPartBlob", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

The base64-encoded layer part payload.

\n@param layerPartBlob The base64-encoded layer part payload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "layerPartBlob", "variableType" : "java.nio.ByteBuffer", "documentation" : "

The base64-encoded layer part payload.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LayerPartBlob" : { "c2jName" : "layerPartBlob", "c2jShape" : "LayerPartBlob", "deprecated" : false, "documentation" : "

The base64-encoded layer part payload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The base64-encoded layer part payload.

\n@param layerPartBlob The base64-encoded layer part payload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The base64-encoded layer part payload.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The base64-encoded layer part payload.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "layerPartBlob", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "layerPartBlob", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LayerPartBlob", "setterDocumentation" : "/**

The base64-encoded layer part payload.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param layerPartBlob The base64-encoded layer part payload.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "layerPartBlob", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

The base64-encoded layer part payload.

\n@param layerPartBlob The base64-encoded layer part payload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "layerPartBlob", "variableType" : "java.nio.ByteBuffer", "documentation" : "

The base64-encoded layer part payload.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "PartFirstByte" : { "c2jName" : "partFirstByte", "c2jShape" : "PartSize", "deprecated" : false, "documentation" : "

The integer value of the first byte of the layer part.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The integer value of the first byte of the layer part.

\n@return The integer value of the first byte of the layer part.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "partFirstByte", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "partFirstByte", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartFirstByte", "setterDocumentation" : "/**

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partFirstByte", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The integer value of the first byte of the layer part.

\n@param partFirstByte The integer value of the first byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "partFirstByte", "variableType" : "Long", "documentation" : "

The integer value of the first byte of the layer part.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "PartLastByte" : { "c2jName" : "partLastByte", "c2jShape" : "PartSize", "deprecated" : false, "documentation" : "

The integer value of the last byte of the layer part.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The integer value of the last byte of the layer part.

\n@return The integer value of the last byte of the layer part.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "partLastByte", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "partLastByte", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PartLastByte", "setterDocumentation" : "/**

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "partLastByte", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The integer value of the last byte of the layer part.

\n@param partLastByte The integer value of the last byte of the layer part.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "partLastByte", "variableType" : "Long", "documentation" : "

The integer value of the last byte of the layer part.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

\n@return The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

\n@param registryId The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The name of the repository that you are uploading layer parts to.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the repository that you are uploading layer parts to.

\n@param repositoryName The name of the repository that you are uploading layer parts to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the repository that you are uploading layer parts to.

\n@return The name of the repository that you are uploading layer parts to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The name of the repository that you are uploading layer parts to.

\n@param repositoryName The name of the repository that you are uploading layer parts to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the repository that you are uploading layer parts to.

\n@param repositoryName The name of the repository that you are uploading layer parts to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The name of the repository that you are uploading layer parts to.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UploadId" : { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@return The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

\n@param uploadId The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "repositoryName", "uploadId", "partFirstByte", "partLastByte", "layerPartBlob" ], "shapeName" : "UploadLayerPartRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UploadLayerPartRequest", "variableName" : "uploadLayerPartRequest", "variableType" : "UploadLayerPartRequest", "documentation" : null, "simpleType" : "UploadLayerPartRequest", "variableSetterType" : "UploadLayerPartRequest" }, "wrapper" : false }, "UploadLayerPartResult" : { "c2jName" : "UploadLayerPartResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the request.

\n@return The registry ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the request.

\n@return The repository name associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID associated with the request.

\n@return The upload ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "lastByteReceived", "c2jShape" : "PartSize", "deprecated" : false, "documentation" : "

The integer value of the last byte received in the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The integer value of the last byte received in the request.

\n@return The integer value of the last byte received in the request.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "lastByteReceived", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lastByteReceived", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastByteReceived", "setterDocumentation" : "/**

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastByteReceived", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastByteReceived", "variableType" : "Long", "documentation" : "

The integer value of the last byte received in the request.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastByteReceived" : { "c2jName" : "lastByteReceived", "c2jShape" : "PartSize", "deprecated" : false, "documentation" : "

The integer value of the last byte received in the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The integer value of the last byte received in the request.

\n@return The integer value of the last byte received in the request.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "lastByteReceived", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lastByteReceived", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastByteReceived", "setterDocumentation" : "/**

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastByteReceived", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The integer value of the last byte received in the request.

\n@param lastByteReceived The integer value of the last byte received in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastByteReceived", "variableType" : "Long", "documentation" : "

The integer value of the last byte received in the request.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "RegistryId" : { "c2jName" : "registryId", "c2jShape" : "RegistryId", "deprecated" : false, "documentation" : "

The registry ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The registry ID associated with the request.

\n@return The registry ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "registryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "registryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistryId", "setterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The registry ID associated with the request.

\n@param registryId The registry ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registryId", "variableType" : "String", "documentation" : "

The registry ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryName" : { "c2jName" : "repositoryName", "c2jShape" : "RepositoryName", "deprecated" : false, "documentation" : "

The repository name associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository name associated with the request.

\n@return The repository name associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "repositoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "repositoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryName", "setterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository name associated with the request.

\n@param repositoryName The repository name associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryName", "variableType" : "String", "documentation" : "

The repository name associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UploadId" : { "c2jName" : "uploadId", "c2jShape" : "UploadId", "deprecated" : false, "documentation" : "

The upload ID associated with the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The upload ID associated with the request.

\n@return The upload ID associated with the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "uploadId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "uploadId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadId", "setterDocumentation" : "/**

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The upload ID associated with the request.

\n@param uploadId The upload ID associated with the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadId", "variableType" : "String", "documentation" : "

The upload ID associated with the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UploadLayerPartResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UploadLayerPartResult", "variableName" : "uploadLayerPartResult", "variableType" : "UploadLayerPartResult", "documentation" : null, "simpleType" : "UploadLayerPartResult", "variableSetterType" : "UploadLayerPartResult" }, "wrapper" : false }, "UploadNotFoundException" : { "c2jName" : "UploadNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The upload could not be found, or the specified upload id is not valid for this repository.

", "enums" : null, "errorCode" : "UploadNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "UploadNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UploadNotFoundException", "variableName" : "uploadNotFoundException", "variableType" : "UploadNotFoundException", "documentation" : null, "simpleType" : "UploadNotFoundException", "variableSetterType" : "UploadNotFoundException" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { "BatchDeleteImage" : [ { "comments" : { "input" : null, "output" : null }, "description" : "This example deletes images with the tags precise and trusty in a repository called ubuntu in the default registry for an account.", "id" : "batchdeleteimages-example-1470860541707", "input" : { "imageIds" : [ { "imageTag" : "precise" } ], "repositoryName" : "ubuntu" }, "output" : { "failures" : [ ], "imageIds" : [ { "imageDigest" : "sha256:examplee6d1e504117a17000003d3753086354a38375961f2e665416ef4b1b2f", "imageTag" : "precise" } ] }, "title" : "To delete multiple images" } ], "BatchGetImage" : [ { "comments" : { "input" : null, "output" : { "imageManifest" : "In this example, the imageManifest in the output JSON has been truncated." } }, "description" : "This example obtains information for an image with a specified image digest ID from the repository named ubuntu in the current account.", "id" : "batchgetimage-example-1470862771437", "input" : { "imageIds" : [ { "imageTag" : "precise" } ], "repositoryName" : "ubuntu" }, "output" : { "failures" : [ ], "images" : [ { "imageId" : { "imageDigest" : "sha256:example76bdff6d83a09ba2a818f0d00000063724a9ac3ba5019c56f74ebf42a", "imageTag" : "precise" }, "imageManifest" : "{\n \"schemaVersion\": 1,\n \"name\": \"ubuntu\",\n \"tag\": \"precise\",\n...", "registryId" : "244698725403", "repositoryName" : "ubuntu" } ] }, "title" : "To obtain multiple images in a single request" } ], "CreateRepository" : [ { "comments" : { "input" : null, "output" : { "imageManifest" : "In this example, the imageManifest in the output JSON has been truncated." } }, "description" : "This example creates a repository called nginx-web-app inside the project-a namespace in the default registry for an account.", "id" : "createrepository-example-1470863688724", "input" : { "repositoryName" : "project-a/nginx-web-app" }, "output" : { "repository" : { "registryId" : "012345678901", "repositoryArn" : "arn:aws:ecr:us-west-2:012345678901:repository/project-a/nginx-web-app", "repositoryName" : "project-a/nginx-web-app" } }, "title" : "To create a new repository" } ], "DeleteRepository" : [ { "comments" : { "input" : null, "output" : { "imageManifest" : "In this example, the imageManifest in the output JSON has been truncated." } }, "description" : "This example force deletes a repository named ubuntu in the default registry for an account. The force parameter is required if the repository contains images.", "id" : "deleterepository-example-1470863805703", "input" : { "force" : true, "repositoryName" : "ubuntu" }, "output" : { "repository" : { "registryId" : "012345678901", "repositoryArn" : "arn:aws:ecr:us-west-2:012345678901:repository/ubuntu", "repositoryName" : "ubuntu" } }, "title" : "To force delete a repository" } ], "DeleteRepositoryPolicy" : [ { "comments" : { "input" : null, "output" : null }, "description" : "This example deletes the policy associated with the repository named ubuntu in the current account.", "id" : "deleterepositorypolicy-example-1470866943748", "input" : { "repositoryName" : "ubuntu" }, "output" : { "policyText" : "{ ... }", "registryId" : "012345678901", "repositoryName" : "ubuntu" }, "title" : "To delete the policy associated with a repository" } ], "DescribeRepositories" : [ { "comments" : { "input" : null, "output" : { } }, "description" : "The following example obtains a list and description of all repositories in the default registry to which the current user has access.", "id" : "describe-repositories-1470856017467", "input" : { }, "output" : { "repositories" : [ { "registryId" : "012345678910", "repositoryArn" : "arn:aws:ecr:us-west-2:012345678910:repository/ubuntu", "repositoryName" : "ubuntu" }, { "registryId" : "012345678910", "repositoryArn" : "arn:aws:ecr:us-west-2:012345678910:repository/test", "repositoryName" : "test" } ] }, "title" : "To describe all repositories in the current account" } ], "GetAuthorizationToken" : [ { "comments" : { "input" : null, "output" : null }, "description" : "This example gets an authorization token for your default registry.", "id" : "getauthorizationtoken-example-1470867047084", "input" : { }, "output" : { "authorizationData" : [ { "authorizationToken" : "QVdTOkN...", "expiresAt" : "1470951892432", "proxyEndpoint" : "https://012345678901.dkr.ecr.us-west-2.amazonaws.com" } ] }, "title" : "To obtain an authorization token" } ], "GetRepositoryPolicy" : [ { "comments" : { "input" : null, "output" : null }, "description" : "This example obtains the repository policy for the repository named ubuntu.", "id" : "getrepositorypolicy-example-1470867669211", "input" : { "repositoryName" : "ubuntu" }, "output" : { "policyText" : "{\n \"Version\" : \"2008-10-17\",\n \"Statement\" : [ {\n \"Sid\" : \"new statement\",\n \"Effect\" : \"Allow\",\n \"Principal\" : {\n \"AWS\" : \"arn:aws:iam::012345678901:role/CodeDeployDemo\"\n },\n\"Action\" : [ \"ecr:GetDownloadUrlForLayer\", \"ecr:BatchGetImage\", \"ecr:BatchCheckLayerAvailability\" ]\n } ]\n}", "registryId" : "012345678901", "repositoryName" : "ubuntu" }, "title" : "To get the current policy for a repository" } ], "ListImages" : [ { "comments" : { "input" : null, "output" : null }, "description" : "This example lists all of the images in the repository named ubuntu in the default registry in the current account. ", "id" : "listimages-example-1470868161594", "input" : { "repositoryName" : "ubuntu" }, "output" : { "imageIds" : [ { "imageDigest" : "sha256:764f63476bdff6d83a09ba2a818f0d35757063724a9ac3ba5019c56f74ebf42a", "imageTag" : "precise" } ] }, "title" : "To list all images in a repository" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : false, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonECRException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.ecr.model.AmazonECRException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy