@aws-sdk/client-ecr 3.495.0 → 3.499.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/dist-cjs/index.js +64 -61
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -4705,7 +4705,13 @@ var waitUntilLifecyclePolicyPreviewComplete = /* @__PURE__ */ __name(async (para
|
|
|
4705
4705
|
// src/index.ts
|
|
4706
4706
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
4707
4707
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4708
|
+
|
|
4708
4709
|
0 && (module.exports = {
|
|
4710
|
+
ECRServiceException,
|
|
4711
|
+
__Client,
|
|
4712
|
+
ECRClient,
|
|
4713
|
+
ECR,
|
|
4714
|
+
$Command,
|
|
4709
4715
|
BatchCheckLayerAvailabilityCommand,
|
|
4710
4716
|
BatchDeleteImageCommand,
|
|
4711
4717
|
BatchGetImageCommand,
|
|
@@ -4724,12 +4730,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4724
4730
|
DescribePullThroughCacheRulesCommand,
|
|
4725
4731
|
DescribeRegistryCommand,
|
|
4726
4732
|
DescribeRepositoriesCommand,
|
|
4727
|
-
ECR,
|
|
4728
|
-
ECRClient,
|
|
4729
|
-
ECRServiceException,
|
|
4730
|
-
EmptyUploadException,
|
|
4731
|
-
EncryptionType,
|
|
4732
|
-
FindingSeverity,
|
|
4733
4733
|
GetAuthorizationTokenCommand,
|
|
4734
4734
|
GetDownloadUrlForLayerCommand,
|
|
4735
4735
|
GetLifecyclePolicyCommand,
|
|
@@ -4737,34 +4737,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4737
4737
|
GetRegistryPolicyCommand,
|
|
4738
4738
|
GetRegistryScanningConfigurationCommand,
|
|
4739
4739
|
GetRepositoryPolicyCommand,
|
|
4740
|
-
ImageActionType,
|
|
4741
|
-
ImageAlreadyExistsException,
|
|
4742
|
-
ImageDigestDoesNotMatchException,
|
|
4743
|
-
ImageFailureCode,
|
|
4744
|
-
ImageNotFoundException,
|
|
4745
|
-
ImageTagAlreadyExistsException,
|
|
4746
|
-
ImageTagMutability,
|
|
4747
4740
|
InitiateLayerUploadCommand,
|
|
4748
|
-
InvalidLayerException,
|
|
4749
|
-
InvalidLayerPartException,
|
|
4750
|
-
InvalidParameterException,
|
|
4751
|
-
InvalidTagParameterException,
|
|
4752
|
-
KmsException,
|
|
4753
|
-
LayerAlreadyExistsException,
|
|
4754
|
-
LayerAvailability,
|
|
4755
|
-
LayerFailureCode,
|
|
4756
|
-
LayerInaccessibleException,
|
|
4757
|
-
LayerPartTooSmallException,
|
|
4758
|
-
LayersNotFoundException,
|
|
4759
|
-
LifecyclePolicyNotFoundException,
|
|
4760
|
-
LifecyclePolicyPreviewInProgressException,
|
|
4761
|
-
LifecyclePolicyPreviewNotFoundException,
|
|
4762
|
-
LifecyclePolicyPreviewStatus,
|
|
4763
|
-
LimitExceededException,
|
|
4764
4741
|
ListImagesCommand,
|
|
4765
4742
|
ListTagsForResourceCommand,
|
|
4766
|
-
PullThroughCacheRuleAlreadyExistsException,
|
|
4767
|
-
PullThroughCacheRuleNotFoundException,
|
|
4768
4743
|
PutImageCommand,
|
|
4769
4744
|
PutImageScanningConfigurationCommand,
|
|
4770
4745
|
PutImageTagMutabilityCommand,
|
|
@@ -4772,42 +4747,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4772
4747
|
PutRegistryPolicyCommand,
|
|
4773
4748
|
PutRegistryScanningConfigurationCommand,
|
|
4774
4749
|
PutReplicationConfigurationCommand,
|
|
4775
|
-
ReferencedImagesNotFoundException,
|
|
4776
|
-
RegistryPolicyNotFoundException,
|
|
4777
|
-
ReplicationStatus,
|
|
4778
|
-
RepositoryAlreadyExistsException,
|
|
4779
|
-
RepositoryFilterType,
|
|
4780
|
-
RepositoryNotEmptyException,
|
|
4781
|
-
RepositoryNotFoundException,
|
|
4782
|
-
RepositoryPolicyNotFoundException,
|
|
4783
|
-
ScanFrequency,
|
|
4784
|
-
ScanNotFoundException,
|
|
4785
|
-
ScanStatus,
|
|
4786
|
-
ScanType,
|
|
4787
|
-
ScanningConfigurationFailureCode,
|
|
4788
|
-
ScanningRepositoryFilterType,
|
|
4789
|
-
SecretNotFoundException,
|
|
4790
|
-
ServerException,
|
|
4791
4750
|
SetRepositoryPolicyCommand,
|
|
4792
4751
|
StartImageScanCommand,
|
|
4793
4752
|
StartLifecyclePolicyPreviewCommand,
|
|
4794
4753
|
TagResourceCommand,
|
|
4795
|
-
TagStatus,
|
|
4796
|
-
TooManyTagsException,
|
|
4797
|
-
UnableToAccessSecretException,
|
|
4798
|
-
UnableToDecryptSecretValueException,
|
|
4799
|
-
UnableToGetUpstreamImageException,
|
|
4800
|
-
UnableToGetUpstreamLayerException,
|
|
4801
|
-
UnsupportedImageTypeException,
|
|
4802
|
-
UnsupportedUpstreamRegistryException,
|
|
4803
4754
|
UntagResourceCommand,
|
|
4804
4755
|
UpdatePullThroughCacheRuleCommand,
|
|
4805
4756
|
UploadLayerPartCommand,
|
|
4806
|
-
UploadNotFoundException,
|
|
4807
|
-
UpstreamRegistry,
|
|
4808
4757
|
ValidatePullThroughCacheRuleCommand,
|
|
4809
|
-
ValidationException,
|
|
4810
|
-
__Client,
|
|
4811
4758
|
paginateDescribeImageScanFindings,
|
|
4812
4759
|
paginateDescribeImages,
|
|
4813
4760
|
paginateDescribePullThroughCacheRules,
|
|
@@ -4815,7 +4762,63 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4815
4762
|
paginateGetLifecyclePolicyPreview,
|
|
4816
4763
|
paginateListImages,
|
|
4817
4764
|
waitForImageScanComplete,
|
|
4818
|
-
waitForLifecyclePolicyPreviewComplete,
|
|
4819
4765
|
waitUntilImageScanComplete,
|
|
4820
|
-
|
|
4766
|
+
waitForLifecyclePolicyPreviewComplete,
|
|
4767
|
+
waitUntilLifecyclePolicyPreviewComplete,
|
|
4768
|
+
LayerFailureCode,
|
|
4769
|
+
LayerAvailability,
|
|
4770
|
+
InvalidParameterException,
|
|
4771
|
+
RepositoryNotFoundException,
|
|
4772
|
+
ServerException,
|
|
4773
|
+
ImageFailureCode,
|
|
4774
|
+
LimitExceededException,
|
|
4775
|
+
UnableToGetUpstreamImageException,
|
|
4776
|
+
ScanningConfigurationFailureCode,
|
|
4777
|
+
ScanningRepositoryFilterType,
|
|
4778
|
+
ScanFrequency,
|
|
4779
|
+
ValidationException,
|
|
4780
|
+
EmptyUploadException,
|
|
4781
|
+
InvalidLayerException,
|
|
4782
|
+
KmsException,
|
|
4783
|
+
LayerAlreadyExistsException,
|
|
4784
|
+
LayerPartTooSmallException,
|
|
4785
|
+
UploadNotFoundException,
|
|
4786
|
+
UpstreamRegistry,
|
|
4787
|
+
PullThroughCacheRuleAlreadyExistsException,
|
|
4788
|
+
SecretNotFoundException,
|
|
4789
|
+
UnableToAccessSecretException,
|
|
4790
|
+
UnableToDecryptSecretValueException,
|
|
4791
|
+
UnsupportedUpstreamRegistryException,
|
|
4792
|
+
EncryptionType,
|
|
4793
|
+
ImageTagMutability,
|
|
4794
|
+
InvalidTagParameterException,
|
|
4795
|
+
RepositoryAlreadyExistsException,
|
|
4796
|
+
TooManyTagsException,
|
|
4797
|
+
LifecyclePolicyNotFoundException,
|
|
4798
|
+
PullThroughCacheRuleNotFoundException,
|
|
4799
|
+
RegistryPolicyNotFoundException,
|
|
4800
|
+
RepositoryNotEmptyException,
|
|
4801
|
+
RepositoryPolicyNotFoundException,
|
|
4802
|
+
ReplicationStatus,
|
|
4803
|
+
ImageNotFoundException,
|
|
4804
|
+
TagStatus,
|
|
4805
|
+
FindingSeverity,
|
|
4806
|
+
ScanStatus,
|
|
4807
|
+
ScanNotFoundException,
|
|
4808
|
+
RepositoryFilterType,
|
|
4809
|
+
LayerInaccessibleException,
|
|
4810
|
+
LayersNotFoundException,
|
|
4811
|
+
UnableToGetUpstreamLayerException,
|
|
4812
|
+
ImageActionType,
|
|
4813
|
+
LifecyclePolicyPreviewStatus,
|
|
4814
|
+
LifecyclePolicyPreviewNotFoundException,
|
|
4815
|
+
ScanType,
|
|
4816
|
+
ImageAlreadyExistsException,
|
|
4817
|
+
ImageDigestDoesNotMatchException,
|
|
4818
|
+
ImageTagAlreadyExistsException,
|
|
4819
|
+
ReferencedImagesNotFoundException,
|
|
4820
|
+
UnsupportedImageTypeException,
|
|
4821
|
+
LifecyclePolicyPreviewInProgressException,
|
|
4822
|
+
InvalidLayerPartException
|
|
4821
4823
|
});
|
|
4824
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecr",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecr",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
60
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"concurrently": "7.0.0",
|