models.ecr-2015-09-21-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-ecr Show documentation
{
"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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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
.
\nNOTE: 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
.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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
.
\nNOTE: 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
.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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