@aws-sdk/client-ecr 3.303.0 → 3.309.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 (87) hide show
  1. package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDeleteImageCommand.js +2 -2
  3. package/dist-cjs/commands/BatchGetImageCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetRepositoryScanningConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/CompleteLayerUploadCommand.js +2 -2
  6. package/dist-cjs/commands/CreatePullThroughCacheRuleCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeletePullThroughCacheRuleCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteRegistryPolicyCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeImageReplicationStatusCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeImageScanFindingsCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeImagesCommand.js +2 -2
  16. package/dist-cjs/commands/DescribePullThroughCacheRulesCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeRegistryCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeRepositoriesCommand.js +2 -2
  19. package/dist-cjs/commands/GetAuthorizationTokenCommand.js +2 -2
  20. package/dist-cjs/commands/GetDownloadUrlForLayerCommand.js +2 -2
  21. package/dist-cjs/commands/GetLifecyclePolicyCommand.js +2 -2
  22. package/dist-cjs/commands/GetLifecyclePolicyPreviewCommand.js +2 -2
  23. package/dist-cjs/commands/GetRegistryPolicyCommand.js +2 -2
  24. package/dist-cjs/commands/GetRegistryScanningConfigurationCommand.js +2 -2
  25. package/dist-cjs/commands/GetRepositoryPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/InitiateLayerUploadCommand.js +2 -2
  27. package/dist-cjs/commands/ListImagesCommand.js +2 -2
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-cjs/commands/PutImageCommand.js +2 -2
  30. package/dist-cjs/commands/PutImageScanningConfigurationCommand.js +2 -2
  31. package/dist-cjs/commands/PutImageTagMutabilityCommand.js +2 -2
  32. package/dist-cjs/commands/PutLifecyclePolicyCommand.js +2 -2
  33. package/dist-cjs/commands/PutRegistryPolicyCommand.js +2 -2
  34. package/dist-cjs/commands/PutRegistryScanningConfigurationCommand.js +2 -2
  35. package/dist-cjs/commands/PutReplicationConfigurationCommand.js +2 -2
  36. package/dist-cjs/commands/SetRepositoryPolicyCommand.js +2 -2
  37. package/dist-cjs/commands/StartImageScanCommand.js +2 -2
  38. package/dist-cjs/commands/StartLifecyclePolicyPreviewCommand.js +2 -2
  39. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  41. package/dist-cjs/commands/UploadLayerPartCommand.js +2 -2
  42. package/dist-cjs/protocols/Aws_json1_1.js +919 -951
  43. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +3 -3
  44. package/dist-es/commands/BatchDeleteImageCommand.js +3 -3
  45. package/dist-es/commands/BatchGetImageCommand.js +3 -3
  46. package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +3 -3
  47. package/dist-es/commands/CompleteLayerUploadCommand.js +3 -3
  48. package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +3 -3
  49. package/dist-es/commands/CreateRepositoryCommand.js +3 -3
  50. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -3
  51. package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +3 -3
  52. package/dist-es/commands/DeleteRegistryPolicyCommand.js +3 -3
  53. package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
  54. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +3 -3
  55. package/dist-es/commands/DescribeImageReplicationStatusCommand.js +3 -3
  56. package/dist-es/commands/DescribeImageScanFindingsCommand.js +3 -3
  57. package/dist-es/commands/DescribeImagesCommand.js +3 -3
  58. package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +3 -3
  59. package/dist-es/commands/DescribeRegistryCommand.js +3 -3
  60. package/dist-es/commands/DescribeRepositoriesCommand.js +3 -3
  61. package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -3
  62. package/dist-es/commands/GetDownloadUrlForLayerCommand.js +3 -3
  63. package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -3
  64. package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +3 -3
  65. package/dist-es/commands/GetRegistryPolicyCommand.js +3 -3
  66. package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +3 -3
  67. package/dist-es/commands/GetRepositoryPolicyCommand.js +3 -3
  68. package/dist-es/commands/InitiateLayerUploadCommand.js +3 -3
  69. package/dist-es/commands/ListImagesCommand.js +3 -3
  70. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  71. package/dist-es/commands/PutImageCommand.js +3 -3
  72. package/dist-es/commands/PutImageScanningConfigurationCommand.js +3 -3
  73. package/dist-es/commands/PutImageTagMutabilityCommand.js +3 -3
  74. package/dist-es/commands/PutLifecyclePolicyCommand.js +3 -3
  75. package/dist-es/commands/PutRegistryPolicyCommand.js +3 -3
  76. package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +3 -3
  77. package/dist-es/commands/PutReplicationConfigurationCommand.js +3 -3
  78. package/dist-es/commands/SetRepositoryPolicyCommand.js +3 -3
  79. package/dist-es/commands/StartImageScanCommand.js +3 -3
  80. package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +3 -3
  81. package/dist-es/commands/TagResourceCommand.js +3 -3
  82. package/dist-es/commands/UntagResourceCommand.js +3 -3
  83. package/dist-es/commands/UploadLayerPartCommand.js +3 -3
  84. package/dist-es/protocols/Aws_json1_1.js +835 -867
  85. package/dist-types/protocols/Aws_json1_1.d.ts +328 -82
  86. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +82 -82
  87. package/package.json +30 -30
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1BatchCheckLayerAvailabilityCommand, serializeAws_json1_1BatchCheckLayerAvailabilityCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_BatchCheckLayerAvailabilityCommand, se_BatchCheckLayerAvailabilityCommand } from "../protocols/Aws_json1_1";
5
5
  export class BatchCheckLayerAvailabilityCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchCheckLayerAvailabilityCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1BatchCheckLayerAvailabilityCommand(input, context);
36
+ return se_BatchCheckLayerAvailabilityCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1BatchCheckLayerAvailabilityCommand(output, context);
39
+ return de_BatchCheckLayerAvailabilityCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1BatchDeleteImageCommand, serializeAws_json1_1BatchDeleteImageCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_BatchDeleteImageCommand, se_BatchDeleteImageCommand } from "../protocols/Aws_json1_1";
5
5
  export class BatchDeleteImageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchDeleteImageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1BatchDeleteImageCommand(input, context);
36
+ return se_BatchDeleteImageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1BatchDeleteImageCommand(output, context);
39
+ return de_BatchDeleteImageCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1BatchGetImageCommand, serializeAws_json1_1BatchGetImageCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_BatchGetImageCommand, se_BatchGetImageCommand } from "../protocols/Aws_json1_1";
5
5
  export class BatchGetImageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchGetImageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1BatchGetImageCommand(input, context);
36
+ return se_BatchGetImageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1BatchGetImageCommand(output, context);
39
+ return de_BatchGetImageCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand, serializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_BatchGetRepositoryScanningConfigurationCommand, se_BatchGetRepositoryScanningConfigurationCommand, } from "../protocols/Aws_json1_1";
5
5
  export class BatchGetRepositoryScanningConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchGetRepositoryScanningConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand(input, context);
36
+ return se_BatchGetRepositoryScanningConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand(output, context);
39
+ return de_BatchGetRepositoryScanningConfigurationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CompleteLayerUploadCommand, serializeAws_json1_1CompleteLayerUploadCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CompleteLayerUploadCommand, se_CompleteLayerUploadCommand } from "../protocols/Aws_json1_1";
5
5
  export class CompleteLayerUploadCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CompleteLayerUploadCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CompleteLayerUploadCommand(input, context);
