@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.
- package/dist-cjs/index.js +3642 -3413
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ImagebuilderClient.js +2 -0
- package/dist-es/commands/CancelImageCreationCommand.js +3 -9
- package/dist-es/commands/CancelLifecycleExecutionCommand.js +3 -9
- package/dist-es/commands/CreateComponentCommand.js +3 -9
- package/dist-es/commands/CreateContainerRecipeCommand.js +3 -9
- package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateImageCommand.js +3 -9
- package/dist-es/commands/CreateImagePipelineCommand.js +3 -9
- package/dist-es/commands/CreateImageRecipeCommand.js +3 -9
- package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateLifecyclePolicyCommand.js +3 -9
- package/dist-es/commands/CreateWorkflowCommand.js +3 -9
- package/dist-es/commands/DeleteComponentCommand.js +3 -9
- package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -9
- package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteImageCommand.js +3 -9
- package/dist-es/commands/DeleteImagePipelineCommand.js +3 -9
- package/dist-es/commands/DeleteImageRecipeCommand.js +3 -9
- package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
- package/dist-es/commands/GetComponentCommand.js +3 -9
- package/dist-es/commands/GetComponentPolicyCommand.js +3 -9
- package/dist-es/commands/GetContainerRecipeCommand.js +3 -9
- package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -9
- package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -9
- package/dist-es/commands/GetImageCommand.js +3 -9
- package/dist-es/commands/GetImagePipelineCommand.js +3 -9
- package/dist-es/commands/GetImagePolicyCommand.js +3 -9
- package/dist-es/commands/GetImageRecipeCommand.js +3 -9
- package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -9
- package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -9
- package/dist-es/commands/GetLifecycleExecutionCommand.js +3 -9
- package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -9
- package/dist-es/commands/GetMarketplaceResourceCommand.js +3 -9
- package/dist-es/commands/GetWorkflowCommand.js +3 -9
- package/dist-es/commands/GetWorkflowExecutionCommand.js +3 -9
- package/dist-es/commands/GetWorkflowStepExecutionCommand.js +3 -9
- package/dist-es/commands/ImportComponentCommand.js +3 -9
- package/dist-es/commands/ImportDiskImageCommand.js +3 -9
- package/dist-es/commands/ImportVmImageCommand.js +3 -9
- package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -9
- package/dist-es/commands/ListComponentsCommand.js +3 -9
- package/dist-es/commands/ListContainerRecipesCommand.js +3 -9
- package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -9
- package/dist-es/commands/ListImagePackagesCommand.js +3 -9
- package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -9
- package/dist-es/commands/ListImagePipelinesCommand.js +3 -9
- package/dist-es/commands/ListImageRecipesCommand.js +3 -9
- package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +3 -9
- package/dist-es/commands/ListImageScanFindingsCommand.js +3 -9
- package/dist-es/commands/ListImagesCommand.js +3 -9
- package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListLifecycleExecutionResourcesCommand.js +3 -9
- package/dist-es/commands/ListLifecycleExecutionsCommand.js +3 -9
- package/dist-es/commands/ListLifecyclePoliciesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWaitingWorkflowStepsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowBuildVersionsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowExecutionsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowsCommand.js +3 -9
- package/dist-es/commands/PutComponentPolicyCommand.js +3 -9
- package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -9
- package/dist-es/commands/PutImagePolicyCommand.js +3 -9
- package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -9
- package/dist-es/commands/SendWorkflowStepActionCommand.js +3 -9
- package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -9
- package/dist-es/commands/StartResourceStateUpdateCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateImagePipelineCommand.js +3 -9
- package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLifecyclePolicyCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3473 -0
- package/dist-types/ImagebuilderClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +406 -0
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +411 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -2853
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
|
@@ -1,905 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CancelImageCreationCommandInput,
|
|
8
|
-
CancelImageCreationCommandOutput,
|
|
9
|
-
} from "../commands/CancelImageCreationCommand";
|
|
10
|
-
import {
|
|
11
|
-
CancelLifecycleExecutionCommandInput,
|
|
12
|
-
CancelLifecycleExecutionCommandOutput,
|
|
13
|
-
} from "../commands/CancelLifecycleExecutionCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateComponentCommandInput,
|
|
16
|
-
CreateComponentCommandOutput,
|
|
17
|
-
} from "../commands/CreateComponentCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateContainerRecipeCommandInput,
|
|
20
|
-
CreateContainerRecipeCommandOutput,
|
|
21
|
-
} from "../commands/CreateContainerRecipeCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateDistributionConfigurationCommandInput,
|
|
24
|
-
CreateDistributionConfigurationCommandOutput,
|
|
25
|
-
} from "../commands/CreateDistributionConfigurationCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateImageCommandInput,
|
|
28
|
-
CreateImageCommandOutput,
|
|
29
|
-
} from "../commands/CreateImageCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateImagePipelineCommandInput,
|
|
32
|
-
CreateImagePipelineCommandOutput,
|
|
33
|
-
} from "../commands/CreateImagePipelineCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreateImageRecipeCommandInput,
|
|
36
|
-
CreateImageRecipeCommandOutput,
|
|
37
|
-
} from "../commands/CreateImageRecipeCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateInfrastructureConfigurationCommandInput,
|
|
40
|
-
CreateInfrastructureConfigurationCommandOutput,
|
|
41
|
-
} from "../commands/CreateInfrastructureConfigurationCommand";
|
|
42
|
-
import {
|
|
43
|
-
CreateLifecyclePolicyCommandInput,
|
|
44
|
-
CreateLifecyclePolicyCommandOutput,
|
|
45
|
-
} from "../commands/CreateLifecyclePolicyCommand";
|
|
46
|
-
import {
|
|
47
|
-
CreateWorkflowCommandInput,
|
|
48
|
-
CreateWorkflowCommandOutput,
|
|
49
|
-
} from "../commands/CreateWorkflowCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteComponentCommandInput,
|
|
52
|
-
DeleteComponentCommandOutput,
|
|
53
|
-
} from "../commands/DeleteComponentCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeleteContainerRecipeCommandInput,
|
|
56
|
-
DeleteContainerRecipeCommandOutput,
|
|
57
|
-
} from "../commands/DeleteContainerRecipeCommand";
|
|
58
|
-
import {
|
|
59
|
-
DeleteDistributionConfigurationCommandInput,
|
|
60
|
-
DeleteDistributionConfigurationCommandOutput,
|
|
61
|
-
} from "../commands/DeleteDistributionConfigurationCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeleteImageCommandInput,
|
|
64
|
-
DeleteImageCommandOutput,
|
|
65
|
-
} from "../commands/DeleteImageCommand";
|
|
66
|
-
import {
|
|
67
|
-
DeleteImagePipelineCommandInput,
|
|
68
|
-
DeleteImagePipelineCommandOutput,
|
|
69
|
-
} from "../commands/DeleteImagePipelineCommand";
|
|
70
|
-
import {
|
|
71
|
-
DeleteImageRecipeCommandInput,
|
|
72
|
-
DeleteImageRecipeCommandOutput,
|
|
73
|
-
} from "../commands/DeleteImageRecipeCommand";
|
|
74
|
-
import {
|
|
75
|
-
DeleteInfrastructureConfigurationCommandInput,
|
|
76
|
-
DeleteInfrastructureConfigurationCommandOutput,
|
|
77
|
-
} from "../commands/DeleteInfrastructureConfigurationCommand";
|
|
78
|
-
import {
|
|
79
|
-
DeleteLifecyclePolicyCommandInput,
|
|
80
|
-
DeleteLifecyclePolicyCommandOutput,
|
|
81
|
-
} from "../commands/DeleteLifecyclePolicyCommand";
|
|
82
|
-
import {
|
|
83
|
-
DeleteWorkflowCommandInput,
|
|
84
|
-
DeleteWorkflowCommandOutput,
|
|
85
|
-
} from "../commands/DeleteWorkflowCommand";
|
|
86
|
-
import {
|
|
87
|
-
GetComponentCommandInput,
|
|
88
|
-
GetComponentCommandOutput,
|
|
89
|
-
} from "../commands/GetComponentCommand";
|
|
90
|
-
import {
|
|
91
|
-
GetComponentPolicyCommandInput,
|
|
92
|
-
GetComponentPolicyCommandOutput,
|
|
93
|
-
} from "../commands/GetComponentPolicyCommand";
|
|
94
|
-
import {
|
|
95
|
-
GetContainerRecipeCommandInput,
|
|
96
|
-
GetContainerRecipeCommandOutput,
|
|
97
|
-
} from "../commands/GetContainerRecipeCommand";
|
|
98
|
-
import {
|
|
99
|
-
GetContainerRecipePolicyCommandInput,
|
|
100
|
-
GetContainerRecipePolicyCommandOutput,
|
|
101
|
-
} from "../commands/GetContainerRecipePolicyCommand";
|
|
102
|
-
import {
|
|
103
|
-
GetDistributionConfigurationCommandInput,
|
|
104
|
-
GetDistributionConfigurationCommandOutput,
|
|
105
|
-
} from "../commands/GetDistributionConfigurationCommand";
|
|
106
|
-
import {
|
|
107
|
-
GetImageCommandInput,
|
|
108
|
-
GetImageCommandOutput,
|
|
109
|
-
} from "../commands/GetImageCommand";
|
|
110
|
-
import {
|
|
111
|
-
GetImagePipelineCommandInput,
|
|
112
|
-
GetImagePipelineCommandOutput,
|
|
113
|
-
} from "../commands/GetImagePipelineCommand";
|
|
114
|
-
import {
|
|
115
|
-
GetImagePolicyCommandInput,
|
|
116
|
-
GetImagePolicyCommandOutput,
|
|
117
|
-
} from "../commands/GetImagePolicyCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetImageRecipeCommandInput,
|
|
120
|
-
GetImageRecipeCommandOutput,
|
|
121
|
-
} from "../commands/GetImageRecipeCommand";
|
|
122
|
-
import {
|
|
123
|
-
GetImageRecipePolicyCommandInput,
|
|
124
|
-
GetImageRecipePolicyCommandOutput,
|
|
125
|
-
} from "../commands/GetImageRecipePolicyCommand";
|
|
126
|
-
import {
|
|
127
|
-
GetInfrastructureConfigurationCommandInput,
|
|
128
|
-
GetInfrastructureConfigurationCommandOutput,
|
|
129
|
-
} from "../commands/GetInfrastructureConfigurationCommand";
|
|
130
|
-
import {
|
|
131
|
-
GetLifecycleExecutionCommandInput,
|
|
132
|
-
GetLifecycleExecutionCommandOutput,
|
|
133
|
-
} from "../commands/GetLifecycleExecutionCommand";
|
|
134
|
-
import {
|
|
135
|
-
GetLifecyclePolicyCommandInput,
|
|
136
|
-
GetLifecyclePolicyCommandOutput,
|
|
137
|
-
} from "../commands/GetLifecyclePolicyCommand";
|
|
138
|
-
import {
|
|
139
|
-
GetMarketplaceResourceCommandInput,
|
|
140
|
-
GetMarketplaceResourceCommandOutput,
|
|
141
|
-
} from "../commands/GetMarketplaceResourceCommand";
|
|
142
|
-
import {
|
|
143
|
-
GetWorkflowCommandInput,
|
|
144
|
-
GetWorkflowCommandOutput,
|
|
145
|
-
} from "../commands/GetWorkflowCommand";
|
|
146
|
-
import {
|
|
147
|
-
GetWorkflowExecutionCommandInput,
|
|
148
|
-
GetWorkflowExecutionCommandOutput,
|
|
149
|
-
} from "../commands/GetWorkflowExecutionCommand";
|
|
150
|
-
import {
|
|
151
|
-
GetWorkflowStepExecutionCommandInput,
|
|
152
|
-
GetWorkflowStepExecutionCommandOutput,
|
|
153
|
-
} from "../commands/GetWorkflowStepExecutionCommand";
|
|
154
|
-
import {
|
|
155
|
-
ImportComponentCommandInput,
|
|
156
|
-
ImportComponentCommandOutput,
|
|
157
|
-
} from "../commands/ImportComponentCommand";
|
|
158
|
-
import {
|
|
159
|
-
ImportDiskImageCommandInput,
|
|
160
|
-
ImportDiskImageCommandOutput,
|
|
161
|
-
} from "../commands/ImportDiskImageCommand";
|
|
162
|
-
import {
|
|
163
|
-
ImportVmImageCommandInput,
|
|
164
|
-
ImportVmImageCommandOutput,
|
|
165
|
-
} from "../commands/ImportVmImageCommand";
|
|
166
|
-
import {
|
|
167
|
-
ListComponentBuildVersionsCommandInput,
|
|
168
|
-
ListComponentBuildVersionsCommandOutput,
|
|
169
|
-
} from "../commands/ListComponentBuildVersionsCommand";
|
|
170
|
-
import {
|
|
171
|
-
ListComponentsCommandInput,
|
|
172
|
-
ListComponentsCommandOutput,
|
|
173
|
-
} from "../commands/ListComponentsCommand";
|
|
174
|
-
import {
|
|
175
|
-
ListContainerRecipesCommandInput,
|
|
176
|
-
ListContainerRecipesCommandOutput,
|
|
177
|
-
} from "../commands/ListContainerRecipesCommand";
|
|
178
|
-
import {
|
|
179
|
-
ListDistributionConfigurationsCommandInput,
|
|
180
|
-
ListDistributionConfigurationsCommandOutput,
|
|
181
|
-
} from "../commands/ListDistributionConfigurationsCommand";
|
|
182
|
-
import {
|
|
183
|
-
ListImageBuildVersionsCommandInput,
|
|
184
|
-
ListImageBuildVersionsCommandOutput,
|
|
185
|
-
} from "../commands/ListImageBuildVersionsCommand";
|
|
186
|
-
import {
|
|
187
|
-
ListImagePackagesCommandInput,
|
|
188
|
-
ListImagePackagesCommandOutput,
|
|
189
|
-
} from "../commands/ListImagePackagesCommand";
|
|
190
|
-
import {
|
|
191
|
-
ListImagePipelineImagesCommandInput,
|
|
192
|
-
ListImagePipelineImagesCommandOutput,
|
|
193
|
-
} from "../commands/ListImagePipelineImagesCommand";
|
|
194
|
-
import {
|
|
195
|
-
ListImagePipelinesCommandInput,
|
|
196
|
-
ListImagePipelinesCommandOutput,
|
|
197
|
-
} from "../commands/ListImagePipelinesCommand";
|
|
198
|
-
import {
|
|
199
|
-
ListImageRecipesCommandInput,
|
|
200
|
-
ListImageRecipesCommandOutput,
|
|
201
|
-
} from "../commands/ListImageRecipesCommand";
|
|
202
|
-
import {
|
|
203
|
-
ListImageScanFindingAggregationsCommandInput,
|
|
204
|
-
ListImageScanFindingAggregationsCommandOutput,
|
|
205
|
-
} from "../commands/ListImageScanFindingAggregationsCommand";
|
|
206
|
-
import {
|
|
207
|
-
ListImageScanFindingsCommandInput,
|
|
208
|
-
ListImageScanFindingsCommandOutput,
|
|
209
|
-
} from "../commands/ListImageScanFindingsCommand";
|
|
210
|
-
import {
|
|
211
|
-
ListImagesCommandInput,
|
|
212
|
-
ListImagesCommandOutput,
|
|
213
|
-
} from "../commands/ListImagesCommand";
|
|
214
|
-
import {
|
|
215
|
-
ListInfrastructureConfigurationsCommandInput,
|
|
216
|
-
ListInfrastructureConfigurationsCommandOutput,
|
|
217
|
-
} from "../commands/ListInfrastructureConfigurationsCommand";
|
|
218
|
-
import {
|
|
219
|
-
ListLifecycleExecutionResourcesCommandInput,
|
|
220
|
-
ListLifecycleExecutionResourcesCommandOutput,
|
|
221
|
-
} from "../commands/ListLifecycleExecutionResourcesCommand";
|
|
222
|
-
import {
|
|
223
|
-
ListLifecycleExecutionsCommandInput,
|
|
224
|
-
ListLifecycleExecutionsCommandOutput,
|
|
225
|
-
} from "../commands/ListLifecycleExecutionsCommand";
|
|
226
|
-
import {
|
|
227
|
-
ListLifecyclePoliciesCommandInput,
|
|
228
|
-
ListLifecyclePoliciesCommandOutput,
|
|
229
|
-
} from "../commands/ListLifecyclePoliciesCommand";
|
|
230
|
-
import {
|
|
231
|
-
ListTagsForResourceCommandInput,
|
|
232
|
-
ListTagsForResourceCommandOutput,
|
|
233
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
234
|
-
import {
|
|
235
|
-
ListWaitingWorkflowStepsCommandInput,
|
|
236
|
-
ListWaitingWorkflowStepsCommandOutput,
|
|
237
|
-
} from "../commands/ListWaitingWorkflowStepsCommand";
|
|
238
|
-
import {
|
|
239
|
-
ListWorkflowBuildVersionsCommandInput,
|
|
240
|
-
ListWorkflowBuildVersionsCommandOutput,
|
|
241
|
-
} from "../commands/ListWorkflowBuildVersionsCommand";
|
|
242
|
-
import {
|
|
243
|
-
ListWorkflowExecutionsCommandInput,
|
|
244
|
-
ListWorkflowExecutionsCommandOutput,
|
|
245
|
-
} from "../commands/ListWorkflowExecutionsCommand";
|
|
246
|
-
import {
|
|
247
|
-
ListWorkflowsCommandInput,
|
|
248
|
-
ListWorkflowsCommandOutput,
|
|
249
|
-
} from "../commands/ListWorkflowsCommand";
|
|
250
|
-
import {
|
|
251
|
-
ListWorkflowStepExecutionsCommandInput,
|
|
252
|
-
ListWorkflowStepExecutionsCommandOutput,
|
|
253
|
-
} from "../commands/ListWorkflowStepExecutionsCommand";
|
|
254
|
-
import {
|
|
255
|
-
PutComponentPolicyCommandInput,
|
|
256
|
-
PutComponentPolicyCommandOutput,
|
|
257
|
-
} from "../commands/PutComponentPolicyCommand";
|
|
258
|
-
import {
|
|
259
|
-
PutContainerRecipePolicyCommandInput,
|
|
260
|
-
PutContainerRecipePolicyCommandOutput,
|
|
261
|
-
} from "../commands/PutContainerRecipePolicyCommand";
|
|
262
|
-
import {
|
|
263
|
-
PutImagePolicyCommandInput,
|
|
264
|
-
PutImagePolicyCommandOutput,
|
|
265
|
-
} from "../commands/PutImagePolicyCommand";
|
|
266
|
-
import {
|
|
267
|
-
PutImageRecipePolicyCommandInput,
|
|
268
|
-
PutImageRecipePolicyCommandOutput,
|
|
269
|
-
} from "../commands/PutImageRecipePolicyCommand";
|
|
270
|
-
import {
|
|
271
|
-
SendWorkflowStepActionCommandInput,
|
|
272
|
-
SendWorkflowStepActionCommandOutput,
|
|
273
|
-
} from "../commands/SendWorkflowStepActionCommand";
|
|
274
|
-
import {
|
|
275
|
-
StartImagePipelineExecutionCommandInput,
|
|
276
|
-
StartImagePipelineExecutionCommandOutput,
|
|
277
|
-
} from "../commands/StartImagePipelineExecutionCommand";
|
|
278
|
-
import {
|
|
279
|
-
StartResourceStateUpdateCommandInput,
|
|
280
|
-
StartResourceStateUpdateCommandOutput,
|
|
281
|
-
} from "../commands/StartResourceStateUpdateCommand";
|
|
282
|
-
import {
|
|
283
|
-
TagResourceCommandInput,
|
|
284
|
-
TagResourceCommandOutput,
|
|
285
|
-
} from "../commands/TagResourceCommand";
|
|
286
|
-
import {
|
|
287
|
-
UntagResourceCommandInput,
|
|
288
|
-
UntagResourceCommandOutput,
|
|
289
|
-
} from "../commands/UntagResourceCommand";
|
|
290
|
-
import {
|
|
291
|
-
UpdateDistributionConfigurationCommandInput,
|
|
292
|
-
UpdateDistributionConfigurationCommandOutput,
|
|
293
|
-
} from "../commands/UpdateDistributionConfigurationCommand";
|
|
294
|
-
import {
|
|
295
|
-
UpdateImagePipelineCommandInput,
|
|
296
|
-
UpdateImagePipelineCommandOutput,
|
|
297
|
-
} from "../commands/UpdateImagePipelineCommand";
|
|
298
|
-
import {
|
|
299
|
-
UpdateInfrastructureConfigurationCommandInput,
|
|
300
|
-
UpdateInfrastructureConfigurationCommandOutput,
|
|
301
|
-
} from "../commands/UpdateInfrastructureConfigurationCommand";
|
|
302
|
-
import {
|
|
303
|
-
UpdateLifecyclePolicyCommandInput,
|
|
304
|
-
UpdateLifecyclePolicyCommandOutput,
|
|
305
|
-
} from "../commands/UpdateLifecyclePolicyCommand";
|
|
306
|
-
export declare const se_CancelImageCreationCommand: (
|
|
307
|
-
input: CancelImageCreationCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_CancelLifecycleExecutionCommand: (
|
|
311
|
-
input: CancelLifecycleExecutionCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_CreateComponentCommand: (
|
|
315
|
-
input: CreateComponentCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_CreateContainerRecipeCommand: (
|
|
319
|
-
input: CreateContainerRecipeCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_CreateDistributionConfigurationCommand: (
|
|
323
|
-
input: CreateDistributionConfigurationCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const se_CreateImageCommand: (
|
|
327
|
-
input: CreateImageCommandInput,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const se_CreateImagePipelineCommand: (
|
|
331
|
-
input: CreateImagePipelineCommandInput,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const se_CreateImageRecipeCommand: (
|
|
335
|
-
input: CreateImageRecipeCommandInput,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const se_CreateInfrastructureConfigurationCommand: (
|
|
339
|
-
input: CreateInfrastructureConfigurationCommandInput,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const se_CreateLifecyclePolicyCommand: (
|
|
343
|
-
input: CreateLifecyclePolicyCommandInput,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const se_CreateWorkflowCommand: (
|
|
347
|
-
input: CreateWorkflowCommandInput,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const se_DeleteComponentCommand: (
|
|
351
|
-
input: DeleteComponentCommandInput,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const se_DeleteContainerRecipeCommand: (
|
|
355
|
-
input: DeleteContainerRecipeCommandInput,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const se_DeleteDistributionConfigurationCommand: (
|
|
359
|
-
input: DeleteDistributionConfigurationCommandInput,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const se_DeleteImageCommand: (
|
|
363
|
-
input: DeleteImageCommandInput,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const se_DeleteImagePipelineCommand: (
|
|
367
|
-
input: DeleteImagePipelineCommandInput,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const se_DeleteImageRecipeCommand: (
|
|
371
|
-
input: DeleteImageRecipeCommandInput,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const se_DeleteInfrastructureConfigurationCommand: (
|
|
375
|
-
input: DeleteInfrastructureConfigurationCommandInput,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const se_DeleteLifecyclePolicyCommand: (
|
|
379
|
-
input: DeleteLifecyclePolicyCommandInput,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const se_DeleteWorkflowCommand: (
|
|
383
|
-
input: DeleteWorkflowCommandInput,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const se_GetComponentCommand: (
|
|
387
|
-
input: GetComponentCommandInput,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const se_GetComponentPolicyCommand: (
|
|
391
|
-
input: GetComponentPolicyCommandInput,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const se_GetContainerRecipeCommand: (
|
|
395
|
-
input: GetContainerRecipeCommandInput,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const se_GetContainerRecipePolicyCommand: (
|
|
399
|
-
input: GetContainerRecipePolicyCommandInput,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const se_GetDistributionConfigurationCommand: (
|
|
403
|
-
input: GetDistributionConfigurationCommandInput,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const se_GetImageCommand: (
|
|
407
|
-
input: GetImageCommandInput,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const se_GetImagePipelineCommand: (
|
|
411
|
-
input: GetImagePipelineCommandInput,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const se_GetImagePolicyCommand: (
|
|
415
|
-
input: GetImagePolicyCommandInput,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<__HttpRequest>;
|
|
418
|
-
export declare const se_GetImageRecipeCommand: (
|
|
419
|
-
input: GetImageRecipeCommandInput,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<__HttpRequest>;
|
|
422
|
-
export declare const se_GetImageRecipePolicyCommand: (
|
|
423
|
-
input: GetImageRecipePolicyCommandInput,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<__HttpRequest>;
|
|
426
|
-
export declare const se_GetInfrastructureConfigurationCommand: (
|
|
427
|
-
input: GetInfrastructureConfigurationCommandInput,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<__HttpRequest>;
|
|
430
|
-
export declare const se_GetLifecycleExecutionCommand: (
|
|
431
|
-
input: GetLifecycleExecutionCommandInput,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<__HttpRequest>;
|
|
434
|
-
export declare const se_GetLifecyclePolicyCommand: (
|
|
435
|
-
input: GetLifecyclePolicyCommandInput,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<__HttpRequest>;
|
|
438
|
-
export declare const se_GetMarketplaceResourceCommand: (
|
|
439
|
-
input: GetMarketplaceResourceCommandInput,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<__HttpRequest>;
|
|
442
|
-
export declare const se_GetWorkflowCommand: (
|
|
443
|
-
input: GetWorkflowCommandInput,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<__HttpRequest>;
|
|
446
|
-
export declare const se_GetWorkflowExecutionCommand: (
|
|
447
|
-
input: GetWorkflowExecutionCommandInput,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<__HttpRequest>;
|
|
450
|
-
export declare const se_GetWorkflowStepExecutionCommand: (
|
|
451
|
-
input: GetWorkflowStepExecutionCommandInput,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<__HttpRequest>;
|
|
454
|
-
export declare const se_ImportComponentCommand: (
|
|
455
|
-
input: ImportComponentCommandInput,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<__HttpRequest>;
|
|
458
|
-
export declare const se_ImportDiskImageCommand: (
|
|
459
|
-
input: ImportDiskImageCommandInput,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<__HttpRequest>;
|
|
462
|
-
export declare const se_ImportVmImageCommand: (
|
|
463
|
-
input: ImportVmImageCommandInput,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<__HttpRequest>;
|
|
466
|
-
export declare const se_ListComponentBuildVersionsCommand: (
|
|
467
|
-
input: ListComponentBuildVersionsCommandInput,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<__HttpRequest>;
|
|
470
|
-
export declare const se_ListComponentsCommand: (
|
|
471
|
-
input: ListComponentsCommandInput,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<__HttpRequest>;
|
|
474
|
-
export declare const se_ListContainerRecipesCommand: (
|
|
475
|
-
input: ListContainerRecipesCommandInput,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<__HttpRequest>;
|
|
478
|
-
export declare const se_ListDistributionConfigurationsCommand: (
|
|
479
|
-
input: ListDistributionConfigurationsCommandInput,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<__HttpRequest>;
|
|
482
|
-
export declare const se_ListImageBuildVersionsCommand: (
|
|
483
|
-
input: ListImageBuildVersionsCommandInput,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<__HttpRequest>;
|
|
486
|
-
export declare const se_ListImagePackagesCommand: (
|
|
487
|
-
input: ListImagePackagesCommandInput,
|
|
488
|
-
context: __SerdeContext
|
|
489
|
-
) => Promise<__HttpRequest>;
|
|
490
|
-
export declare const se_ListImagePipelineImagesCommand: (
|
|
491
|
-
input: ListImagePipelineImagesCommandInput,
|
|
492
|
-
context: __SerdeContext
|
|
493
|
-
) => Promise<__HttpRequest>;
|
|
494
|
-
export declare const se_ListImagePipelinesCommand: (
|
|
495
|
-
input: ListImagePipelinesCommandInput,
|
|
496
|
-
context: __SerdeContext
|
|
497
|
-
) => Promise<__HttpRequest>;
|
|
498
|
-
export declare const se_ListImageRecipesCommand: (
|
|
499
|
-
input: ListImageRecipesCommandInput,
|
|
500
|
-
context: __SerdeContext
|
|
501
|
-
) => Promise<__HttpRequest>;
|
|
502
|
-
export declare const se_ListImagesCommand: (
|
|
503
|
-
input: ListImagesCommandInput,
|
|
504
|
-
context: __SerdeContext
|
|
505
|
-
) => Promise<__HttpRequest>;
|
|
506
|
-
export declare const se_ListImageScanFindingAggregationsCommand: (
|
|
507
|
-
input: ListImageScanFindingAggregationsCommandInput,
|
|
508
|
-
context: __SerdeContext
|
|
509
|
-
) => Promise<__HttpRequest>;
|
|
510
|
-
export declare const se_ListImageScanFindingsCommand: (
|
|
511
|
-
input: ListImageScanFindingsCommandInput,
|
|
512
|
-
context: __SerdeContext
|
|
513
|
-
) => Promise<__HttpRequest>;
|
|
514
|
-
export declare const se_ListInfrastructureConfigurationsCommand: (
|
|
515
|
-
input: ListInfrastructureConfigurationsCommandInput,
|
|
516
|
-
context: __SerdeContext
|
|
517
|
-
) => Promise<__HttpRequest>;
|
|
518
|
-
export declare const se_ListLifecycleExecutionResourcesCommand: (
|
|
519
|
-
input: ListLifecycleExecutionResourcesCommandInput,
|
|
520
|
-
context: __SerdeContext
|
|
521
|
-
) => Promise<__HttpRequest>;
|
|
522
|
-
export declare const se_ListLifecycleExecutionsCommand: (
|
|
523
|
-
input: ListLifecycleExecutionsCommandInput,
|
|
524
|
-
context: __SerdeContext
|
|
525
|
-
) => Promise<__HttpRequest>;
|
|
526
|
-
export declare const se_ListLifecyclePoliciesCommand: (
|
|
527
|
-
input: ListLifecyclePoliciesCommandInput,
|
|
528
|
-
context: __SerdeContext
|
|
529
|
-
) => Promise<__HttpRequest>;
|
|
530
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
531
|
-
input: ListTagsForResourceCommandInput,
|
|
532
|
-
context: __SerdeContext
|
|
533
|
-
) => Promise<__HttpRequest>;
|
|
534
|
-
export declare const se_ListWaitingWorkflowStepsCommand: (
|
|
535
|
-
input: ListWaitingWorkflowStepsCommandInput,
|
|
536
|
-
context: __SerdeContext
|
|
537
|
-
) => Promise<__HttpRequest>;
|
|
538
|
-
export declare const se_ListWorkflowBuildVersionsCommand: (
|
|
539
|
-
input: ListWorkflowBuildVersionsCommandInput,
|
|
540
|
-
context: __SerdeContext
|
|
541
|
-
) => Promise<__HttpRequest>;
|
|
542
|
-
export declare const se_ListWorkflowExecutionsCommand: (
|
|
543
|
-
input: ListWorkflowExecutionsCommandInput,
|
|
544
|
-
context: __SerdeContext
|
|
545
|
-
) => Promise<__HttpRequest>;
|
|
546
|
-
export declare const se_ListWorkflowsCommand: (
|
|
547
|
-
input: ListWorkflowsCommandInput,
|
|
548
|
-
context: __SerdeContext
|
|
549
|
-
) => Promise<__HttpRequest>;
|
|
550
|
-
export declare const se_ListWorkflowStepExecutionsCommand: (
|
|
551
|
-
input: ListWorkflowStepExecutionsCommandInput,
|
|
552
|
-
context: __SerdeContext
|
|
553
|
-
) => Promise<__HttpRequest>;
|
|
554
|
-
export declare const se_PutComponentPolicyCommand: (
|
|
555
|
-
input: PutComponentPolicyCommandInput,
|
|
556
|
-
context: __SerdeContext
|
|
557
|
-
) => Promise<__HttpRequest>;
|
|
558
|
-
export declare const se_PutContainerRecipePolicyCommand: (
|
|
559
|
-
input: PutContainerRecipePolicyCommandInput,
|
|
560
|
-
context: __SerdeContext
|
|
561
|
-
) => Promise<__HttpRequest>;
|
|
562
|
-
export declare const se_PutImagePolicyCommand: (
|
|
563
|
-
input: PutImagePolicyCommandInput,
|
|
564
|
-
context: __SerdeContext
|
|
565
|
-
) => Promise<__HttpRequest>;
|
|
566
|
-
export declare const se_PutImageRecipePolicyCommand: (
|
|
567
|
-
input: PutImageRecipePolicyCommandInput,
|
|
568
|
-
context: __SerdeContext
|
|
569
|
-
) => Promise<__HttpRequest>;
|
|
570
|
-
export declare const se_SendWorkflowStepActionCommand: (
|
|
571
|
-
input: SendWorkflowStepActionCommandInput,
|
|
572
|
-
context: __SerdeContext
|
|
573
|
-
) => Promise<__HttpRequest>;
|
|
574
|
-
export declare const se_StartImagePipelineExecutionCommand: (
|
|
575
|
-
input: StartImagePipelineExecutionCommandInput,
|
|
576
|
-
context: __SerdeContext
|
|
577
|
-
) => Promise<__HttpRequest>;
|
|
578
|
-
export declare const se_StartResourceStateUpdateCommand: (
|
|
579
|
-
input: StartResourceStateUpdateCommandInput,
|
|
580
|
-
context: __SerdeContext
|
|
581
|
-
) => Promise<__HttpRequest>;
|
|
582
|
-
export declare const se_TagResourceCommand: (
|
|
583
|
-
input: TagResourceCommandInput,
|
|
584
|
-
context: __SerdeContext
|
|
585
|
-
) => Promise<__HttpRequest>;
|
|
586
|
-
export declare const se_UntagResourceCommand: (
|
|
587
|
-
input: UntagResourceCommandInput,
|
|
588
|
-
context: __SerdeContext
|
|
589
|
-
) => Promise<__HttpRequest>;
|
|
590
|
-
export declare const se_UpdateDistributionConfigurationCommand: (
|
|
591
|
-
input: UpdateDistributionConfigurationCommandInput,
|
|
592
|
-
context: __SerdeContext
|
|
593
|
-
) => Promise<__HttpRequest>;
|
|
594
|
-
export declare const se_UpdateImagePipelineCommand: (
|
|
595
|
-
input: UpdateImagePipelineCommandInput,
|
|
596
|
-
context: __SerdeContext
|
|
597
|
-
) => Promise<__HttpRequest>;
|
|
598
|
-
export declare const se_UpdateInfrastructureConfigurationCommand: (
|
|
599
|
-
input: UpdateInfrastructureConfigurationCommandInput,
|
|
600
|
-
context: __SerdeContext
|
|
601
|
-
) => Promise<__HttpRequest>;
|
|
602
|
-
export declare const se_UpdateLifecyclePolicyCommand: (
|
|
603
|
-
input: UpdateLifecyclePolicyCommandInput,
|
|
604
|
-
context: __SerdeContext
|
|
605
|
-
) => Promise<__HttpRequest>;
|
|
606
|
-
export declare const de_CancelImageCreationCommand: (
|
|
607
|
-
output: __HttpResponse,
|
|
608
|
-
context: __SerdeContext
|
|
609
|
-
) => Promise<CancelImageCreationCommandOutput>;
|
|
610
|
-
export declare const de_CancelLifecycleExecutionCommand: (
|
|
611
|
-
output: __HttpResponse,
|
|
612
|
-
context: __SerdeContext
|
|
613
|
-
) => Promise<CancelLifecycleExecutionCommandOutput>;
|
|
614
|
-
export declare const de_CreateComponentCommand: (
|
|
615
|
-
output: __HttpResponse,
|
|
616
|
-
context: __SerdeContext
|
|
617
|
-
) => Promise<CreateComponentCommandOutput>;
|
|
618
|
-
export declare const de_CreateContainerRecipeCommand: (
|
|
619
|
-
output: __HttpResponse,
|
|
620
|
-
context: __SerdeContext
|
|
621
|
-
) => Promise<CreateContainerRecipeCommandOutput>;
|
|
622
|
-
export declare const de_CreateDistributionConfigurationCommand: (
|
|
623
|
-
output: __HttpResponse,
|
|
624
|
-
context: __SerdeContext
|
|
625
|
-
) => Promise<CreateDistributionConfigurationCommandOutput>;
|
|
626
|
-
export declare const de_CreateImageCommand: (
|
|
627
|
-
output: __HttpResponse,
|
|
628
|
-
context: __SerdeContext
|
|
629
|
-
) => Promise<CreateImageCommandOutput>;
|
|
630
|
-
export declare const de_CreateImagePipelineCommand: (
|
|
631
|
-
output: __HttpResponse,
|
|
632
|
-
context: __SerdeContext
|
|
633
|
-
) => Promise<CreateImagePipelineCommandOutput>;
|
|
634
|
-
export declare const de_CreateImageRecipeCommand: (
|
|
635
|
-
output: __HttpResponse,
|
|
636
|
-
context: __SerdeContext
|
|
637
|
-
) => Promise<CreateImageRecipeCommandOutput>;
|
|
638
|
-
export declare const de_CreateInfrastructureConfigurationCommand: (
|
|
639
|
-
output: __HttpResponse,
|
|
640
|
-
context: __SerdeContext
|
|
641
|
-
) => Promise<CreateInfrastructureConfigurationCommandOutput>;
|
|
642
|
-
export declare const de_CreateLifecyclePolicyCommand: (
|
|
643
|
-
output: __HttpResponse,
|
|
644
|
-
context: __SerdeContext
|
|
645
|
-
) => Promise<CreateLifecyclePolicyCommandOutput>;
|
|
646
|
-
export declare const de_CreateWorkflowCommand: (
|
|
647
|
-
output: __HttpResponse,
|
|
648
|
-
context: __SerdeContext
|
|
649
|
-
) => Promise<CreateWorkflowCommandOutput>;
|
|
650
|
-
export declare const de_DeleteComponentCommand: (
|
|
651
|
-
output: __HttpResponse,
|
|
652
|
-
context: __SerdeContext
|
|
653
|
-
) => Promise<DeleteComponentCommandOutput>;
|
|
654
|
-
export declare const de_DeleteContainerRecipeCommand: (
|
|
655
|
-
output: __HttpResponse,
|
|
656
|
-
context: __SerdeContext
|
|
657
|
-
) => Promise<DeleteContainerRecipeCommandOutput>;
|
|
658
|
-
export declare const de_DeleteDistributionConfigurationCommand: (
|
|
659
|
-
output: __HttpResponse,
|
|
660
|
-
context: __SerdeContext
|
|
661
|
-
) => Promise<DeleteDistributionConfigurationCommandOutput>;
|
|
662
|
-
export declare const de_DeleteImageCommand: (
|
|
663
|
-
output: __HttpResponse,
|
|
664
|
-
context: __SerdeContext
|
|
665
|
-
) => Promise<DeleteImageCommandOutput>;
|
|
666
|
-
export declare const de_DeleteImagePipelineCommand: (
|
|
667
|
-
output: __HttpResponse,
|
|
668
|
-
context: __SerdeContext
|
|
669
|
-
) => Promise<DeleteImagePipelineCommandOutput>;
|
|
670
|
-
export declare const de_DeleteImageRecipeCommand: (
|
|
671
|
-
output: __HttpResponse,
|
|
672
|
-
context: __SerdeContext
|
|
673
|
-
) => Promise<DeleteImageRecipeCommandOutput>;
|
|
674
|
-
export declare const de_DeleteInfrastructureConfigurationCommand: (
|
|
675
|
-
output: __HttpResponse,
|
|
676
|
-
context: __SerdeContext
|
|
677
|
-
) => Promise<DeleteInfrastructureConfigurationCommandOutput>;
|
|
678
|
-
export declare const de_DeleteLifecyclePolicyCommand: (
|
|
679
|
-
output: __HttpResponse,
|
|
680
|
-
context: __SerdeContext
|
|
681
|
-
) => Promise<DeleteLifecyclePolicyCommandOutput>;
|
|
682
|
-
export declare const de_DeleteWorkflowCommand: (
|
|
683
|
-
output: __HttpResponse,
|
|
684
|
-
context: __SerdeContext
|
|
685
|
-
) => Promise<DeleteWorkflowCommandOutput>;
|
|
686
|
-
export declare const de_GetComponentCommand: (
|
|
687
|
-
output: __HttpResponse,
|
|
688
|
-
context: __SerdeContext
|
|
689
|
-
) => Promise<GetComponentCommandOutput>;
|
|
690
|
-
export declare const de_GetComponentPolicyCommand: (
|
|
691
|
-
output: __HttpResponse,
|
|
692
|
-
context: __SerdeContext
|
|
693
|
-
) => Promise<GetComponentPolicyCommandOutput>;
|
|
694
|
-
export declare const de_GetContainerRecipeCommand: (
|
|
695
|
-
output: __HttpResponse,
|
|
696
|
-
context: __SerdeContext
|
|
697
|
-
) => Promise<GetContainerRecipeCommandOutput>;
|
|
698
|
-
export declare const de_GetContainerRecipePolicyCommand: (
|
|
699
|
-
output: __HttpResponse,
|
|
700
|
-
context: __SerdeContext
|
|
701
|
-
) => Promise<GetContainerRecipePolicyCommandOutput>;
|
|
702
|
-
export declare const de_GetDistributionConfigurationCommand: (
|
|
703
|
-
output: __HttpResponse,
|
|
704
|
-
context: __SerdeContext
|
|
705
|
-
) => Promise<GetDistributionConfigurationCommandOutput>;
|
|
706
|
-
export declare const de_GetImageCommand: (
|
|
707
|
-
output: __HttpResponse,
|
|
708
|
-
context: __SerdeContext
|
|
709
|
-
) => Promise<GetImageCommandOutput>;
|
|
710
|
-
export declare const de_GetImagePipelineCommand: (
|
|
711
|
-
output: __HttpResponse,
|
|
712
|
-
context: __SerdeContext
|
|
713
|
-
) => Promise<GetImagePipelineCommandOutput>;
|
|
714
|
-
export declare const de_GetImagePolicyCommand: (
|
|
715
|
-
output: __HttpResponse,
|
|
716
|
-
context: __SerdeContext
|
|
717
|
-
) => Promise<GetImagePolicyCommandOutput>;
|
|
718
|
-
export declare const de_GetImageRecipeCommand: (
|
|
719
|
-
output: __HttpResponse,
|
|
720
|
-
context: __SerdeContext
|
|
721
|
-
) => Promise<GetImageRecipeCommandOutput>;
|
|
722
|
-
export declare const de_GetImageRecipePolicyCommand: (
|
|
723
|
-
output: __HttpResponse,
|
|
724
|
-
context: __SerdeContext
|
|
725
|
-
) => Promise<GetImageRecipePolicyCommandOutput>;
|
|
726
|
-
export declare const de_GetInfrastructureConfigurationCommand: (
|
|
727
|
-
output: __HttpResponse,
|
|
728
|
-
context: __SerdeContext
|
|
729
|
-
) => Promise<GetInfrastructureConfigurationCommandOutput>;
|
|
730
|
-
export declare const de_GetLifecycleExecutionCommand: (
|
|
731
|
-
output: __HttpResponse,
|
|
732
|
-
context: __SerdeContext
|
|
733
|
-
) => Promise<GetLifecycleExecutionCommandOutput>;
|
|
734
|
-
export declare const de_GetLifecyclePolicyCommand: (
|
|
735
|
-
output: __HttpResponse,
|
|
736
|
-
context: __SerdeContext
|
|
737
|
-
) => Promise<GetLifecyclePolicyCommandOutput>;
|
|
738
|
-
export declare const de_GetMarketplaceResourceCommand: (
|
|
739
|
-
output: __HttpResponse,
|
|
740
|
-
context: __SerdeContext
|
|
741
|
-
) => Promise<GetMarketplaceResourceCommandOutput>;
|
|
742
|
-
export declare const de_GetWorkflowCommand: (
|
|
743
|
-
output: __HttpResponse,
|
|
744
|
-
context: __SerdeContext
|
|
745
|
-
) => Promise<GetWorkflowCommandOutput>;
|
|
746
|
-
export declare const de_GetWorkflowExecutionCommand: (
|
|
747
|
-
output: __HttpResponse,
|
|
748
|
-
context: __SerdeContext
|
|
749
|
-
) => Promise<GetWorkflowExecutionCommandOutput>;
|
|
750
|
-
export declare const de_GetWorkflowStepExecutionCommand: (
|
|
751
|
-
output: __HttpResponse,
|
|
752
|
-
context: __SerdeContext
|
|
753
|
-
) => Promise<GetWorkflowStepExecutionCommandOutput>;
|
|
754
|
-
export declare const de_ImportComponentCommand: (
|
|
755
|
-
output: __HttpResponse,
|
|
756
|
-
context: __SerdeContext
|
|
757
|
-
) => Promise<ImportComponentCommandOutput>;
|
|
758
|
-
export declare const de_ImportDiskImageCommand: (
|
|
759
|
-
output: __HttpResponse,
|
|
760
|
-
context: __SerdeContext
|
|
761
|
-
) => Promise<ImportDiskImageCommandOutput>;
|
|
762
|
-
export declare const de_ImportVmImageCommand: (
|
|
763
|
-
output: __HttpResponse,
|
|
764
|
-
context: __SerdeContext
|
|
765
|
-
) => Promise<ImportVmImageCommandOutput>;
|
|
766
|
-
export declare const de_ListComponentBuildVersionsCommand: (
|
|
767
|
-
output: __HttpResponse,
|
|
768
|
-
context: __SerdeContext
|
|
769
|
-
) => Promise<ListComponentBuildVersionsCommandOutput>;
|
|
770
|
-
export declare const de_ListComponentsCommand: (
|
|
771
|
-
output: __HttpResponse,
|
|
772
|
-
context: __SerdeContext
|
|
773
|
-
) => Promise<ListComponentsCommandOutput>;
|
|
774
|
-
export declare const de_ListContainerRecipesCommand: (
|
|
775
|
-
output: __HttpResponse,
|
|
776
|
-
context: __SerdeContext
|
|
777
|
-
) => Promise<ListContainerRecipesCommandOutput>;
|
|
778
|
-
export declare const de_ListDistributionConfigurationsCommand: (
|
|
779
|
-
output: __HttpResponse,
|
|
780
|
-
context: __SerdeContext
|
|
781
|
-
) => Promise<ListDistributionConfigurationsCommandOutput>;
|
|
782
|
-
export declare const de_ListImageBuildVersionsCommand: (
|
|
783
|
-
output: __HttpResponse,
|
|
784
|
-
context: __SerdeContext
|
|
785
|
-
) => Promise<ListImageBuildVersionsCommandOutput>;
|
|
786
|
-
export declare const de_ListImagePackagesCommand: (
|
|
787
|
-
output: __HttpResponse,
|
|
788
|
-
context: __SerdeContext
|
|
789
|
-
) => Promise<ListImagePackagesCommandOutput>;
|
|
790
|
-
export declare const de_ListImagePipelineImagesCommand: (
|
|
791
|
-
output: __HttpResponse,
|
|
792
|
-
context: __SerdeContext
|
|
793
|
-
) => Promise<ListImagePipelineImagesCommandOutput>;
|
|
794
|
-
export declare const de_ListImagePipelinesCommand: (
|
|
795
|
-
output: __HttpResponse,
|
|
796
|
-
context: __SerdeContext
|
|
797
|
-
) => Promise<ListImagePipelinesCommandOutput>;
|
|
798
|
-
export declare const de_ListImageRecipesCommand: (
|
|
799
|
-
output: __HttpResponse,
|
|
800
|
-
context: __SerdeContext
|
|
801
|
-
) => Promise<ListImageRecipesCommandOutput>;
|
|
802
|
-
export declare const de_ListImagesCommand: (
|
|
803
|
-
output: __HttpResponse,
|
|
804
|
-
context: __SerdeContext
|
|
805
|
-
) => Promise<ListImagesCommandOutput>;
|
|
806
|
-
export declare const de_ListImageScanFindingAggregationsCommand: (
|
|
807
|
-
output: __HttpResponse,
|
|
808
|
-
context: __SerdeContext
|
|
809
|
-
) => Promise<ListImageScanFindingAggregationsCommandOutput>;
|
|
810
|
-
export declare const de_ListImageScanFindingsCommand: (
|
|
811
|
-
output: __HttpResponse,
|
|
812
|
-
context: __SerdeContext
|
|
813
|
-
) => Promise<ListImageScanFindingsCommandOutput>;
|
|
814
|
-
export declare const de_ListInfrastructureConfigurationsCommand: (
|
|
815
|
-
output: __HttpResponse,
|
|
816
|
-
context: __SerdeContext
|
|
817
|
-
) => Promise<ListInfrastructureConfigurationsCommandOutput>;
|
|
818
|
-
export declare const de_ListLifecycleExecutionResourcesCommand: (
|
|
819
|
-
output: __HttpResponse,
|
|
820
|
-
context: __SerdeContext
|
|
821
|
-
) => Promise<ListLifecycleExecutionResourcesCommandOutput>;
|
|
822
|
-
export declare const de_ListLifecycleExecutionsCommand: (
|
|
823
|
-
output: __HttpResponse,
|
|
824
|
-
context: __SerdeContext
|
|
825
|
-
) => Promise<ListLifecycleExecutionsCommandOutput>;
|
|
826
|
-
export declare const de_ListLifecyclePoliciesCommand: (
|
|
827
|
-
output: __HttpResponse,
|
|
828
|
-
context: __SerdeContext
|
|
829
|
-
) => Promise<ListLifecyclePoliciesCommandOutput>;
|
|
830
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
831
|
-
output: __HttpResponse,
|
|
832
|
-
context: __SerdeContext
|
|
833
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
834
|
-
export declare const de_ListWaitingWorkflowStepsCommand: (
|
|
835
|
-
output: __HttpResponse,
|
|
836
|
-
context: __SerdeContext
|
|
837
|
-
) => Promise<ListWaitingWorkflowStepsCommandOutput>;
|
|
838
|
-
export declare const de_ListWorkflowBuildVersionsCommand: (
|
|
839
|
-
output: __HttpResponse,
|
|
840
|
-
context: __SerdeContext
|
|
841
|
-
) => Promise<ListWorkflowBuildVersionsCommandOutput>;
|
|
842
|
-
export declare const de_ListWorkflowExecutionsCommand: (
|
|
843
|
-
output: __HttpResponse,
|
|
844
|
-
context: __SerdeContext
|
|
845
|
-
) => Promise<ListWorkflowExecutionsCommandOutput>;
|
|
846
|
-
export declare const de_ListWorkflowsCommand: (
|
|
847
|
-
output: __HttpResponse,
|
|
848
|
-
context: __SerdeContext
|
|
849
|
-
) => Promise<ListWorkflowsCommandOutput>;
|
|
850
|
-
export declare const de_ListWorkflowStepExecutionsCommand: (
|
|
851
|
-
output: __HttpResponse,
|
|
852
|
-
context: __SerdeContext
|
|
853
|
-
) => Promise<ListWorkflowStepExecutionsCommandOutput>;
|
|
854
|
-
export declare const de_PutComponentPolicyCommand: (
|
|
855
|
-
output: __HttpResponse,
|
|
856
|
-
context: __SerdeContext
|
|
857
|
-
) => Promise<PutComponentPolicyCommandOutput>;
|
|
858
|
-
export declare const de_PutContainerRecipePolicyCommand: (
|
|
859
|
-
output: __HttpResponse,
|
|
860
|
-
context: __SerdeContext
|
|
861
|
-
) => Promise<PutContainerRecipePolicyCommandOutput>;
|
|
862
|
-
export declare const de_PutImagePolicyCommand: (
|
|
863
|
-
output: __HttpResponse,
|
|
864
|
-
context: __SerdeContext
|
|
865
|
-
) => Promise<PutImagePolicyCommandOutput>;
|
|
866
|
-
export declare const de_PutImageRecipePolicyCommand: (
|
|
867
|
-
output: __HttpResponse,
|
|
868
|
-
context: __SerdeContext
|
|
869
|
-
) => Promise<PutImageRecipePolicyCommandOutput>;
|
|
870
|
-
export declare const de_SendWorkflowStepActionCommand: (
|
|
871
|
-
output: __HttpResponse,
|
|
872
|
-
context: __SerdeContext
|
|
873
|
-
) => Promise<SendWorkflowStepActionCommandOutput>;
|
|
874
|
-
export declare const de_StartImagePipelineExecutionCommand: (
|
|
875
|
-
output: __HttpResponse,
|
|
876
|
-
context: __SerdeContext
|
|
877
|
-
) => Promise<StartImagePipelineExecutionCommandOutput>;
|
|
878
|
-
export declare const de_StartResourceStateUpdateCommand: (
|
|
879
|
-
output: __HttpResponse,
|
|
880
|
-
context: __SerdeContext
|
|
881
|
-
) => Promise<StartResourceStateUpdateCommandOutput>;
|
|
882
|
-
export declare const de_TagResourceCommand: (
|
|
883
|
-
output: __HttpResponse,
|
|
884
|
-
context: __SerdeContext
|
|
885
|
-
) => Promise<TagResourceCommandOutput>;
|
|
886
|
-
export declare const de_UntagResourceCommand: (
|
|
887
|
-
output: __HttpResponse,
|
|
888
|
-
context: __SerdeContext
|
|
889
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
890
|
-
export declare const de_UpdateDistributionConfigurationCommand: (
|
|
891
|
-
output: __HttpResponse,
|
|
892
|
-
context: __SerdeContext
|
|
893
|
-
) => Promise<UpdateDistributionConfigurationCommandOutput>;
|
|
894
|
-
export declare const de_UpdateImagePipelineCommand: (
|
|
895
|
-
output: __HttpResponse,
|
|
896
|
-
context: __SerdeContext
|
|
897
|
-
) => Promise<UpdateImagePipelineCommandOutput>;
|
|
898
|
-
export declare const de_UpdateInfrastructureConfigurationCommand: (
|
|
899
|
-
output: __HttpResponse,
|
|
900
|
-
context: __SerdeContext
|
|
901
|
-
) => Promise<UpdateInfrastructureConfigurationCommandOutput>;
|
|
902
|
-
export declare const de_UpdateLifecyclePolicyCommand: (
|
|
903
|
-
output: __HttpResponse,
|
|
904
|
-
context: __SerdeContext
|
|
905
|
-
) => Promise<UpdateLifecyclePolicyCommandOutput>;
|