@aws-sdk/client-ecr 3.496.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +62 -61
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -4707,6 +4707,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4707
4707
  // Annotate the CommonJS export names for ESM import in node:
4708
4708
 
4709
4709
  0 && (module.exports = {
4710
+ ECRServiceException,
4711
+ __Client,
4712
+ ECRClient,
4713
+ ECR,
4714
+ $Command,
4710
4715
  BatchCheckLayerAvailabilityCommand,
4711
4716
  BatchDeleteImageCommand,
4712
4717
  BatchGetImageCommand,
@@ -4725,12 +4730,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4725
4730
  DescribePullThroughCacheRulesCommand,
4726
4731
  DescribeRegistryCommand,
4727
4732
  DescribeRepositoriesCommand,
4728
- ECR,
4729
- ECRClient,
4730
- ECRServiceException,
4731
- EmptyUploadException,
4732
- EncryptionType,
4733
- FindingSeverity,
4734
4733
  GetAuthorizationTokenCommand,
4735
4734
  GetDownloadUrlForLayerCommand,
4736
4735
  GetLifecyclePolicyCommand,
@@ -4738,34 +4737,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4738
4737
  GetRegistryPolicyCommand,
4739
4738
  GetRegistryScanningConfigurationCommand,
4740
4739
  GetRepositoryPolicyCommand,
4741
- ImageActionType,
4742
- ImageAlreadyExistsException,
4743
- ImageDigestDoesNotMatchException,
4744
- ImageFailureCode,
4745
- ImageNotFoundException,
4746
- ImageTagAlreadyExistsException,
4747
- ImageTagMutability,
4748
4740
  InitiateLayerUploadCommand,
4749
- InvalidLayerException,
4750
- InvalidLayerPartException,
4751
- InvalidParameterException,
4752
- InvalidTagParameterException,
4753
- KmsException,
4754
- LayerAlreadyExistsException,
4755
- LayerAvailability,
4756
- LayerFailureCode,
4757
- LayerInaccessibleException,
4758
- LayerPartTooSmallException,
4759
- LayersNotFoundException,
4760
- LifecyclePolicyNotFoundException,
4761
- LifecyclePolicyPreviewInProgressException,
4762
- LifecyclePolicyPreviewNotFoundException,
4763
- LifecyclePolicyPreviewStatus,
4764
- LimitExceededException,
4765
4741
  ListImagesCommand,
4766
4742
  ListTagsForResourceCommand,
4767
- PullThroughCacheRuleAlreadyExistsException,
4768
- PullThroughCacheRuleNotFoundException,
4769
4743
  PutImageCommand,
4770
4744
  PutImageScanningConfigurationCommand,
4771
4745
  PutImageTagMutabilityCommand,
@@ -4773,42 +4747,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4773
4747
  PutRegistryPolicyCommand,
4774
4748
  PutRegistryScanningConfigurationCommand,
4775
4749
  PutReplicationConfigurationCommand,
4776
- ReferencedImagesNotFoundException,
4777
- RegistryPolicyNotFoundException,
4778
- ReplicationStatus,
4779
- RepositoryAlreadyExistsException,
4780
- RepositoryFilterType,
4781
- RepositoryNotEmptyException,
4782
- RepositoryNotFoundException,
4783
- RepositoryPolicyNotFoundException,
4784
- ScanFrequency,
4785
- ScanNotFoundException,
4786
- ScanStatus,
4787
- ScanType,
4788
- ScanningConfigurationFailureCode,
4789
- ScanningRepositoryFilterType,
4790
- SecretNotFoundException,
4791
- ServerException,
4792
4750
  SetRepositoryPolicyCommand,
4793
4751
  StartImageScanCommand,
4794
4752
  StartLifecyclePolicyPreviewCommand,
4795
4753
  TagResourceCommand,
4796
- TagStatus,
4797
- TooManyTagsException,
4798
- UnableToAccessSecretException,
4799
- UnableToDecryptSecretValueException,
4800
- UnableToGetUpstreamImageException,
4801
- UnableToGetUpstreamLayerException,
4802
- UnsupportedImageTypeException,
4803
- UnsupportedUpstreamRegistryException,
4804
4754
  UntagResourceCommand,
4805
4755
  UpdatePullThroughCacheRuleCommand,
4806
4756
  UploadLayerPartCommand,
4807
- UploadNotFoundException,
4808
- UpstreamRegistry,
4809
4757
  ValidatePullThroughCacheRuleCommand,
4810
- ValidationException,
4811
- __Client,
4812
4758
  paginateDescribeImageScanFindings,
4813
4759
  paginateDescribeImages,
4814
4760
  paginateDescribePullThroughCacheRules,
@@ -4816,8 +4762,63 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4816
4762
  paginateGetLifecyclePolicyPreview,
4817
4763
  paginateListImages,
4818
4764
  waitForImageScanComplete,
4819
- waitForLifecyclePolicyPreviewComplete,
4820
4765
  waitUntilImageScanComplete,
4821
- waitUntilLifecyclePolicyPreviewComplete
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
4822
4823
  });
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.496.0",
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,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",