36
+ return se_CompleteLayerUploadCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CompleteLayerUploadCommand(output, context);
39
+ return de_CompleteLayerUploadCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreatePullThroughCacheRuleCommand, serializeAws_json1_1CreatePullThroughCacheRuleCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreatePullThroughCacheRuleCommand, se_CreatePullThroughCacheRuleCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreatePullThroughCacheRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreatePullThroughCacheRuleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreatePullThroughCacheRuleCommand(input, context);
36
+ return se_CreatePullThroughCacheRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreatePullThroughCacheRuleCommand(output, context);
39
+ return de_CreatePullThroughCacheRuleCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateRepositoryCommand, serializeAws_json1_1CreateRepositoryCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateRepositoryCommand, se_CreateRepositoryCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateRepositoryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateRepositoryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateRepositoryCommand(input, context);
36
+ return se_CreateRepositoryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateRepositoryCommand(output, context);
39
+ return de_CreateRepositoryCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteLifecyclePolicyCommand, serializeAws_json1_1DeleteLifecyclePolicyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteLifecyclePolicyCommand, se_DeleteLifecyclePolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteLifecyclePolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteLifecyclePolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteLifecyclePolicyCommand(input, context);
36
+ return se_DeleteLifecyclePolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteLifecyclePolicyCommand(output, context);
39
+ return de_DeleteLifecyclePolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeletePullThroughCacheRuleCommand, serializeAws_json1_1DeletePullThroughCacheRuleCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeletePullThroughCacheRuleCommand, se_DeletePullThroughCacheRuleCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeletePullThroughCacheRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeletePullThroughCacheRuleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeletePullThroughCacheRuleCommand(input, context);
36
+ return se_DeletePullThroughCacheRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeletePullThroughCacheRuleCommand(output, context);
39
+ return de_DeletePullThroughCacheRuleCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteRegistryPolicyCommand, serializeAws_json1_1DeleteRegistryPolicyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteRegistryPolicyCommand, se_DeleteRegistryPolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteRegistryPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteRegistryPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteRegistryPolicyCommand(input, context);
36
+ return se_DeleteRegistryPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteRegistryPolicyCommand(output, context);
39
+ return de_DeleteRegistryPolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteRepositoryCommand, serializeAws_json1_1DeleteRepositoryCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteRepositoryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteRepositoryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteRepositoryCommand(input, context);
36
+ return se_DeleteRepositoryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteRepositoryCommand(output, context);
39
+ return de_DeleteRepositoryCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteRepositoryPolicyCommand, serializeAws_json1_1DeleteRepositoryPolicyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteRepositoryPolicyCommand, se_DeleteRepositoryPolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteRepositoryPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteRepositoryPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteRepositoryPolicyCommand(input, context);
36
+ return se_DeleteRepositoryPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteRepositoryPolicyCommand(output, context);
39
+ return de_DeleteRepositoryPolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeImageReplicationStatusCommand, serializeAws_json1_1DescribeImageReplicationStatusCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeImageReplicationStatusCommand, se_DescribeImageReplicationStatusCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeImageReplicationStatusCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeImageReplicationStatusCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeImageReplicationStatusCommand(input, context);
36
+ return se_DescribeImageReplicationStatusCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeImageReplicationStatusCommand(output, context);
39
+ return de_DescribeImageReplicationStatusCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeImageScanFindingsCommand, serializeAws_json1_1DescribeImageScanFindingsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeImageScanFindingsCommand, se_DescribeImageScanFindingsCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeImageScanFindingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeImageScanFindingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeImageScanFindingsCommand(input, context);
36
+ return se_DescribeImageScanFindingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeImageScanFindingsCommand(output, context);
39
+ return de_DescribeImageScanFindingsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeImagesCommand, serializeAws_json1_1DescribeImagesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeImagesCommand, se_DescribeImagesCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeImagesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeImagesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeImagesCommand(input, context);
36
+ return se_DescribeImagesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeImagesCommand(output, context);
39
+ return de_DescribeImagesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribePullThroughCacheRulesCommand, serializeAws_json1_1DescribePullThroughCacheRulesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribePullThroughCacheRulesCommand, se_DescribePullThroughCacheRulesCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribePullThroughCacheRulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribePullThroughCacheRulesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribePullThroughCacheRulesCommand(input, context);
36
+ return se_DescribePullThroughCacheRulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribePullThroughCacheRulesCommand(output, context);
39
+ return de_DescribePullThroughCacheRulesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeRegistryCommand, serializeAws_json1_1DescribeRegistryCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeRegistryCommand, se_DescribeRegistryCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeRegistryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeRegistryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeRegistryCommand(input, context);
36
+ return se_DescribeRegistryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeRegistryCommand(output, context);
39
+ return de_DescribeRegistryCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeRepositoriesCommand, serializeAws_json1_1DescribeRepositoriesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeRepositoriesCommand, se_DescribeRepositoriesCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeRepositoriesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeRepositoriesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeRepositoriesCommand(input, context);
36
+ return se_DescribeRepositoriesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeRepositoriesCommand(output, context);
39
+ return de_DescribeRepositoriesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetAuthorizationTokenCommand, serializeAws_json1_1GetAuthorizationTokenCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetAuthorizationTokenCommand, se_GetAuthorizationTokenCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetAuthorizationTokenCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetAuthorizationTokenCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetAuthorizationTokenCommand(input, context);
36
+ return se_GetAuthorizationTokenCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetAuthorizationTokenCommand(output, context);
39
+ return de_GetAuthorizationTokenCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetDownloadUrlForLayerCommand, serializeAws_json1_1GetDownloadUrlForLayerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetDownloadUrlForLayerCommand, se_GetDownloadUrlForLayerCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetDownloadUrlForLayerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDownloadUrlForLayerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetDownloadUrlForLayerCommand(input, context);
36
+ return se_GetDownloadUrlForLayerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetDownloadUrlForLayerCommand(output, context);
39
+ return de_GetDownloadUrlForLayerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetLifecyclePolicyCommand, serializeAws_json1_1GetLifecyclePolicyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetLifecyclePolicyCommand, se_GetLifecyclePolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetLifecyclePolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLifecyclePolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetLifecyclePolicyCommand(input, context);
36
+ return se_GetLifecyclePolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetLifecyclePolicyCommand(output, context);
39
+ return de_GetLifecyclePolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetLifecyclePolicyPreviewCommand, serializeAws_json1_1GetLifecyclePolicyPreviewCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetLifecyclePolicyPreviewCommand, se_GetLifecyclePolicyPreviewCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetLifecyclePolicyPreviewCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLifecyclePolicyPreviewCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetLifecyclePolicyPreviewCommand(input, context);
36
+ return se_GetLifecyclePolicyPreviewCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetLifecyclePolicyPreviewCommand(output, context);
39
+ return de_GetLifecyclePolicyPreviewCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetRegistryPolicyCommand, serializeAws_json1_1GetRegistryPolicyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetRegistryPolicyCommand, se_GetRegistryPolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetRegistryPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetRegistryPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetRegistryPolicyCommand(input, context);
36
+ return se_GetRegistryPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetRegistryPolicyCommand(output, context);
39
+ return de_GetRegistryPolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetRegistryScanningConfigurationCommand, serializeAws_json1_1GetRegistryScanningConfigurationCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetRegistryScanningConfigurationCommand, se_GetRegistryScanningConfigurationCommand, } from "../protocols/Aws_json1_1";
5
5
  export class GetRegistryScanningConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetRegistryScanningConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetRegistryScanningConfigurationCommand(input, context);
36
+ return se_GetRegistryScanningConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetRegistryScanningConfigurationCommand(output, context);
39
+ return de_GetRegistryScanningConfigurationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetRepositoryPolicyCommand, serializeAws_json1_1GetRepositoryPolicyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetRepositoryPolicyCommand, se_GetRepositoryPolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetRepositoryPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetRepositoryPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetRepositoryPolicyCommand(input, context);
36
+ return se_GetRepositoryPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetRepositoryPolicyCommand(output, context);
39
+ return de_GetRepositoryPolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1InitiateLayerUploadCommand, serializeAws_json1_1InitiateLayerUploadCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_InitiateLayerUploadCommand, se_InitiateLayerUploadCommand } from "../protocols/Aws_json1_1";
5
5
  export class InitiateLayerUploadCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class InitiateLayerUploadCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1InitiateLayerUploadCommand(input, context);
36
+ return se_InitiateLayerUploadCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1InitiateLayerUploadCommand(output, context);
39
+ return de_InitiateLayerUploadCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListImagesCommand, serializeAws_json1_1ListImagesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListImagesCommand, se_ListImagesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListImagesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListImagesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListImagesCommand(input, context);
36
+ return se_ListImagesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListImagesCommand(output, context);
39
+ return de_ListImagesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }