@aws-sdk/client-imagebuilder 3.928.0 → 3.930.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 (96) hide show
  1. package/dist-cjs/index.js +3642 -3413
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ImagebuilderClient.js +2 -0
  4. package/dist-es/commands/CancelImageCreationCommand.js +3 -9
  5. package/dist-es/commands/CancelLifecycleExecutionCommand.js +3 -9
  6. package/dist-es/commands/CreateComponentCommand.js +3 -9
  7. package/dist-es/commands/CreateContainerRecipeCommand.js +3 -9
  8. package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -9
  9. package/dist-es/commands/CreateImageCommand.js +3 -9
  10. package/dist-es/commands/CreateImagePipelineCommand.js +3 -9
  11. package/dist-es/commands/CreateImageRecipeCommand.js +3 -9
  12. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -9
  13. package/dist-es/commands/CreateLifecyclePolicyCommand.js +3 -9
  14. package/dist-es/commands/CreateWorkflowCommand.js +3 -9
  15. package/dist-es/commands/DeleteComponentCommand.js +3 -9
  16. package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -9
  17. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -9
  18. package/dist-es/commands/DeleteImageCommand.js +3 -9
  19. package/dist-es/commands/DeleteImagePipelineCommand.js +3 -9
  20. package/dist-es/commands/DeleteImageRecipeCommand.js +3 -9
  21. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -9
  23. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  24. package/dist-es/commands/GetComponentCommand.js +3 -9
  25. package/dist-es/commands/GetComponentPolicyCommand.js +3 -9
  26. package/dist-es/commands/GetContainerRecipeCommand.js +3 -9
  27. package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -9
  28. package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -9
  29. package/dist-es/commands/GetImageCommand.js +3 -9
  30. package/dist-es/commands/GetImagePipelineCommand.js +3 -9
  31. package/dist-es/commands/GetImagePolicyCommand.js +3 -9
  32. package/dist-es/commands/GetImageRecipeCommand.js +3 -9
  33. package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -9
  34. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -9
  35. package/dist-es/commands/GetLifecycleExecutionCommand.js +3 -9
  36. package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -9
  37. package/dist-es/commands/GetMarketplaceResourceCommand.js +3 -9
  38. package/dist-es/commands/GetWorkflowCommand.js +3 -9
  39. package/dist-es/commands/GetWorkflowExecutionCommand.js +3 -9
  40. package/dist-es/commands/GetWorkflowStepExecutionCommand.js +3 -9
  41. package/dist-es/commands/ImportComponentCommand.js +3 -9
  42. package/dist-es/commands/ImportDiskImageCommand.js +3 -9
  43. package/dist-es/commands/ImportVmImageCommand.js +3 -9
  44. package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -9
  45. package/dist-es/commands/ListComponentsCommand.js +3 -9
  46. package/dist-es/commands/ListContainerRecipesCommand.js +3 -9
  47. package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -9
  48. package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -9
  49. package/dist-es/commands/ListImagePackagesCommand.js +3 -9
  50. package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -9
  51. package/dist-es/commands/ListImagePipelinesCommand.js +3 -9
  52. package/dist-es/commands/ListImageRecipesCommand.js +3 -9
  53. package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +3 -9
  54. package/dist-es/commands/ListImageScanFindingsCommand.js +3 -9
  55. package/dist-es/commands/ListImagesCommand.js +3 -9
  56. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -9
  57. package/dist-es/commands/ListLifecycleExecutionResourcesCommand.js +3 -9
  58. package/dist-es/commands/ListLifecycleExecutionsCommand.js +3 -9
  59. package/dist-es/commands/ListLifecyclePoliciesCommand.js +3 -9
  60. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  61. package/dist-es/commands/ListWaitingWorkflowStepsCommand.js +3 -9
  62. package/dist-es/commands/ListWorkflowBuildVersionsCommand.js +3 -9
  63. package/dist-es/commands/ListWorkflowExecutionsCommand.js +3 -9
  64. package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +3 -9
  65. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  66. package/dist-es/commands/PutComponentPolicyCommand.js +3 -9
  67. package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -9
  68. package/dist-es/commands/PutImagePolicyCommand.js +3 -9
  69. package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -9
  70. package/dist-es/commands/SendWorkflowStepActionCommand.js +3 -9
  71. package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -9
  72. package/dist-es/commands/StartResourceStateUpdateCommand.js +3 -9
  73. package/dist-es/commands/TagResourceCommand.js +3 -9
  74. package/dist-es/commands/UntagResourceCommand.js +3 -9
  75. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -9
  76. package/dist-es/commands/UpdateImagePipelineCommand.js +3 -9
  77. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -9
  78. package/dist-es/commands/UpdateLifecyclePolicyCommand.js +3 -9
  79. package/dist-es/runtimeConfig.shared.js +2 -0
  80. package/dist-es/schemas/schemas_0.js +3473 -0
  81. package/dist-types/ImagebuilderClient.d.ts +10 -1
  82. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  83. package/dist-types/runtimeConfig.d.ts +1 -0
  84. package/dist-types/runtimeConfig.native.d.ts +1 -0
  85. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  86. package/dist-types/schemas/schemas_0.d.ts +406 -0
  87. package/dist-types/ts3.4/ImagebuilderClient.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  92. package/dist-types/ts3.4/schemas/schemas_0.d.ts +411 -0
  93. package/package.json +33 -34
  94. package/dist-es/protocols/Aws_restJson1.js +0 -2853
  95. package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
  96. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
@@ -1,677 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CancelImageCreationCommandInput, CancelImageCreationCommandOutput } from "../commands/CancelImageCreationCommand";
4
- import { CancelLifecycleExecutionCommandInput, CancelLifecycleExecutionCommandOutput } from "../commands/CancelLifecycleExecutionCommand";
5
- import { CreateComponentCommandInput, CreateComponentCommandOutput } from "../commands/CreateComponentCommand";
6
- import { CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput } from "../commands/CreateContainerRecipeCommand";
7
- import { CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput } from "../commands/CreateDistributionConfigurationCommand";
8
- import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
9
- import { CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput } from "../commands/CreateImagePipelineCommand";
10
- import { CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput } from "../commands/CreateImageRecipeCommand";
11
- import { CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput } from "../commands/CreateInfrastructureConfigurationCommand";
12
- import { CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput } from "../commands/CreateLifecyclePolicyCommand";
13
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
14
- import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "../commands/DeleteComponentCommand";
15
- import { DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput } from "../commands/DeleteContainerRecipeCommand";
16
- import { DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput } from "../commands/DeleteDistributionConfigurationCommand";
17
- import { DeleteImageCommandInput, DeleteImageCommandOutput } from "../commands/DeleteImageCommand";
18
- import { DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput } from "../commands/DeleteImagePipelineCommand";
19
- import { DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput } from "../commands/DeleteImageRecipeCommand";
20
- import { DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput } from "../commands/DeleteInfrastructureConfigurationCommand";
21
- import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "../commands/DeleteLifecyclePolicyCommand";
22
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
23
- import { GetComponentCommandInput, GetComponentCommandOutput } from "../commands/GetComponentCommand";
24
- import { GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput } from "../commands/GetComponentPolicyCommand";
25
- import { GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput } from "../commands/GetContainerRecipeCommand";
26
- import { GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput } from "../commands/GetContainerRecipePolicyCommand";
27
- import { GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput } from "../commands/GetDistributionConfigurationCommand";
28
- import { GetImageCommandInput, GetImageCommandOutput } from "../commands/GetImageCommand";
29
- import { GetImagePipelineCommandInput, GetImagePipelineCommandOutput } from "../commands/GetImagePipelineCommand";
30
- import { GetImagePolicyCommandInput, GetImagePolicyCommandOutput } from "../commands/GetImagePolicyCommand";
31
- import { GetImageRecipeCommandInput, GetImageRecipeCommandOutput } from "../commands/GetImageRecipeCommand";
32
- import { GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput } from "../commands/GetImageRecipePolicyCommand";
33
- import { GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput } from "../commands/GetInfrastructureConfigurationCommand";
34
- import { GetLifecycleExecutionCommandInput, GetLifecycleExecutionCommandOutput } from "../commands/GetLifecycleExecutionCommand";
35
- import { GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput } from "../commands/GetLifecyclePolicyCommand";
36
- import { GetMarketplaceResourceCommandInput, GetMarketplaceResourceCommandOutput } from "../commands/GetMarketplaceResourceCommand";
37
- import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
38
- import { GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput } from "../commands/GetWorkflowExecutionCommand";
39
- import { GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput } from "../commands/GetWorkflowStepExecutionCommand";
40
- import { ImportComponentCommandInput, ImportComponentCommandOutput } from "../commands/ImportComponentCommand";
41
- import { ImportDiskImageCommandInput, ImportDiskImageCommandOutput } from "../commands/ImportDiskImageCommand";
42
- import { ImportVmImageCommandInput, ImportVmImageCommandOutput } from "../commands/ImportVmImageCommand";
43
- import { ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput } from "../commands/ListComponentBuildVersionsCommand";
44
- import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
45
- import { ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput } from "../commands/ListContainerRecipesCommand";
46
- import { ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput } from "../commands/ListDistributionConfigurationsCommand";
47
- import { ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput } from "../commands/ListImageBuildVersionsCommand";
48
- import { ListImagePackagesCommandInput, ListImagePackagesCommandOutput } from "../commands/ListImagePackagesCommand";
49
- import { ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput } from "../commands/ListImagePipelineImagesCommand";
50
- import { ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput } from "../commands/ListImagePipelinesCommand";
51
- import { ListImageRecipesCommandInput, ListImageRecipesCommandOutput } from "../commands/ListImageRecipesCommand";
52
- import { ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput } from "../commands/ListImageScanFindingAggregationsCommand";
53
- import { ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput } from "../commands/ListImageScanFindingsCommand";
54
- import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
55
- import { ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput } from "../commands/ListInfrastructureConfigurationsCommand";
56
- import { ListLifecycleExecutionResourcesCommandInput, ListLifecycleExecutionResourcesCommandOutput } from "../commands/ListLifecycleExecutionResourcesCommand";
57
- import { ListLifecycleExecutionsCommandInput, ListLifecycleExecutionsCommandOutput } from "../commands/ListLifecycleExecutionsCommand";
58
- import { ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput } from "../commands/ListLifecyclePoliciesCommand";
59
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
60
- import { ListWaitingWorkflowStepsCommandInput, ListWaitingWorkflowStepsCommandOutput } from "../commands/ListWaitingWorkflowStepsCommand";
61
- import { ListWorkflowBuildVersionsCommandInput, ListWorkflowBuildVersionsCommandOutput } from "../commands/ListWorkflowBuildVersionsCommand";
62
- import { ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput } from "../commands/ListWorkflowExecutionsCommand";
63
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
64
- import { ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput } from "../commands/ListWorkflowStepExecutionsCommand";
65
- import { PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput } from "../commands/PutComponentPolicyCommand";
66
- import { PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput } from "../commands/PutContainerRecipePolicyCommand";
67
- import { PutImagePolicyCommandInput, PutImagePolicyCommandOutput } from "../commands/PutImagePolicyCommand";
68
- import { PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput } from "../commands/PutImageRecipePolicyCommand";
69
- import { SendWorkflowStepActionCommandInput, SendWorkflowStepActionCommandOutput } from "../commands/SendWorkflowStepActionCommand";
70
- import { StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput } from "../commands/StartImagePipelineExecutionCommand";
71
- import { StartResourceStateUpdateCommandInput, StartResourceStateUpdateCommandOutput } from "../commands/StartResourceStateUpdateCommand";
72
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
73
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
74
- import { UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput } from "../commands/UpdateDistributionConfigurationCommand";
75
- import { UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput } from "../commands/UpdateImagePipelineCommand";
76
- import { UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput } from "../commands/UpdateInfrastructureConfigurationCommand";
77
- import { UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput } from "../commands/UpdateLifecyclePolicyCommand";
78
- /**
79
- * serializeAws_restJson1CancelImageCreationCommand
80
- */
81
- export declare const se_CancelImageCreationCommand: (input: CancelImageCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1CancelLifecycleExecutionCommand
84
- */
85
- export declare const se_CancelLifecycleExecutionCommand: (input: CancelLifecycleExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1CreateComponentCommand
88
- */
89
- export declare const se_CreateComponentCommand: (input: CreateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1CreateContainerRecipeCommand
92
- */
93
- export declare const se_CreateContainerRecipeCommand: (input: CreateContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1CreateDistributionConfigurationCommand
96
- */
97
- export declare const se_CreateDistributionConfigurationCommand: (input: CreateDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1CreateImageCommand
100
- */
101
- export declare const se_CreateImageCommand: (input: CreateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1CreateImagePipelineCommand
104
- */
105
- export declare const se_CreateImagePipelineCommand: (input: CreateImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1CreateImageRecipeCommand
108
- */
109
- export declare const se_CreateImageRecipeCommand: (input: CreateImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1CreateInfrastructureConfigurationCommand
112
- */
113
- export declare const se_CreateInfrastructureConfigurationCommand: (input: CreateInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1CreateLifecyclePolicyCommand
116
- */
117
- export declare const se_CreateLifecyclePolicyCommand: (input: CreateLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1CreateWorkflowCommand
120
- */
121
- export declare const se_CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1DeleteComponentCommand
124
- */
125
- export declare const se_DeleteComponentCommand: (input: DeleteComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1DeleteContainerRecipeCommand
128
- */
129
- export declare const se_DeleteContainerRecipeCommand: (input: DeleteContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1DeleteDistributionConfigurationCommand
132
- */
133
- export declare const se_DeleteDistributionConfigurationCommand: (input: DeleteDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1DeleteImageCommand
136
- */
137
- export declare const se_DeleteImageCommand: (input: DeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1DeleteImagePipelineCommand
140
- */
141
- export declare const se_DeleteImagePipelineCommand: (input: DeleteImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1DeleteImageRecipeCommand
144
- */
145
- export declare const se_DeleteImageRecipeCommand: (input: DeleteImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1DeleteInfrastructureConfigurationCommand
148
- */
149
- export declare const se_DeleteInfrastructureConfigurationCommand: (input: DeleteInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1DeleteLifecyclePolicyCommand
152
- */
153
- export declare const se_DeleteLifecyclePolicyCommand: (input: DeleteLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1DeleteWorkflowCommand
156
- */
157
- export declare const se_DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1GetComponentCommand
160
- */
161
- export declare const se_GetComponentCommand: (input: GetComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1GetComponentPolicyCommand
164
- */
165
- export declare const se_GetComponentPolicyCommand: (input: GetComponentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1GetContainerRecipeCommand
168
- */
169
- export declare const se_GetContainerRecipeCommand: (input: GetContainerRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1GetContainerRecipePolicyCommand
172
- */
173
- export declare const se_GetContainerRecipePolicyCommand: (input: GetContainerRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1GetDistributionConfigurationCommand
176
- */
177
- export declare const se_GetDistributionConfigurationCommand: (input: GetDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1GetImageCommand
180
- */
181
- export declare const se_GetImageCommand: (input: GetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1GetImagePipelineCommand
184
- */
185
- export declare const se_GetImagePipelineCommand: (input: GetImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1GetImagePolicyCommand
188
- */
189
- export declare const se_GetImagePolicyCommand: (input: GetImagePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1GetImageRecipeCommand
192
- */
193
- export declare const se_GetImageRecipeCommand: (input: GetImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1GetImageRecipePolicyCommand
196
- */
197
- export declare const se_GetImageRecipePolicyCommand: (input: GetImageRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1GetInfrastructureConfigurationCommand
200
- */
201
- export declare const se_GetInfrastructureConfigurationCommand: (input: GetInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1GetLifecycleExecutionCommand
204
- */
205
- export declare const se_GetLifecycleExecutionCommand: (input: GetLifecycleExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1GetLifecyclePolicyCommand
208
- */
209
- export declare const se_GetLifecyclePolicyCommand: (input: GetLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1GetMarketplaceResourceCommand
212
- */
213
- export declare const se_GetMarketplaceResourceCommand: (input: GetMarketplaceResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1GetWorkflowCommand
216
- */
217
- export declare const se_GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1GetWorkflowExecutionCommand
220
- */
221
- export declare const se_GetWorkflowExecutionCommand: (input: GetWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1GetWorkflowStepExecutionCommand
224
- */
225
- export declare const se_GetWorkflowStepExecutionCommand: (input: GetWorkflowStepExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1ImportComponentCommand
228
- */
229
- export declare const se_ImportComponentCommand: (input: ImportComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1ImportDiskImageCommand
232
- */
233
- export declare const se_ImportDiskImageCommand: (input: ImportDiskImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1ImportVmImageCommand
236
- */
237
- export declare const se_ImportVmImageCommand: (input: ImportVmImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1ListComponentBuildVersionsCommand
240
- */
241
- export declare const se_ListComponentBuildVersionsCommand: (input: ListComponentBuildVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1ListComponentsCommand
244
- */
245
- export declare const se_ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1ListContainerRecipesCommand
248
- */
249
- export declare const se_ListContainerRecipesCommand: (input: ListContainerRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1ListDistributionConfigurationsCommand
252
- */
253
- export declare const se_ListDistributionConfigurationsCommand: (input: ListDistributionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1ListImageBuildVersionsCommand
256
- */
257
- export declare const se_ListImageBuildVersionsCommand: (input: ListImageBuildVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_restJson1ListImagePackagesCommand
260
- */
261
- export declare const se_ListImagePackagesCommand: (input: ListImagePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_restJson1ListImagePipelineImagesCommand
264
- */
265
- export declare const se_ListImagePipelineImagesCommand: (input: ListImagePipelineImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_restJson1ListImagePipelinesCommand
268
- */
269
- export declare const se_ListImagePipelinesCommand: (input: ListImagePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_restJson1ListImageRecipesCommand
272
- */
273
- export declare const se_ListImageRecipesCommand: (input: ListImageRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_restJson1ListImagesCommand
276
- */
277
- export declare const se_ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_restJson1ListImageScanFindingAggregationsCommand
280
- */
281
- export declare const se_ListImageScanFindingAggregationsCommand: (input: ListImageScanFindingAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_restJson1ListImageScanFindingsCommand
284
- */
285
- export declare const se_ListImageScanFindingsCommand: (input: ListImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_restJson1ListInfrastructureConfigurationsCommand
288
- */
289
- export declare const se_ListInfrastructureConfigurationsCommand: (input: ListInfrastructureConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_restJson1ListLifecycleExecutionResourcesCommand
292
- */
293
- export declare const se_ListLifecycleExecutionResourcesCommand: (input: ListLifecycleExecutionResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_restJson1ListLifecycleExecutionsCommand
296
- */
297
- export declare const se_ListLifecycleExecutionsCommand: (input: ListLifecycleExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_restJson1ListLifecyclePoliciesCommand
300
- */
301
- export declare const se_ListLifecyclePoliciesCommand: (input: ListLifecyclePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_restJson1ListTagsForResourceCommand
304
- */
305
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_restJson1ListWaitingWorkflowStepsCommand
308
- */
309
- export declare const se_ListWaitingWorkflowStepsCommand: (input: ListWaitingWorkflowStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_restJson1ListWorkflowBuildVersionsCommand
312
- */
313
- export declare const se_ListWorkflowBuildVersionsCommand: (input: ListWorkflowBuildVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_restJson1ListWorkflowExecutionsCommand
316
- */
317
- export declare const se_ListWorkflowExecutionsCommand: (input: ListWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_restJson1ListWorkflowsCommand
320
- */
321
- export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_restJson1ListWorkflowStepExecutionsCommand
324
- */
325
- export declare const se_ListWorkflowStepExecutionsCommand: (input: ListWorkflowStepExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_restJson1PutComponentPolicyCommand
328
- */
329
- export declare const se_PutComponentPolicyCommand: (input: PutComponentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_restJson1PutContainerRecipePolicyCommand
332
- */
333
- export declare const se_PutContainerRecipePolicyCommand: (input: PutContainerRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_restJson1PutImagePolicyCommand
336
- */
337
- export declare const se_PutImagePolicyCommand: (input: PutImagePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_restJson1PutImageRecipePolicyCommand
340
- */
341
- export declare const se_PutImageRecipePolicyCommand: (input: PutImageRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_restJson1SendWorkflowStepActionCommand
344
- */
345
- export declare const se_SendWorkflowStepActionCommand: (input: SendWorkflowStepActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_restJson1StartImagePipelineExecutionCommand
348
- */
349
- export declare const se_StartImagePipelineExecutionCommand: (input: StartImagePipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_restJson1StartResourceStateUpdateCommand
352
- */
353
- export declare const se_StartResourceStateUpdateCommand: (input: StartResourceStateUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_restJson1TagResourceCommand
356
- */
357
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_restJson1UntagResourceCommand
360
- */
361
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_restJson1UpdateDistributionConfigurationCommand
364
- */
365
- export declare const se_UpdateDistributionConfigurationCommand: (input: UpdateDistributionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_restJson1UpdateImagePipelineCommand
368
- */
369
- export declare const se_UpdateImagePipelineCommand: (input: UpdateImagePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_restJson1UpdateInfrastructureConfigurationCommand
372
- */
373
- export declare const se_UpdateInfrastructureConfigurationCommand: (input: UpdateInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_restJson1UpdateLifecyclePolicyCommand
376
- */
377
- export declare const se_UpdateLifecyclePolicyCommand: (input: UpdateLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * deserializeAws_restJson1CancelImageCreationCommand
380
- */
381
- export declare const de_CancelImageCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelImageCreationCommandOutput>;
382
- /**
383
- * deserializeAws_restJson1CancelLifecycleExecutionCommand
384
- */
385
- export declare const de_CancelLifecycleExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelLifecycleExecutionCommandOutput>;
386
- /**
387
- * deserializeAws_restJson1CreateComponentCommand
388
- */
389
- export declare const de_CreateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentCommandOutput>;
390
- /**
391
- * deserializeAws_restJson1CreateContainerRecipeCommand
392
- */
393
- export declare const de_CreateContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContainerRecipeCommandOutput>;
394
- /**
395
- * deserializeAws_restJson1CreateDistributionConfigurationCommand
396
- */
397
- export declare const de_CreateDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDistributionConfigurationCommandOutput>;
398
- /**
399
- * deserializeAws_restJson1CreateImageCommand
400
- */
401
- export declare const de_CreateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageCommandOutput>;
402
- /**
403
- * deserializeAws_restJson1CreateImagePipelineCommand
404
- */
405
- export declare const de_CreateImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImagePipelineCommandOutput>;
406
- /**
407
- * deserializeAws_restJson1CreateImageRecipeCommand
408
- */
409
- export declare const de_CreateImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageRecipeCommandOutput>;
410
- /**
411
- * deserializeAws_restJson1CreateInfrastructureConfigurationCommand
412
- */
413
- export declare const de_CreateInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInfrastructureConfigurationCommandOutput>;
414
- /**
415
- * deserializeAws_restJson1CreateLifecyclePolicyCommand
416
- */
417
- export declare const de_CreateLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLifecyclePolicyCommandOutput>;
418
- /**
419
- * deserializeAws_restJson1CreateWorkflowCommand
420
- */
421
- export declare const de_CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
422
- /**
423
- * deserializeAws_restJson1DeleteComponentCommand
424
- */
425
- export declare const de_DeleteComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentCommandOutput>;
426
- /**
427
- * deserializeAws_restJson1DeleteContainerRecipeCommand
428
- */
429
- export declare const de_DeleteContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContainerRecipeCommandOutput>;
430
- /**
431
- * deserializeAws_restJson1DeleteDistributionConfigurationCommand
432
- */
433
- export declare const de_DeleteDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDistributionConfigurationCommandOutput>;
434
- /**
435
- * deserializeAws_restJson1DeleteImageCommand
436
- */
437
- export declare const de_DeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageCommandOutput>;
438
- /**
439
- * deserializeAws_restJson1DeleteImagePipelineCommand
440
- */
441
- export declare const de_DeleteImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImagePipelineCommandOutput>;
442
- /**
443
- * deserializeAws_restJson1DeleteImageRecipeCommand
444
- */
445
- export declare const de_DeleteImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageRecipeCommandOutput>;
446
- /**
447
- * deserializeAws_restJson1DeleteInfrastructureConfigurationCommand
448
- */
449
- export declare const de_DeleteInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInfrastructureConfigurationCommandOutput>;
450
- /**
451
- * deserializeAws_restJson1DeleteLifecyclePolicyCommand
452
- */
453
- export declare const de_DeleteLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLifecyclePolicyCommandOutput>;
454
- /**
455
- * deserializeAws_restJson1DeleteWorkflowCommand
456
- */
457
- export declare const de_DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
458
- /**
459
- * deserializeAws_restJson1GetComponentCommand
460
- */
461
- export declare const de_GetComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentCommandOutput>;
462
- /**
463
- * deserializeAws_restJson1GetComponentPolicyCommand
464
- */
465
- export declare const de_GetComponentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentPolicyCommandOutput>;
466
- /**
467
- * deserializeAws_restJson1GetContainerRecipeCommand
468
- */
469
- export declare const de_GetContainerRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerRecipeCommandOutput>;
470
- /**
471
- * deserializeAws_restJson1GetContainerRecipePolicyCommand
472
- */
473
- export declare const de_GetContainerRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerRecipePolicyCommandOutput>;
474
- /**
475
- * deserializeAws_restJson1GetDistributionConfigurationCommand
476
- */
477
- export declare const de_GetDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDistributionConfigurationCommandOutput>;
478
- /**
479
- * deserializeAws_restJson1GetImageCommand
480
- */
481
- export declare const de_GetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageCommandOutput>;
482
- /**
483
- * deserializeAws_restJson1GetImagePipelineCommand
484
- */
485
- export declare const de_GetImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImagePipelineCommandOutput>;
486
- /**
487
- * deserializeAws_restJson1GetImagePolicyCommand
488
- */
489
- export declare const de_GetImagePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImagePolicyCommandOutput>;
490
- /**
491
- * deserializeAws_restJson1GetImageRecipeCommand
492
- */
493
- export declare const de_GetImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageRecipeCommandOutput>;
494
- /**
495
- * deserializeAws_restJson1GetImageRecipePolicyCommand
496
- */
497
- export declare const de_GetImageRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageRecipePolicyCommandOutput>;
498
- /**
499
- * deserializeAws_restJson1GetInfrastructureConfigurationCommand
500
- */
501
- export declare const de_GetInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInfrastructureConfigurationCommandOutput>;
502
- /**
503
- * deserializeAws_restJson1GetLifecycleExecutionCommand
504
- */
505
- export declare const de_GetLifecycleExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecycleExecutionCommandOutput>;
506
- /**
507
- * deserializeAws_restJson1GetLifecyclePolicyCommand
508
- */
509
- export declare const de_GetLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyCommandOutput>;
510
- /**
511
- * deserializeAws_restJson1GetMarketplaceResourceCommand
512
- */
513
- export declare const de_GetMarketplaceResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMarketplaceResourceCommandOutput>;
514
- /**
515
- * deserializeAws_restJson1GetWorkflowCommand
516
- */
517
- export declare const de_GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
518
- /**
519
- * deserializeAws_restJson1GetWorkflowExecutionCommand
520
- */
521
- export declare const de_GetWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowExecutionCommandOutput>;
522
- /**
523
- * deserializeAws_restJson1GetWorkflowStepExecutionCommand
524
- */
525
- export declare const de_GetWorkflowStepExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepExecutionCommandOutput>;
526
- /**
527
- * deserializeAws_restJson1ImportComponentCommand
528
- */
529
- export declare const de_ImportComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportComponentCommandOutput>;
530
- /**
531
- * deserializeAws_restJson1ImportDiskImageCommand
532
- */
533
- export declare const de_ImportDiskImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportDiskImageCommandOutput>;
534
- /**
535
- * deserializeAws_restJson1ImportVmImageCommand
536
- */
537
- export declare const de_ImportVmImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportVmImageCommandOutput>;
538
- /**
539
- * deserializeAws_restJson1ListComponentBuildVersionsCommand
540
- */
541
- export declare const de_ListComponentBuildVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentBuildVersionsCommandOutput>;
542
- /**
543
- * deserializeAws_restJson1ListComponentsCommand
544
- */
545
- export declare const de_ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
546
- /**
547
- * deserializeAws_restJson1ListContainerRecipesCommand
548
- */
549
- export declare const de_ListContainerRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerRecipesCommandOutput>;
550
- /**
551
- * deserializeAws_restJson1ListDistributionConfigurationsCommand
552
- */
553
- export declare const de_ListDistributionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionConfigurationsCommandOutput>;
554
- /**
555
- * deserializeAws_restJson1ListImageBuildVersionsCommand
556
- */
557
- export declare const de_ListImageBuildVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageBuildVersionsCommandOutput>;
558
- /**
559
- * deserializeAws_restJson1ListImagePackagesCommand
560
- */
561
- export declare const de_ListImagePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePackagesCommandOutput>;
562
- /**
563
- * deserializeAws_restJson1ListImagePipelineImagesCommand
564
- */
565
- export declare const de_ListImagePipelineImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePipelineImagesCommandOutput>;
566
- /**
567
- * deserializeAws_restJson1ListImagePipelinesCommand
568
- */
569
- export declare const de_ListImagePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePipelinesCommandOutput>;
570
- /**
571
- * deserializeAws_restJson1ListImageRecipesCommand
572
- */
573
- export declare const de_ListImageRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageRecipesCommandOutput>;
574
- /**
575
- * deserializeAws_restJson1ListImagesCommand
576
- */
577
- export declare const de_ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
578
- /**
579
- * deserializeAws_restJson1ListImageScanFindingAggregationsCommand
580
- */
581
- export declare const de_ListImageScanFindingAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageScanFindingAggregationsCommandOutput>;
582
- /**
583
- * deserializeAws_restJson1ListImageScanFindingsCommand
584
- */
585
- export declare const de_ListImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageScanFindingsCommandOutput>;
586
- /**
587
- * deserializeAws_restJson1ListInfrastructureConfigurationsCommand
588
- */
589
- export declare const de_ListInfrastructureConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInfrastructureConfigurationsCommandOutput>;
590
- /**
591
- * deserializeAws_restJson1ListLifecycleExecutionResourcesCommand
592
- */
593
- export declare const de_ListLifecycleExecutionResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLifecycleExecutionResourcesCommandOutput>;
594
- /**
595
- * deserializeAws_restJson1ListLifecycleExecutionsCommand
596
- */
597
- export declare const de_ListLifecycleExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLifecycleExecutionsCommandOutput>;
598
- /**
599
- * deserializeAws_restJson1ListLifecyclePoliciesCommand
600
- */
601
- export declare const de_ListLifecyclePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLifecyclePoliciesCommandOutput>;
602
- /**
603
- * deserializeAws_restJson1ListTagsForResourceCommand
604
- */
605
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
606
- /**
607
- * deserializeAws_restJson1ListWaitingWorkflowStepsCommand
608
- */
609
- export declare const de_ListWaitingWorkflowStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWaitingWorkflowStepsCommandOutput>;
610
- /**
611
- * deserializeAws_restJson1ListWorkflowBuildVersionsCommand
612
- */
613
- export declare const de_ListWorkflowBuildVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowBuildVersionsCommandOutput>;
614
- /**
615
- * deserializeAws_restJson1ListWorkflowExecutionsCommand
616
- */
617
- export declare const de_ListWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowExecutionsCommandOutput>;
618
- /**
619
- * deserializeAws_restJson1ListWorkflowsCommand
620
- */
621
- export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
622
- /**
623
- * deserializeAws_restJson1ListWorkflowStepExecutionsCommand
624
- */
625
- export declare const de_ListWorkflowStepExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowStepExecutionsCommandOutput>;
626
- /**
627
- * deserializeAws_restJson1PutComponentPolicyCommand
628
- */
629
- export declare const de_PutComponentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutComponentPolicyCommandOutput>;
630
- /**
631
- * deserializeAws_restJson1PutContainerRecipePolicyCommand
632
- */
633
- export declare const de_PutContainerRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutContainerRecipePolicyCommandOutput>;
634
- /**
635
- * deserializeAws_restJson1PutImagePolicyCommand
636
- */
637
- export declare const de_PutImagePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImagePolicyCommandOutput>;
638
- /**
639
- * deserializeAws_restJson1PutImageRecipePolicyCommand
640
- */
641
- export declare const de_PutImageRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageRecipePolicyCommandOutput>;
642
- /**
643
- * deserializeAws_restJson1SendWorkflowStepActionCommand
644
- */
645
- export declare const de_SendWorkflowStepActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendWorkflowStepActionCommandOutput>;
646
- /**
647
- * deserializeAws_restJson1StartImagePipelineExecutionCommand
648
- */
649
- export declare const de_StartImagePipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImagePipelineExecutionCommandOutput>;
650
- /**
651
- * deserializeAws_restJson1StartResourceStateUpdateCommand
652
- */
653
- export declare const de_StartResourceStateUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartResourceStateUpdateCommandOutput>;
654
- /**
655
- * deserializeAws_restJson1TagResourceCommand
656
- */
657
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
658
- /**
659
- * deserializeAws_restJson1UntagResourceCommand
660
- */
661
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
662
- /**
663
- * deserializeAws_restJson1UpdateDistributionConfigurationCommand
664
- */
665
- export declare const de_UpdateDistributionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDistributionConfigurationCommandOutput>;
666
- /**
667
- * deserializeAws_restJson1UpdateImagePipelineCommand
668
- */
669
- export declare const de_UpdateImagePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImagePipelineCommandOutput>;
670
- /**
671
- * deserializeAws_restJson1UpdateInfrastructureConfigurationCommand
672
- */
673
- export declare const de_UpdateInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInfrastructureConfigurationCommandOutput>;
674
- /**
675
- * deserializeAws_restJson1UpdateLifecyclePolicyCommand
676
- */
677
- export declare const de_UpdateLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLifecyclePolicyCommandOutput>;