@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_restJson1CancelImageCreationCommand, serializeAws_restJson1CancelImageCreationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CancelImageCreationCommand, se_CancelImageCreationCommand } from "../protocols/Aws_restJson1";
5
5
  export class CancelImageCreationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CancelImageCreationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CancelImageCreationCommand(input, context);
36
+ return se_CancelImageCreationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CancelImageCreationCommand(output, context);
39
+ return de_CancelImageCreationCommand(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_restJson1CreateComponentCommand, serializeAws_restJson1CreateComponentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateComponentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateComponentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateComponentCommand(input, context);
36
+ return se_CreateComponentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateComponentCommand(output, context);
39
+ return de_CreateComponentCommand(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_restJson1CreateContainerRecipeCommand, serializeAws_restJson1CreateContainerRecipeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateContainerRecipeCommand, se_CreateContainerRecipeCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateContainerRecipeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateContainerRecipeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateContainerRecipeCommand(input, context);
36
+ return se_CreateContainerRecipeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateContainerRecipeCommand(output, context);
39
+ return de_CreateContainerRecipeCommand(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_restJson1CreateDistributionConfigurationCommand, serializeAws_restJson1CreateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDistributionConfigurationCommand, se_CreateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class CreateDistributionConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDistributionConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateDistributionConfigurationCommand(input, context);
36
+ return se_CreateDistributionConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateDistributionConfigurationCommand(output, context);
39
+ return de_CreateDistributionConfigurationCommand(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_restJson1CreateImageCommand, serializeAws_restJson1CreateImageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateImageCommand, se_CreateImageCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateImageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateImageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateImageCommand(input, context);
36
+ return se_CreateImageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateImageCommand(output, context);
39
+ return de_CreateImageCommand(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_restJson1CreateImagePipelineCommand, serializeAws_restJson1CreateImagePipelineCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateImagePipelineCommand, se_CreateImagePipelineCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateImagePipelineCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateImagePipelineCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateImagePipelineCommand(input, context);
36
+ return se_CreateImagePipelineCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateImagePipelineCommand(output, context);
39
+ return de_CreateImagePipelineCommand(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_restJson1CreateImageRecipeCommand, serializeAws_restJson1CreateImageRecipeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateImageRecipeCommand, se_CreateImageRecipeCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateImageRecipeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateImageRecipeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateImageRecipeCommand(input, context);
36
+ return se_CreateImageRecipeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateImageRecipeCommand(output, context);
39
+ return de_CreateImageRecipeCommand(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_restJson1CreateInfrastructureConfigurationCommand, serializeAws_restJson1CreateInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateInfrastructureConfigurationCommand, se_CreateInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class CreateInfrastructureConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateInfrastructureConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateInfrastructureConfigurationCommand(input, context);
36
+ return se_CreateInfrastructureConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateInfrastructureConfigurationCommand(output, context);
39
+ return de_CreateInfrastructureConfigurationCommand(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_restJson1DeleteComponentCommand, serializeAws_restJson1DeleteComponentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteComponentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteComponentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteComponentCommand(input, context);
36
+ return se_DeleteComponentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteComponentCommand(output, context);
39
+ return de_DeleteComponentCommand(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_restJson1DeleteContainerRecipeCommand, serializeAws_restJson1DeleteContainerRecipeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteContainerRecipeCommand, se_DeleteContainerRecipeCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteContainerRecipeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteContainerRecipeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteContainerRecipeCommand(input, context);
36
+ return se_DeleteContainerRecipeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteContainerRecipeCommand(output, context);
39
+ return de_DeleteContainerRecipeCommand(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_restJson1DeleteDistributionConfigurationCommand, serializeAws_restJson1DeleteDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteDistributionConfigurationCommand, se_DeleteDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DeleteDistributionConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDistributionConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteDistributionConfigurationCommand(input, context);
36
+ return se_DeleteDistributionConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteDistributionConfigurationCommand(output, context);
39
+ return de_DeleteDistributionConfigurationCommand(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_restJson1DeleteImageCommand, serializeAws_restJson1DeleteImageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteImageCommand, se_DeleteImageCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteImageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteImageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteImageCommand(input, context);
36
+ return se_DeleteImageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteImageCommand(output, context);
39
+ return de_DeleteImageCommand(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_restJson1DeleteImagePipelineCommand, serializeAws_restJson1DeleteImagePipelineCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteImagePipelineCommand, se_DeleteImagePipelineCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteImagePipelineCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteImagePipelineCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteImagePipelineCommand(input, context);
36
+ return se_DeleteImagePipelineCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteImagePipelineCommand(output, context);
39
+ return de_DeleteImagePipelineCommand(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_restJson1DeleteImageRecipeCommand, serializeAws_restJson1DeleteImageRecipeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteImageRecipeCommand, se_DeleteImageRecipeCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteImageRecipeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteImageRecipeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteImageRecipeCommand(input, context);
36
+ return se_DeleteImageRecipeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteImageRecipeCommand(output, context);
39
+ return de_DeleteImageRecipeCommand(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_restJson1DeleteInfrastructureConfigurationCommand, serializeAws_restJson1DeleteInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteInfrastructureConfigurationCommand, se_DeleteInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DeleteInfrastructureConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteInfrastructureConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteInfrastructureConfigurationCommand(input, context);
36
+ return se_DeleteInfrastructureConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteInfrastructureConfigurationCommand(output, context);
39
+ return de_DeleteInfrastructureConfigurationCommand(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_restJson1GetComponentCommand, serializeAws_restJson1GetComponentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetComponentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetComponentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetComponentCommand(input, context);
36
+ return se_GetComponentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetComponentCommand(output, context);
39
+ return de_GetComponentCommand(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_restJson1GetComponentPolicyCommand, serializeAws_restJson1GetComponentPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetComponentPolicyCommand, se_GetComponentPolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetComponentPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetComponentPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetComponentPolicyCommand(input, context);
36
+ return se_GetComponentPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetComponentPolicyCommand(output, context);
39
+ return de_GetComponentPolicyCommand(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_restJson1GetContainerRecipeCommand, serializeAws_restJson1GetContainerRecipeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetContainerRecipeCommand, se_GetContainerRecipeCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetContainerRecipeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetContainerRecipeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetContainerRecipeCommand(input, context);
36
+ return se_GetContainerRecipeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetContainerRecipeCommand(output, context);
39
+ return de_GetContainerRecipeCommand(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_restJson1GetContainerRecipePolicyCommand, serializeAws_restJson1GetContainerRecipePolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetContainerRecipePolicyCommand, se_GetContainerRecipePolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetContainerRecipePolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetContainerRecipePolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetContainerRecipePolicyCommand(input, context);
36
+ return se_GetContainerRecipePolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetContainerRecipePolicyCommand(output, context);
39
+ return de_GetContainerRecipePolicyCommand(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_restJson1GetDistributionConfigurationCommand, serializeAws_restJson1GetDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDistributionConfigurationCommand, se_GetDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetDistributionConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDistributionConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDistributionConfigurationCommand(input, context);
36
+ return se_GetDistributionConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDistributionConfigurationCommand(output, context);
39
+ return de_GetDistributionConfigurationCommand(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_restJson1GetImageCommand, serializeAws_restJson1GetImageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetImageCommand, se_GetImageCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetImageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetImageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetImageCommand(input, context);
36
+ return se_GetImageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetImageCommand(output, context);
39
+ return de_GetImageCommand(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_restJson1GetImagePipelineCommand, serializeAws_restJson1GetImagePipelineCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetImagePipelineCommand, se_GetImagePipelineCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetImagePipelineCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetImagePipelineCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetImagePipelineCommand(input, context);
36
+ return se_GetImagePipelineCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetImagePipelineCommand(output, context);
39
+ return de_GetImagePipelineCommand(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_restJson1GetImagePolicyCommand, serializeAws_restJson1GetImagePolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetImagePolicyCommand, se_GetImagePolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetImagePolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetImagePolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetImagePolicyCommand(input, context);
36
+ return se_GetImagePolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetImagePolicyCommand(output, context);
39
+ return de_GetImagePolicyCommand(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_restJson1GetImageRecipeCommand, serializeAws_restJson1GetImageRecipeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetImageRecipeCommand, se_GetImageRecipeCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetImageRecipeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetImageRecipeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetImageRecipeCommand(input, context);
36
+ return se_GetImageRecipeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetImageRecipeCommand(output, context);
39
+ return de_GetImageRecipeCommand(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_restJson1GetImageRecipePolicyCommand, serializeAws_restJson1GetImageRecipePolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetImageRecipePolicyCommand, se_GetImageRecipePolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetImageRecipePolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetImageRecipePolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetImageRecipePolicyCommand(input, context);
36
+ return se_GetImageRecipePolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetImageRecipePolicyCommand(output, context);
39
+ return de_GetImageRecipePolicyCommand(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_restJson1GetInfrastructureConfigurationCommand, serializeAws_restJson1GetInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetInfrastructureConfigurationCommand, se_GetInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetInfrastructureConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetInfrastructureConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetInfrastructureConfigurationCommand(input, context);
36
+ return se_GetInfrastructureConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetInfrastructureConfigurationCommand(output, context);
39
+ return de_GetInfrastructureConfigurationCommand(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_restJson1GetWorkflowExecutionCommand, serializeAws_restJson1GetWorkflowExecutionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetWorkflowExecutionCommand, se_GetWorkflowExecutionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetWorkflowExecutionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetWorkflowExecutionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetWorkflowExecutionCommand(input, context);
36
+ return se_GetWorkflowExecutionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetWorkflowExecutionCommand(output, context);
39
+ return de_GetWorkflowExecutionCommand(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_restJson1GetWorkflowStepExecutionCommand, serializeAws_restJson1GetWorkflowStepExecutionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetWorkflowStepExecutionCommand, se_GetWorkflowStepExecutionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetWorkflowStepExecutionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetWorkflowStepExecutionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetWorkflowStepExecutionCommand(input, context);
36
+ return se_GetWorkflowStepExecutionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetWorkflowStepExecutionCommand(output, context);
39
+ return de_GetWorkflowStepExecutionCommand(output, context);
40
40
  }
41
41
  }