@aws-sdk/client-imagebuilder 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 (117) hide show
  1. package/dist-cjs/commands/CancelImageCreationCommand.js +2 -2
  2. package/dist-cjs/commands/CreateComponentCommand.js +2 -2
  3. package/dist-cjs/commands/CreateContainerRecipeCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateImageCommand.js +2 -2
  6. package/dist-cjs/commands/CreateImagePipelineCommand.js +2 -2
  7. package/dist-cjs/commands/CreateImageRecipeCommand.js +2 -2
  8. package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteContainerRecipeCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteImageCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteImagePipelineCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteImageRecipeCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +2 -2
  16. package/dist-cjs/commands/GetComponentCommand.js +2 -2
  17. package/dist-cjs/commands/GetComponentPolicyCommand.js +2 -2
  18. package/dist-cjs/commands/GetContainerRecipeCommand.js +2 -2
  19. package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +2 -2
  20. package/dist-cjs/commands/GetDistributionConfigurationCommand.js +2 -2
  21. package/dist-cjs/commands/GetImageCommand.js +2 -2
  22. package/dist-cjs/commands/GetImagePipelineCommand.js +2 -2
  23. package/dist-cjs/commands/GetImagePolicyCommand.js +2 -2
  24. package/dist-cjs/commands/GetImageRecipeCommand.js +2 -2
  25. package/dist-cjs/commands/GetImageRecipePolicyCommand.js +2 -2
  26. package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +2 -2
  27. package/dist-cjs/commands/GetWorkflowExecutionCommand.js +2 -2
  28. package/dist-cjs/commands/GetWorkflowStepExecutionCommand.js +2 -2
  29. package/dist-cjs/commands/ImportComponentCommand.js +2 -2
  30. package/dist-cjs/commands/ImportVmImageCommand.js +2 -2
  31. package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +2 -2
  32. package/dist-cjs/commands/ListComponentsCommand.js +2 -2
  33. package/dist-cjs/commands/ListContainerRecipesCommand.js +2 -2
  34. package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +2 -2
  35. package/dist-cjs/commands/ListImageBuildVersionsCommand.js +2 -2
  36. package/dist-cjs/commands/ListImagePackagesCommand.js +2 -2
  37. package/dist-cjs/commands/ListImagePipelineImagesCommand.js +2 -2
  38. package/dist-cjs/commands/ListImagePipelinesCommand.js +2 -2
  39. package/dist-cjs/commands/ListImageRecipesCommand.js +2 -2
  40. package/dist-cjs/commands/ListImageScanFindingAggregationsCommand.js +2 -2
  41. package/dist-cjs/commands/ListImageScanFindingsCommand.js +2 -2
  42. package/dist-cjs/commands/ListImagesCommand.js +2 -2
  43. package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  45. package/dist-cjs/commands/ListWorkflowExecutionsCommand.js +2 -2
  46. package/dist-cjs/commands/ListWorkflowStepExecutionsCommand.js +2 -2
  47. package/dist-cjs/commands/PutComponentPolicyCommand.js +2 -2
  48. package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +2 -2
  49. package/dist-cjs/commands/PutImagePolicyCommand.js +2 -2
  50. package/dist-cjs/commands/PutImageRecipePolicyCommand.js +2 -2
  51. package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +2 -2
  52. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  53. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateImagePipelineCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +2 -2
  57. package/dist-cjs/protocols/Aws_restJson1.js +1138 -1234
  58. package/dist-es/commands/CancelImageCreationCommand.js +3 -3
  59. package/dist-es/commands/CreateComponentCommand.js +3 -3
  60. package/dist-es/commands/CreateContainerRecipeCommand.js +3 -3
  61. package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -3
  62. package/dist-es/commands/CreateImageCommand.js +3 -3
  63. package/dist-es/commands/CreateImagePipelineCommand.js +3 -3
  64. package/dist-es/commands/CreateImageRecipeCommand.js +3 -3
  65. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -3
  66. package/dist-es/commands/DeleteComponentCommand.js +3 -3
  67. package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -3
  68. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -3
  69. package/dist-es/commands/DeleteImageCommand.js +3 -3
  70. package/dist-es/commands/DeleteImagePipelineCommand.js +3 -3
  71. package/dist-es/commands/DeleteImageRecipeCommand.js +3 -3
  72. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -3
  73. package/dist-es/commands/GetComponentCommand.js +3 -3
  74. package/dist-es/commands/GetComponentPolicyCommand.js +3 -3
  75. package/dist-es/commands/GetContainerRecipeCommand.js +3 -3
  76. package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -3
  77. package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -3
  78. package/dist-es/commands/GetImageCommand.js +3 -3
  79. package/dist-es/commands/GetImagePipelineCommand.js +3 -3
  80. package/dist-es/commands/GetImagePolicyCommand.js +3 -3
  81. package/dist-es/commands/GetImageRecipeCommand.js +3 -3
  82. package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -3
  83. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -3
  84. package/dist-es/commands/GetWorkflowExecutionCommand.js +3 -3
  85. package/dist-es/commands/GetWorkflowStepExecutionCommand.js +3 -3
  86. package/dist-es/commands/ImportComponentCommand.js +3 -3
  87. package/dist-es/commands/ImportVmImageCommand.js +3 -3
  88. package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -3
  89. package/dist-es/commands/ListComponentsCommand.js +3 -3
  90. package/dist-es/commands/ListContainerRecipesCommand.js +3 -3
  91. package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -3
  92. package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -3
  93. package/dist-es/commands/ListImagePackagesCommand.js +3 -3
  94. package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -3
  95. package/dist-es/commands/ListImagePipelinesCommand.js +3 -3
  96. package/dist-es/commands/ListImageRecipesCommand.js +3 -3
  97. package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +3 -3
  98. package/dist-es/commands/ListImageScanFindingsCommand.js +3 -3
  99. package/dist-es/commands/ListImagesCommand.js +3 -3
  100. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -3
  101. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  102. package/dist-es/commands/ListWorkflowExecutionsCommand.js +3 -3
  103. package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +3 -3
  104. package/dist-es/commands/PutComponentPolicyCommand.js +3 -3
  105. package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -3
  106. package/dist-es/commands/PutImagePolicyCommand.js +3 -3
  107. package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -3
  108. package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -3
  109. package/dist-es/commands/TagResourceCommand.js +3 -3
  110. package/dist-es/commands/UntagResourceCommand.js +3 -3
  111. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -3
  112. package/dist-es/commands/UpdateImagePipelineCommand.js +3 -3
  113. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -3
  114. package/dist-es/protocols/Aws_restJson1.js +1023 -1119
  115. package/dist-types/protocols/Aws_restJson1.d.ts +448 -112
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +112 -112
  117. package/package.json +29 -29
@@ -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_restJson1ImportComponentCommand, serializeAws_restJson1ImportComponentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ImportComponentCommand, se_ImportComponentCommand } from "../protocols/Aws_restJson1";
5
5
  export class ImportComponentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ImportComponentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ImportComponentCommand(input, context);
36
+ return se_ImportComponentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ImportComponentCommand(output, context);
39
+ return de_ImportComponentCommand(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_restJson1ImportVmImageCommand, serializeAws_restJson1ImportVmImageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ImportVmImageCommand, se_ImportVmImageCommand } from "../protocols/Aws_restJson1";
5
5
  export class ImportVmImageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ImportVmImageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ImportVmImageCommand(input, context);
36
+ return se_ImportVmImageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ImportVmImageCommand(output, context);
39
+ return de_ImportVmImageCommand(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_restJson1ListComponentBuildVersionsCommand, serializeAws_restJson1ListComponentBuildVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListComponentBuildVersionsCommand, se_ListComponentBuildVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListComponentBuildVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListComponentBuildVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListComponentBuildVersionsCommand(input, context);
36
+ return se_ListComponentBuildVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListComponentBuildVersionsCommand(output, context);
39
+ return de_ListComponentBuildVersionsCommand(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_restJson1ListComponentsCommand, serializeAws_restJson1ListComponentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListComponentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListComponentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListComponentsCommand(input, context);
36
+ return se_ListComponentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListComponentsCommand(output, context);
39
+ return de_ListComponentsCommand(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_restJson1ListContainerRecipesCommand, serializeAws_restJson1ListContainerRecipesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListContainerRecipesCommand, se_ListContainerRecipesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListContainerRecipesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListContainerRecipesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListContainerRecipesCommand(input, context);
36
+ return se_ListContainerRecipesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListContainerRecipesCommand(output, context);
39
+ return de_ListContainerRecipesCommand(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_restJson1ListDistributionConfigurationsCommand, serializeAws_restJson1ListDistributionConfigurationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDistributionConfigurationsCommand, se_ListDistributionConfigurationsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListDistributionConfigurationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDistributionConfigurationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDistributionConfigurationsCommand(input, context);
36
+ return se_ListDistributionConfigurationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDistributionConfigurationsCommand(output, context);
39
+ return de_ListDistributionConfigurationsCommand(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_restJson1ListImageBuildVersionsCommand, serializeAws_restJson1ListImageBuildVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListImageBuildVersionsCommand, se_ListImageBuildVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListImageBuildVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListImageBuildVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListImageBuildVersionsCommand(input, context);
36
+ return se_ListImageBuildVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListImageBuildVersionsCommand(output, context);
39
+ return de_ListImageBuildVersionsCommand(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_restJson1ListImagePackagesCommand, serializeAws_restJson1ListImagePackagesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListImagePackagesCommand, se_ListImagePackagesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListImagePackagesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListImagePackagesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListImagePackagesCommand(input, context);
36
+ return se_ListImagePackagesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListImagePackagesCommand(output, context);
39
+ return de_ListImagePackagesCommand(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_restJson1ListImagePipelineImagesCommand, serializeAws_restJson1ListImagePipelineImagesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListImagePipelineImagesCommand, se_ListImagePipelineImagesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListImagePipelineImagesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListImagePipelineImagesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListImagePipelineImagesCommand(input, context);
36
+ return se_ListImagePipelineImagesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListImagePipelineImagesCommand(output, context);
39
+ return de_ListImagePipelineImagesCommand(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_restJson1ListImagePipelinesCommand, serializeAws_restJson1ListImagePipelinesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListImagePipelinesCommand, se_ListImagePipelinesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListImagePipelinesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListImagePipelinesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListImagePipelinesCommand(input, context);
36
+ return se_ListImagePipelinesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListImagePipelinesCommand(output, context);
39
+ return de_ListImagePipelinesCommand(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_restJson1ListImageRecipesCommand, serializeAws_restJson1ListImageRecipesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListImageRecipesCommand, se_ListImageRecipesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListImageRecipesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListImageRecipesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListImageRecipesCommand(input, context);
36
+ return se_ListImageRecipesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListImageRecipesCommand(output, context);
39
+ return de_ListImageRecipesCommand(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_restJson1ListImageScanFindingAggregationsCommand, serializeAws_restJson1ListImageScanFindingAggregationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListImageScanFindingAggregationsCommand, se_ListImageScanFindingAggregationsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListImageScanFindingAggregationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListImageScanFindingAggregationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListImageScanFindingAggregationsCommand(input, context);
36
+ return se_ListImageScanFindingAggregationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListImageScanFindingAggregationsCommand(output, context);
39
+ return de_ListImageScanFindingAggregationsCommand(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_restJson1ListImageScanFindingsCommand, serializeAws_restJson1ListImageScanFindingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListImageScanFindingsCommand, se_ListImageScanFindingsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListImageScanFindingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListImageScanFindingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListImageScanFindingsCommand(input, context);
36
+ return se_ListImageScanFindingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListImageScanFindingsCommand(output, context);
39
+ return de_ListImageScanFindingsCommand(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_restJson1ListImagesCommand, serializeAws_restJson1ListImagesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListImagesCommand, se_ListImagesCommand } from "../protocols/Aws_restJson1";
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_restJson1ListImagesCommand(input, context);
36
+ return se_ListImagesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListImagesCommand(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_restJson1ListInfrastructureConfigurationsCommand, serializeAws_restJson1ListInfrastructureConfigurationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListInfrastructureConfigurationsCommand, se_ListInfrastructureConfigurationsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListInfrastructureConfigurationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListInfrastructureConfigurationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListInfrastructureConfigurationsCommand(input, context);
36
+ return se_ListInfrastructureConfigurationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListInfrastructureConfigurationsCommand(output, context);
39
+ return de_ListInfrastructureConfigurationsCommand(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_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
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_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(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_restJson1ListWorkflowExecutionsCommand, serializeAws_restJson1ListWorkflowExecutionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListWorkflowExecutionsCommand, se_ListWorkflowExecutionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListWorkflowExecutionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListWorkflowExecutionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListWorkflowExecutionsCommand(input, context);
36
+ return se_ListWorkflowExecutionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListWorkflowExecutionsCommand(output, context);
39
+ return de_ListWorkflowExecutionsCommand(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_restJson1ListWorkflowStepExecutionsCommand, serializeAws_restJson1ListWorkflowStepExecutionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListWorkflowStepExecutionsCommand, se_ListWorkflowStepExecutionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListWorkflowStepExecutionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListWorkflowStepExecutionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListWorkflowStepExecutionsCommand(input, context);
36
+ return se_ListWorkflowStepExecutionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListWorkflowStepExecutionsCommand(output, context);
39
+ return de_ListWorkflowStepExecutionsCommand(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_restJson1PutComponentPolicyCommand, serializeAws_restJson1PutComponentPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_PutComponentPolicyCommand, se_PutComponentPolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class PutComponentPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutComponentPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1PutComponentPolicyCommand(input, context);
36
+ return se_PutComponentPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1PutComponentPolicyCommand(output, context);
39
+ return de_PutComponentPolicyCommand(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_restJson1PutContainerRecipePolicyCommand, serializeAws_restJson1PutContainerRecipePolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_PutContainerRecipePolicyCommand, se_PutContainerRecipePolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class PutContainerRecipePolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutContainerRecipePolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1PutContainerRecipePolicyCommand(input, context);
36
+ return se_PutContainerRecipePolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1PutContainerRecipePolicyCommand(output, context);
39
+ return de_PutContainerRecipePolicyCommand(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_restJson1PutImagePolicyCommand, serializeAws_restJson1PutImagePolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_PutImagePolicyCommand, se_PutImagePolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class PutImagePolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutImagePolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1PutImagePolicyCommand(input, context);
36
+ return se_PutImagePolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1PutImagePolicyCommand(output, context);
39
+ return de_PutImagePolicyCommand(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_restJson1PutImageRecipePolicyCommand, serializeAws_restJson1PutImageRecipePolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_PutImageRecipePolicyCommand, se_PutImageRecipePolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class PutImageRecipePolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutImageRecipePolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1PutImageRecipePolicyCommand(input, context);
36
+ return se_PutImageRecipePolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1PutImageRecipePolicyCommand(output, context);
39
+ return de_PutImageRecipePolicyCommand(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_restJson1StartImagePipelineExecutionCommand, serializeAws_restJson1StartImagePipelineExecutionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_StartImagePipelineExecutionCommand, se_StartImagePipelineExecutionCommand, } from "../protocols/Aws_restJson1";
5
5
  export class StartImagePipelineExecutionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartImagePipelineExecutionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1StartImagePipelineExecutionCommand(input, context);
36
+ return se_StartImagePipelineExecutionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1StartImagePipelineExecutionCommand(output, context);
39
+ return de_StartImagePipelineExecutionCommand(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_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(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_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(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_restJson1UpdateDistributionConfigurationCommand, serializeAws_restJson1UpdateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateDistributionConfigurationCommand, se_UpdateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class UpdateDistributionConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateDistributionConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateDistributionConfigurationCommand(input, context);
36
+ return se_UpdateDistributionConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateDistributionConfigurationCommand(output, context);
39
+ return de_UpdateDistributionConfigurationCommand(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_restJson1UpdateImagePipelineCommand, serializeAws_restJson1UpdateImagePipelineCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateImagePipelineCommand, se_UpdateImagePipelineCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateImagePipelineCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateImagePipelineCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateImagePipelineCommand(input, context);
36
+ return se_UpdateImagePipelineCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateImagePipelineCommand(output, context);
39
+ return de_UpdateImagePipelineCommand(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_restJson1UpdateInfrastructureConfigurationCommand, serializeAws_restJson1UpdateInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateInfrastructureConfigurationCommand, se_UpdateInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class UpdateInfrastructureConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateInfrastructureConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateInfrastructureConfigurationCommand(input, context);
36
+ return se_UpdateInfrastructureConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateInfrastructureConfigurationCommand(output, context);
39
+ return de_UpdateInfrastructureConfigurationCommand(output, context);
40
40
  }
41
41
  }