@aws-sdk/client-imagebuilder 3.450.0 → 3.453.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/README.md +80 -0
- package/dist-cjs/Imagebuilder.js +20 -0
- package/dist-cjs/commands/CancelLifecycleExecutionCommand.js +51 -0
- package/dist-cjs/commands/CreateLifecyclePolicyCommand.js +51 -0
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +51 -0
- package/dist-cjs/commands/GetLifecycleExecutionCommand.js +51 -0
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js +51 -0
- package/dist-cjs/commands/ListLifecycleExecutionResourcesCommand.js +51 -0
- package/dist-cjs/commands/ListLifecycleExecutionsCommand.js +51 -0
- package/dist-cjs/commands/ListLifecyclePoliciesCommand.js +51 -0
- package/dist-cjs/commands/StartResourceStateUpdateCommand.js +51 -0
- package/dist-cjs/commands/UpdateLifecyclePolicyCommand.js +51 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +50 -1
- package/dist-cjs/pagination/ListLifecycleExecutionResourcesPaginator.js +29 -0
- package/dist-cjs/pagination/ListLifecycleExecutionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListLifecyclePoliciesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +907 -15
- package/dist-es/Imagebuilder.js +20 -0
- package/dist-es/commands/CancelLifecycleExecutionCommand.js +47 -0
- package/dist-es/commands/CreateLifecyclePolicyCommand.js +47 -0
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +47 -0
- package/dist-es/commands/GetLifecycleExecutionCommand.js +47 -0
- package/dist-es/commands/GetLifecyclePolicyCommand.js +47 -0
- package/dist-es/commands/ListLifecycleExecutionResourcesCommand.js +47 -0
- package/dist-es/commands/ListLifecycleExecutionsCommand.js +47 -0
- package/dist-es/commands/ListLifecyclePoliciesCommand.js +47 -0
- package/dist-es/commands/StartResourceStateUpdateCommand.js +47 -0
- package/dist-es/commands/UpdateLifecyclePolicyCommand.js +47 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +49 -0
- package/dist-es/pagination/ListLifecycleExecutionResourcesPaginator.js +25 -0
- package/dist-es/pagination/ListLifecycleExecutionsPaginator.js +25 -0
- package/dist-es/pagination/ListLifecyclePoliciesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +885 -13
- package/dist-types/Imagebuilder.d.ts +70 -0
- package/dist-types/ImagebuilderClient.d.ts +12 -2
- package/dist-types/commands/CancelLifecycleExecutionCommand.d.ts +103 -0
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +165 -0
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +98 -0
- package/dist-types/commands/GetImageCommand.d.ts +4 -2
- package/dist-types/commands/GetLifecycleExecutionCommand.d.ts +106 -0
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +153 -0
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +4 -2
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +4 -2
- package/dist-types/commands/ListLifecycleExecutionResourcesCommand.d.ts +132 -0
- package/dist-types/commands/ListLifecycleExecutionsCommand.d.ts +114 -0
- package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +122 -0
- package/dist-types/commands/StartResourceStateUpdateCommand.d.ts +136 -0
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +159 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +1224 -114
- package/dist-types/pagination/ListLifecycleExecutionResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLifecycleExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLifecyclePoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/Imagebuilder.d.ts +170 -0
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +62 -2
- package/dist-types/ts3.4/commands/CancelLifecycleExecutionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetLifecycleExecutionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListLifecycleExecutionResourcesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListLifecycleExecutionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartResourceStateUpdateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +283 -0
- package/dist-types/ts3.4/pagination/ListLifecycleExecutionResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLifecycleExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLifecyclePoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/package.json +35 -35
|
@@ -49,6 +49,10 @@ import {
|
|
|
49
49
|
CancelImageCreationCommandInput,
|
|
50
50
|
CancelImageCreationCommandOutput,
|
|
51
51
|
} from "./commands/CancelImageCreationCommand";
|
|
52
|
+
import {
|
|
53
|
+
CancelLifecycleExecutionCommandInput,
|
|
54
|
+
CancelLifecycleExecutionCommandOutput,
|
|
55
|
+
} from "./commands/CancelLifecycleExecutionCommand";
|
|
52
56
|
import {
|
|
53
57
|
CreateComponentCommandInput,
|
|
54
58
|
CreateComponentCommandOutput,
|
|
@@ -77,6 +81,10 @@ import {
|
|
|
77
81
|
CreateInfrastructureConfigurationCommandInput,
|
|
78
82
|
CreateInfrastructureConfigurationCommandOutput,
|
|
79
83
|
} from "./commands/CreateInfrastructureConfigurationCommand";
|
|
84
|
+
import {
|
|
85
|
+
CreateLifecyclePolicyCommandInput,
|
|
86
|
+
CreateLifecyclePolicyCommandOutput,
|
|
87
|
+
} from "./commands/CreateLifecyclePolicyCommand";
|
|
80
88
|
import {
|
|
81
89
|
DeleteComponentCommandInput,
|
|
82
90
|
DeleteComponentCommandOutput,
|
|
@@ -105,6 +113,10 @@ import {
|
|
|
105
113
|
DeleteInfrastructureConfigurationCommandInput,
|
|
106
114
|
DeleteInfrastructureConfigurationCommandOutput,
|
|
107
115
|
} from "./commands/DeleteInfrastructureConfigurationCommand";
|
|
116
|
+
import {
|
|
117
|
+
DeleteLifecyclePolicyCommandInput,
|
|
118
|
+
DeleteLifecyclePolicyCommandOutput,
|
|
119
|
+
} from "./commands/DeleteLifecyclePolicyCommand";
|
|
108
120
|
import {
|
|
109
121
|
GetComponentCommandInput,
|
|
110
122
|
GetComponentCommandOutput,
|
|
@@ -149,6 +161,14 @@ import {
|
|
|
149
161
|
GetInfrastructureConfigurationCommandInput,
|
|
150
162
|
GetInfrastructureConfigurationCommandOutput,
|
|
151
163
|
} from "./commands/GetInfrastructureConfigurationCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetLifecycleExecutionCommandInput,
|
|
166
|
+
GetLifecycleExecutionCommandOutput,
|
|
167
|
+
} from "./commands/GetLifecycleExecutionCommand";
|
|
168
|
+
import {
|
|
169
|
+
GetLifecyclePolicyCommandInput,
|
|
170
|
+
GetLifecyclePolicyCommandOutput,
|
|
171
|
+
} from "./commands/GetLifecyclePolicyCommand";
|
|
152
172
|
import {
|
|
153
173
|
GetWorkflowExecutionCommandInput,
|
|
154
174
|
GetWorkflowExecutionCommandOutput,
|
|
@@ -217,6 +237,18 @@ import {
|
|
|
217
237
|
ListInfrastructureConfigurationsCommandInput,
|
|
218
238
|
ListInfrastructureConfigurationsCommandOutput,
|
|
219
239
|
} from "./commands/ListInfrastructureConfigurationsCommand";
|
|
240
|
+
import {
|
|
241
|
+
ListLifecycleExecutionResourcesCommandInput,
|
|
242
|
+
ListLifecycleExecutionResourcesCommandOutput,
|
|
243
|
+
} from "./commands/ListLifecycleExecutionResourcesCommand";
|
|
244
|
+
import {
|
|
245
|
+
ListLifecycleExecutionsCommandInput,
|
|
246
|
+
ListLifecycleExecutionsCommandOutput,
|
|
247
|
+
} from "./commands/ListLifecycleExecutionsCommand";
|
|
248
|
+
import {
|
|
249
|
+
ListLifecyclePoliciesCommandInput,
|
|
250
|
+
ListLifecyclePoliciesCommandOutput,
|
|
251
|
+
} from "./commands/ListLifecyclePoliciesCommand";
|
|
220
252
|
import {
|
|
221
253
|
ListTagsForResourceCommandInput,
|
|
222
254
|
ListTagsForResourceCommandOutput,
|
|
@@ -249,6 +281,10 @@ import {
|
|
|
249
281
|
StartImagePipelineExecutionCommandInput,
|
|
250
282
|
StartImagePipelineExecutionCommandOutput,
|
|
251
283
|
} from "./commands/StartImagePipelineExecutionCommand";
|
|
284
|
+
import {
|
|
285
|
+
StartResourceStateUpdateCommandInput,
|
|
286
|
+
StartResourceStateUpdateCommandOutput,
|
|
287
|
+
} from "./commands/StartResourceStateUpdateCommand";
|
|
252
288
|
import {
|
|
253
289
|
TagResourceCommandInput,
|
|
254
290
|
TagResourceCommandOutput,
|
|
@@ -269,6 +305,10 @@ import {
|
|
|
269
305
|
UpdateInfrastructureConfigurationCommandInput,
|
|
270
306
|
UpdateInfrastructureConfigurationCommandOutput,
|
|
271
307
|
} from "./commands/UpdateInfrastructureConfigurationCommand";
|
|
308
|
+
import {
|
|
309
|
+
UpdateLifecyclePolicyCommandInput,
|
|
310
|
+
UpdateLifecyclePolicyCommandOutput,
|
|
311
|
+
} from "./commands/UpdateLifecyclePolicyCommand";
|
|
272
312
|
import {
|
|
273
313
|
ClientInputEndpointParameters,
|
|
274
314
|
ClientResolvedEndpointParameters,
|
|
@@ -278,6 +318,7 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
|
278
318
|
export { __Client };
|
|
279
319
|
export type ServiceInputTypes =
|
|
280
320
|
| CancelImageCreationCommandInput
|
|
321
|
+
| CancelLifecycleExecutionCommandInput
|
|
281
322
|
| CreateComponentCommandInput
|
|
282
323
|
| CreateContainerRecipeCommandInput
|
|
283
324
|
| CreateDistributionConfigurationCommandInput
|
|
@@ -285,6 +326,7 @@ export type ServiceInputTypes =
|
|
|
285
326
|
| CreateImagePipelineCommandInput
|
|
286
327
|
| CreateImageRecipeCommandInput
|
|
287
328
|
| CreateInfrastructureConfigurationCommandInput
|
|
329
|
+
| CreateLifecyclePolicyCommandInput
|
|
288
330
|
| DeleteComponentCommandInput
|
|
289
331
|
| DeleteContainerRecipeCommandInput
|
|
290
332
|
| DeleteDistributionConfigurationCommandInput
|
|
@@ -292,6 +334,7 @@ export type ServiceInputTypes =
|
|
|
292
334
|
| DeleteImagePipelineCommandInput
|
|
293
335
|
| DeleteImageRecipeCommandInput
|
|
294
336
|
| DeleteInfrastructureConfigurationCommandInput
|
|
337
|
+
| DeleteLifecyclePolicyCommandInput
|
|
295
338
|
| GetComponentCommandInput
|
|
296
339
|
| GetComponentPolicyCommandInput
|
|
297
340
|
| GetContainerRecipeCommandInput
|
|
@@ -303,6 +346,8 @@ export type ServiceInputTypes =
|
|
|
303
346
|
| GetImageRecipeCommandInput
|
|
304
347
|
| GetImageRecipePolicyCommandInput
|
|
305
348
|
| GetInfrastructureConfigurationCommandInput
|
|
349
|
+
| GetLifecycleExecutionCommandInput
|
|
350
|
+
| GetLifecyclePolicyCommandInput
|
|
306
351
|
| GetWorkflowExecutionCommandInput
|
|
307
352
|
| GetWorkflowStepExecutionCommandInput
|
|
308
353
|
| ImportComponentCommandInput
|
|
@@ -320,6 +365,9 @@ export type ServiceInputTypes =
|
|
|
320
365
|
| ListImageScanFindingsCommandInput
|
|
321
366
|
| ListImagesCommandInput
|
|
322
367
|
| ListInfrastructureConfigurationsCommandInput
|
|
368
|
+
| ListLifecycleExecutionResourcesCommandInput
|
|
369
|
+
| ListLifecycleExecutionsCommandInput
|
|
370
|
+
| ListLifecyclePoliciesCommandInput
|
|
323
371
|
| ListTagsForResourceCommandInput
|
|
324
372
|
| ListWorkflowExecutionsCommandInput
|
|
325
373
|
| ListWorkflowStepExecutionsCommandInput
|
|
@@ -328,13 +376,16 @@ export type ServiceInputTypes =
|
|
|
328
376
|
| PutImagePolicyCommandInput
|
|
329
377
|
| PutImageRecipePolicyCommandInput
|
|
330
378
|
| StartImagePipelineExecutionCommandInput
|
|
379
|
+
| StartResourceStateUpdateCommandInput
|
|
331
380
|
| TagResourceCommandInput
|
|
332
381
|
| UntagResourceCommandInput
|
|
333
382
|
| UpdateDistributionConfigurationCommandInput
|
|
334
383
|
| UpdateImagePipelineCommandInput
|
|
335
|
-
| UpdateInfrastructureConfigurationCommandInput
|
|
384
|
+
| UpdateInfrastructureConfigurationCommandInput
|
|
385
|
+
| UpdateLifecyclePolicyCommandInput;
|
|
336
386
|
export type ServiceOutputTypes =
|
|
337
387
|
| CancelImageCreationCommandOutput
|
|
388
|
+
| CancelLifecycleExecutionCommandOutput
|
|
338
389
|
| CreateComponentCommandOutput
|
|
339
390
|
| CreateContainerRecipeCommandOutput
|
|
340
391
|
| CreateDistributionConfigurationCommandOutput
|
|
@@ -342,6 +393,7 @@ export type ServiceOutputTypes =
|
|
|
342
393
|
| CreateImagePipelineCommandOutput
|
|
343
394
|
| CreateImageRecipeCommandOutput
|
|
344
395
|
| CreateInfrastructureConfigurationCommandOutput
|
|
396
|
+
| CreateLifecyclePolicyCommandOutput
|
|
345
397
|
| DeleteComponentCommandOutput
|
|
346
398
|
| DeleteContainerRecipeCommandOutput
|
|
347
399
|
| DeleteDistributionConfigurationCommandOutput
|
|
@@ -349,6 +401,7 @@ export type ServiceOutputTypes =
|
|
|
349
401
|
| DeleteImagePipelineCommandOutput
|
|
350
402
|
| DeleteImageRecipeCommandOutput
|
|
351
403
|
| DeleteInfrastructureConfigurationCommandOutput
|
|
404
|
+
| DeleteLifecyclePolicyCommandOutput
|
|
352
405
|
| GetComponentCommandOutput
|
|
353
406
|
| GetComponentPolicyCommandOutput
|
|
354
407
|
| GetContainerRecipeCommandOutput
|
|
@@ -360,6 +413,8 @@ export type ServiceOutputTypes =
|
|
|
360
413
|
| GetImageRecipeCommandOutput
|
|
361
414
|
| GetImageRecipePolicyCommandOutput
|
|
362
415
|
| GetInfrastructureConfigurationCommandOutput
|
|
416
|
+
| GetLifecycleExecutionCommandOutput
|
|
417
|
+
| GetLifecyclePolicyCommandOutput
|
|
363
418
|
| GetWorkflowExecutionCommandOutput
|
|
364
419
|
| GetWorkflowStepExecutionCommandOutput
|
|
365
420
|
| ImportComponentCommandOutput
|
|
@@ -377,6 +432,9 @@ export type ServiceOutputTypes =
|
|
|
377
432
|
| ListImageScanFindingsCommandOutput
|
|
378
433
|
| ListImagesCommandOutput
|
|
379
434
|
| ListInfrastructureConfigurationsCommandOutput
|
|
435
|
+
| ListLifecycleExecutionResourcesCommandOutput
|
|
436
|
+
| ListLifecycleExecutionsCommandOutput
|
|
437
|
+
| ListLifecyclePoliciesCommandOutput
|
|
380
438
|
| ListTagsForResourceCommandOutput
|
|
381
439
|
| ListWorkflowExecutionsCommandOutput
|
|
382
440
|
| ListWorkflowStepExecutionsCommandOutput
|
|
@@ -385,11 +443,13 @@ export type ServiceOutputTypes =
|
|
|
385
443
|
| PutImagePolicyCommandOutput
|
|
386
444
|
| PutImageRecipePolicyCommandOutput
|
|
387
445
|
| StartImagePipelineExecutionCommandOutput
|
|
446
|
+
| StartResourceStateUpdateCommandOutput
|
|
388
447
|
| TagResourceCommandOutput
|
|
389
448
|
| UntagResourceCommandOutput
|
|
390
449
|
| UpdateDistributionConfigurationCommandOutput
|
|
391
450
|
| UpdateImagePipelineCommandOutput
|
|
392
|
-
| UpdateInfrastructureConfigurationCommandOutput
|
|
451
|
+
| UpdateInfrastructureConfigurationCommandOutput
|
|
452
|
+
| UpdateLifecyclePolicyCommandOutput;
|
|
393
453
|
export interface ClientDefaults
|
|
394
454
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
395
455
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ImagebuilderClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ImagebuilderClient";
|
|
14
|
+
import {
|
|
15
|
+
CancelLifecycleExecutionRequest,
|
|
16
|
+
CancelLifecycleExecutionResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CancelLifecycleExecutionCommandInput
|
|
20
|
+
extends CancelLifecycleExecutionRequest {}
|
|
21
|
+
export interface CancelLifecycleExecutionCommandOutput
|
|
22
|
+
extends CancelLifecycleExecutionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CancelLifecycleExecutionCommand extends $Command<
|
|
25
|
+
CancelLifecycleExecutionCommandInput,
|
|
26
|
+
CancelLifecycleExecutionCommandOutput,
|
|
27
|
+
ImagebuilderClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CancelLifecycleExecutionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CancelLifecycleExecutionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CancelLifecycleExecutionCommandInput,
|
|
38
|
+
CancelLifecycleExecutionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ImagebuilderClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ImagebuilderClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateLifecyclePolicyRequest,
|
|
16
|
+
CreateLifecyclePolicyResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateLifecyclePolicyCommandInput
|
|
20
|
+
extends CreateLifecyclePolicyRequest {}
|
|
21
|
+
export interface CreateLifecyclePolicyCommandOutput
|
|
22
|
+
extends CreateLifecyclePolicyResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateLifecyclePolicyCommand extends $Command<
|
|
25
|
+
CreateLifecyclePolicyCommandInput,
|
|
26
|
+
CreateLifecyclePolicyCommandOutput,
|
|
27
|
+
ImagebuilderClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateLifecyclePolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateLifecyclePolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateLifecyclePolicyCommandInput,
|
|
38
|
+
CreateLifecyclePolicyCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ImagebuilderClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ImagebuilderClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteLifecyclePolicyRequest,
|
|
16
|
+
DeleteLifecyclePolicyResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteLifecyclePolicyCommandInput
|
|
20
|
+
extends DeleteLifecyclePolicyRequest {}
|
|
21
|
+
export interface DeleteLifecyclePolicyCommandOutput
|
|
22
|
+
extends DeleteLifecyclePolicyResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteLifecyclePolicyCommand extends $Command<
|
|
25
|
+
DeleteLifecyclePolicyCommandInput,
|
|
26
|
+
DeleteLifecyclePolicyCommandOutput,
|
|
27
|
+
ImagebuilderClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteLifecyclePolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteLifecyclePolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteLifecyclePolicyCommandInput,
|
|
38
|
+
DeleteLifecyclePolicyCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ImagebuilderClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ImagebuilderClient";
|
|
14
|
+
import {
|
|
15
|
+
GetLifecycleExecutionRequest,
|
|
16
|
+
GetLifecycleExecutionResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetLifecycleExecutionCommandInput
|
|
20
|
+
extends GetLifecycleExecutionRequest {}
|
|
21
|
+
export interface GetLifecycleExecutionCommandOutput
|
|
22
|
+
extends GetLifecycleExecutionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetLifecycleExecutionCommand extends $Command<
|
|
25
|
+
GetLifecycleExecutionCommandInput,
|
|
26
|
+
GetLifecycleExecutionCommandOutput,
|
|
27
|
+
ImagebuilderClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetLifecycleExecutionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetLifecycleExecutionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetLifecycleExecutionCommandInput,
|
|
38
|
+
GetLifecycleExecutionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ImagebuilderClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ImagebuilderClient";
|
|
14
|
+
import {
|
|
15
|
+
GetLifecyclePolicyRequest,
|
|
16
|
+
GetLifecyclePolicyResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetLifecyclePolicyCommandInput
|
|
20
|
+
extends GetLifecyclePolicyRequest {}
|
|
21
|
+
export interface GetLifecyclePolicyCommandOutput
|
|
22
|
+
extends GetLifecyclePolicyResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetLifecyclePolicyCommand extends $Command<
|
|
25
|
+
GetLifecyclePolicyCommandInput,
|
|
26
|
+
GetLifecyclePolicyCommandOutput,
|
|
27
|
+
ImagebuilderClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetLifecyclePolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetLifecyclePolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ImagebuilderClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ImagebuilderClient";
|
|
14
|
+
import {
|
|
15
|
+
ListLifecycleExecutionResourcesRequest,
|
|
16
|
+
ListLifecycleExecutionResourcesResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListLifecycleExecutionResourcesCommandInput
|
|
20
|
+
extends ListLifecycleExecutionResourcesRequest {}
|
|
21
|
+
export interface ListLifecycleExecutionResourcesCommandOutput
|
|
22
|
+
extends ListLifecycleExecutionResourcesResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListLifecycleExecutionResourcesCommand extends $Command<
|
|
25
|
+
ListLifecycleExecutionResourcesCommandInput,
|
|
26
|
+
ListLifecycleExecutionResourcesCommandOutput,
|
|
27
|
+
ImagebuilderClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListLifecycleExecutionResourcesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListLifecycleExecutionResourcesCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListLifecycleExecutionResourcesCommandInput,
|
|
38
|
+
ListLifecycleExecutionResourcesCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ImagebuilderClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ImagebuilderClient";
|
|
14
|
+
import {
|
|
15
|
+
ListLifecycleExecutionsRequest,
|
|
16
|
+
ListLifecycleExecutionsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListLifecycleExecutionsCommandInput
|
|
20
|
+
extends ListLifecycleExecutionsRequest {}
|
|
21
|
+
export interface ListLifecycleExecutionsCommandOutput
|
|
22
|
+
extends ListLifecycleExecutionsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListLifecycleExecutionsCommand extends $Command<
|
|
25
|
+
ListLifecycleExecutionsCommandInput,
|
|
26
|
+
ListLifecycleExecutionsCommandOutput,
|
|
27
|
+
ImagebuilderClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListLifecycleExecutionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListLifecycleExecutionsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListLifecycleExecutionsCommandInput,
|
|
38
|
+
ListLifecycleExecutionsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ImagebuilderClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ImagebuilderClient";
|
|
14
|
+
import {
|
|
15
|
+
ListLifecyclePoliciesRequest,
|
|
16
|
+
ListLifecyclePoliciesResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListLifecyclePoliciesCommandInput
|
|
20
|
+
extends ListLifecyclePoliciesRequest {}
|
|
21
|
+
export interface ListLifecyclePoliciesCommandOutput
|
|
22
|
+
extends ListLifecyclePoliciesResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListLifecyclePoliciesCommand extends $Command<
|
|
25
|
+
ListLifecyclePoliciesCommandInput,
|
|
26
|
+
ListLifecyclePoliciesCommandOutput,
|
|
27
|
+
ImagebuilderClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListLifecyclePoliciesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListLifecyclePoliciesCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListLifecyclePoliciesCommandInput,
|
|
38
|
+
ListLifecyclePoliciesCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ImagebuilderClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ImagebuilderClient";
|
|
14
|
+
import {
|
|
15
|
+
StartResourceStateUpdateRequest,
|
|
16
|
+
StartResourceStateUpdateResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartResourceStateUpdateCommandInput
|
|
20
|
+
extends StartResourceStateUpdateRequest {}
|
|
21
|
+
export interface StartResourceStateUpdateCommandOutput
|
|
22
|
+
extends StartResourceStateUpdateResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartResourceStateUpdateCommand extends $Command<
|
|
25
|
+
StartResourceStateUpdateCommandInput,
|
|
26
|
+
StartResourceStateUpdateCommandOutput,
|
|
27
|
+
ImagebuilderClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartResourceStateUpdateCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartResourceStateUpdateCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartResourceStateUpdateCommandInput,
|
|
38
|
+
StartResourceStateUpdateCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ImagebuilderClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ImagebuilderClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateLifecyclePolicyRequest,
|
|
16
|
+
UpdateLifecyclePolicyResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateLifecyclePolicyCommandInput
|
|
20
|
+
extends UpdateLifecyclePolicyRequest {}
|
|
21
|
+
export interface UpdateLifecyclePolicyCommandOutput
|
|
22
|
+
extends UpdateLifecyclePolicyResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateLifecyclePolicyCommand extends $Command<
|
|
25
|
+
UpdateLifecyclePolicyCommandInput,
|
|
26
|
+
UpdateLifecyclePolicyCommandOutput,
|
|
27
|
+
ImagebuilderClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateLifecyclePolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateLifecyclePolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateLifecyclePolicyCommandInput,
|
|
38
|
+
UpdateLifecyclePolicyCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./CancelImageCreationCommand";
|
|
2
|
+
export * from "./CancelLifecycleExecutionCommand";
|
|
2
3
|
export * from "./CreateComponentCommand";
|
|
3
4
|
export * from "./CreateContainerRecipeCommand";
|
|
4
5
|
export * from "./CreateDistributionConfigurationCommand";
|
|
@@ -6,6 +7,7 @@ export * from "./CreateImageCommand";
|
|
|
6
7
|
export * from "./CreateImagePipelineCommand";
|
|
7
8
|
export * from "./CreateImageRecipeCommand";
|
|
8
9
|
export * from "./CreateInfrastructureConfigurationCommand";
|
|
10
|
+
export * from "./CreateLifecyclePolicyCommand";
|
|
9
11
|
export * from "./DeleteComponentCommand";
|
|
10
12
|
export * from "./DeleteContainerRecipeCommand";
|
|
11
13
|
export * from "./DeleteDistributionConfigurationCommand";
|
|
@@ -13,6 +15,7 @@ export * from "./DeleteImageCommand";
|
|
|
13
15
|
export * from "./DeleteImagePipelineCommand";
|
|
14
16
|
export * from "./DeleteImageRecipeCommand";
|
|
15
17
|
export * from "./DeleteInfrastructureConfigurationCommand";
|
|
18
|
+
export * from "./DeleteLifecyclePolicyCommand";
|
|
16
19
|
export * from "./GetComponentCommand";
|
|
17
20
|
export * from "./GetComponentPolicyCommand";
|
|
18
21
|
export * from "./GetContainerRecipeCommand";
|
|
@@ -24,6 +27,8 @@ export * from "./GetImagePolicyCommand";
|
|
|
24
27
|
export * from "./GetImageRecipeCommand";
|
|
25
28
|
export * from "./GetImageRecipePolicyCommand";
|
|
26
29
|
export * from "./GetInfrastructureConfigurationCommand";
|
|
30
|
+
export * from "./GetLifecycleExecutionCommand";
|
|
31
|
+
export * from "./GetLifecyclePolicyCommand";
|
|
27
32
|
export * from "./GetWorkflowExecutionCommand";
|
|
28
33
|
export * from "./GetWorkflowStepExecutionCommand";
|
|
29
34
|
export * from "./ImportComponentCommand";
|
|
@@ -41,6 +46,9 @@ export * from "./ListImageScanFindingAggregationsCommand";
|
|
|
41
46
|
export * from "./ListImageScanFindingsCommand";
|
|
42
47
|
export * from "./ListImagesCommand";
|
|
43
48
|
export * from "./ListInfrastructureConfigurationsCommand";
|
|
49
|
+
export * from "./ListLifecycleExecutionResourcesCommand";
|
|
50
|
+
export * from "./ListLifecycleExecutionsCommand";
|
|
51
|
+
export * from "./ListLifecyclePoliciesCommand";
|
|
44
52
|
export * from "./ListTagsForResourceCommand";
|
|
45
53
|
export * from "./ListWorkflowExecutionsCommand";
|
|
46
54
|
export * from "./ListWorkflowStepExecutionsCommand";
|
|
@@ -49,8 +57,10 @@ export * from "./PutContainerRecipePolicyCommand";
|
|
|
49
57
|
export * from "./PutImagePolicyCommand";
|
|
50
58
|
export * from "./PutImageRecipePolicyCommand";
|
|
51
59
|
export * from "./StartImagePipelineExecutionCommand";
|
|
60
|
+
export * from "./StartResourceStateUpdateCommand";
|
|
52
61
|
export * from "./TagResourceCommand";
|
|
53
62
|
export * from "./UntagResourceCommand";
|
|
54
63
|
export * from "./UpdateDistributionConfigurationCommand";
|
|
55
64
|
export * from "./UpdateImagePipelineCommand";
|
|
56
65
|
export * from "./UpdateInfrastructureConfigurationCommand";
|
|
66
|
+
export * from "./UpdateLifecyclePolicyCommand";
|