@aws-sdk/client-ecr 3.490.0 → 3.496.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 (66) hide show
  1. package/dist-cjs/ECR.js +1 -97
  2. package/dist-cjs/ECRClient.js +1 -43
  3. package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js +1 -28
  4. package/dist-cjs/commands/BatchDeleteImageCommand.js +1 -28
  5. package/dist-cjs/commands/BatchGetImageCommand.js +1 -28
  6. package/dist-cjs/commands/BatchGetRepositoryScanningConfigurationCommand.js +1 -28
  7. package/dist-cjs/commands/CompleteLayerUploadCommand.js +1 -28
  8. package/dist-cjs/commands/CreatePullThroughCacheRuleCommand.js +1 -28
  9. package/dist-cjs/commands/CreateRepositoryCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +1 -28
  11. package/dist-cjs/commands/DeletePullThroughCacheRuleCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteRegistryPolicyCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteRepositoryCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeImageReplicationStatusCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeImageScanFindingsCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeImagesCommand.js +1 -28
  18. package/dist-cjs/commands/DescribePullThroughCacheRulesCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeRegistryCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeRepositoriesCommand.js +1 -28
  21. package/dist-cjs/commands/GetAuthorizationTokenCommand.js +1 -28
  22. package/dist-cjs/commands/GetDownloadUrlForLayerCommand.js +1 -28
  23. package/dist-cjs/commands/GetLifecyclePolicyCommand.js +1 -28
  24. package/dist-cjs/commands/GetLifecyclePolicyPreviewCommand.js +1 -28
  25. package/dist-cjs/commands/GetRegistryPolicyCommand.js +1 -28
  26. package/dist-cjs/commands/GetRegistryScanningConfigurationCommand.js +1 -28
  27. package/dist-cjs/commands/GetRepositoryPolicyCommand.js +1 -28
  28. package/dist-cjs/commands/InitiateLayerUploadCommand.js +1 -28
  29. package/dist-cjs/commands/ListImagesCommand.js +1 -28
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  31. package/dist-cjs/commands/PutImageCommand.js +1 -28
  32. package/dist-cjs/commands/PutImageScanningConfigurationCommand.js +1 -28
  33. package/dist-cjs/commands/PutImageTagMutabilityCommand.js +1 -28
  34. package/dist-cjs/commands/PutLifecyclePolicyCommand.js +1 -28
  35. package/dist-cjs/commands/PutRegistryPolicyCommand.js +1 -28
  36. package/dist-cjs/commands/PutRegistryScanningConfigurationCommand.js +1 -28
  37. package/dist-cjs/commands/PutReplicationConfigurationCommand.js +1 -28
  38. package/dist-cjs/commands/SetRepositoryPolicyCommand.js +1 -28
  39. package/dist-cjs/commands/StartImageScanCommand.js +1 -28
  40. package/dist-cjs/commands/StartLifecyclePolicyPreviewCommand.js +1 -28
  41. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  42. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  43. package/dist-cjs/commands/UpdatePullThroughCacheRuleCommand.js +1 -28
  44. package/dist-cjs/commands/UploadLayerPartCommand.js +1 -28
  45. package/dist-cjs/commands/ValidatePullThroughCacheRuleCommand.js +1 -28
  46. package/dist-cjs/commands/index.js +1 -46
  47. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  48. package/dist-cjs/extensionConfiguration.js +1 -2
  49. package/dist-cjs/index.js +4822 -12
  50. package/dist-cjs/models/ECRServiceException.js +1 -12
  51. package/dist-cjs/models/index.js +1 -4
  52. package/dist-cjs/models/models_0.js +1 -595
  53. package/dist-cjs/pagination/DescribeImageScanFindingsPaginator.js +1 -7
  54. package/dist-cjs/pagination/DescribeImagesPaginator.js +1 -7
  55. package/dist-cjs/pagination/DescribePullThroughCacheRulesPaginator.js +1 -7
  56. package/dist-cjs/pagination/DescribeRepositoriesPaginator.js +1 -7
  57. package/dist-cjs/pagination/GetLifecyclePolicyPreviewPaginator.js +1 -7
  58. package/dist-cjs/pagination/Interfaces.js +1 -2
  59. package/dist-cjs/pagination/ListImagesPaginator.js +1 -7
  60. package/dist-cjs/pagination/index.js +1 -10
  61. package/dist-cjs/protocols/Aws_json1_1.js +1 -2934
  62. package/dist-cjs/runtimeExtensions.js +1 -22
  63. package/dist-cjs/waiters/index.js +1 -5
  64. package/dist-cjs/waiters/waitForImageScanComplete.js +1 -45
  65. package/dist-cjs/waiters/waitForLifecyclePolicyPreviewComplete.js +1 -45
  66. package/package.json +41 -41
@@ -1,10 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeImageScanFindingsPaginator"), exports);
5
- tslib_1.__exportStar(require("./DescribeImagesPaginator"), exports);
6
- tslib_1.__exportStar(require("./DescribePullThroughCacheRulesPaginator"), exports);
7
- tslib_1.__exportStar(require("./DescribeRepositoriesPaginator"), exports);
8
- tslib_1.__exportStar(require("./GetLifecyclePolicyPreviewPaginator"), exports);
9
- tslib_1.__exportStar(require("./Interfaces"), exports);
10
- tslib_1.__exportStar(require("./ListImagesPaginator"), exports);
1
+ module.exports = require("../index.js");