@aws-sdk/client-imagebuilder 3.306.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 +6 -6
@@ -36,10 +36,10 @@ class CancelImageCreationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CancelImageCreationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CancelImageCreationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CancelImageCreationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CancelImageCreationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelImageCreationCommand = CancelImageCreationCommand;
@@ -36,10 +36,10 @@ class CreateComponentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateComponentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateComponentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateComponentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateComponentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateComponentCommand = CreateComponentCommand;
@@ -36,10 +36,10 @@ class CreateContainerRecipeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateContainerRecipeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateContainerRecipeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateContainerRecipeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateContainerRecipeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateContainerRecipeCommand = CreateContainerRecipeCommand;
@@ -36,10 +36,10 @@ class CreateDistributionConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateDistributionConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDistributionConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDistributionConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDistributionConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDistributionConfigurationCommand = CreateDistributionConfigurationCommand;
@@ -36,10 +36,10 @@ class CreateImageCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateImageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateImageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateImageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateImageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateImageCommand = CreateImageCommand;
@@ -36,10 +36,10 @@ class CreateImagePipelineCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateImagePipelineCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateImagePipelineCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateImagePipelineCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateImagePipelineCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateImagePipelineCommand = CreateImagePipelineCommand;
@@ -36,10 +36,10 @@ class CreateImageRecipeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateImageRecipeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateImageRecipeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateImageRecipeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateImageRecipeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateImageRecipeCommand = CreateImageRecipeCommand;
@@ -36,10 +36,10 @@ class CreateInfrastructureConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateInfrastructureConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateInfrastructureConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateInfrastructureConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateInfrastructureConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateInfrastructureConfigurationCommand = CreateInfrastructureConfigurationCommand;
@@ -36,10 +36,10 @@ class DeleteComponentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteComponentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteComponentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteComponentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteComponentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteComponentCommand = DeleteComponentCommand;
@@ -36,10 +36,10 @@ class DeleteContainerRecipeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteContainerRecipeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteContainerRecipeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteContainerRecipeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteContainerRecipeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteContainerRecipeCommand = DeleteContainerRecipeCommand;
@@ -36,10 +36,10 @@ class DeleteDistributionConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDistributionConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDistributionConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDistributionConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDistributionConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDistributionConfigurationCommand = DeleteDistributionConfigurationCommand;
@@ -36,10 +36,10 @@ class DeleteImageCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteImageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteImageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteImageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteImageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteImageCommand = DeleteImageCommand;
@@ -36,10 +36,10 @@ class DeleteImagePipelineCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteImagePipelineCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteImagePipelineCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteImagePipelineCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteImagePipelineCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteImagePipelineCommand = DeleteImagePipelineCommand;
@@ -36,10 +36,10 @@ class DeleteImageRecipeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteImageRecipeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteImageRecipeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteImageRecipeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteImageRecipeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteImageRecipeCommand = DeleteImageRecipeCommand;
@@ -36,10 +36,10 @@ class DeleteInfrastructureConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteInfrastructureConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteInfrastructureConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteInfrastructureConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteInfrastructureConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteInfrastructureConfigurationCommand = DeleteInfrastructureConfigurationCommand;
@@ -36,10 +36,10 @@ class GetComponentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetComponentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetComponentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetComponentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetComponentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetComponentCommand = GetComponentCommand;
@@ -36,10 +36,10 @@ class GetComponentPolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetComponentPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetComponentPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetComponentPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetComponentPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetComponentPolicyCommand = GetComponentPolicyCommand;
@@ -36,10 +36,10 @@ class GetContainerRecipeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetContainerRecipeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetContainerRecipeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetContainerRecipeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetContainerRecipeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetContainerRecipeCommand = GetContainerRecipeCommand;
@@ -36,10 +36,10 @@ class GetContainerRecipePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetContainerRecipePolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetContainerRecipePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetContainerRecipePolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetContainerRecipePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetContainerRecipePolicyCommand = GetContainerRecipePolicyCommand;
@@ -36,10 +36,10 @@ class GetDistributionConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDistributionConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDistributionConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDistributionConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDistributionConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDistributionConfigurationCommand = GetDistributionConfigurationCommand;
@@ -36,10 +36,10 @@ class GetImageCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetImageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetImageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetImageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetImageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetImageCommand = GetImageCommand;
@@ -36,10 +36,10 @@ class GetImagePipelineCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetImagePipelineCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetImagePipelineCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetImagePipelineCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetImagePipelineCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetImagePipelineCommand = GetImagePipelineCommand;
@@ -36,10 +36,10 @@ class GetImagePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetImagePolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetImagePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetImagePolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetImagePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetImagePolicyCommand = GetImagePolicyCommand;
@@ -36,10 +36,10 @@ class GetImageRecipeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetImageRecipeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetImageRecipeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetImageRecipeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetImageRecipeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetImageRecipeCommand = GetImageRecipeCommand;
@@ -36,10 +36,10 @@ class GetImageRecipePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetImageRecipePolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetImageRecipePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetImageRecipePolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetImageRecipePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetImageRecipePolicyCommand = GetImageRecipePolicyCommand;
@@ -36,10 +36,10 @@ class GetInfrastructureConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetInfrastructureConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetInfrastructureConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetInfrastructureConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetInfrastructureConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetInfrastructureConfigurationCommand = GetInfrastructureConfigurationCommand;
@@ -36,10 +36,10 @@ class GetWorkflowExecutionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetWorkflowExecutionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetWorkflowExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetWorkflowExecutionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetWorkflowExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetWorkflowExecutionCommand = GetWorkflowExecutionCommand;
@@ -36,10 +36,10 @@ class GetWorkflowStepExecutionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetWorkflowStepExecutionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetWorkflowStepExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetWorkflowStepExecutionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetWorkflowStepExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetWorkflowStepExecutionCommand = GetWorkflowStepExecutionCommand;
@@ -36,10 +36,10 @@ class ImportComponentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ImportComponentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ImportComponentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ImportComponentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ImportComponentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ImportComponentCommand = ImportComponentCommand;
@@ -36,10 +36,10 @@ class ImportVmImageCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ImportVmImageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ImportVmImageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ImportVmImageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ImportVmImageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ImportVmImageCommand = ImportVmImageCommand;
@@ -36,10 +36,10 @@ class ListComponentBuildVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListComponentBuildVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListComponentBuildVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListComponentBuildVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListComponentBuildVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListComponentBuildVersionsCommand = ListComponentBuildVersionsCommand;
@@ -36,10 +36,10 @@ class ListComponentsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListComponentsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListComponentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListComponentsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListComponentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListComponentsCommand = ListComponentsCommand;
@@ -36,10 +36,10 @@ class ListContainerRecipesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListContainerRecipesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListContainerRecipesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListContainerRecipesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListContainerRecipesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListContainerRecipesCommand = ListContainerRecipesCommand;
@@ -36,10 +36,10 @@ class ListDistributionConfigurationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDistributionConfigurationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDistributionConfigurationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDistributionConfigurationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDistributionConfigurationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDistributionConfigurationsCommand = ListDistributionConfigurationsCommand;
@@ -36,10 +36,10 @@ class ListImageBuildVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListImageBuildVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListImageBuildVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListImageBuildVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListImageBuildVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListImageBuildVersionsCommand = ListImageBuildVersionsCommand;
@@ -36,10 +36,10 @@ class ListImagePackagesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListImagePackagesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListImagePackagesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListImagePackagesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListImagePackagesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListImagePackagesCommand = ListImagePackagesCommand;
@@ -36,10 +36,10 @@ class ListImagePipelineImagesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListImagePipelineImagesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListImagePipelineImagesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListImagePipelineImagesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListImagePipelineImagesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListImagePipelineImagesCommand = ListImagePipelineImagesCommand;
@@ -36,10 +36,10 @@ class ListImagePipelinesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListImagePipelinesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListImagePipelinesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListImagePipelinesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListImagePipelinesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListImagePipelinesCommand = ListImagePipelinesCommand;
@@ -36,10 +36,10 @@ class ListImageRecipesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListImageRecipesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListImageRecipesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListImageRecipesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListImageRecipesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListImageRecipesCommand = ListImageRecipesCommand;
@@ -36,10 +36,10 @@ class ListImageScanFindingAggregationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListImageScanFindingAggregationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListImageScanFindingAggregationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListImageScanFindingAggregationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListImageScanFindingAggregationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListImageScanFindingAggregationsCommand = ListImageScanFindingAggregationsCommand;
@@ -36,10 +36,10 @@ class ListImageScanFindingsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListImageScanFindingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListImageScanFindingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListImageScanFindingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListImageScanFindingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListImageScanFindingsCommand = ListImageScanFindingsCommand;
@@ -36,10 +36,10 @@ class ListImagesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListImagesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListImagesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListImagesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListImagesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListImagesCommand = ListImagesCommand;
@@ -36,10 +36,10 @@ class ListInfrastructureConfigurationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListInfrastructureConfigurationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListInfrastructureConfigurationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListInfrastructureConfigurationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListInfrastructureConfigurationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListInfrastructureConfigurationsCommand = ListInfrastructureConfigurationsCommand;