@aws-sdk/client-ecr 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/ECR.d.ts +748 -210
- package/dist-types/ts3.4/ECRClient.d.ts +374 -114
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ECRServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1835 -1637
- package/dist-types/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullThroughCacheRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +13 -7
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ecr
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-ecr
|