@aws-sdk/client-ecr 3.649.0 → 3.651.1

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 (61) hide show
  1. package/dist-cjs/index.js +51 -148
  2. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +1 -3
  3. package/dist-es/commands/BatchDeleteImageCommand.js +1 -3
  4. package/dist-es/commands/BatchGetImageCommand.js +1 -3
  5. package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +1 -3
  6. package/dist-es/commands/CompleteLayerUploadCommand.js +1 -3
  7. package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +1 -3
  8. package/dist-es/commands/CreateRepositoryCommand.js +1 -3
  9. package/dist-es/commands/CreateRepositoryCreationTemplateCommand.js +1 -3
  10. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +1 -3
  11. package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +1 -3
  12. package/dist-es/commands/DeleteRegistryPolicyCommand.js +1 -3
  13. package/dist-es/commands/DeleteRepositoryCommand.js +1 -3
  14. package/dist-es/commands/DeleteRepositoryCreationTemplateCommand.js +1 -3
  15. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +1 -3
  16. package/dist-es/commands/DescribeImageReplicationStatusCommand.js +1 -3
  17. package/dist-es/commands/DescribeImageScanFindingsCommand.js +1 -3
  18. package/dist-es/commands/DescribeImagesCommand.js +1 -3
  19. package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +1 -3
  20. package/dist-es/commands/DescribeRegistryCommand.js +1 -3
  21. package/dist-es/commands/DescribeRepositoriesCommand.js +1 -3
  22. package/dist-es/commands/DescribeRepositoryCreationTemplatesCommand.js +1 -3
  23. package/dist-es/commands/GetAccountSettingCommand.js +1 -3
  24. package/dist-es/commands/GetAuthorizationTokenCommand.js +1 -3
  25. package/dist-es/commands/GetDownloadUrlForLayerCommand.js +1 -3
  26. package/dist-es/commands/GetLifecyclePolicyCommand.js +1 -3
  27. package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +1 -3
  28. package/dist-es/commands/GetRegistryPolicyCommand.js +1 -3
  29. package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +1 -3
  30. package/dist-es/commands/GetRepositoryPolicyCommand.js +1 -3
  31. package/dist-es/commands/InitiateLayerUploadCommand.js +1 -3
  32. package/dist-es/commands/ListImagesCommand.js +1 -3
  33. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  34. package/dist-es/commands/PutAccountSettingCommand.js +1 -3
  35. package/dist-es/commands/PutImageCommand.js +1 -3
  36. package/dist-es/commands/PutImageScanningConfigurationCommand.js +1 -3
  37. package/dist-es/commands/PutImageTagMutabilityCommand.js +1 -3
  38. package/dist-es/commands/PutLifecyclePolicyCommand.js +1 -3
  39. package/dist-es/commands/PutRegistryPolicyCommand.js +1 -3
  40. package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +1 -3
  41. package/dist-es/commands/PutReplicationConfigurationCommand.js +1 -3
  42. package/dist-es/commands/SetRepositoryPolicyCommand.js +1 -3
  43. package/dist-es/commands/StartImageScanCommand.js +1 -3
  44. package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +1 -3
  45. package/dist-es/commands/TagResourceCommand.js +1 -3
  46. package/dist-es/commands/UntagResourceCommand.js +1 -3
  47. package/dist-es/commands/UpdatePullThroughCacheRuleCommand.js +1 -3
  48. package/dist-es/commands/UpdateRepositoryCreationTemplateCommand.js +1 -3
  49. package/dist-es/commands/UploadLayerPartCommand.js +1 -3
  50. package/dist-es/commands/ValidatePullThroughCacheRuleCommand.js +1 -3
  51. package/dist-es/models/models_0.js +1 -0
  52. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -2
  53. package/dist-types/commands/CreateRepositoryCreationTemplateCommand.d.ts +2 -2
  54. package/dist-types/commands/DeleteRepositoryCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteRepositoryCreationTemplateCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeRepositoriesCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeRepositoryCreationTemplatesCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateRepositoryCreationTemplateCommand.d.ts +2 -2
  59. package/dist-types/models/models_0.d.ts +16 -13
  60. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  61. package/package.json +5 -5
@@ -6,9 +6,7 @@ import { de_DeleteRegistryPolicyCommand, se_DeleteRegistryPolicyCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteRegistryPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteRepositoryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteRepositoryCreationTemplateCommand, se_DeleteRepositoryCreation
6
6
  export { $Command };
7
7
  export class DeleteRepositoryCreationTemplateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteRepositoryPolicyCommand, se_DeleteRepositoryPolicyCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteRepositoryPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeImageReplicationStatusCommand, se_DescribeImageReplicationSt
6
6
  export { $Command };
7
7
  export class DescribeImageReplicationStatusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeImageScanFindingsCommand, se_DescribeImageScanFindingsComman
6
6
  export { $Command };
7
7
  export class DescribeImageScanFindingsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeImagesCommand, se_DescribeImagesCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DescribeImagesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribePullThroughCacheRulesCommand, se_DescribePullThroughCacheRul
6
6
  export { $Command };
7
7
  export class DescribePullThroughCacheRulesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeRegistryCommand, se_DescribeRegistryCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeRegistryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeRepositoriesCommand, se_DescribeRepositoriesCommand } from "
6
6
  export { $Command };
7
7
  export class DescribeRepositoriesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeRepositoryCreationTemplatesCommand, se_DescribeRepositoryCre
6
6
  export { $Command };
7
7
  export class DescribeRepositoryCreationTemplatesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetAccountSettingCommand, se_GetAccountSettingCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetAccountSettingCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetAuthorizationTokenCommand, se_GetAuthorizationTokenCommand } from
6
6
  export { $Command };
7
7
  export class GetAuthorizationTokenCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDownloadUrlForLayerCommand, se_GetDownloadUrlForLayerCommand } fr
6
6
  export { $Command };
7
7
  export class GetDownloadUrlForLayerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetLifecyclePolicyCommand, se_GetLifecyclePolicyCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetLifecyclePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetLifecyclePolicyPreviewCommand, se_GetLifecyclePolicyPreviewComman
6
6
  export { $Command };
7
7
  export class GetLifecyclePolicyPreviewCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetRegistryPolicyCommand, se_GetRegistryPolicyCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetRegistryPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetRegistryScanningConfigurationCommand, se_GetRegistryScanningConfi
6
6
  export { $Command };
7
7
  export class GetRegistryScanningConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetRepositoryPolicyCommand, se_GetRepositoryPolicyCommand } from "..
6
6
  export { $Command };
7
7
  export class GetRepositoryPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_InitiateLayerUploadCommand, se_InitiateLayerUploadCommand } from "..
6
6
  export { $Command };
7
7
  export class InitiateLayerUploadCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListImagesCommand, se_ListImagesCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class ListImagesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutAccountSettingCommand, se_PutAccountSettingCommand } from "../pro
6
6
  export { $Command };
7
7
  export class PutAccountSettingCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutImageCommand, se_PutImageCommand } from "../protocols/Aws_json1_1
6
6
  export { $Command };
7
7
  export class PutImageCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutImageScanningConfigurationCommand, se_PutImageScanningConfigurati
6
6
  export { $Command };
7
7
  export class PutImageScanningConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutImageTagMutabilityCommand, se_PutImageTagMutabilityCommand } from
6
6
  export { $Command };
7
7
  export class PutImageTagMutabilityCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutLifecyclePolicyCommand, se_PutLifecyclePolicyCommand } from "../p
6
6
  export { $Command };
7
7
  export class PutLifecyclePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutRegistryPolicyCommand, se_PutRegistryPolicyCommand } from "../pro
6
6
  export { $Command };
7
7
  export class PutRegistryPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutRegistryScanningConfigurationCommand, se_PutRegistryScanningConfi
6
6
  export { $Command };
7
7
  export class PutRegistryScanningConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutReplicationConfigurationCommand, se_PutReplicationConfigurationCo
6
6
  export { $Command };
7
7
  export class PutReplicationConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_SetRepositoryPolicyCommand, se_SetRepositoryPolicyCommand } from "..
6
6
  export { $Command };
7
7
  export class SetRepositoryPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartImageScanCommand, se_StartImageScanCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class StartImageScanCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartLifecyclePolicyPreviewCommand, se_StartLifecyclePolicyPreviewCo
6
6
  export { $Command };
7
7
  export class StartLifecyclePolicyPreviewCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdatePullThroughCacheRuleCommand, se_UpdatePullThroughCacheRuleComm
6
6
  export { $Command };
7
7
  export class UpdatePullThroughCacheRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateRepositoryCreationTemplateCommand, se_UpdateRepositoryCreation
6
6
  export { $Command };
7
7
  export class UpdateRepositoryCreationTemplateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UploadLayerPartCommand, se_UploadLayerPartCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class UploadLayerPartCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ValidatePullThroughCacheRuleCommand, se_ValidatePullThroughCacheRule
6
6
  export { $Command };
7
7
  export class ValidatePullThroughCacheRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -247,6 +247,7 @@ export class UnsupportedUpstreamRegistryException extends __BaseException {
247
247
  export const EncryptionType = {
248
248
  AES256: "AES256",
249
249
  KMS: "KMS",
250
+ KMS_DSSE: "KMS_DSSE",
250
251
  };
251
252
  export const ImageTagMutability = {
252
253
  IMMUTABLE: "IMMUTABLE",
@@ -49,7 +49,7 @@ declare const CreateRepositoryCommand_base: {
49
49
  * scanOnPush: true || false,
50
50
  * },
51
51
  * encryptionConfiguration: { // EncryptionConfiguration
52
- * encryptionType: "AES256" || "KMS", // required
52
+ * encryptionType: "AES256" || "KMS" || "KMS_DSSE", // required
53
53
  * kmsKey: "STRING_VALUE",
54
54
  * },
55
55
  * };
@@ -67,7 +67,7 @@ declare const CreateRepositoryCommand_base: {
67
67
  * // scanOnPush: true || false,
68
68
  * // },
69
69
  * // encryptionConfiguration: { // EncryptionConfiguration
70
- * // encryptionType: "AES256" || "KMS", // required
70
+ * // encryptionType: "AES256" || "KMS" || "KMS_DSSE", // required
71
71
  * // kmsKey: "STRING_VALUE",
72
72
  * // },
73
73
  * // },
@@ -42,7 +42,7 @@ declare const CreateRepositoryCreationTemplateCommand_base: {
42
42
  * prefix: "STRING_VALUE", // required
43
43
  * description: "STRING_VALUE",
44
44
  * encryptionConfiguration: { // EncryptionConfigurationForRepositoryCreationTemplate
45
- * encryptionType: "AES256" || "KMS", // required
45
+ * encryptionType: "AES256" || "KMS" || "KMS_DSSE", // required
46
46
  * kmsKey: "STRING_VALUE",
47
47
  * },
48
48
  * resourceTags: [ // TagList
@@ -67,7 +67,7 @@ declare const CreateRepositoryCreationTemplateCommand_base: {
67
67
  * // prefix: "STRING_VALUE",
68
68
  * // description: "STRING_VALUE",
69
69
  * // encryptionConfiguration: { // EncryptionConfigurationForRepositoryCreationTemplate
70
- * // encryptionType: "AES256" || "KMS", // required
70
+ * // encryptionType: "AES256" || "KMS" || "KMS_DSSE", // required
71
71
  * // kmsKey: "STRING_VALUE",
72
72
  * // },
73
73
  * // resourceTags: [ // TagList
@@ -55,7 +55,7 @@ declare const DeleteRepositoryCommand_base: {
55
55
  * // scanOnPush: true || false,
56
56
  * // },
57
57
  * // encryptionConfiguration: { // EncryptionConfiguration
58
- * // encryptionType: "AES256" || "KMS", // required
58
+ * // encryptionType: "AES256" || "KMS" || "KMS_DSSE", // required
59
59
  * // kmsKey: "STRING_VALUE",
60
60
  * // },
61
61
  * // },
@@ -45,7 +45,7 @@ declare const DeleteRepositoryCreationTemplateCommand_base: {
45
45
  * // prefix: "STRING_VALUE",
46
46
  * // description: "STRING_VALUE",
47
47
  * // encryptionConfiguration: { // EncryptionConfigurationForRepositoryCreationTemplate
48
- * // encryptionType: "AES256" || "KMS", // required
48
+ * // encryptionType: "AES256" || "KMS" || "KMS_DSSE", // required
49
49
  * // kmsKey: "STRING_VALUE",
50
50
  * // },
51
51
  * // resourceTags: [ // TagList
@@ -57,7 +57,7 @@ declare const DescribeRepositoriesCommand_base: {
57
57
  * // scanOnPush: true || false,
58
58
  * // },
59
59
  * // encryptionConfiguration: { // EncryptionConfiguration
60
- * // encryptionType: "AES256" || "KMS", // required
60
+ * // encryptionType: "AES256" || "KMS" || "KMS_DSSE", // required
61
61
  * // kmsKey: "STRING_VALUE",
62
62
  * // },
63
63
  * // },
@@ -52,7 +52,7 @@ declare const DescribeRepositoryCreationTemplatesCommand_base: {
52
52
  * // prefix: "STRING_VALUE",
53
53
  * // description: "STRING_VALUE",
54
54
  * // encryptionConfiguration: { // EncryptionConfigurationForRepositoryCreationTemplate
55
- * // encryptionType: "AES256" || "KMS", // required
55
+ * // encryptionType: "AES256" || "KMS" || "KMS_DSSE", // required
56
56
  * // kmsKey: "STRING_VALUE",
57
57
  * // },
58
58
  * // resourceTags: [ // TagList
@@ -38,7 +38,7 @@ declare const UpdateRepositoryCreationTemplateCommand_base: {
38
38
  * prefix: "STRING_VALUE", // required
39
39
  * description: "STRING_VALUE",
40
40
  * encryptionConfiguration: { // EncryptionConfigurationForRepositoryCreationTemplate
41
- * encryptionType: "AES256" || "KMS", // required
41
+ * encryptionType: "AES256" || "KMS" || "KMS_DSSE", // required
42
42
  * kmsKey: "STRING_VALUE",
43
43
  * },
44
44
  * resourceTags: [ // TagList
@@ -63,7 +63,7 @@ declare const UpdateRepositoryCreationTemplateCommand_base: {
63
63
  * // prefix: "STRING_VALUE",
64
64
  * // description: "STRING_VALUE",
65
65
  * // encryptionConfiguration: { // EncryptionConfigurationForRepositoryCreationTemplate
66
- * // encryptionType: "AES256" || "KMS", // required
66
+ * // encryptionType: "AES256" || "KMS" || "KMS_DSSE", // required
67
67
  * // kmsKey: "STRING_VALUE",
68
68
  * // },
69
69
  * // resourceTags: [ // TagList