models.ecr-2015-09-21-intermediate.json Maven / Gradle / Ivy
Show all versions of ecr Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"serviceClientHoldInputStream" : false,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelsWith" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2015-09-21",
"asyncBuilder" : "DefaultECRAsyncClientBuilder",
"asyncBuilderInterface" : "ECRAsyncClientBuilder",
"asyncClient" : "DefaultECRAsyncClient",
"asyncInterface" : "ECRAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultECRBaseClientBuilder",
"baseBuilderInterface" : "ECRBaseClientBuilder",
"baseExceptionName" : "ECRException",
"cborProtocol" : false,
"checksumFormat" : null,
"clientPackageName" : "ecr",
"contentType" : null,
"cucumberModuleInjectorClassName" : "ECRClientModuleInjector",
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"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",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.ecr",
"fullModelPackageName" : "software.amazon.awssdk.services.ecr.model",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.ecr.transform",
"fullSmokeTestsPackageName" : "software.amazon.awssdk.services.ecr.smoketests",
"fullTransformPackageName" : "software.amazon.awssdk.services.ecr.transform",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "ecr.model",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory",
"requestBaseFqcn" : "software.amazon.awssdk.core.AmazonWebServiceRequest",
"requestTransformPackageName" : "ecr.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceAbbreviation" : "Amazon ECR",
"serviceFullName" : "Amazon EC2 Container Registry",
"serviceName" : "Amazon ECR",
"signingName" : "ecr",
"smokeTestsPackageName" : "ecr.smoketests",
"syncBuilder" : "DefaultECRClientBuilder",
"syncBuilderInterface" : "ECRClientBuilder",
"syncClient" : "DefaultECRClient",
"syncInterface" : "ECRClient",
"transformPackageName" : "ecr.transform",
"uid" : "ecr-2015-09-21",
"unmarshallerContextClassName" : "JsonMarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"BatchCheckLayerAvailability" : {
"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 for pulling and pushing images. In most cases, you should 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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServerException",
"documentation" : "These errors are usually caused by a server-side issue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchCheckLayerAvailabilityRequest",
"variableName" : "batchCheckLayerAvailabilityRequest",
"variableType" : "BatchCheckLayerAvailabilityRequest",
"documentation" : "",
"simpleType" : "BatchCheckLayerAvailabilityRequest",
"variableSetterType" : "BatchCheckLayerAvailabilityRequest"
},
"methodName" : "batchCheckLayerAvailability",
"operationName" : "BatchCheckLayerAvailability",
"returnType" : {
"returnType" : "BatchCheckLayerAvailabilityResponse",
"documentation" : null
},
"syncReturnType" : "BatchCheckLayerAvailabilityResponse"
},
"BatchDeleteImage" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a list of specified images within a specified repository. Images are specified with either imageTag
or imageDigest
.
You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository.
You can completely delete an image (and all of its tags) by specifying the image's digest in your request.
",
"exceptions" : [ {
"exceptionName" : "ServerException",
"documentation" : "These errors are usually caused by a server-side issue.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"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"
},
"methodName" : "batchDeleteImage",
"operationName" : "BatchDeleteImage",
"returnType" : {
"returnType" : "BatchDeleteImageResponse",
"documentation" : null
},
"syncReturnType" : "BatchDeleteImageResponse"
},
"BatchGetImage" : {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchGetImageRequest",
"variableName" : "batchGetImageRequest",
"variableType" : "BatchGetImageRequest",
"documentation" : "",
"simpleType" : "BatchGetImageRequest",
"variableSetterType" : "BatchGetImageRequest"
},
"methodName" : "batchGetImage",
"operationName" : "BatchGetImage",
"returnType" : {
"returnType" : "BatchGetImageResponse",
"documentation" : null
},
"syncReturnType" : "BatchGetImageResponse"
},
"CompleteLayerUpload" : {
"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 for pulling and pushing images. In most cases, you should use the docker
CLI to pull, tag, and push images.
",
"exceptions" : [ {
"exceptionName" : "ServerException",
"documentation" : "These errors are usually caused by a server-side issue.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UploadNotFoundException",
"documentation" : "The upload could not be found, or the specified upload id is not valid for this repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidLayerException",
"documentation" : "The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LayerPartTooSmallException",
"documentation" : "Layer parts must be at least 5 MiB in size.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LayerAlreadyExistsException",
"documentation" : "The image layer already exists in the associated repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "EmptyUploadException",
"documentation" : "The specified layer upload does not contain any layer parts.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CompleteLayerUploadRequest",
"variableName" : "completeLayerUploadRequest",
"variableType" : "CompleteLayerUploadRequest",
"documentation" : "",
"simpleType" : "CompleteLayerUploadRequest",
"variableSetterType" : "CompleteLayerUploadRequest"
},
"methodName" : "completeLayerUpload",
"operationName" : "CompleteLayerUpload",
"returnType" : {
"returnType" : "CompleteLayerUploadResponse",
"documentation" : null
},
"syncReturnType" : "CompleteLayerUploadResponse"
},
"CreateRepository" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an image repository.
",
"exceptions" : [ {
"exceptionName" : "ServerException",
"documentation" : "These errors are usually caused by a server-side issue.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "RepositoryAlreadyExistsException",
"documentation" : "The specified repository already exists in the specified registry.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateRepositoryRequest",
"variableName" : "createRepositoryRequest",
"variableType" : "CreateRepositoryRequest",
"documentation" : "",
"simpleType" : "CreateRepositoryRequest",
"variableSetterType" : "CreateRepositoryRequest"
},
"methodName" : "createRepository",
"operationName" : "CreateRepository",
"returnType" : {
"returnType" : "CreateRepositoryResponse",
"documentation" : null
},
"syncReturnType" : "CreateRepositoryResponse"
},
"DeleteRepository" : {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "RepositoryNotEmptyException",
"documentation" : "The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force
parameter.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteRepositoryRequest",
"variableName" : "deleteRepositoryRequest",
"variableType" : "DeleteRepositoryRequest",
"documentation" : "",
"simpleType" : "DeleteRepositoryRequest",
"variableSetterType" : "DeleteRepositoryRequest"
},
"methodName" : "deleteRepository",
"operationName" : "DeleteRepository",
"returnType" : {
"returnType" : "DeleteRepositoryResponse",
"documentation" : null
},
"syncReturnType" : "DeleteRepositoryResponse"
},
"DeleteRepositoryPolicy" : {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "RepositoryPolicyNotFoundException",
"documentation" : "The specified repository and registry combination does not have an associated repository policy.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteRepositoryPolicyRequest",
"variableName" : "deleteRepositoryPolicyRequest",
"variableType" : "DeleteRepositoryPolicyRequest",
"documentation" : "",
"simpleType" : "DeleteRepositoryPolicyRequest",
"variableSetterType" : "DeleteRepositoryPolicyRequest"
},
"methodName" : "deleteRepositoryPolicy",
"operationName" : "DeleteRepositoryPolicy",
"returnType" : {
"returnType" : "DeleteRepositoryPolicyResponse",
"documentation" : null
},
"syncReturnType" : "DeleteRepositoryPolicyResponse"
},
"DescribeImages" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata about the images in a repository, including image size, image tags, and creation date.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images
command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.
",
"exceptions" : [ {
"exceptionName" : "ServerException",
"documentation" : "These errors are usually caused by a server-side issue.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ImageNotFoundException",
"documentation" : "The image requested does not exist in the specified repository.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeImagesRequest",
"variableName" : "describeImagesRequest",
"variableType" : "DescribeImagesRequest",
"documentation" : "",
"simpleType" : "DescribeImagesRequest",
"variableSetterType" : "DescribeImagesRequest"
},
"methodName" : "describeImages",
"operationName" : "DescribeImages",
"returnType" : {
"returnType" : "DescribeImagesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeImagesResponse"
},
"DescribeRepositories" : {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRepositoriesRequest",
"variableName" : "describeRepositoriesRequest",
"variableType" : "DescribeRepositoriesRequest",
"documentation" : "",
"simpleType" : "DescribeRepositoriesRequest",
"variableSetterType" : "DescribeRepositoriesRequest"
},
"methodName" : "describeRepositories",
"operationName" : "DescribeRepositories",
"returnType" : {
"returnType" : "DescribeRepositoriesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeRepositoriesResponse"
},
"GetAuthorizationToken" : {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetAuthorizationTokenRequest",
"variableName" : "getAuthorizationTokenRequest",
"variableType" : "GetAuthorizationTokenRequest",
"documentation" : "",
"simpleType" : "GetAuthorizationTokenRequest",
"variableSetterType" : "GetAuthorizationTokenRequest"
},
"methodName" : "getAuthorizationToken",
"operationName" : "GetAuthorizationToken",
"returnType" : {
"returnType" : "GetAuthorizationTokenResponse",
"documentation" : null
},
"syncReturnType" : "GetAuthorizationTokenResponse"
},
"GetDownloadUrlForLayer" : {
"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 for pulling and pushing images. In most cases, you should use the docker
CLI to pull, tag, and push images.
",
"exceptions" : [ {
"exceptionName" : "ServerException",
"documentation" : "These errors are usually caused by a server-side issue.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LayersNotFoundException",
"documentation" : "The specified layers could not be found, or the specified layer is not valid for this repository.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetDownloadUrlForLayerRequest",
"variableName" : "getDownloadUrlForLayerRequest",
"variableType" : "GetDownloadUrlForLayerRequest",
"documentation" : "",
"simpleType" : "GetDownloadUrlForLayerRequest",
"variableSetterType" : "GetDownloadUrlForLayerRequest"
},
"methodName" : "getDownloadUrlForLayer",
"operationName" : "GetDownloadUrlForLayer",
"returnType" : {
"returnType" : "GetDownloadUrlForLayerResponse",
"documentation" : null
},
"syncReturnType" : "GetDownloadUrlForLayerResponse"
},
"GetRepositoryPolicy" : {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "RepositoryPolicyNotFoundException",
"documentation" : "The specified repository and registry combination does not have an associated repository policy.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetRepositoryPolicyRequest",
"variableName" : "getRepositoryPolicyRequest",
"variableType" : "GetRepositoryPolicyRequest",
"documentation" : "",
"simpleType" : "GetRepositoryPolicyRequest",
"variableSetterType" : "GetRepositoryPolicyRequest"
},
"methodName" : "getRepositoryPolicy",
"operationName" : "GetRepositoryPolicy",
"returnType" : {
"returnType" : "GetRepositoryPolicyResponse",
"documentation" : null
},
"syncReturnType" : "GetRepositoryPolicyResponse"
},
"InitiateLayerUpload" : {
"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 for pulling and pushing images. In most cases, you should use the docker
CLI to pull, tag, and push images.
",
"exceptions" : [ {
"exceptionName" : "ServerException",
"documentation" : "These errors are usually caused by a server-side issue.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "InitiateLayerUploadRequest",
"variableName" : "initiateLayerUploadRequest",
"variableType" : "InitiateLayerUploadRequest",
"documentation" : "",
"simpleType" : "InitiateLayerUploadRequest",
"variableSetterType" : "InitiateLayerUploadRequest"
},
"methodName" : "initiateLayerUpload",
"operationName" : "InitiateLayerUpload",
"returnType" : {
"returnType" : "InitiateLayerUploadResponse",
"documentation" : null
},
"syncReturnType" : "InitiateLayerUploadResponse"
},
"ListImages" : {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListImagesRequest",
"variableName" : "listImagesRequest",
"variableType" : "ListImagesRequest",
"documentation" : "",
"simpleType" : "ListImagesRequest",
"variableSetterType" : "ListImagesRequest"
},
"methodName" : "listImages",
"operationName" : "ListImages",
"returnType" : {
"returnType" : "ListImagesResponse",
"documentation" : null
},
"syncReturnType" : "ListImagesResponse"
},
"PutImage" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates or updates the image manifest and tags associated with an image.
This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker
CLI to pull, tag, and push images.
",
"exceptions" : [ {
"exceptionName" : "ServerException",
"documentation" : "These errors are usually caused by a server-side issue.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LayersNotFoundException",
"documentation" : "The specified layers could not be found, or the specified layer is not valid for this repository.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutImageRequest",
"variableName" : "putImageRequest",
"variableType" : "PutImageRequest",
"documentation" : "",
"simpleType" : "PutImageRequest",
"variableSetterType" : "PutImageRequest"
},
"methodName" : "putImage",
"operationName" : "PutImage",
"returnType" : {
"returnType" : "PutImageResponse",
"documentation" : null
},
"syncReturnType" : "PutImageResponse"
},
"SetRepositoryPolicy" : {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetRepositoryPolicyRequest",
"variableName" : "setRepositoryPolicyRequest",
"variableType" : "SetRepositoryPolicyRequest",
"documentation" : "",
"simpleType" : "SetRepositoryPolicyRequest",
"variableSetterType" : "SetRepositoryPolicyRequest"
},
"methodName" : "setRepositoryPolicy",
"operationName" : "SetRepositoryPolicy",
"returnType" : {
"returnType" : "SetRepositoryPolicyResponse",
"documentation" : null
},
"syncReturnType" : "SetRepositoryPolicyResponse"
},
"UploadLayerPart" : {
"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 for pulling and pushing images. In most cases, you should use the docker
CLI to pull, tag, and push images.
",
"exceptions" : [ {
"exceptionName" : "ServerException",
"documentation" : "These errors are usually caused by a server-side issue.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "The specified parameter is invalid. Review the available parameters for the API request.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UploadNotFoundException",
"documentation" : "The upload could not be found, or the specified upload id is not valid for this repository.
",
"httpStatusCode" : null
}, {
"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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UploadLayerPartRequest",
"variableName" : "uploadLayerPartRequest",
"variableType" : "UploadLayerPartRequest",
"documentation" : "",
"simpleType" : "UploadLayerPartRequest",
"variableSetterType" : "UploadLayerPartRequest"
},
"methodName" : "uploadLayerPart",
"operationName" : "UploadLayerPart",
"returnType" : {
"returnType" : "UploadLayerPartResponse",
"documentation" : null
},
"syncReturnType" : "UploadLayerPartResponse"
}
},
"shapes" : {
"AuthorizationData" : {
"c2jName" : "AuthorizationData",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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" : [ {
"beanStyleGetterMethodName" : "getAuthorizationToken",
"beanStyleSetterMethodName" : "setAuthorizationToken",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "authorizationToken",
"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.",
"fluentSetterMethodName" : "authorizationToken",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "authorizationToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "authorizationToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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
.",
"setterMethodName" : "setAuthorizationToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "authorizationToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getExpiresAt",
"beanStyleSetterMethodName" : "setExpiresAt",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "expiresAt",
"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.",
"fluentSetterMethodName" : "expiresAt",
"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.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "expiresAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "expiresAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"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.",
"setterMethodName" : "setExpiresAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expiresAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expiresAt",
"variableType" : "java.time.Instant",
"documentation" : "The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getProxyEndpoint",
"beanStyleSetterMethodName" : "setProxyEndpoint",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "proxyEndpoint",
"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.",
"fluentSetterMethodName" : "proxyEndpoint",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "proxyEndpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "proxyEndpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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
..",
"setterMethodName" : "setProxyEndpoint",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "proxyEndpoint",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getAuthorizationToken",
"beanStyleSetterMethodName" : "setAuthorizationToken",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "authorizationToken",
"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.",
"fluentSetterMethodName" : "authorizationToken",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "authorizationToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "authorizationToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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
.",
"setterMethodName" : "setAuthorizationToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "authorizationToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getExpiresAt",
"beanStyleSetterMethodName" : "setExpiresAt",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "expiresAt",
"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.",
"fluentSetterMethodName" : "expiresAt",
"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.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "expiresAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "expiresAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"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.",
"setterMethodName" : "setExpiresAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expiresAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expiresAt",
"variableType" : "java.time.Instant",
"documentation" : "The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"ProxyEndpoint" : {
"beanStyleGetterMethodName" : "getProxyEndpoint",
"beanStyleSetterMethodName" : "setProxyEndpoint",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "proxyEndpoint",
"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.",
"fluentSetterMethodName" : "proxyEndpoint",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "proxyEndpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "proxyEndpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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
..",
"setterMethodName" : "setProxyEndpoint",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "proxyEndpoint",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAuthorizationToken",
"beanStyleSetterMethodName" : "setAuthorizationToken",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "authorizationToken",
"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.",
"fluentSetterMethodName" : "authorizationToken",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "authorizationToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "authorizationToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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
.",
"setterMethodName" : "setAuthorizationToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "authorizationToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getExpiresAt",
"beanStyleSetterMethodName" : "setExpiresAt",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "expiresAt",
"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.",
"fluentSetterMethodName" : "expiresAt",
"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.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "expiresAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "expiresAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"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.",
"setterMethodName" : "setExpiresAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expiresAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expiresAt",
"variableType" : "java.time.Instant",
"documentation" : "The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getProxyEndpoint",
"beanStyleSetterMethodName" : "setProxyEndpoint",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "proxyEndpoint",
"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.",
"fluentSetterMethodName" : "proxyEndpoint",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "proxyEndpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "proxyEndpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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
..",
"setterMethodName" : "setProxyEndpoint",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "proxyEndpoint",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AuthorizationData",
"simpleMethod" : false,
"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,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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" : [ {
"beanStyleGetterMethodName" : "getRegistryId",
"beanStyleSetterMethodName" : "setRegistryId",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "registryId",
"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.",
"fluentSetterMethodName" : "registryId",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "registryId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRegistryId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getRepositoryName",
"beanStyleSetterMethodName" : "setRepositoryName",
"c2jName" : "repositoryName",
"c2jShape" : "RepositoryName",
"deprecated" : false,
"documentation" : "The name of the repository that is associated with the image layers to check.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "repositoryName",
"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.",
"fluentSetterMethodName" : "repositoryName",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repositoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "repositoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRepositoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getLayerDigests",
"beanStyleSetterMethodName" : "setLayerDigests",
"c2jName" : "layerDigests",
"c2jShape" : "BatchedOperationLayerDigestList",
"deprecated" : false,
"documentation" : "The digests of the image layers to check.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "layerDigests",
"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.",
"fluentSetterMethodName" : "layerDigests",
"getterDocumentation" : "The digests of the image layers to check.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The digests of the image layers to check.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "layerDigests",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "layerDigests",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BatchedOperationLayerDigest",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "LayerDigests",
"setterDocumentation" : "The digests of the image layers to check.
\n@param layerDigests The digests of the image layers to check.",
"setterMethodName" : "setLayerDigests",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "layerDigests",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getLayerDigests",
"beanStyleSetterMethodName" : "setLayerDigests",
"c2jName" : "layerDigests",
"c2jShape" : "BatchedOperationLayerDigestList",
"deprecated" : false,
"documentation" : "The digests of the image layers to check.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "layerDigests",
"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.",
"fluentSetterMethodName" : "layerDigests",
"getterDocumentation" : "The digests of the image layers to check.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The digests of the image layers to check.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "layerDigests",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "layerDigests",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BatchedOperationLayerDigest",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "LayerDigests",
"setterDocumentation" : "The digests of the image layers to check.
\n@param layerDigests The digests of the image layers to check.",
"setterMethodName" : "setLayerDigests",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "layerDigests",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getRegistryId",
"beanStyleSetterMethodName" : "setRegistryId",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "registryId",
"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.",
"fluentSetterMethodName" : "registryId",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "registryId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRegistryId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getRepositoryName",
"beanStyleSetterMethodName" : "setRepositoryName",
"c2jName" : "repositoryName",
"c2jShape" : "RepositoryName",
"deprecated" : false,
"documentation" : "The name of the repository that is associated with the image layers to check.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "repositoryName",
"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.",
"fluentSetterMethodName" : "repositoryName",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repositoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "repositoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRepositoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRegistryId",
"beanStyleSetterMethodName" : "setRegistryId",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "registryId",
"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.",
"fluentSetterMethodName" : "registryId",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "registryId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRegistryId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getRepositoryName",
"beanStyleSetterMethodName" : "setRepositoryName",
"c2jName" : "repositoryName",
"c2jShape" : "RepositoryName",
"deprecated" : false,
"documentation" : "The name of the repository that is associated with the image layers to check.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "repositoryName",
"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.",
"fluentSetterMethodName" : "repositoryName",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repositoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "repositoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRepositoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getLayerDigests",
"beanStyleSetterMethodName" : "setLayerDigests",
"c2jName" : "layerDigests",
"c2jShape" : "BatchedOperationLayerDigestList",
"deprecated" : false,
"documentation" : "The digests of the image layers to check.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "layerDigests",
"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.",
"fluentSetterMethodName" : "layerDigests",
"getterDocumentation" : "The digests of the image layers to check.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The digests of the image layers to check.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "layerDigests",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "layerDigests",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BatchedOperationLayerDigest",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "LayerDigests",
"setterDocumentation" : "The digests of the image layers to check.
\n@param layerDigests The digests of the image layers to check.",
"setterMethodName" : "setLayerDigests",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "layerDigests",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "repositoryName", "layerDigests" ],
"shapeName" : "BatchCheckLayerAvailabilityRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchCheckLayerAvailabilityRequest",
"variableName" : "batchCheckLayerAvailabilityRequest",
"variableType" : "BatchCheckLayerAvailabilityRequest",
"documentation" : null,
"simpleType" : "BatchCheckLayerAvailabilityRequest",
"variableSetterType" : "BatchCheckLayerAvailabilityRequest"
},
"wrapper" : false
},
"BatchCheckLayerAvailabilityResponse" : {
"c2jName" : "BatchCheckLayerAvailabilityResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getLayers",
"beanStyleSetterMethodName" : "setLayers",
"c2jName" : "layers",
"c2jShape" : "LayerList",
"deprecated" : false,
"documentation" : "A list of image layer objects corresponding to the image layer references in the request.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "layers",
"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.",
"fluentSetterMethodName" : "layers",
"getterDocumentation" : "A list of image layer objects corresponding to the image layer references in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "layers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "layers",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Layer",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Layer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Layer",
"variableName" : "member",
"variableType" : "Layer",
"documentation" : null,
"simpleType" : "Layer",
"variableSetterType" : "Layer"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Layer",
"variableName" : "member",
"variableType" : "Layer",
"documentation" : "",
"simpleType" : "Layer",
"variableSetterType" : "Layer"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Layer",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Layer",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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.",
"setterMethodName" : "setLayers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "layers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getFailures",
"beanStyleSetterMethodName" : "setFailures",
"c2jName" : "failures",
"c2jShape" : "LayerFailureList",
"deprecated" : false,
"documentation" : "Any failures associated with the call.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "failures",
"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.",
"fluentSetterMethodName" : "failures",
"getterDocumentation" : "Any failures associated with the call.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Any failures associated with the call.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failures",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failures",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LayerFailure",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LayerFailure",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "LayerFailure",
"variableName" : "member",
"variableType" : "LayerFailure",
"documentation" : null,
"simpleType" : "LayerFailure",
"variableSetterType" : "LayerFailure"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "LayerFailure",
"variableName" : "member",
"variableType" : "LayerFailure",
"documentation" : "",
"simpleType" : "LayerFailure",
"variableSetterType" : "LayerFailure"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LayerFailure",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LayerFailure",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Failures",
"setterDocumentation" : "Any failures associated with the call.
\n@param failures Any failures associated with the call.",
"setterMethodName" : "setFailures",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failures",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getFailures",
"beanStyleSetterMethodName" : "setFailures",
"c2jName" : "failures",
"c2jShape" : "LayerFailureList",
"deprecated" : false,
"documentation" : "Any failures associated with the call.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "failures",
"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.",
"fluentSetterMethodName" : "failures",
"getterDocumentation" : "Any failures associated with the call.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Any failures associated with the call.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failures",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failures",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LayerFailure",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LayerFailure",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "LayerFailure",
"variableName" : "member",
"variableType" : "LayerFailure",
"documentation" : null,
"simpleType" : "LayerFailure",
"variableSetterType" : "LayerFailure"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "LayerFailure",
"variableName" : "member",
"variableType" : "LayerFailure",
"documentation" : "",
"simpleType" : "LayerFailure",
"variableSetterType" : "LayerFailure"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LayerFailure",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LayerFailure",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Failures",
"setterDocumentation" : "Any failures associated with the call.
\n@param failures Any failures associated with the call.",
"setterMethodName" : "setFailures",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failures",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getLayers",
"beanStyleSetterMethodName" : "setLayers",
"c2jName" : "layers",
"c2jShape" : "LayerList",
"deprecated" : false,
"documentation" : "A list of image layer objects corresponding to the image layer references in the request.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "layers",
"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.",
"fluentSetterMethodName" : "layers",
"getterDocumentation" : "A list of image layer objects corresponding to the image layer references in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "layers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "layers",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Layer",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Layer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Layer",
"variableName" : "member",
"variableType" : "Layer",
"documentation" : null,
"simpleType" : "Layer",
"variableSetterType" : "Layer"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Layer",
"variableName" : "member",
"variableType" : "Layer",
"documentation" : "",
"simpleType" : "Layer",
"variableSetterType" : "Layer"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Layer",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Layer",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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.",
"setterMethodName" : "setLayers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "layers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLayers",
"beanStyleSetterMethodName" : "setLayers",
"c2jName" : "layers",
"c2jShape" : "LayerList",
"deprecated" : false,
"documentation" : "A list of image layer objects corresponding to the image layer references in the request.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "layers",
"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.",
"fluentSetterMethodName" : "layers",
"getterDocumentation" : "A list of image layer objects corresponding to the image layer references in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "layers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "layers",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Layer",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Layer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Layer",
"variableName" : "member",
"variableType" : "Layer",
"documentation" : null,
"simpleType" : "Layer",
"variableSetterType" : "Layer"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Layer",
"variableName" : "member",
"variableType" : "Layer",
"documentation" : "",
"simpleType" : "Layer",
"variableSetterType" : "Layer"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Layer",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Layer",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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.",
"setterMethodName" : "setLayers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "layers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getFailures",
"beanStyleSetterMethodName" : "setFailures",
"c2jName" : "failures",
"c2jShape" : "LayerFailureList",
"deprecated" : false,
"documentation" : "Any failures associated with the call.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "failures",
"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.",
"fluentSetterMethodName" : "failures",
"getterDocumentation" : "Any failures associated with the call.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Any failures associated with the call.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failures",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failures",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LayerFailure",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LayerFailure",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "LayerFailure",
"variableName" : "member",
"variableType" : "LayerFailure",
"documentation" : null,
"simpleType" : "LayerFailure",
"variableSetterType" : "LayerFailure"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "LayerFailure",
"variableName" : "member",
"variableType" : "LayerFailure",
"documentation" : "",
"simpleType" : "LayerFailure",
"variableSetterType" : "LayerFailure"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LayerFailure",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LayerFailure",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Failures",
"setterDocumentation" : "Any failures associated with the call.
\n@param failures Any failures associated with the call.",
"setterMethodName" : "setFailures",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failures",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchCheckLayerAvailabilityResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchCheckLayerAvailabilityResponse",
"variableName" : "batchCheckLayerAvailabilityResponse",
"variableType" : "BatchCheckLayerAvailabilityResponse",
"documentation" : null,
"simpleType" : "BatchCheckLayerAvailabilityResponse",
"variableSetterType" : "BatchCheckLayerAvailabilityResponse"
},
"wrapper" : false
},
"BatchDeleteImageRequest" : {
"c2jName" : "BatchDeleteImageRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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" : [ {
"beanStyleGetterMethodName" : "getRegistryId",
"beanStyleSetterMethodName" : "setRegistryId",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "registryId",
"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.",
"fluentSetterMethodName" : "registryId",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "registryId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRegistryId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getRepositoryName",
"beanStyleSetterMethodName" : "setRepositoryName",
"c2jName" : "repositoryName",
"c2jShape" : "RepositoryName",
"deprecated" : false,
"documentation" : "The repository that contains the image to delete.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "repositoryName",
"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.",
"fluentSetterMethodName" : "repositoryName",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repositoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "repositoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RepositoryName",
"setterDocumentation" : "The repository that contains the image to delete.
\n@param repositoryName The repository that contains the image to delete.",
"setterMethodName" : "setRepositoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : "The repository that contains the image to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageIds",
"beanStyleSetterMethodName" : "setImageIds",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "imageIds",
"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.",
"fluentSetterMethodName" : "imageIds",
"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\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "imageIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "imageIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageIdentifier",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageIdentifier",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : null,
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : "",
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageIdentifier",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageIdentifier",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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
.",
"setterMethodName" : "setImageIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "imageIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getImageIds",
"beanStyleSetterMethodName" : "setImageIds",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "imageIds",
"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.",
"fluentSetterMethodName" : "imageIds",
"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\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "imageIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "imageIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageIdentifier",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageIdentifier",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : null,
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : "",
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageIdentifier",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageIdentifier",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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
.",
"setterMethodName" : "setImageIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "imageIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getRegistryId",
"beanStyleSetterMethodName" : "setRegistryId",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "registryId",
"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.",
"fluentSetterMethodName" : "registryId",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "registryId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRegistryId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getRepositoryName",
"beanStyleSetterMethodName" : "setRepositoryName",
"c2jName" : "repositoryName",
"c2jShape" : "RepositoryName",
"deprecated" : false,
"documentation" : "The repository that contains the image to delete.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "repositoryName",
"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.",
"fluentSetterMethodName" : "repositoryName",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repositoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "repositoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RepositoryName",
"setterDocumentation" : "The repository that contains the image to delete.
\n@param repositoryName The repository that contains the image to delete.",
"setterMethodName" : "setRepositoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : "The repository that contains the image to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRegistryId",
"beanStyleSetterMethodName" : "setRegistryId",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "registryId",
"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.",
"fluentSetterMethodName" : "registryId",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "registryId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRegistryId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getRepositoryName",
"beanStyleSetterMethodName" : "setRepositoryName",
"c2jName" : "repositoryName",
"c2jShape" : "RepositoryName",
"deprecated" : false,
"documentation" : "The repository that contains the image to delete.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "repositoryName",
"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.",
"fluentSetterMethodName" : "repositoryName",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repositoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "repositoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RepositoryName",
"setterDocumentation" : "The repository that contains the image to delete.
\n@param repositoryName The repository that contains the image to delete.",
"setterMethodName" : "setRepositoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : "The repository that contains the image to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageIds",
"beanStyleSetterMethodName" : "setImageIds",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "imageIds",
"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.",
"fluentSetterMethodName" : "imageIds",
"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\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "imageIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "imageIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageIdentifier",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageIdentifier",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : null,
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : "",
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageIdentifier",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageIdentifier",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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
.",
"setterMethodName" : "setImageIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "imageIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "repositoryName", "imageIds" ],
"shapeName" : "BatchDeleteImageRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchDeleteImageRequest",
"variableName" : "batchDeleteImageRequest",
"variableType" : "BatchDeleteImageRequest",
"documentation" : null,
"simpleType" : "BatchDeleteImageRequest",
"variableSetterType" : "BatchDeleteImageRequest"
},
"wrapper" : false
},
"BatchDeleteImageResponse" : {
"c2jName" : "BatchDeleteImageResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getImageIds",
"beanStyleSetterMethodName" : "setImageIds",
"c2jName" : "imageIds",
"c2jShape" : "ImageIdentifierList",
"deprecated" : false,
"documentation" : "The image IDs of the deleted images.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "imageIds",
"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.",
"fluentSetterMethodName" : "imageIds",
"getterDocumentation" : "The image IDs of the deleted images.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The image IDs of the deleted images.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "imageIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "imageIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageIdentifier",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageIdentifier",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : null,
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : "",
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageIdentifier",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageIdentifier",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ImageIds",
"setterDocumentation" : "The image IDs of the deleted images.
\n@param imageIds The image IDs of the deleted images.",
"setterMethodName" : "setImageIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "imageIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getFailures",
"beanStyleSetterMethodName" : "setFailures",
"c2jName" : "failures",
"c2jShape" : "ImageFailureList",
"deprecated" : false,
"documentation" : "Any failures associated with the call.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "failures",
"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.",
"fluentSetterMethodName" : "failures",
"getterDocumentation" : "Any failures associated with the call.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Any failures associated with the call.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failures",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failures",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageFailure",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageFailure",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageFailure",
"variableName" : "member",
"variableType" : "ImageFailure",
"documentation" : null,
"simpleType" : "ImageFailure",
"variableSetterType" : "ImageFailure"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageFailure",
"variableName" : "member",
"variableType" : "ImageFailure",
"documentation" : "",
"simpleType" : "ImageFailure",
"variableSetterType" : "ImageFailure"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageFailure",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageFailure",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Failures",
"setterDocumentation" : "Any failures associated with the call.
\n@param failures Any failures associated with the call.",
"setterMethodName" : "setFailures",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failures",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getFailures",
"beanStyleSetterMethodName" : "setFailures",
"c2jName" : "failures",
"c2jShape" : "ImageFailureList",
"deprecated" : false,
"documentation" : "Any failures associated with the call.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "failures",
"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.",
"fluentSetterMethodName" : "failures",
"getterDocumentation" : "Any failures associated with the call.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Any failures associated with the call.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failures",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failures",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageFailure",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageFailure",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageFailure",
"variableName" : "member",
"variableType" : "ImageFailure",
"documentation" : null,
"simpleType" : "ImageFailure",
"variableSetterType" : "ImageFailure"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageFailure",
"variableName" : "member",
"variableType" : "ImageFailure",
"documentation" : "",
"simpleType" : "ImageFailure",
"variableSetterType" : "ImageFailure"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageFailure",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageFailure",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Failures",
"setterDocumentation" : "Any failures associated with the call.
\n@param failures Any failures associated with the call.",
"setterMethodName" : "setFailures",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failures",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getImageIds",
"beanStyleSetterMethodName" : "setImageIds",
"c2jName" : "imageIds",
"c2jShape" : "ImageIdentifierList",
"deprecated" : false,
"documentation" : "The image IDs of the deleted images.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "imageIds",
"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.",
"fluentSetterMethodName" : "imageIds",
"getterDocumentation" : "The image IDs of the deleted images.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The image IDs of the deleted images.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "imageIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "imageIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageIdentifier",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageIdentifier",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : null,
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : "",
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageIdentifier",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageIdentifier",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ImageIds",
"setterDocumentation" : "The image IDs of the deleted images.
\n@param imageIds The image IDs of the deleted images.",
"setterMethodName" : "setImageIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "imageIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getImageIds",
"beanStyleSetterMethodName" : "setImageIds",
"c2jName" : "imageIds",
"c2jShape" : "ImageIdentifierList",
"deprecated" : false,
"documentation" : "The image IDs of the deleted images.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "imageIds",
"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.",
"fluentSetterMethodName" : "imageIds",
"getterDocumentation" : "The image IDs of the deleted images.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The image IDs of the deleted images.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "imageIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "imageIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageIdentifier",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageIdentifier",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : null,
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : "",
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageIdentifier",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageIdentifier",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ImageIds",
"setterDocumentation" : "The image IDs of the deleted images.
\n@param imageIds The image IDs of the deleted images.",
"setterMethodName" : "setImageIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "imageIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getFailures",
"beanStyleSetterMethodName" : "setFailures",
"c2jName" : "failures",
"c2jShape" : "ImageFailureList",
"deprecated" : false,
"documentation" : "Any failures associated with the call.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "failures",
"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.",
"fluentSetterMethodName" : "failures",
"getterDocumentation" : "Any failures associated with the call.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Any failures associated with the call.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failures",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failures",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageFailure",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageFailure",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageFailure",
"variableName" : "member",
"variableType" : "ImageFailure",
"documentation" : null,
"simpleType" : "ImageFailure",
"variableSetterType" : "ImageFailure"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageFailure",
"variableName" : "member",
"variableType" : "ImageFailure",
"documentation" : "",
"simpleType" : "ImageFailure",
"variableSetterType" : "ImageFailure"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageFailure",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageFailure",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Failures",
"setterDocumentation" : "Any failures associated with the call.
\n@param failures Any failures associated with the call.",
"setterMethodName" : "setFailures",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failures",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchDeleteImageResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchDeleteImageResponse",
"variableName" : "batchDeleteImageResponse",
"variableType" : "BatchDeleteImageResponse",
"documentation" : null,
"simpleType" : "BatchDeleteImageResponse",
"variableSetterType" : "BatchDeleteImageResponse"
},
"wrapper" : false
},
"BatchGetImageRequest" : {
"c2jName" : "BatchGetImageRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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" : [ {
"beanStyleGetterMethodName" : "getRegistryId",
"beanStyleSetterMethodName" : "setRegistryId",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "registryId",
"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.",
"fluentSetterMethodName" : "registryId",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "registryId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRegistryId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getRepositoryName",
"beanStyleSetterMethodName" : "setRepositoryName",
"c2jName" : "repositoryName",
"c2jShape" : "RepositoryName",
"deprecated" : false,
"documentation" : "The repository that contains the images to describe.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "repositoryName",
"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.",
"fluentSetterMethodName" : "repositoryName",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repositoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "repositoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RepositoryName",
"setterDocumentation" : "The repository that contains the images to describe.
\n@param repositoryName The repository that contains the images to describe.",
"setterMethodName" : "setRepositoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : "The repository that contains the images to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageIds",
"beanStyleSetterMethodName" : "setImageIds",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "imageIds",
"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.",
"fluentSetterMethodName" : "imageIds",
"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\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "imageIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "imageIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageIdentifier",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageIdentifier",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : null,
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : "",
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageIdentifier",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageIdentifier",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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
.",
"setterMethodName" : "setImageIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "imageIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getAcceptedMediaTypes",
"beanStyleSetterMethodName" : "setAcceptedMediaTypes",
"c2jName" : "acceptedMediaTypes",
"c2jShape" : "MediaTypeList",
"deprecated" : false,
"documentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "acceptedMediaTypes",
"fluentSetterDocumentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n@param acceptedMediaTypes The accepted media types for the request. Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceptedMediaTypes",
"getterDocumentation" : "
The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The accepted media types for the request. Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "acceptedMediaTypes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "acceptedMediaTypes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MediaType",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AcceptedMediaTypes",
"setterDocumentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n@param acceptedMediaTypes The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"setterMethodName" : "setAcceptedMediaTypes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "acceptedMediaTypes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "acceptedMediaTypes",
"variableType" : "java.util.List",
"documentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceptedMediaTypes" : {
"beanStyleGetterMethodName" : "getAcceptedMediaTypes",
"beanStyleSetterMethodName" : "setAcceptedMediaTypes",
"c2jName" : "acceptedMediaTypes",
"c2jShape" : "MediaTypeList",
"deprecated" : false,
"documentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "acceptedMediaTypes",
"fluentSetterDocumentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n@param acceptedMediaTypes The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceptedMediaTypes",
"getterDocumentation" : "
The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The accepted media types for the request. Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "acceptedMediaTypes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "acceptedMediaTypes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MediaType",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AcceptedMediaTypes",
"setterDocumentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n@param acceptedMediaTypes The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"setterMethodName" : "setAcceptedMediaTypes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "acceptedMediaTypes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "acceptedMediaTypes",
"variableType" : "java.util.List",
"documentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"ImageIds" : {
"beanStyleGetterMethodName" : "getImageIds",
"beanStyleSetterMethodName" : "setImageIds",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "imageIds",
"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.",
"fluentSetterMethodName" : "imageIds",
"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\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "imageIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "imageIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageIdentifier",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageIdentifier",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : null,
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : "",
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageIdentifier",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageIdentifier",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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
.",
"setterMethodName" : "setImageIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "imageIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getRegistryId",
"beanStyleSetterMethodName" : "setRegistryId",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "registryId",
"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.",
"fluentSetterMethodName" : "registryId",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "registryId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRegistryId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getRepositoryName",
"beanStyleSetterMethodName" : "setRepositoryName",
"c2jName" : "repositoryName",
"c2jShape" : "RepositoryName",
"deprecated" : false,
"documentation" : "The repository that contains the images to describe.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "repositoryName",
"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.",
"fluentSetterMethodName" : "repositoryName",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repositoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "repositoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RepositoryName",
"setterDocumentation" : "The repository that contains the images to describe.
\n@param repositoryName The repository that contains the images to describe.",
"setterMethodName" : "setRepositoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : "The repository that contains the images to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRegistryId",
"beanStyleSetterMethodName" : "setRegistryId",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "registryId",
"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.",
"fluentSetterMethodName" : "registryId",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "registryId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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.",
"setterMethodName" : "setRegistryId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getRepositoryName",
"beanStyleSetterMethodName" : "setRepositoryName",
"c2jName" : "repositoryName",
"c2jShape" : "RepositoryName",
"deprecated" : false,
"documentation" : "The repository that contains the images to describe.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "repositoryName",
"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.",
"fluentSetterMethodName" : "repositoryName",
"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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repositoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "repositoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RepositoryName",
"setterDocumentation" : "The repository that contains the images to describe.
\n@param repositoryName The repository that contains the images to describe.",
"setterMethodName" : "setRepositoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryName",
"variableType" : "String",
"documentation" : "The repository that contains the images to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageIds",
"beanStyleSetterMethodName" : "setImageIds",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "imageIds",
"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.",
"fluentSetterMethodName" : "imageIds",
"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\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "imageIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "imageIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageIdentifier",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageIdentifier",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : null,
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageIdentifier",
"variableName" : "member",
"variableType" : "ImageIdentifier",
"documentation" : "",
"simpleType" : "ImageIdentifier",
"variableSetterType" : "ImageIdentifier"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageIdentifier",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageIdentifier",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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
.",
"setterMethodName" : "setImageIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "imageIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getAcceptedMediaTypes",
"beanStyleSetterMethodName" : "setAcceptedMediaTypes",
"c2jName" : "acceptedMediaTypes",
"c2jShape" : "MediaTypeList",
"deprecated" : false,
"documentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "acceptedMediaTypes",
"fluentSetterDocumentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n@param acceptedMediaTypes The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceptedMediaTypes",
"getterDocumentation" : "
The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The accepted media types for the request. Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "acceptedMediaTypes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "acceptedMediaTypes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MediaType",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "AcceptedMediaTypes",
"setterDocumentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
\n@param acceptedMediaTypes The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"setterMethodName" : "setAcceptedMediaTypes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "acceptedMediaTypes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "acceptedMediaTypes",
"variableType" : "java.util.List",
"documentation" : "The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json
| application/vnd.docker.distribution.manifest.v2+json
| application/vnd.oci.image.manifest.v1+json
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "repositoryName", "imageIds" ],
"shapeName" : "BatchGetImageRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchGetImageRequest",
"variableName" : "batchGetImageRequest",
"variableType" : "BatchGetImageRequest",
"documentation" : null,
"simpleType" : "BatchGetImageRequest",
"variableSetterType" : "BatchGetImageRequest"
},
"wrapper" : false
},
"BatchGetImageResponse" : {
"c2jName" : "BatchGetImageResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getImages",
"beanStyleSetterMethodName" : "setImages",
"c2jName" : "images",
"c2jShape" : "ImageList",
"deprecated" : false,
"documentation" : "A list of image objects corresponding to the image references in the request.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "images",
"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.",
"fluentSetterMethodName" : "images",
"getterDocumentation" : "A list of image objects corresponding to the image references in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "images",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "images",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Image",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Image",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Image",
"variableName" : "member",
"variableType" : "Image",
"documentation" : null,
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Image",
"variableName" : "member",
"variableType" : "Image",
"documentation" : "",
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Image",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Image",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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.",
"setterMethodName" : "setImages",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "images",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getFailures",
"beanStyleSetterMethodName" : "setFailures",
"c2jName" : "failures",
"c2jShape" : "ImageFailureList",
"deprecated" : false,
"documentation" : "Any failures associated with the call.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "failures",
"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.",
"fluentSetterMethodName" : "failures",
"getterDocumentation" : "Any failures associated with the call.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Any failures associated with the call.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failures",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failures",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageFailure",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageFailure",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageFailure",
"variableName" : "member",
"variableType" : "ImageFailure",
"documentation" : null,
"simpleType" : "ImageFailure",
"variableSetterType" : "ImageFailure"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageFailure",
"variableName" : "member",
"variableType" : "ImageFailure",
"documentation" : "",
"simpleType" : "ImageFailure",
"variableSetterType" : "ImageFailure"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageFailure",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageFailure",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Failures",
"setterDocumentation" : "Any failures associated with the call.
\n@param failures Any failures associated with the call.",
"setterMethodName" : "setFailures",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failures",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getFailures",
"beanStyleSetterMethodName" : "setFailures",
"c2jName" : "failures",
"c2jShape" : "ImageFailureList",
"deprecated" : false,
"documentation" : "Any failures associated with the call.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "failures",
"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.",
"fluentSetterMethodName" : "failures",
"getterDocumentation" : "Any failures associated with the call.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Any failures associated with the call.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "failures",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "failures",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ImageFailure",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ImageFailure",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ImageFailure",
"variableName" : "member",
"variableType" : "ImageFailure",
"documentation" : null,
"simpleType" : "ImageFailure",
"variableSetterType" : "ImageFailure"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageFailure",
"variableName" : "member",
"variableType" : "ImageFailure",
"documentation" : "",
"simpleType" : "ImageFailure",
"variableSetterType" : "ImageFailure"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ImageFailure",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ImageFailure",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Failures",
"setterDocumentation" : "Any failures associated with the call.
\n@param failures Any failures associated with the call.",
"setterMethodName" : "setFailures",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failures",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failures",
"variableType" : "java.util.List",
"documentation" : "Any failures associated with the call.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection