@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
@@ -56,115 +56,451 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
56
56
  import { UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput } from "../commands/UpdateDistributionConfigurationCommand";
57
57
  import { UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput } from "../commands/UpdateImagePipelineCommand";
58
58
  import { UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput } from "../commands/UpdateInfrastructureConfigurationCommand";
59
- export declare const serializeAws_restJson1CancelImageCreationCommand: (input: CancelImageCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1CreateComponentCommand: (input: CreateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1CreateContainerRecipeCommand: (input: CreateContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1CreateDistributionConfigurationCommand: (input: CreateDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1CreateImageCommand: (input: CreateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1CreateImagePipelineCommand: (input: CreateImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1CreateImageRecipeCommand: (input: CreateImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1CreateInfrastructureConfigurationCommand: (input: CreateInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1DeleteComponentCommand: (input: DeleteComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1DeleteContainerRecipeCommand: (input: DeleteContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1DeleteDistributionConfigurationCommand: (input: DeleteDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1DeleteImageCommand: (input: DeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1DeleteImagePipelineCommand: (input: DeleteImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1DeleteImageRecipeCommand: (input: DeleteImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1DeleteInfrastructureConfigurationCommand: (input: DeleteInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1GetComponentCommand: (input: GetComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1GetComponentPolicyCommand: (input: GetComponentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1GetContainerRecipeCommand: (input: GetContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1GetContainerRecipePolicyCommand: (input: GetContainerRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1GetDistributionConfigurationCommand: (input: GetDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1GetImageCommand: (input: GetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1GetImagePipelineCommand: (input: GetImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1GetImagePolicyCommand: (input: GetImagePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1GetImageRecipeCommand: (input: GetImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1GetImageRecipePolicyCommand: (input: GetImageRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1GetInfrastructureConfigurationCommand: (input: GetInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1GetWorkflowExecutionCommand: (input: GetWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1GetWorkflowStepExecutionCommand: (input: GetWorkflowStepExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1ImportComponentCommand: (input: ImportComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1ImportVmImageCommand: (input: ImportVmImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1ListComponentBuildVersionsCommand: (input: ListComponentBuildVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1ListContainerRecipesCommand: (input: ListContainerRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1ListDistributionConfigurationsCommand: (input: ListDistributionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1ListImageBuildVersionsCommand: (input: ListImageBuildVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1ListImagePackagesCommand: (input: ListImagePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1ListImagePipelineImagesCommand: (input: ListImagePipelineImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1ListImagePipelinesCommand: (input: ListImagePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1ListImageRecipesCommand: (input: ListImageRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1ListImageScanFindingAggregationsCommand: (input: ListImageScanFindingAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1ListImageScanFindingsCommand: (input: ListImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1ListInfrastructureConfigurationsCommand: (input: ListInfrastructureConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1ListWorkflowExecutionsCommand: (input: ListWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1ListWorkflowStepExecutionsCommand: (input: ListWorkflowStepExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1PutComponentPolicyCommand: (input: PutComponentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1PutContainerRecipePolicyCommand: (input: PutContainerRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1PutImagePolicyCommand: (input: PutImagePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1PutImageRecipePolicyCommand: (input: PutImageRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1StartImagePipelineExecutionCommand: (input: StartImagePipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1UpdateDistributionConfigurationCommand: (input: UpdateDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1UpdateImagePipelineCommand: (input: UpdateImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1UpdateInfrastructureConfigurationCommand: (input: UpdateInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const deserializeAws_restJson1CancelImageCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelImageCreationCommandOutput>;
116
- export declare const deserializeAws_restJson1CreateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentCommandOutput>;
117
- export declare const deserializeAws_restJson1CreateContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContainerRecipeCommandOutput>;
118
- export declare const deserializeAws_restJson1CreateDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDistributionConfigurationCommandOutput>;
119
- export declare const deserializeAws_restJson1CreateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageCommandOutput>;
120
- export declare const deserializeAws_restJson1CreateImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImagePipelineCommandOutput>;
121
- export declare const deserializeAws_restJson1CreateImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageRecipeCommandOutput>;
122
- export declare const deserializeAws_restJson1CreateInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInfrastructureConfigurationCommandOutput>;
123
- export declare const deserializeAws_restJson1DeleteComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentCommandOutput>;
124
- export declare const deserializeAws_restJson1DeleteContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContainerRecipeCommandOutput>;
125
- export declare const deserializeAws_restJson1DeleteDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDistributionConfigurationCommandOutput>;
126
- export declare const deserializeAws_restJson1DeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageCommandOutput>;
127
- export declare const deserializeAws_restJson1DeleteImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImagePipelineCommandOutput>;
128
- export declare const deserializeAws_restJson1DeleteImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageRecipeCommandOutput>;
129
- export declare const deserializeAws_restJson1DeleteInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInfrastructureConfigurationCommandOutput>;
130
- export declare const deserializeAws_restJson1GetComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentCommandOutput>;
131
- export declare const deserializeAws_restJson1GetComponentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentPolicyCommandOutput>;
132
- export declare const deserializeAws_restJson1GetContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerRecipeCommandOutput>;
133
- export declare const deserializeAws_restJson1GetContainerRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerRecipePolicyCommandOutput>;
134
- export declare const deserializeAws_restJson1GetDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDistributionConfigurationCommandOutput>;
135
- export declare const deserializeAws_restJson1GetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageCommandOutput>;
136
- export declare const deserializeAws_restJson1GetImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImagePipelineCommandOutput>;
137
- export declare const deserializeAws_restJson1GetImagePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImagePolicyCommandOutput>;
138
- export declare const deserializeAws_restJson1GetImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageRecipeCommandOutput>;
139
- export declare const deserializeAws_restJson1GetImageRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageRecipePolicyCommandOutput>;
140
- export declare const deserializeAws_restJson1GetInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInfrastructureConfigurationCommandOutput>;
141
- export declare const deserializeAws_restJson1GetWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowExecutionCommandOutput>;
142
- export declare const deserializeAws_restJson1GetWorkflowStepExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepExecutionCommandOutput>;
143
- export declare const deserializeAws_restJson1ImportComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportComponentCommandOutput>;
144
- export declare const deserializeAws_restJson1ImportVmImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportVmImageCommandOutput>;
145
- export declare const deserializeAws_restJson1ListComponentBuildVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentBuildVersionsCommandOutput>;
146
- export declare const deserializeAws_restJson1ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
147
- export declare const deserializeAws_restJson1ListContainerRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerRecipesCommandOutput>;
148
- export declare const deserializeAws_restJson1ListDistributionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionConfigurationsCommandOutput>;
149
- export declare const deserializeAws_restJson1ListImageBuildVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageBuildVersionsCommandOutput>;
150
- export declare const deserializeAws_restJson1ListImagePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePackagesCommandOutput>;
151
- export declare const deserializeAws_restJson1ListImagePipelineImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePipelineImagesCommandOutput>;
152
- export declare const deserializeAws_restJson1ListImagePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePipelinesCommandOutput>;
153
- export declare const deserializeAws_restJson1ListImageRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageRecipesCommandOutput>;
154
- export declare const deserializeAws_restJson1ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
155
- export declare const deserializeAws_restJson1ListImageScanFindingAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageScanFindingAggregationsCommandOutput>;
156
- export declare const deserializeAws_restJson1ListImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageScanFindingsCommandOutput>;
157
- export declare const deserializeAws_restJson1ListInfrastructureConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInfrastructureConfigurationsCommandOutput>;
158
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
159
- export declare const deserializeAws_restJson1ListWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowExecutionsCommandOutput>;
160
- export declare const deserializeAws_restJson1ListWorkflowStepExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowStepExecutionsCommandOutput>;
161
- export declare const deserializeAws_restJson1PutComponentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutComponentPolicyCommandOutput>;
162
- export declare const deserializeAws_restJson1PutContainerRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutContainerRecipePolicyCommandOutput>;
163
- export declare const deserializeAws_restJson1PutImagePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImagePolicyCommandOutput>;
164
- export declare const deserializeAws_restJson1PutImageRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageRecipePolicyCommandOutput>;
165
- export declare const deserializeAws_restJson1StartImagePipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImagePipelineExecutionCommandOutput>;
166
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
167
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
168
- export declare const deserializeAws_restJson1UpdateDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDistributionConfigurationCommandOutput>;
169
- export declare const deserializeAws_restJson1UpdateImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImagePipelineCommandOutput>;
170
- export declare const deserializeAws_restJson1UpdateInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInfrastructureConfigurationCommandOutput>;
59
+ /**
60
+ * serializeAws_restJson1CancelImageCreationCommand
61
+ */
62
+ export declare const se_CancelImageCreationCommand: (input: CancelImageCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_restJson1CreateComponentCommand
65
+ */
66
+ export declare const se_CreateComponentCommand: (input: CreateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_restJson1CreateContainerRecipeCommand
69
+ */
70
+ export declare const se_CreateContainerRecipeCommand: (input: CreateContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_restJson1CreateDistributionConfigurationCommand
73
+ */
74
+ export declare const se_CreateDistributionConfigurationCommand: (input: CreateDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_restJson1CreateImageCommand
77
+ */
78
+ export declare const se_CreateImageCommand: (input: CreateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_restJson1CreateImagePipelineCommand
81
+ */
82
+ export declare const se_CreateImagePipelineCommand: (input: CreateImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_restJson1CreateImageRecipeCommand
85
+ */
86
+ export declare const se_CreateImageRecipeCommand: (input: CreateImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_restJson1CreateInfrastructureConfigurationCommand
89
+ */
90
+ export declare const se_CreateInfrastructureConfigurationCommand: (input: CreateInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_restJson1DeleteComponentCommand
93
+ */
94
+ export declare const se_DeleteComponentCommand: (input: DeleteComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_restJson1DeleteContainerRecipeCommand
97
+ */
98
+ export declare const se_DeleteContainerRecipeCommand: (input: DeleteContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_restJson1DeleteDistributionConfigurationCommand
101
+ */
102
+ export declare const se_DeleteDistributionConfigurationCommand: (input: DeleteDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1DeleteImageCommand
105
+ */
106
+ export declare const se_DeleteImageCommand: (input: DeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_restJson1DeleteImagePipelineCommand
109
+ */
110
+ export declare const se_DeleteImagePipelineCommand: (input: DeleteImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restJson1DeleteImageRecipeCommand
113
+ */
114
+ export declare const se_DeleteImageRecipeCommand: (input: DeleteImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_restJson1DeleteInfrastructureConfigurationCommand
117
+ */
118
+ export declare const se_DeleteInfrastructureConfigurationCommand: (input: DeleteInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_restJson1GetComponentCommand
121
+ */
122
+ export declare const se_GetComponentCommand: (input: GetComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_restJson1GetComponentPolicyCommand
125
+ */
126
+ export declare const se_GetComponentPolicyCommand: (input: GetComponentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_restJson1GetContainerRecipeCommand
129
+ */
130
+ export declare const se_GetContainerRecipeCommand: (input: GetContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_restJson1GetContainerRecipePolicyCommand
133
+ */
134
+ export declare const se_GetContainerRecipePolicyCommand: (input: GetContainerRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_restJson1GetDistributionConfigurationCommand
137
+ */
138
+ export declare const se_GetDistributionConfigurationCommand: (input: GetDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_restJson1GetImageCommand
141
+ */
142
+ export declare const se_GetImageCommand: (input: GetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_restJson1GetImagePipelineCommand
145
+ */
146
+ export declare const se_GetImagePipelineCommand: (input: GetImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_restJson1GetImagePolicyCommand
149
+ */
150
+ export declare const se_GetImagePolicyCommand: (input: GetImagePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_restJson1GetImageRecipeCommand
153
+ */
154
+ export declare const se_GetImageRecipeCommand: (input: GetImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_restJson1GetImageRecipePolicyCommand
157
+ */
158
+ export declare const se_GetImageRecipePolicyCommand: (input: GetImageRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_restJson1GetInfrastructureConfigurationCommand
161
+ */
162
+ export declare const se_GetInfrastructureConfigurationCommand: (input: GetInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_restJson1GetWorkflowExecutionCommand
165
+ */
166
+ export declare const se_GetWorkflowExecutionCommand: (input: GetWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ /**
168
+ * serializeAws_restJson1GetWorkflowStepExecutionCommand
169
+ */
170
+ export declare const se_GetWorkflowStepExecutionCommand: (input: GetWorkflowStepExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ /**
172
+ * serializeAws_restJson1ImportComponentCommand
173
+ */
174
+ export declare const se_ImportComponentCommand: (input: ImportComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_restJson1ImportVmImageCommand
177
+ */
178
+ export declare const se_ImportVmImageCommand: (input: ImportVmImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ /**
180
+ * serializeAws_restJson1ListComponentBuildVersionsCommand
181
+ */
182
+ export declare const se_ListComponentBuildVersionsCommand: (input: ListComponentBuildVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_restJson1ListComponentsCommand
185
+ */
186
+ export declare const se_ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
+ /**
188
+ * serializeAws_restJson1ListContainerRecipesCommand
189
+ */
190
+ export declare const se_ListContainerRecipesCommand: (input: ListContainerRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
+ /**
192
+ * serializeAws_restJson1ListDistributionConfigurationsCommand
193
+ */
194
+ export declare const se_ListDistributionConfigurationsCommand: (input: ListDistributionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ /**
196
+ * serializeAws_restJson1ListImageBuildVersionsCommand
197
+ */
198
+ export declare const se_ListImageBuildVersionsCommand: (input: ListImageBuildVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
+ /**
200
+ * serializeAws_restJson1ListImagePackagesCommand
201
+ */
202
+ export declare const se_ListImagePackagesCommand: (input: ListImagePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ /**
204
+ * serializeAws_restJson1ListImagePipelineImagesCommand
205
+ */
206
+ export declare const se_ListImagePipelineImagesCommand: (input: ListImagePipelineImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ /**
208
+ * serializeAws_restJson1ListImagePipelinesCommand
209
+ */
210
+ export declare const se_ListImagePipelinesCommand: (input: ListImagePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
+ /**
212
+ * serializeAws_restJson1ListImageRecipesCommand
213
+ */
214
+ export declare const se_ListImageRecipesCommand: (input: ListImageRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
+ /**
216
+ * serializeAws_restJson1ListImagesCommand
217
+ */
218
+ export declare const se_ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
+ /**
220
+ * serializeAws_restJson1ListImageScanFindingAggregationsCommand
221
+ */
222
+ export declare const se_ListImageScanFindingAggregationsCommand: (input: ListImageScanFindingAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
+ /**
224
+ * serializeAws_restJson1ListImageScanFindingsCommand
225
+ */
226
+ export declare const se_ListImageScanFindingsCommand: (input: ListImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
+ /**
228
+ * serializeAws_restJson1ListInfrastructureConfigurationsCommand
229
+ */
230
+ export declare const se_ListInfrastructureConfigurationsCommand: (input: ListInfrastructureConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
+ /**
232
+ * serializeAws_restJson1ListTagsForResourceCommand
233
+ */
234
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
+ /**
236
+ * serializeAws_restJson1ListWorkflowExecutionsCommand
237
+ */
238
+ export declare const se_ListWorkflowExecutionsCommand: (input: ListWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
+ /**
240
+ * serializeAws_restJson1ListWorkflowStepExecutionsCommand
241
+ */
242
+ export declare const se_ListWorkflowStepExecutionsCommand: (input: ListWorkflowStepExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
+ /**
244
+ * serializeAws_restJson1PutComponentPolicyCommand
245
+ */
246
+ export declare const se_PutComponentPolicyCommand: (input: PutComponentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
+ /**
248
+ * serializeAws_restJson1PutContainerRecipePolicyCommand
249
+ */
250
+ export declare const se_PutContainerRecipePolicyCommand: (input: PutContainerRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
+ /**
252
+ * serializeAws_restJson1PutImagePolicyCommand
253
+ */
254
+ export declare const se_PutImagePolicyCommand: (input: PutImagePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
+ /**
256
+ * serializeAws_restJson1PutImageRecipePolicyCommand
257
+ */
258
+ export declare const se_PutImageRecipePolicyCommand: (input: PutImageRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
+ /**
260
+ * serializeAws_restJson1StartImagePipelineExecutionCommand
261
+ */
262
+ export declare const se_StartImagePipelineExecutionCommand: (input: StartImagePipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
+ /**
264
+ * serializeAws_restJson1TagResourceCommand
265
+ */
266
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
+ /**
268
+ * serializeAws_restJson1UntagResourceCommand
269
+ */
270
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
+ /**
272
+ * serializeAws_restJson1UpdateDistributionConfigurationCommand
273
+ */
274
+ export declare const se_UpdateDistributionConfigurationCommand: (input: UpdateDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
+ /**
276
+ * serializeAws_restJson1UpdateImagePipelineCommand
277
+ */
278
+ export declare const se_UpdateImagePipelineCommand: (input: UpdateImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
+ /**
280
+ * serializeAws_restJson1UpdateInfrastructureConfigurationCommand
281
+ */
282
+ export declare const se_UpdateInfrastructureConfigurationCommand: (input: UpdateInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ /**
284
+ * deserializeAws_restJson1CancelImageCreationCommand
285
+ */
286
+ export declare const de_CancelImageCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelImageCreationCommandOutput>;
287
+ /**
288
+ * deserializeAws_restJson1CreateComponentCommand
289
+ */
290
+ export declare const de_CreateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentCommandOutput>;
291
+ /**
292
+ * deserializeAws_restJson1CreateContainerRecipeCommand
293
+ */
294
+ export declare const de_CreateContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContainerRecipeCommandOutput>;
295
+ /**
296
+ * deserializeAws_restJson1CreateDistributionConfigurationCommand
297
+ */
298
+ export declare const de_CreateDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDistributionConfigurationCommandOutput>;
299
+ /**
300
+ * deserializeAws_restJson1CreateImageCommand
301
+ */
302
+ export declare const de_CreateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageCommandOutput>;
303
+ /**
304
+ * deserializeAws_restJson1CreateImagePipelineCommand
305
+ */
306
+ export declare const de_CreateImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImagePipelineCommandOutput>;
307
+ /**
308
+ * deserializeAws_restJson1CreateImageRecipeCommand
309
+ */
310
+ export declare const de_CreateImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageRecipeCommandOutput>;
311
+ /**
312
+ * deserializeAws_restJson1CreateInfrastructureConfigurationCommand
313
+ */
314
+ export declare const de_CreateInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInfrastructureConfigurationCommandOutput>;
315
+ /**
316
+ * deserializeAws_restJson1DeleteComponentCommand
317
+ */
318
+ export declare const de_DeleteComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentCommandOutput>;
319
+ /**
320
+ * deserializeAws_restJson1DeleteContainerRecipeCommand
321
+ */
322
+ export declare const de_DeleteContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContainerRecipeCommandOutput>;
323
+ /**
324
+ * deserializeAws_restJson1DeleteDistributionConfigurationCommand
325
+ */
326
+ export declare const de_DeleteDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDistributionConfigurationCommandOutput>;
327
+ /**
328
+ * deserializeAws_restJson1DeleteImageCommand
329
+ */
330
+ export declare const de_DeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageCommandOutput>;
331
+ /**
332
+ * deserializeAws_restJson1DeleteImagePipelineCommand
333
+ */
334
+ export declare const de_DeleteImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImagePipelineCommandOutput>;
335
+ /**
336
+ * deserializeAws_restJson1DeleteImageRecipeCommand
337
+ */
338
+ export declare const de_DeleteImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageRecipeCommandOutput>;
339
+ /**
340
+ * deserializeAws_restJson1DeleteInfrastructureConfigurationCommand
341
+ */
342
+ export declare const de_DeleteInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInfrastructureConfigurationCommandOutput>;
343
+ /**
344
+ * deserializeAws_restJson1GetComponentCommand
345
+ */
346
+ export declare const de_GetComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentCommandOutput>;
347
+ /**
348
+ * deserializeAws_restJson1GetComponentPolicyCommand
349
+ */
350
+ export declare const de_GetComponentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentPolicyCommandOutput>;
351
+ /**
352
+ * deserializeAws_restJson1GetContainerRecipeCommand
353
+ */
354
+ export declare const de_GetContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerRecipeCommandOutput>;
355
+ /**
356
+ * deserializeAws_restJson1GetContainerRecipePolicyCommand
357
+ */
358
+ export declare const de_GetContainerRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerRecipePolicyCommandOutput>;
359
+ /**
360
+ * deserializeAws_restJson1GetDistributionConfigurationCommand
361
+ */
362
+ export declare const de_GetDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDistributionConfigurationCommandOutput>;
363
+ /**
364
+ * deserializeAws_restJson1GetImageCommand
365
+ */
366
+ export declare const de_GetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageCommandOutput>;
367
+ /**
368
+ * deserializeAws_restJson1GetImagePipelineCommand
369
+ */
370
+ export declare const de_GetImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImagePipelineCommandOutput>;
371
+ /**
372
+ * deserializeAws_restJson1GetImagePolicyCommand
373
+ */
374
+ export declare const de_GetImagePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImagePolicyCommandOutput>;
375
+ /**
376
+ * deserializeAws_restJson1GetImageRecipeCommand
377
+ */
378
+ export declare const de_GetImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageRecipeCommandOutput>;
379
+ /**
380
+ * deserializeAws_restJson1GetImageRecipePolicyCommand
381
+ */
382
+ export declare const de_GetImageRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageRecipePolicyCommandOutput>;
383
+ /**
384
+ * deserializeAws_restJson1GetInfrastructureConfigurationCommand
385
+ */
386
+ export declare const de_GetInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInfrastructureConfigurationCommandOutput>;
387
+ /**
388
+ * deserializeAws_restJson1GetWorkflowExecutionCommand
389
+ */
390
+ export declare const de_GetWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowExecutionCommandOutput>;
391
+ /**
392
+ * deserializeAws_restJson1GetWorkflowStepExecutionCommand
393
+ */
394
+ export declare const de_GetWorkflowStepExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepExecutionCommandOutput>;
395
+ /**
396
+ * deserializeAws_restJson1ImportComponentCommand
397
+ */
398
+ export declare const de_ImportComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportComponentCommandOutput>;
399
+ /**
400
+ * deserializeAws_restJson1ImportVmImageCommand
401
+ */
402
+ export declare const de_ImportVmImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportVmImageCommandOutput>;
403
+ /**
404
+ * deserializeAws_restJson1ListComponentBuildVersionsCommand
405
+ */
406
+ export declare const de_ListComponentBuildVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentBuildVersionsCommandOutput>;
407
+ /**
408
+ * deserializeAws_restJson1ListComponentsCommand
409
+ */
410
+ export declare const de_ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
411
+ /**
412
+ * deserializeAws_restJson1ListContainerRecipesCommand
413
+ */
414
+ export declare const de_ListContainerRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerRecipesCommandOutput>;
415
+ /**
416
+ * deserializeAws_restJson1ListDistributionConfigurationsCommand
417
+ */
418
+ export declare const de_ListDistributionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionConfigurationsCommandOutput>;
419
+ /**
420
+ * deserializeAws_restJson1ListImageBuildVersionsCommand
421
+ */
422
+ export declare const de_ListImageBuildVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageBuildVersionsCommandOutput>;
423
+ /**
424
+ * deserializeAws_restJson1ListImagePackagesCommand
425
+ */
426
+ export declare const de_ListImagePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePackagesCommandOutput>;
427
+ /**
428
+ * deserializeAws_restJson1ListImagePipelineImagesCommand
429
+ */
430
+ export declare const de_ListImagePipelineImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePipelineImagesCommandOutput>;
431
+ /**
432
+ * deserializeAws_restJson1ListImagePipelinesCommand
433
+ */
434
+ export declare const de_ListImagePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePipelinesCommandOutput>;
435
+ /**
436
+ * deserializeAws_restJson1ListImageRecipesCommand
437
+ */
438
+ export declare const de_ListImageRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageRecipesCommandOutput>;
439
+ /**
440
+ * deserializeAws_restJson1ListImagesCommand
441
+ */
442
+ export declare const de_ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
443
+ /**
444
+ * deserializeAws_restJson1ListImageScanFindingAggregationsCommand
445
+ */
446
+ export declare const de_ListImageScanFindingAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageScanFindingAggregationsCommandOutput>;
447
+ /**
448
+ * deserializeAws_restJson1ListImageScanFindingsCommand
449
+ */
450
+ export declare const de_ListImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageScanFindingsCommandOutput>;
451
+ /**
452
+ * deserializeAws_restJson1ListInfrastructureConfigurationsCommand
453
+ */
454
+ export declare const de_ListInfrastructureConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInfrastructureConfigurationsCommandOutput>;
455
+ /**
456
+ * deserializeAws_restJson1ListTagsForResourceCommand
457
+ */
458
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
459
+ /**
460
+ * deserializeAws_restJson1ListWorkflowExecutionsCommand
461
+ */
462
+ export declare const de_ListWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowExecutionsCommandOutput>;
463
+ /**
464
+ * deserializeAws_restJson1ListWorkflowStepExecutionsCommand
465
+ */
466
+ export declare const de_ListWorkflowStepExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowStepExecutionsCommandOutput>;
467
+ /**
468
+ * deserializeAws_restJson1PutComponentPolicyCommand
469
+ */
470
+ export declare const de_PutComponentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutComponentPolicyCommandOutput>;
471
+ /**
472
+ * deserializeAws_restJson1PutContainerRecipePolicyCommand
473
+ */
474
+ export declare const de_PutContainerRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutContainerRecipePolicyCommandOutput>;
475
+ /**
476
+ * deserializeAws_restJson1PutImagePolicyCommand
477
+ */
478
+ export declare const de_PutImagePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImagePolicyCommandOutput>;
479
+ /**
480
+ * deserializeAws_restJson1PutImageRecipePolicyCommand
481
+ */
482
+ export declare const de_PutImageRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageRecipePolicyCommandOutput>;
483
+ /**
484
+ * deserializeAws_restJson1StartImagePipelineExecutionCommand
485
+ */
486
+ export declare const de_StartImagePipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImagePipelineExecutionCommandOutput>;
487
+ /**
488
+ * deserializeAws_restJson1TagResourceCommand
489
+ */
490
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
491
+ /**
492
+ * deserializeAws_restJson1UntagResourceCommand
493
+ */
494
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
495
+ /**
496
+ * deserializeAws_restJson1UpdateDistributionConfigurationCommand
497
+ */
498
+ export declare const de_UpdateDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDistributionConfigurationCommandOutput>;
499
+ /**
500
+ * deserializeAws_restJson1UpdateImagePipelineCommand
501
+ */
502
+ export declare const de_UpdateImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImagePipelineCommandOutput>;
503
+ /**
504
+ * deserializeAws_restJson1UpdateInfrastructureConfigurationCommand
505
+ */
506
+ export declare const de_UpdateInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInfrastructureConfigurationCommandOutput>;