@aws-sdk/client-ecr 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/ECR.js +1 -13
- package/dist-cjs/ECRClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/BatchCheckLayerAvailabilityCommand.js +2 -34
- package/{dist/cjs → dist-cjs}/commands/BatchDeleteImageCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/BatchGetImageCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/CompleteLayerUploadCommand.js +2 -35
- package/{dist/cjs → dist-cjs}/commands/CreateRepositoryCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteLifecyclePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteRegistryPolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteRepositoryCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DeleteRepositoryPolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeImageReplicationStatusCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeImageScanFindingsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeImagesCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/DescribeRegistryCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeRepositoriesCommand.js +2 -27
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/GetDownloadUrlForLayerCommand.js +2 -34
- package/{dist/cjs → dist-cjs}/commands/GetLifecyclePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetLifecyclePolicyPreviewCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetRegistryPolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetRepositoryPolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/InitiateLayerUploadCommand.js +2 -34
- package/{dist/cjs → dist-cjs}/commands/ListImagesCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutImageCommand.js +2 -35
- package/{dist/cjs → dist-cjs}/commands/PutImageScanningConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutImageTagMutabilityCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/PutLifecyclePolicyCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/PutRegistryPolicyCommand.js +2 -29
- package/dist-cjs/commands/PutReplicationConfigurationCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/SetRepositoryPolicyCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/StartImageScanCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/StartLifecyclePolicyPreviewCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UploadLayerPartCommand.js +2 -34
- package/{dist/cjs → dist-cjs}/endpoints.js +5 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -382
- package/{dist/cjs → dist-cjs}/pagination/DescribeImageScanFindingsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/DescribeImagesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/DescribeRepositoriesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetLifecyclePolicyPreviewPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListImagesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForImageScanComplete.js +4 -14
- package/{dist/cjs → dist-cjs}/waiters/waitForLifecyclePolicyPreviewComplete.js +4 -14
- package/{dist/es → dist-es}/ECR.js +1 -2
- package/{dist/es → dist-es}/ECRClient.js +1 -2
- package/{dist/es → dist-es}/commands/BatchCheckLayerAvailabilityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/BatchDeleteImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/BatchGetImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CompleteLayerUploadCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateRepositoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteLifecyclePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteRegistryPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteRepositoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteRepositoryPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeImageReplicationStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeImageScanFindingsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeImagesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRegistryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRepositoriesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetAuthorizationTokenCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetDownloadUrlForLayerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetLifecyclePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetLifecyclePolicyPreviewCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetRegistryPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetRepositoryPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/InitiateLayerUploadCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListImagesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutImageScanningConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutImageTagMutabilityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutLifecyclePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutRegistryPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutReplicationConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetRepositoryPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartImageScanCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartLifecyclePolicyPreviewCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UploadLayerPartCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +5 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeImageScanFindingsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/DescribeImagesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/DescribeRepositoriesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetLifecyclePolicyPreviewPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListImagesPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForImageScanComplete.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForLifecyclePolicyPreviewComplete.js +1 -2
- package/{dist/types → dist-types}/ECR.d.ts +2 -2
- package/{dist/types → dist-types}/ECRClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/BatchCheckLayerAvailabilityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchDeleteImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchGetImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CompleteLayerUploadCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateRepositoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLifecyclePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteRegistryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteRepositoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteRepositoryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImageReplicationStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImageScanFindingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRegistryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRepositoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAuthorizationTokenCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDownloadUrlForLayerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetLifecyclePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetLifecyclePolicyPreviewCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetRegistryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetRepositoryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/InitiateLayerUploadCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListImagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutImageScanningConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutImageTagMutabilityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutLifecyclePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutRegistryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutReplicationConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetRepositoryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartImageScanCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartLifecyclePolicyPreviewCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UploadLayerPartCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeImageScanFindingsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeRepositoriesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ECR.d.ts +38 -218
- package/{dist/types → dist-types}/ts3.4/ECRClient.d.ts +32 -105
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRepositoriesCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +4 -23
- package/{dist/types → dist-types}/ts3.4/commands/GetRegistryPolicyCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1545 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForImageScanComplete.d.ts +4 -11
- package/{dist/types → dist-types}/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +4 -11
- package/{dist/types → dist-types}/waiters/waitForImageScanComplete.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +2 -2
- package/package.json +46 -43
- package/ECR.ts +0 -1380
- package/ECRClient.ts +0 -405
- package/commands/BatchCheckLayerAvailabilityCommand.ts +0 -106
- package/commands/BatchDeleteImageCommand.ts +0 -99
- package/commands/BatchGetImageCommand.ts +0 -97
- package/commands/CompleteLayerUploadCommand.ts +0 -102
- package/commands/CreateRepositoryCommand.ts +0 -95
- package/commands/DeleteLifecyclePolicyCommand.ts +0 -94
- package/commands/DeleteRegistryPolicyCommand.ts +0 -94
- package/commands/DeleteRepositoryCommand.ts +0 -96
- package/commands/DeleteRepositoryPolicyCommand.ts +0 -94
- package/commands/DescribeImageReplicationStatusCommand.ts +0 -102
- package/commands/DescribeImageScanFindingsCommand.ts +0 -97
- package/commands/DescribeImagesCommand.ts +0 -100
- package/commands/DescribeRegistryCommand.ts +0 -96
- package/commands/DescribeRepositoriesCommand.ts +0 -94
- package/commands/GetAuthorizationTokenCommand.ts +0 -101
- package/commands/GetDownloadUrlForLayerCommand.ts +0 -101
- package/commands/GetLifecyclePolicyCommand.ts +0 -94
- package/commands/GetLifecyclePolicyPreviewCommand.ts +0 -98
- package/commands/GetRegistryPolicyCommand.ts +0 -94
- package/commands/GetRepositoryPolicyCommand.ts +0 -94
- package/commands/InitiateLayerUploadCommand.ts +0 -101
- package/commands/ListImagesCommand.ts +0 -100
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutImageCommand.ts +0 -95
- package/commands/PutImageScanningConfigurationCommand.ts +0 -99
- package/commands/PutImageTagMutabilityCommand.ts +0 -96
- package/commands/PutLifecyclePolicyCommand.ts +0 -96
- package/commands/PutRegistryPolicyCommand.ts +0 -96
- package/commands/PutReplicationConfigurationCommand.ts +0 -109
- package/commands/SetRepositoryPolicyCommand.ts +0 -96
- package/commands/StartImageScanCommand.ts +0 -97
- package/commands/StartLifecyclePolicyPreviewCommand.ts +0 -100
- package/commands/TagResourceCommand.ts +0 -95
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UploadLayerPartCommand.ts +0 -101
- package/dist/cjs/ECR.js.map +0 -1
- package/dist/cjs/ECRClient.js +0 -52
- package/dist/cjs/ECRClient.js.map +0 -1
- package/dist/cjs/commands/BatchCheckLayerAvailabilityCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteImageCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetImageCommand.js.map +0 -1
- package/dist/cjs/commands/CompleteLayerUploadCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRepositoryCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRegistryPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRepositoryCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRepositoryPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImageReplicationStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImageScanFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImagesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRegistryCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRepositoriesCommand.js.map +0 -1
- package/dist/cjs/commands/GetAuthorizationTokenCommand.js +0 -68
- package/dist/cjs/commands/GetAuthorizationTokenCommand.js.map +0 -1
- package/dist/cjs/commands/GetDownloadUrlForLayerCommand.js.map +0 -1
- package/dist/cjs/commands/GetLifecyclePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetLifecyclePolicyPreviewCommand.js.map +0 -1
- package/dist/cjs/commands/GetRegistryPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetRepositoryPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/InitiateLayerUploadCommand.js.map +0 -1
- package/dist/cjs/commands/ListImagesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutImageCommand.js.map +0 -1
- package/dist/cjs/commands/PutImageScanningConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutImageTagMutabilityCommand.js.map +0 -1
- package/dist/cjs/commands/PutLifecyclePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutRegistryPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutReplicationConfigurationCommand.js +0 -71
- package/dist/cjs/commands/PutReplicationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/SetRepositoryPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/StartImageScanCommand.js.map +0 -1
- package/dist/cjs/commands/StartLifecyclePolicyPreviewCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UploadLayerPartCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -92
- package/dist/cjs/pagination/DescribeImageScanFindingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeImagesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeRepositoriesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetLifecyclePolicyPreviewPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListImagesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForImageScanComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForLifecyclePolicyPreviewComplete.js.map +0 -1
- package/dist/es/ECR.js.map +0 -1
- package/dist/es/ECRClient.js.map +0 -1
- package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteImageCommand.js.map +0 -1
- package/dist/es/commands/BatchGetImageCommand.js.map +0 -1
- package/dist/es/commands/CompleteLayerUploadCommand.js.map +0 -1
- package/dist/es/commands/CreateRepositoryCommand.js.map +0 -1
- package/dist/es/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteRegistryPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteRepositoryCommand.js.map +0 -1
- package/dist/es/commands/DeleteRepositoryPolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeImageReplicationStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeImageScanFindingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeImagesCommand.js.map +0 -1
- package/dist/es/commands/DescribeRegistryCommand.js.map +0 -1
- package/dist/es/commands/DescribeRepositoriesCommand.js.map +0 -1
- package/dist/es/commands/GetAuthorizationTokenCommand.js.map +0 -1
- package/dist/es/commands/GetDownloadUrlForLayerCommand.js.map +0 -1
- package/dist/es/commands/GetLifecyclePolicyCommand.js.map +0 -1
- package/dist/es/commands/GetLifecyclePolicyPreviewCommand.js.map +0 -1
- package/dist/es/commands/GetRegistryPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetRepositoryPolicyCommand.js.map +0 -1
- package/dist/es/commands/InitiateLayerUploadCommand.js.map +0 -1
- package/dist/es/commands/ListImagesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutImageCommand.js.map +0 -1
- package/dist/es/commands/PutImageScanningConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutImageTagMutabilityCommand.js.map +0 -1
- package/dist/es/commands/PutLifecyclePolicyCommand.js.map +0 -1
- package/dist/es/commands/PutRegistryPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutReplicationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/SetRepositoryPolicyCommand.js.map +0 -1
- package/dist/es/commands/StartImageScanCommand.js.map +0 -1
- package/dist/es/commands/StartLifecyclePolicyPreviewCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UploadLayerPartCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -47
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/DescribeImageScanFindingsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeImagesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeRepositoriesPaginator.js.map +0 -1
- package/dist/es/pagination/GetLifecyclePolicyPreviewPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListImagesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForImageScanComplete.js.map +0 -1
- package/dist/es/waiters/waitForLifecyclePolicyPreviewComplete.js.map +0 -1
- package/dist/types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/BatchDeleteImageCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/BatchGetImageCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeRegistryCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListImagesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/PutImageCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartImageScanCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UploadLayerPartCommand.d.ts +0 -42
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2779
- package/endpoints.ts +0 -229
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3463
- package/pagination/DescribeImageScanFindingsPaginator.ts +0 -58
- package/pagination/DescribeImagesPaginator.ts +0 -58
- package/pagination/DescribeRepositoriesPaginator.ts +0 -58
- package/pagination/GetLifecyclePolicyPreviewPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListImagesPaginator.ts +0 -54
- package/protocols/Aws_json1_1.ts +0 -5862
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForImageScanComplete.ts +0 -57
- package/waiters/waitForLifecyclePolicyPreviewComplete.ts +0 -57
package/ECRClient.ts
DELETED
|
@@ -1,405 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BatchCheckLayerAvailabilityCommandInput,
|
|
3
|
-
BatchCheckLayerAvailabilityCommandOutput,
|
|
4
|
-
} from "./commands/BatchCheckLayerAvailabilityCommand";
|
|
5
|
-
import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "./commands/BatchDeleteImageCommand";
|
|
6
|
-
import { BatchGetImageCommandInput, BatchGetImageCommandOutput } from "./commands/BatchGetImageCommand";
|
|
7
|
-
import {
|
|
8
|
-
CompleteLayerUploadCommandInput,
|
|
9
|
-
CompleteLayerUploadCommandOutput,
|
|
10
|
-
} from "./commands/CompleteLayerUploadCommand";
|
|
11
|
-
import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
|
|
12
|
-
import {
|
|
13
|
-
DeleteLifecyclePolicyCommandInput,
|
|
14
|
-
DeleteLifecyclePolicyCommandOutput,
|
|
15
|
-
} from "./commands/DeleteLifecyclePolicyCommand";
|
|
16
|
-
import {
|
|
17
|
-
DeleteRegistryPolicyCommandInput,
|
|
18
|
-
DeleteRegistryPolicyCommandOutput,
|
|
19
|
-
} from "./commands/DeleteRegistryPolicyCommand";
|
|
20
|
-
import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
|
|
21
|
-
import {
|
|
22
|
-
DeleteRepositoryPolicyCommandInput,
|
|
23
|
-
DeleteRepositoryPolicyCommandOutput,
|
|
24
|
-
} from "./commands/DeleteRepositoryPolicyCommand";
|
|
25
|
-
import {
|
|
26
|
-
DescribeImageReplicationStatusCommandInput,
|
|
27
|
-
DescribeImageReplicationStatusCommandOutput,
|
|
28
|
-
} from "./commands/DescribeImageReplicationStatusCommand";
|
|
29
|
-
import {
|
|
30
|
-
DescribeImageScanFindingsCommandInput,
|
|
31
|
-
DescribeImageScanFindingsCommandOutput,
|
|
32
|
-
} from "./commands/DescribeImageScanFindingsCommand";
|
|
33
|
-
import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
|
|
34
|
-
import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "./commands/DescribeRegistryCommand";
|
|
35
|
-
import {
|
|
36
|
-
DescribeRepositoriesCommandInput,
|
|
37
|
-
DescribeRepositoriesCommandOutput,
|
|
38
|
-
} from "./commands/DescribeRepositoriesCommand";
|
|
39
|
-
import {
|
|
40
|
-
GetAuthorizationTokenCommandInput,
|
|
41
|
-
GetAuthorizationTokenCommandOutput,
|
|
42
|
-
} from "./commands/GetAuthorizationTokenCommand";
|
|
43
|
-
import {
|
|
44
|
-
GetDownloadUrlForLayerCommandInput,
|
|
45
|
-
GetDownloadUrlForLayerCommandOutput,
|
|
46
|
-
} from "./commands/GetDownloadUrlForLayerCommand";
|
|
47
|
-
import { GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput } from "./commands/GetLifecyclePolicyCommand";
|
|
48
|
-
import {
|
|
49
|
-
GetLifecyclePolicyPreviewCommandInput,
|
|
50
|
-
GetLifecyclePolicyPreviewCommandOutput,
|
|
51
|
-
} from "./commands/GetLifecyclePolicyPreviewCommand";
|
|
52
|
-
import { GetRegistryPolicyCommandInput, GetRegistryPolicyCommandOutput } from "./commands/GetRegistryPolicyCommand";
|
|
53
|
-
import {
|
|
54
|
-
GetRepositoryPolicyCommandInput,
|
|
55
|
-
GetRepositoryPolicyCommandOutput,
|
|
56
|
-
} from "./commands/GetRepositoryPolicyCommand";
|
|
57
|
-
import {
|
|
58
|
-
InitiateLayerUploadCommandInput,
|
|
59
|
-
InitiateLayerUploadCommandOutput,
|
|
60
|
-
} from "./commands/InitiateLayerUploadCommand";
|
|
61
|
-
import { ListImagesCommandInput, ListImagesCommandOutput } from "./commands/ListImagesCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListTagsForResourceCommandInput,
|
|
64
|
-
ListTagsForResourceCommandOutput,
|
|
65
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
import { PutImageCommandInput, PutImageCommandOutput } from "./commands/PutImageCommand";
|
|
67
|
-
import {
|
|
68
|
-
PutImageScanningConfigurationCommandInput,
|
|
69
|
-
PutImageScanningConfigurationCommandOutput,
|
|
70
|
-
} from "./commands/PutImageScanningConfigurationCommand";
|
|
71
|
-
import {
|
|
72
|
-
PutImageTagMutabilityCommandInput,
|
|
73
|
-
PutImageTagMutabilityCommandOutput,
|
|
74
|
-
} from "./commands/PutImageTagMutabilityCommand";
|
|
75
|
-
import { PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput } from "./commands/PutLifecyclePolicyCommand";
|
|
76
|
-
import { PutRegistryPolicyCommandInput, PutRegistryPolicyCommandOutput } from "./commands/PutRegistryPolicyCommand";
|
|
77
|
-
import {
|
|
78
|
-
PutReplicationConfigurationCommandInput,
|
|
79
|
-
PutReplicationConfigurationCommandOutput,
|
|
80
|
-
} from "./commands/PutReplicationConfigurationCommand";
|
|
81
|
-
import {
|
|
82
|
-
SetRepositoryPolicyCommandInput,
|
|
83
|
-
SetRepositoryPolicyCommandOutput,
|
|
84
|
-
} from "./commands/SetRepositoryPolicyCommand";
|
|
85
|
-
import { StartImageScanCommandInput, StartImageScanCommandOutput } from "./commands/StartImageScanCommand";
|
|
86
|
-
import {
|
|
87
|
-
StartLifecyclePolicyPreviewCommandInput,
|
|
88
|
-
StartLifecyclePolicyPreviewCommandOutput,
|
|
89
|
-
} from "./commands/StartLifecyclePolicyPreviewCommand";
|
|
90
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
91
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
92
|
-
import { UploadLayerPartCommandInput, UploadLayerPartCommandOutput } from "./commands/UploadLayerPartCommand";
|
|
93
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
94
|
-
import {
|
|
95
|
-
EndpointsInputConfig,
|
|
96
|
-
EndpointsResolvedConfig,
|
|
97
|
-
RegionInputConfig,
|
|
98
|
-
RegionResolvedConfig,
|
|
99
|
-
resolveEndpointsConfig,
|
|
100
|
-
resolveRegionConfig,
|
|
101
|
-
} from "@aws-sdk/config-resolver";
|
|
102
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
103
|
-
import {
|
|
104
|
-
HostHeaderInputConfig,
|
|
105
|
-
HostHeaderResolvedConfig,
|
|
106
|
-
getHostHeaderPlugin,
|
|
107
|
-
resolveHostHeaderConfig,
|
|
108
|
-
} from "@aws-sdk/middleware-host-header";
|
|
109
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
110
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
111
|
-
import {
|
|
112
|
-
AwsAuthInputConfig,
|
|
113
|
-
AwsAuthResolvedConfig,
|
|
114
|
-
getAwsAuthPlugin,
|
|
115
|
-
resolveAwsAuthConfig,
|
|
116
|
-
} from "@aws-sdk/middleware-signing";
|
|
117
|
-
import {
|
|
118
|
-
UserAgentInputConfig,
|
|
119
|
-
UserAgentResolvedConfig,
|
|
120
|
-
getUserAgentPlugin,
|
|
121
|
-
resolveUserAgentConfig,
|
|
122
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
123
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
124
|
-
import {
|
|
125
|
-
Client as __Client,
|
|
126
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
127
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
128
|
-
} from "@aws-sdk/smithy-client";
|
|
129
|
-
import {
|
|
130
|
-
Provider,
|
|
131
|
-
RegionInfoProvider,
|
|
132
|
-
Credentials as __Credentials,
|
|
133
|
-
Decoder as __Decoder,
|
|
134
|
-
Encoder as __Encoder,
|
|
135
|
-
Hash as __Hash,
|
|
136
|
-
HashConstructor as __HashConstructor,
|
|
137
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
138
|
-
Logger as __Logger,
|
|
139
|
-
Provider as __Provider,
|
|
140
|
-
StreamCollector as __StreamCollector,
|
|
141
|
-
UrlParser as __UrlParser,
|
|
142
|
-
UserAgent as __UserAgent,
|
|
143
|
-
} from "@aws-sdk/types";
|
|
144
|
-
|
|
145
|
-
export type ServiceInputTypes =
|
|
146
|
-
| BatchCheckLayerAvailabilityCommandInput
|
|
147
|
-
| BatchDeleteImageCommandInput
|
|
148
|
-
| BatchGetImageCommandInput
|
|
149
|
-
| CompleteLayerUploadCommandInput
|
|
150
|
-
| CreateRepositoryCommandInput
|
|
151
|
-
| DeleteLifecyclePolicyCommandInput
|
|
152
|
-
| DeleteRegistryPolicyCommandInput
|
|
153
|
-
| DeleteRepositoryCommandInput
|
|
154
|
-
| DeleteRepositoryPolicyCommandInput
|
|
155
|
-
| DescribeImageReplicationStatusCommandInput
|
|
156
|
-
| DescribeImageScanFindingsCommandInput
|
|
157
|
-
| DescribeImagesCommandInput
|
|
158
|
-
| DescribeRegistryCommandInput
|
|
159
|
-
| DescribeRepositoriesCommandInput
|
|
160
|
-
| GetAuthorizationTokenCommandInput
|
|
161
|
-
| GetDownloadUrlForLayerCommandInput
|
|
162
|
-
| GetLifecyclePolicyCommandInput
|
|
163
|
-
| GetLifecyclePolicyPreviewCommandInput
|
|
164
|
-
| GetRegistryPolicyCommandInput
|
|
165
|
-
| GetRepositoryPolicyCommandInput
|
|
166
|
-
| InitiateLayerUploadCommandInput
|
|
167
|
-
| ListImagesCommandInput
|
|
168
|
-
| ListTagsForResourceCommandInput
|
|
169
|
-
| PutImageCommandInput
|
|
170
|
-
| PutImageScanningConfigurationCommandInput
|
|
171
|
-
| PutImageTagMutabilityCommandInput
|
|
172
|
-
| PutLifecyclePolicyCommandInput
|
|
173
|
-
| PutRegistryPolicyCommandInput
|
|
174
|
-
| PutReplicationConfigurationCommandInput
|
|
175
|
-
| SetRepositoryPolicyCommandInput
|
|
176
|
-
| StartImageScanCommandInput
|
|
177
|
-
| StartLifecyclePolicyPreviewCommandInput
|
|
178
|
-
| TagResourceCommandInput
|
|
179
|
-
| UntagResourceCommandInput
|
|
180
|
-
| UploadLayerPartCommandInput;
|
|
181
|
-
|
|
182
|
-
export type ServiceOutputTypes =
|
|
183
|
-
| BatchCheckLayerAvailabilityCommandOutput
|
|
184
|
-
| BatchDeleteImageCommandOutput
|
|
185
|
-
| BatchGetImageCommandOutput
|
|
186
|
-
| CompleteLayerUploadCommandOutput
|
|
187
|
-
| CreateRepositoryCommandOutput
|
|
188
|
-
| DeleteLifecyclePolicyCommandOutput
|
|
189
|
-
| DeleteRegistryPolicyCommandOutput
|
|
190
|
-
| DeleteRepositoryCommandOutput
|
|
191
|
-
| DeleteRepositoryPolicyCommandOutput
|
|
192
|
-
| DescribeImageReplicationStatusCommandOutput
|
|
193
|
-
| DescribeImageScanFindingsCommandOutput
|
|
194
|
-
| DescribeImagesCommandOutput
|
|
195
|
-
| DescribeRegistryCommandOutput
|
|
196
|
-
| DescribeRepositoriesCommandOutput
|
|
197
|
-
| GetAuthorizationTokenCommandOutput
|
|
198
|
-
| GetDownloadUrlForLayerCommandOutput
|
|
199
|
-
| GetLifecyclePolicyCommandOutput
|
|
200
|
-
| GetLifecyclePolicyPreviewCommandOutput
|
|
201
|
-
| GetRegistryPolicyCommandOutput
|
|
202
|
-
| GetRepositoryPolicyCommandOutput
|
|
203
|
-
| InitiateLayerUploadCommandOutput
|
|
204
|
-
| ListImagesCommandOutput
|
|
205
|
-
| ListTagsForResourceCommandOutput
|
|
206
|
-
| PutImageCommandOutput
|
|
207
|
-
| PutImageScanningConfigurationCommandOutput
|
|
208
|
-
| PutImageTagMutabilityCommandOutput
|
|
209
|
-
| PutLifecyclePolicyCommandOutput
|
|
210
|
-
| PutRegistryPolicyCommandOutput
|
|
211
|
-
| PutReplicationConfigurationCommandOutput
|
|
212
|
-
| SetRepositoryPolicyCommandOutput
|
|
213
|
-
| StartImageScanCommandOutput
|
|
214
|
-
| StartLifecyclePolicyPreviewCommandOutput
|
|
215
|
-
| TagResourceCommandOutput
|
|
216
|
-
| UntagResourceCommandOutput
|
|
217
|
-
| UploadLayerPartCommandOutput;
|
|
218
|
-
|
|
219
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
220
|
-
/**
|
|
221
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
222
|
-
*/
|
|
223
|
-
requestHandler?: __HttpHandler;
|
|
224
|
-
|
|
225
|
-
/**
|
|
226
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
227
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
|
-
sha256?: __HashConstructor;
|
|
231
|
-
|
|
232
|
-
/**
|
|
233
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
|
-
urlParser?: __UrlParser;
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* A function that can calculate the length of a request body.
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
243
|
-
|
|
244
|
-
/**
|
|
245
|
-
* A function that converts a stream into an array of bytes.
|
|
246
|
-
* @internal
|
|
247
|
-
*/
|
|
248
|
-
streamCollector?: __StreamCollector;
|
|
249
|
-
|
|
250
|
-
/**
|
|
251
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
base64Decoder?: __Decoder;
|
|
255
|
-
|
|
256
|
-
/**
|
|
257
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
|
-
base64Encoder?: __Encoder;
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
|
-
utf8Decoder?: __Decoder;
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
|
-
utf8Encoder?: __Encoder;
|
|
273
|
-
|
|
274
|
-
/**
|
|
275
|
-
* The runtime environment.
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
|
-
runtime?: string;
|
|
279
|
-
|
|
280
|
-
/**
|
|
281
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
282
|
-
* trait of an operation.
|
|
283
|
-
*/
|
|
284
|
-
disableHostPrefix?: boolean;
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
288
|
-
*/
|
|
289
|
-
maxAttempts?: number | __Provider<number>;
|
|
290
|
-
|
|
291
|
-
/**
|
|
292
|
-
* Specifies which retry algorithm to use.
|
|
293
|
-
*/
|
|
294
|
-
retryMode?: string | __Provider<string>;
|
|
295
|
-
|
|
296
|
-
/**
|
|
297
|
-
* Optional logger for logging debug/info/warn/error.
|
|
298
|
-
*/
|
|
299
|
-
logger?: __Logger;
|
|
300
|
-
|
|
301
|
-
/**
|
|
302
|
-
* Unique service identifier.
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
|
-
serviceId?: string;
|
|
306
|
-
|
|
307
|
-
/**
|
|
308
|
-
* The AWS region to which this client will send requests
|
|
309
|
-
*/
|
|
310
|
-
region?: string | __Provider<string>;
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
* Default credentials provider; Not available in browser runtime.
|
|
314
|
-
* @internal
|
|
315
|
-
*/
|
|
316
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
317
|
-
|
|
318
|
-
/**
|
|
319
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
323
|
-
|
|
324
|
-
/**
|
|
325
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
328
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
type ECRClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
332
|
-
ClientDefaults &
|
|
333
|
-
RegionInputConfig &
|
|
334
|
-
EndpointsInputConfig &
|
|
335
|
-
RetryInputConfig &
|
|
336
|
-
HostHeaderInputConfig &
|
|
337
|
-
AwsAuthInputConfig &
|
|
338
|
-
UserAgentInputConfig;
|
|
339
|
-
/**
|
|
340
|
-
* The configuration interface of ECRClient class constructor that set the region, credentials and other options.
|
|
341
|
-
*/
|
|
342
|
-
export interface ECRClientConfig extends ECRClientConfigType {}
|
|
343
|
-
|
|
344
|
-
type ECRClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
345
|
-
Required<ClientDefaults> &
|
|
346
|
-
RegionResolvedConfig &
|
|
347
|
-
EndpointsResolvedConfig &
|
|
348
|
-
RetryResolvedConfig &
|
|
349
|
-
HostHeaderResolvedConfig &
|
|
350
|
-
AwsAuthResolvedConfig &
|
|
351
|
-
UserAgentResolvedConfig;
|
|
352
|
-
/**
|
|
353
|
-
* The resolved configuration interface of ECRClient class. This is resolved and normalized from the {@link ECRClientConfig | constructor configuration interface}.
|
|
354
|
-
*/
|
|
355
|
-
export interface ECRClientResolvedConfig extends ECRClientResolvedConfigType {}
|
|
356
|
-
|
|
357
|
-
/**
|
|
358
|
-
* <fullname>Amazon Elastic Container Registry</fullname>
|
|
359
|
-
* <p>Amazon Elastic Container Registry (Amazon ECR) is a managed container image registry service. Customers can use the
|
|
360
|
-
* familiar Docker CLI, or their preferred client, to push, pull, and manage images. Amazon ECR
|
|
361
|
-
* provides a secure, scalable, and reliable registry for your Docker or Open Container
|
|
362
|
-
* Initiative (OCI) images. Amazon ECR supports private repositories with resource-based
|
|
363
|
-
* permissions using IAM so that specific users or Amazon EC2 instances can access
|
|
364
|
-
* repositories and images.</p>
|
|
365
|
-
* <p>Amazon ECR has service endpoints in each supported Region. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/ecr.html">Amazon ECR endpoints</a> in the
|
|
366
|
-
* <i>Amazon Web Services General Reference</i>.</p>
|
|
367
|
-
*/
|
|
368
|
-
export class ECRClient extends __Client<
|
|
369
|
-
__HttpHandlerOptions,
|
|
370
|
-
ServiceInputTypes,
|
|
371
|
-
ServiceOutputTypes,
|
|
372
|
-
ECRClientResolvedConfig
|
|
373
|
-
> {
|
|
374
|
-
/**
|
|
375
|
-
* The resolved configuration of ECRClient class. This is resolved and normalized from the {@link ECRClientConfig | constructor configuration interface}.
|
|
376
|
-
*/
|
|
377
|
-
readonly config: ECRClientResolvedConfig;
|
|
378
|
-
|
|
379
|
-
constructor(configuration: ECRClientConfig) {
|
|
380
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
381
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
382
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
383
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
384
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
385
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
386
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
387
|
-
super(_config_6);
|
|
388
|
-
this.config = _config_6;
|
|
389
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
390
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
391
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
392
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
393
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
394
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
/**
|
|
398
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
399
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
400
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
401
|
-
*/
|
|
402
|
-
destroy(): void {
|
|
403
|
-
super.destroy();
|
|
404
|
-
}
|
|
405
|
-
}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
2
|
-
import { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1BatchCheckLayerAvailabilityCommand,
|
|
5
|
-
serializeAws_json1_1BatchCheckLayerAvailabilityCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface BatchCheckLayerAvailabilityCommandInput extends BatchCheckLayerAvailabilityRequest {}
|
|
21
|
-
export interface BatchCheckLayerAvailabilityCommandOutput
|
|
22
|
-
extends BatchCheckLayerAvailabilityResponse,
|
|
23
|
-
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* <p>Checks the availability of one or more image layers in a repository.</p>
|
|
27
|
-
* <p>When an image is pushed to a repository, each image layer is checked to verify if it
|
|
28
|
-
* has been uploaded before. If it has been uploaded, then the image layer is
|
|
29
|
-
* skipped.</p>
|
|
30
|
-
* <note>
|
|
31
|
-
* <p>This operation is used by the Amazon ECR proxy and is not generally used by
|
|
32
|
-
* customers for pulling and pushing images. In most cases, you should use the <code>docker</code> CLI to pull, tag, and push images.</p>
|
|
33
|
-
* </note>
|
|
34
|
-
* @example
|
|
35
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
-
* ```javascript
|
|
37
|
-
* import { ECRClient, BatchCheckLayerAvailabilityCommand } from "@aws-sdk/client-ecr"; // ES Modules import
|
|
38
|
-
* // const { ECRClient, BatchCheckLayerAvailabilityCommand } = require("@aws-sdk/client-ecr"); // CommonJS import
|
|
39
|
-
* const client = new ECRClient(config);
|
|
40
|
-
* const command = new BatchCheckLayerAvailabilityCommand(input);
|
|
41
|
-
* const response = await client.send(command);
|
|
42
|
-
* ```
|
|
43
|
-
*
|
|
44
|
-
* @see {@link BatchCheckLayerAvailabilityCommandInput} for command's `input` shape.
|
|
45
|
-
* @see {@link BatchCheckLayerAvailabilityCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link ECRClientResolvedConfig | config} for command's `input` shape.
|
|
47
|
-
*
|
|
48
|
-
*/
|
|
49
|
-
export class BatchCheckLayerAvailabilityCommand extends $Command<
|
|
50
|
-
BatchCheckLayerAvailabilityCommandInput,
|
|
51
|
-
BatchCheckLayerAvailabilityCommandOutput,
|
|
52
|
-
ECRClientResolvedConfig
|
|
53
|
-
> {
|
|
54
|
-
// Start section: command_properties
|
|
55
|
-
// End section: command_properties
|
|
56
|
-
|
|
57
|
-
constructor(readonly input: BatchCheckLayerAvailabilityCommandInput) {
|
|
58
|
-
// Start section: command_constructor
|
|
59
|
-
super();
|
|
60
|
-
// End section: command_constructor
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
resolveMiddleware(
|
|
67
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
68
|
-
configuration: ECRClientResolvedConfig,
|
|
69
|
-
options?: __HttpHandlerOptions
|
|
70
|
-
): Handler<BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput> {
|
|
71
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
72
|
-
|
|
73
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
74
|
-
|
|
75
|
-
const { logger } = configuration;
|
|
76
|
-
const clientName = "ECRClient";
|
|
77
|
-
const commandName = "BatchCheckLayerAvailabilityCommand";
|
|
78
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
79
|
-
logger,
|
|
80
|
-
clientName,
|
|
81
|
-
commandName,
|
|
82
|
-
inputFilterSensitiveLog: BatchCheckLayerAvailabilityRequest.filterSensitiveLog,
|
|
83
|
-
outputFilterSensitiveLog: BatchCheckLayerAvailabilityResponse.filterSensitiveLog,
|
|
84
|
-
};
|
|
85
|
-
const { requestHandler } = configuration;
|
|
86
|
-
return stack.resolve(
|
|
87
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
88
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
89
|
-
handlerExecutionContext
|
|
90
|
-
);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private serialize(input: BatchCheckLayerAvailabilityCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
94
|
-
return serializeAws_json1_1BatchCheckLayerAvailabilityCommand(input, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
private deserialize(
|
|
98
|
-
output: __HttpResponse,
|
|
99
|
-
context: __SerdeContext
|
|
100
|
-
): Promise<BatchCheckLayerAvailabilityCommandOutput> {
|
|
101
|
-
return deserializeAws_json1_1BatchCheckLayerAvailabilityCommand(output, context);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// Start section: command_body_extra
|
|
105
|
-
// End section: command_body_extra
|
|
106
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
2
|
-
import { BatchDeleteImageRequest, BatchDeleteImageResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1BatchDeleteImageCommand,
|
|
5
|
-
serializeAws_json1_1BatchDeleteImageCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface BatchDeleteImageCommandInput extends BatchDeleteImageRequest {}
|
|
21
|
-
export interface BatchDeleteImageCommandOutput extends BatchDeleteImageResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Deletes a list of specified images within a repository. Images are specified with
|
|
25
|
-
* either an <code>imageTag</code> or <code>imageDigest</code>.</p>
|
|
26
|
-
* <p>You can remove a tag from an image by specifying the image's tag in your request. When
|
|
27
|
-
* you remove the last tag from an image, the image is deleted from your repository.</p>
|
|
28
|
-
* <p>You can completely delete an image (and all of its tags) by specifying the image's
|
|
29
|
-
* digest in your request.</p>
|
|
30
|
-
* @example
|
|
31
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
-
* ```javascript
|
|
33
|
-
* import { ECRClient, BatchDeleteImageCommand } from "@aws-sdk/client-ecr"; // ES Modules import
|
|
34
|
-
* // const { ECRClient, BatchDeleteImageCommand } = require("@aws-sdk/client-ecr"); // CommonJS import
|
|
35
|
-
* const client = new ECRClient(config);
|
|
36
|
-
* const command = new BatchDeleteImageCommand(input);
|
|
37
|
-
* const response = await client.send(command);
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* @see {@link BatchDeleteImageCommandInput} for command's `input` shape.
|
|
41
|
-
* @see {@link BatchDeleteImageCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link ECRClientResolvedConfig | config} for command's `input` shape.
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
export class BatchDeleteImageCommand extends $Command<
|
|
46
|
-
BatchDeleteImageCommandInput,
|
|
47
|
-
BatchDeleteImageCommandOutput,
|
|
48
|
-
ECRClientResolvedConfig
|
|
49
|
-
> {
|
|
50
|
-
// Start section: command_properties
|
|
51
|
-
// End section: command_properties
|
|
52
|
-
|
|
53
|
-
constructor(readonly input: BatchDeleteImageCommandInput) {
|
|
54
|
-
// Start section: command_constructor
|
|
55
|
-
super();
|
|
56
|
-
// End section: command_constructor
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
resolveMiddleware(
|
|
63
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
64
|
-
configuration: ECRClientResolvedConfig,
|
|
65
|
-
options?: __HttpHandlerOptions
|
|
66
|
-
): Handler<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput> {
|
|
67
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
68
|
-
|
|
69
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
70
|
-
|
|
71
|
-
const { logger } = configuration;
|
|
72
|
-
const clientName = "ECRClient";
|
|
73
|
-
const commandName = "BatchDeleteImageCommand";
|
|
74
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
75
|
-
logger,
|
|
76
|
-
clientName,
|
|
77
|
-
commandName,
|
|
78
|
-
inputFilterSensitiveLog: BatchDeleteImageRequest.filterSensitiveLog,
|
|
79
|
-
outputFilterSensitiveLog: BatchDeleteImageResponse.filterSensitiveLog,
|
|
80
|
-
};
|
|
81
|
-
const { requestHandler } = configuration;
|
|
82
|
-
return stack.resolve(
|
|
83
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
84
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
85
|
-
handlerExecutionContext
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private serialize(input: BatchDeleteImageCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
90
|
-
return serializeAws_json1_1BatchDeleteImageCommand(input, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<BatchDeleteImageCommandOutput> {
|
|
94
|
-
return deserializeAws_json1_1BatchDeleteImageCommand(output, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Start section: command_body_extra
|
|
98
|
-
// End section: command_body_extra
|
|
99
|
-
}
|