@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListLifecycleExecutionResourcesCommandInput, ListLifecycleExecutionResourcesCommandOutput } from "../commands/ListLifecycleExecutionResourcesCommand";
|
|
3
|
+
import { ImagebuilderPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListLifecycleExecutionResources(config: ImagebuilderPaginationConfiguration, input: ListLifecycleExecutionResourcesCommandInput, ...additionalArguments: any): Paginator<ListLifecycleExecutionResourcesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListLifecycleExecutionsCommandInput, ListLifecycleExecutionsCommandOutput } from "../commands/ListLifecycleExecutionsCommand";
|
|
3
|
+
import { ImagebuilderPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListLifecycleExecutions(config: ImagebuilderPaginationConfiguration, input: ListLifecycleExecutionsCommandInput, ...additionalArguments: any): Paginator<ListLifecycleExecutionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput } from "../commands/ListLifecyclePoliciesCommand";
|
|
3
|
+
import { ImagebuilderPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListLifecyclePolicies(config: ImagebuilderPaginationConfiguration, input: ListLifecyclePoliciesCommandInput, ...additionalArguments: any): Paginator<ListLifecyclePoliciesCommandOutput>;
|
|
@@ -12,5 +12,8 @@ export * from "./ListImageScanFindingAggregationsPaginator";
|
|
|
12
12
|
export * from "./ListImageScanFindingsPaginator";
|
|
13
13
|
export * from "./ListImagesPaginator";
|
|
14
14
|
export * from "./ListInfrastructureConfigurationsPaginator";
|
|
15
|
+
export * from "./ListLifecycleExecutionResourcesPaginator";
|
|
16
|
+
export * from "./ListLifecycleExecutionsPaginator";
|
|
17
|
+
export * from "./ListLifecyclePoliciesPaginator";
|
|
15
18
|
export * from "./ListWorkflowExecutionsPaginator";
|
|
16
19
|
export * from "./ListWorkflowStepExecutionsPaginator";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { CancelImageCreationCommandInput, CancelImageCreationCommandOutput } from "../commands/CancelImageCreationCommand";
|
|
4
|
+
import { CancelLifecycleExecutionCommandInput, CancelLifecycleExecutionCommandOutput } from "../commands/CancelLifecycleExecutionCommand";
|
|
4
5
|
import { CreateComponentCommandInput, CreateComponentCommandOutput } from "../commands/CreateComponentCommand";
|
|
5
6
|
import { CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput } from "../commands/CreateContainerRecipeCommand";
|
|
6
7
|
import { CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput } from "../commands/CreateDistributionConfigurationCommand";
|
|
@@ -8,6 +9,7 @@ import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/C
|
|
|
8
9
|
import { CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput } from "../commands/CreateImagePipelineCommand";
|
|
9
10
|
import { CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput } from "../commands/CreateImageRecipeCommand";
|
|
10
11
|
import { CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput } from "../commands/CreateInfrastructureConfigurationCommand";
|
|
12
|
+
import { CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput } from "../commands/CreateLifecyclePolicyCommand";
|
|
11
13
|
import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "../commands/DeleteComponentCommand";
|
|
12
14
|
import { DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput } from "../commands/DeleteContainerRecipeCommand";
|
|
13
15
|
import { DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput } from "../commands/DeleteDistributionConfigurationCommand";
|
|
@@ -15,6 +17,7 @@ import { DeleteImageCommandInput, DeleteImageCommandOutput } from "../commands/D
|
|
|
15
17
|
import { DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput } from "../commands/DeleteImagePipelineCommand";
|
|
16
18
|
import { DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput } from "../commands/DeleteImageRecipeCommand";
|
|
17
19
|
import { DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput } from "../commands/DeleteInfrastructureConfigurationCommand";
|
|
20
|
+
import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "../commands/DeleteLifecyclePolicyCommand";
|
|
18
21
|
import { GetComponentCommandInput, GetComponentCommandOutput } from "../commands/GetComponentCommand";
|
|
19
22
|
import { GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput } from "../commands/GetComponentPolicyCommand";
|
|
20
23
|
import { GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput } from "../commands/GetContainerRecipeCommand";
|
|
@@ -26,6 +29,8 @@ import { GetImagePolicyCommandInput, GetImagePolicyCommandOutput } from "../comm
|
|
|
26
29
|
import { GetImageRecipeCommandInput, GetImageRecipeCommandOutput } from "../commands/GetImageRecipeCommand";
|
|
27
30
|
import { GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput } from "../commands/GetImageRecipePolicyCommand";
|
|
28
31
|
import { GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput } from "../commands/GetInfrastructureConfigurationCommand";
|
|
32
|
+
import { GetLifecycleExecutionCommandInput, GetLifecycleExecutionCommandOutput } from "../commands/GetLifecycleExecutionCommand";
|
|
33
|
+
import { GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput } from "../commands/GetLifecyclePolicyCommand";
|
|
29
34
|
import { GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput } from "../commands/GetWorkflowExecutionCommand";
|
|
30
35
|
import { GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput } from "../commands/GetWorkflowStepExecutionCommand";
|
|
31
36
|
import { ImportComponentCommandInput, ImportComponentCommandOutput } from "../commands/ImportComponentCommand";
|
|
@@ -43,6 +48,9 @@ import { ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggre
|
|
|
43
48
|
import { ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput } from "../commands/ListImageScanFindingsCommand";
|
|
44
49
|
import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
|
|
45
50
|
import { ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput } from "../commands/ListInfrastructureConfigurationsCommand";
|
|
51
|
+
import { ListLifecycleExecutionResourcesCommandInput, ListLifecycleExecutionResourcesCommandOutput } from "../commands/ListLifecycleExecutionResourcesCommand";
|
|
52
|
+
import { ListLifecycleExecutionsCommandInput, ListLifecycleExecutionsCommandOutput } from "../commands/ListLifecycleExecutionsCommand";
|
|
53
|
+
import { ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput } from "../commands/ListLifecyclePoliciesCommand";
|
|
46
54
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
47
55
|
import { ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput } from "../commands/ListWorkflowExecutionsCommand";
|
|
48
56
|
import { ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput } from "../commands/ListWorkflowStepExecutionsCommand";
|
|
@@ -51,15 +59,21 @@ import { PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOu
|
|
|
51
59
|
import { PutImagePolicyCommandInput, PutImagePolicyCommandOutput } from "../commands/PutImagePolicyCommand";
|
|
52
60
|
import { PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput } from "../commands/PutImageRecipePolicyCommand";
|
|
53
61
|
import { StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput } from "../commands/StartImagePipelineExecutionCommand";
|
|
62
|
+
import { StartResourceStateUpdateCommandInput, StartResourceStateUpdateCommandOutput } from "../commands/StartResourceStateUpdateCommand";
|
|
54
63
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
55
64
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
56
65
|
import { UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput } from "../commands/UpdateDistributionConfigurationCommand";
|
|
57
66
|
import { UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput } from "../commands/UpdateImagePipelineCommand";
|
|
58
67
|
import { UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput } from "../commands/UpdateInfrastructureConfigurationCommand";
|
|
68
|
+
import { UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput } from "../commands/UpdateLifecyclePolicyCommand";
|
|
59
69
|
/**
|
|
60
70
|
* serializeAws_restJson1CancelImageCreationCommand
|
|
61
71
|
*/
|
|
62
72
|
export declare const se_CancelImageCreationCommand: (input: CancelImageCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_restJson1CancelLifecycleExecutionCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_CancelLifecycleExecutionCommand: (input: CancelLifecycleExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
77
|
/**
|
|
64
78
|
* serializeAws_restJson1CreateComponentCommand
|
|
65
79
|
*/
|
|
@@ -88,6 +102,10 @@ export declare const se_CreateImageRecipeCommand: (input: CreateImageRecipeComma
|
|
|
88
102
|
* serializeAws_restJson1CreateInfrastructureConfigurationCommand
|
|
89
103
|
*/
|
|
90
104
|
export declare const se_CreateInfrastructureConfigurationCommand: (input: CreateInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_restJson1CreateLifecyclePolicyCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_CreateLifecyclePolicyCommand: (input: CreateLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
109
|
/**
|
|
92
110
|
* serializeAws_restJson1DeleteComponentCommand
|
|
93
111
|
*/
|
|
@@ -116,6 +134,10 @@ export declare const se_DeleteImageRecipeCommand: (input: DeleteImageRecipeComma
|
|
|
116
134
|
* serializeAws_restJson1DeleteInfrastructureConfigurationCommand
|
|
117
135
|
*/
|
|
118
136
|
export declare const se_DeleteInfrastructureConfigurationCommand: (input: DeleteInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
/**
|
|
138
|
+
* serializeAws_restJson1DeleteLifecyclePolicyCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const se_DeleteLifecyclePolicyCommand: (input: DeleteLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
141
|
/**
|
|
120
142
|
* serializeAws_restJson1GetComponentCommand
|
|
121
143
|
*/
|
|
@@ -160,6 +182,14 @@ export declare const se_GetImageRecipePolicyCommand: (input: GetImageRecipePolic
|
|
|
160
182
|
* serializeAws_restJson1GetInfrastructureConfigurationCommand
|
|
161
183
|
*/
|
|
162
184
|
export declare const se_GetInfrastructureConfigurationCommand: (input: GetInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
+
/**
|
|
186
|
+
* serializeAws_restJson1GetLifecycleExecutionCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const se_GetLifecycleExecutionCommand: (input: GetLifecycleExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
/**
|
|
190
|
+
* serializeAws_restJson1GetLifecyclePolicyCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const se_GetLifecyclePolicyCommand: (input: GetLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
193
|
/**
|
|
164
194
|
* serializeAws_restJson1GetWorkflowExecutionCommand
|
|
165
195
|
*/
|
|
@@ -228,6 +258,18 @@ export declare const se_ListImageScanFindingsCommand: (input: ListImageScanFindi
|
|
|
228
258
|
* serializeAws_restJson1ListInfrastructureConfigurationsCommand
|
|
229
259
|
*/
|
|
230
260
|
export declare const se_ListInfrastructureConfigurationsCommand: (input: ListInfrastructureConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
+
/**
|
|
262
|
+
* serializeAws_restJson1ListLifecycleExecutionResourcesCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const se_ListLifecycleExecutionResourcesCommand: (input: ListLifecycleExecutionResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
265
|
+
/**
|
|
266
|
+
* serializeAws_restJson1ListLifecycleExecutionsCommand
|
|
267
|
+
*/
|
|
268
|
+
export declare const se_ListLifecycleExecutionsCommand: (input: ListLifecycleExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
|
+
/**
|
|
270
|
+
* serializeAws_restJson1ListLifecyclePoliciesCommand
|
|
271
|
+
*/
|
|
272
|
+
export declare const se_ListLifecyclePoliciesCommand: (input: ListLifecyclePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
231
273
|
/**
|
|
232
274
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
233
275
|
*/
|
|
@@ -260,6 +302,10 @@ export declare const se_PutImageRecipePolicyCommand: (input: PutImageRecipePolic
|
|
|
260
302
|
* serializeAws_restJson1StartImagePipelineExecutionCommand
|
|
261
303
|
*/
|
|
262
304
|
export declare const se_StartImagePipelineExecutionCommand: (input: StartImagePipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
|
+
/**
|
|
306
|
+
* serializeAws_restJson1StartResourceStateUpdateCommand
|
|
307
|
+
*/
|
|
308
|
+
export declare const se_StartResourceStateUpdateCommand: (input: StartResourceStateUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
263
309
|
/**
|
|
264
310
|
* serializeAws_restJson1TagResourceCommand
|
|
265
311
|
*/
|
|
@@ -280,10 +326,18 @@ export declare const se_UpdateImagePipelineCommand: (input: UpdateImagePipelineC
|
|
|
280
326
|
* serializeAws_restJson1UpdateInfrastructureConfigurationCommand
|
|
281
327
|
*/
|
|
282
328
|
export declare const se_UpdateInfrastructureConfigurationCommand: (input: UpdateInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
329
|
+
/**
|
|
330
|
+
* serializeAws_restJson1UpdateLifecyclePolicyCommand
|
|
331
|
+
*/
|
|
332
|
+
export declare const se_UpdateLifecyclePolicyCommand: (input: UpdateLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
333
|
/**
|
|
284
334
|
* deserializeAws_restJson1CancelImageCreationCommand
|
|
285
335
|
*/
|
|
286
336
|
export declare const de_CancelImageCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelImageCreationCommandOutput>;
|
|
337
|
+
/**
|
|
338
|
+
* deserializeAws_restJson1CancelLifecycleExecutionCommand
|
|
339
|
+
*/
|
|
340
|
+
export declare const de_CancelLifecycleExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelLifecycleExecutionCommandOutput>;
|
|
287
341
|
/**
|
|
288
342
|
* deserializeAws_restJson1CreateComponentCommand
|
|
289
343
|
*/
|
|
@@ -312,6 +366,10 @@ export declare const de_CreateImageRecipeCommand: (output: __HttpResponse, conte
|
|
|
312
366
|
* deserializeAws_restJson1CreateInfrastructureConfigurationCommand
|
|
313
367
|
*/
|
|
314
368
|
export declare const de_CreateInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInfrastructureConfigurationCommandOutput>;
|
|
369
|
+
/**
|
|
370
|
+
* deserializeAws_restJson1CreateLifecyclePolicyCommand
|
|
371
|
+
*/
|
|
372
|
+
export declare const de_CreateLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLifecyclePolicyCommandOutput>;
|
|
315
373
|
/**
|
|
316
374
|
* deserializeAws_restJson1DeleteComponentCommand
|
|
317
375
|
*/
|
|
@@ -340,6 +398,10 @@ export declare const de_DeleteImageRecipeCommand: (output: __HttpResponse, conte
|
|
|
340
398
|
* deserializeAws_restJson1DeleteInfrastructureConfigurationCommand
|
|
341
399
|
*/
|
|
342
400
|
export declare const de_DeleteInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInfrastructureConfigurationCommandOutput>;
|
|
401
|
+
/**
|
|
402
|
+
* deserializeAws_restJson1DeleteLifecyclePolicyCommand
|
|
403
|
+
*/
|
|
404
|
+
export declare const de_DeleteLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLifecyclePolicyCommandOutput>;
|
|
343
405
|
/**
|
|
344
406
|
* deserializeAws_restJson1GetComponentCommand
|
|
345
407
|
*/
|
|
@@ -384,6 +446,14 @@ export declare const de_GetImageRecipePolicyCommand: (output: __HttpResponse, co
|
|
|
384
446
|
* deserializeAws_restJson1GetInfrastructureConfigurationCommand
|
|
385
447
|
*/
|
|
386
448
|
export declare const de_GetInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInfrastructureConfigurationCommandOutput>;
|
|
449
|
+
/**
|
|
450
|
+
* deserializeAws_restJson1GetLifecycleExecutionCommand
|
|
451
|
+
*/
|
|
452
|
+
export declare const de_GetLifecycleExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecycleExecutionCommandOutput>;
|
|
453
|
+
/**
|
|
454
|
+
* deserializeAws_restJson1GetLifecyclePolicyCommand
|
|
455
|
+
*/
|
|
456
|
+
export declare const de_GetLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyCommandOutput>;
|
|
387
457
|
/**
|
|
388
458
|
* deserializeAws_restJson1GetWorkflowExecutionCommand
|
|
389
459
|
*/
|
|
@@ -452,6 +522,18 @@ export declare const de_ListImageScanFindingsCommand: (output: __HttpResponse, c
|
|
|
452
522
|
* deserializeAws_restJson1ListInfrastructureConfigurationsCommand
|
|
453
523
|
*/
|
|
454
524
|
export declare const de_ListInfrastructureConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInfrastructureConfigurationsCommandOutput>;
|
|
525
|
+
/**
|
|
526
|
+
* deserializeAws_restJson1ListLifecycleExecutionResourcesCommand
|
|
527
|
+
*/
|
|
528
|
+
export declare const de_ListLifecycleExecutionResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLifecycleExecutionResourcesCommandOutput>;
|
|
529
|
+
/**
|
|
530
|
+
* deserializeAws_restJson1ListLifecycleExecutionsCommand
|
|
531
|
+
*/
|
|
532
|
+
export declare const de_ListLifecycleExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLifecycleExecutionsCommandOutput>;
|
|
533
|
+
/**
|
|
534
|
+
* deserializeAws_restJson1ListLifecyclePoliciesCommand
|
|
535
|
+
*/
|
|
536
|
+
export declare const de_ListLifecyclePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLifecyclePoliciesCommandOutput>;
|
|
455
537
|
/**
|
|
456
538
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
457
539
|
*/
|
|
@@ -484,6 +566,10 @@ export declare const de_PutImageRecipePolicyCommand: (output: __HttpResponse, co
|
|
|
484
566
|
* deserializeAws_restJson1StartImagePipelineExecutionCommand
|
|
485
567
|
*/
|
|
486
568
|
export declare const de_StartImagePipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImagePipelineExecutionCommandOutput>;
|
|
569
|
+
/**
|
|
570
|
+
* deserializeAws_restJson1StartResourceStateUpdateCommand
|
|
571
|
+
*/
|
|
572
|
+
export declare const de_StartResourceStateUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartResourceStateUpdateCommandOutput>;
|
|
487
573
|
/**
|
|
488
574
|
* deserializeAws_restJson1TagResourceCommand
|
|
489
575
|
*/
|
|
@@ -504,3 +590,7 @@ export declare const de_UpdateImagePipelineCommand: (output: __HttpResponse, con
|
|
|
504
590
|
* deserializeAws_restJson1UpdateInfrastructureConfigurationCommand
|
|
505
591
|
*/
|
|
506
592
|
export declare const de_UpdateInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInfrastructureConfigurationCommandOutput>;
|
|
593
|
+
/**
|
|
594
|
+
* deserializeAws_restJson1UpdateLifecyclePolicyCommand
|
|
595
|
+
*/
|
|
596
|
+
export declare const de_UpdateLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLifecyclePolicyCommandOutput>;
|
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
CancelImageCreationCommandInput,
|
|
4
4
|
CancelImageCreationCommandOutput,
|
|
5
5
|
} from "./commands/CancelImageCreationCommand";
|
|
6
|
+
import {
|
|
7
|
+
CancelLifecycleExecutionCommandInput,
|
|
8
|
+
CancelLifecycleExecutionCommandOutput,
|
|
9
|
+
} from "./commands/CancelLifecycleExecutionCommand";
|
|
6
10
|
import {
|
|
7
11
|
CreateComponentCommandInput,
|
|
8
12
|
CreateComponentCommandOutput,
|
|
@@ -31,6 +35,10 @@ import {
|
|
|
31
35
|
CreateInfrastructureConfigurationCommandInput,
|
|
32
36
|
CreateInfrastructureConfigurationCommandOutput,
|
|
33
37
|
} from "./commands/CreateInfrastructureConfigurationCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateLifecyclePolicyCommandInput,
|
|
40
|
+
CreateLifecyclePolicyCommandOutput,
|
|
41
|
+
} from "./commands/CreateLifecyclePolicyCommand";
|
|
34
42
|
import {
|
|
35
43
|
DeleteComponentCommandInput,
|
|
36
44
|
DeleteComponentCommandOutput,
|
|
@@ -59,6 +67,10 @@ import {
|
|
|
59
67
|
DeleteInfrastructureConfigurationCommandInput,
|
|
60
68
|
DeleteInfrastructureConfigurationCommandOutput,
|
|
61
69
|
} from "./commands/DeleteInfrastructureConfigurationCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteLifecyclePolicyCommandInput,
|
|
72
|
+
DeleteLifecyclePolicyCommandOutput,
|
|
73
|
+
} from "./commands/DeleteLifecyclePolicyCommand";
|
|
62
74
|
import {
|
|
63
75
|
GetComponentCommandInput,
|
|
64
76
|
GetComponentCommandOutput,
|
|
@@ -103,6 +115,14 @@ import {
|
|
|
103
115
|
GetInfrastructureConfigurationCommandInput,
|
|
104
116
|
GetInfrastructureConfigurationCommandOutput,
|
|
105
117
|
} from "./commands/GetInfrastructureConfigurationCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetLifecycleExecutionCommandInput,
|
|
120
|
+
GetLifecycleExecutionCommandOutput,
|
|
121
|
+
} from "./commands/GetLifecycleExecutionCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetLifecyclePolicyCommandInput,
|
|
124
|
+
GetLifecyclePolicyCommandOutput,
|
|
125
|
+
} from "./commands/GetLifecyclePolicyCommand";
|
|
106
126
|
import {
|
|
107
127
|
GetWorkflowExecutionCommandInput,
|
|
108
128
|
GetWorkflowExecutionCommandOutput,
|
|
@@ -171,6 +191,18 @@ import {
|
|
|
171
191
|
ListInfrastructureConfigurationsCommandInput,
|
|
172
192
|
ListInfrastructureConfigurationsCommandOutput,
|
|
173
193
|
} from "./commands/ListInfrastructureConfigurationsCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListLifecycleExecutionResourcesCommandInput,
|
|
196
|
+
ListLifecycleExecutionResourcesCommandOutput,
|
|
197
|
+
} from "./commands/ListLifecycleExecutionResourcesCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListLifecycleExecutionsCommandInput,
|
|
200
|
+
ListLifecycleExecutionsCommandOutput,
|
|
201
|
+
} from "./commands/ListLifecycleExecutionsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListLifecyclePoliciesCommandInput,
|
|
204
|
+
ListLifecyclePoliciesCommandOutput,
|
|
205
|
+
} from "./commands/ListLifecyclePoliciesCommand";
|
|
174
206
|
import {
|
|
175
207
|
ListTagsForResourceCommandInput,
|
|
176
208
|
ListTagsForResourceCommandOutput,
|
|
@@ -203,6 +235,10 @@ import {
|
|
|
203
235
|
StartImagePipelineExecutionCommandInput,
|
|
204
236
|
StartImagePipelineExecutionCommandOutput,
|
|
205
237
|
} from "./commands/StartImagePipelineExecutionCommand";
|
|
238
|
+
import {
|
|
239
|
+
StartResourceStateUpdateCommandInput,
|
|
240
|
+
StartResourceStateUpdateCommandOutput,
|
|
241
|
+
} from "./commands/StartResourceStateUpdateCommand";
|
|
206
242
|
import {
|
|
207
243
|
TagResourceCommandInput,
|
|
208
244
|
TagResourceCommandOutput,
|
|
@@ -223,6 +259,10 @@ import {
|
|
|
223
259
|
UpdateInfrastructureConfigurationCommandInput,
|
|
224
260
|
UpdateInfrastructureConfigurationCommandOutput,
|
|
225
261
|
} from "./commands/UpdateInfrastructureConfigurationCommand";
|
|
262
|
+
import {
|
|
263
|
+
UpdateLifecyclePolicyCommandInput,
|
|
264
|
+
UpdateLifecyclePolicyCommandOutput,
|
|
265
|
+
} from "./commands/UpdateLifecyclePolicyCommand";
|
|
226
266
|
import { ImagebuilderClient } from "./ImagebuilderClient";
|
|
227
267
|
export interface Imagebuilder {
|
|
228
268
|
cancelImageCreation(
|
|
@@ -238,6 +278,19 @@ export interface Imagebuilder {
|
|
|
238
278
|
options: __HttpHandlerOptions,
|
|
239
279
|
cb: (err: any, data?: CancelImageCreationCommandOutput) => void
|
|
240
280
|
): void;
|
|
281
|
+
cancelLifecycleExecution(
|
|
282
|
+
args: CancelLifecycleExecutionCommandInput,
|
|
283
|
+
options?: __HttpHandlerOptions
|
|
284
|
+
): Promise<CancelLifecycleExecutionCommandOutput>;
|
|
285
|
+
cancelLifecycleExecution(
|
|
286
|
+
args: CancelLifecycleExecutionCommandInput,
|
|
287
|
+
cb: (err: any, data?: CancelLifecycleExecutionCommandOutput) => void
|
|
288
|
+
): void;
|
|
289
|
+
cancelLifecycleExecution(
|
|
290
|
+
args: CancelLifecycleExecutionCommandInput,
|
|
291
|
+
options: __HttpHandlerOptions,
|
|
292
|
+
cb: (err: any, data?: CancelLifecycleExecutionCommandOutput) => void
|
|
293
|
+
): void;
|
|
241
294
|
createComponent(
|
|
242
295
|
args: CreateComponentCommandInput,
|
|
243
296
|
options?: __HttpHandlerOptions
|
|
@@ -335,6 +388,19 @@ export interface Imagebuilder {
|
|
|
335
388
|
data?: CreateInfrastructureConfigurationCommandOutput
|
|
336
389
|
) => void
|
|
337
390
|
): void;
|
|
391
|
+
createLifecyclePolicy(
|
|
392
|
+
args: CreateLifecyclePolicyCommandInput,
|
|
393
|
+
options?: __HttpHandlerOptions
|
|
394
|
+
): Promise<CreateLifecyclePolicyCommandOutput>;
|
|
395
|
+
createLifecyclePolicy(
|
|
396
|
+
args: CreateLifecyclePolicyCommandInput,
|
|
397
|
+
cb: (err: any, data?: CreateLifecyclePolicyCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
createLifecyclePolicy(
|
|
400
|
+
args: CreateLifecyclePolicyCommandInput,
|
|
401
|
+
options: __HttpHandlerOptions,
|
|
402
|
+
cb: (err: any, data?: CreateLifecyclePolicyCommandOutput) => void
|
|
403
|
+
): void;
|
|
338
404
|
deleteComponent(
|
|
339
405
|
args: DeleteComponentCommandInput,
|
|
340
406
|
options?: __HttpHandlerOptions
|
|
@@ -432,6 +498,19 @@ export interface Imagebuilder {
|
|
|
432
498
|
data?: DeleteInfrastructureConfigurationCommandOutput
|
|
433
499
|
) => void
|
|
434
500
|
): void;
|
|
501
|
+
deleteLifecyclePolicy(
|
|
502
|
+
args: DeleteLifecyclePolicyCommandInput,
|
|
503
|
+
options?: __HttpHandlerOptions
|
|
504
|
+
): Promise<DeleteLifecyclePolicyCommandOutput>;
|
|
505
|
+
deleteLifecyclePolicy(
|
|
506
|
+
args: DeleteLifecyclePolicyCommandInput,
|
|
507
|
+
cb: (err: any, data?: DeleteLifecyclePolicyCommandOutput) => void
|
|
508
|
+
): void;
|
|
509
|
+
deleteLifecyclePolicy(
|
|
510
|
+
args: DeleteLifecyclePolicyCommandInput,
|
|
511
|
+
options: __HttpHandlerOptions,
|
|
512
|
+
cb: (err: any, data?: DeleteLifecyclePolicyCommandOutput) => void
|
|
513
|
+
): void;
|
|
435
514
|
getComponent(
|
|
436
515
|
args: GetComponentCommandInput,
|
|
437
516
|
options?: __HttpHandlerOptions
|
|
@@ -575,6 +654,32 @@ export interface Imagebuilder {
|
|
|
575
654
|
options: __HttpHandlerOptions,
|
|
576
655
|
cb: (err: any, data?: GetInfrastructureConfigurationCommandOutput) => void
|
|
577
656
|
): void;
|
|
657
|
+
getLifecycleExecution(
|
|
658
|
+
args: GetLifecycleExecutionCommandInput,
|
|
659
|
+
options?: __HttpHandlerOptions
|
|
660
|
+
): Promise<GetLifecycleExecutionCommandOutput>;
|
|
661
|
+
getLifecycleExecution(
|
|
662
|
+
args: GetLifecycleExecutionCommandInput,
|
|
663
|
+
cb: (err: any, data?: GetLifecycleExecutionCommandOutput) => void
|
|
664
|
+
): void;
|
|
665
|
+
getLifecycleExecution(
|
|
666
|
+
args: GetLifecycleExecutionCommandInput,
|
|
667
|
+
options: __HttpHandlerOptions,
|
|
668
|
+
cb: (err: any, data?: GetLifecycleExecutionCommandOutput) => void
|
|
669
|
+
): void;
|
|
670
|
+
getLifecyclePolicy(
|
|
671
|
+
args: GetLifecyclePolicyCommandInput,
|
|
672
|
+
options?: __HttpHandlerOptions
|
|
673
|
+
): Promise<GetLifecyclePolicyCommandOutput>;
|
|
674
|
+
getLifecyclePolicy(
|
|
675
|
+
args: GetLifecyclePolicyCommandInput,
|
|
676
|
+
cb: (err: any, data?: GetLifecyclePolicyCommandOutput) => void
|
|
677
|
+
): void;
|
|
678
|
+
getLifecyclePolicy(
|
|
679
|
+
args: GetLifecyclePolicyCommandInput,
|
|
680
|
+
options: __HttpHandlerOptions,
|
|
681
|
+
cb: (err: any, data?: GetLifecyclePolicyCommandOutput) => void
|
|
682
|
+
): void;
|
|
578
683
|
getWorkflowExecution(
|
|
579
684
|
args: GetWorkflowExecutionCommandInput,
|
|
580
685
|
options?: __HttpHandlerOptions
|
|
@@ -796,6 +901,45 @@ export interface Imagebuilder {
|
|
|
796
901
|
options: __HttpHandlerOptions,
|
|
797
902
|
cb: (err: any, data?: ListInfrastructureConfigurationsCommandOutput) => void
|
|
798
903
|
): void;
|
|
904
|
+
listLifecycleExecutionResources(
|
|
905
|
+
args: ListLifecycleExecutionResourcesCommandInput,
|
|
906
|
+
options?: __HttpHandlerOptions
|
|
907
|
+
): Promise<ListLifecycleExecutionResourcesCommandOutput>;
|
|
908
|
+
listLifecycleExecutionResources(
|
|
909
|
+
args: ListLifecycleExecutionResourcesCommandInput,
|
|
910
|
+
cb: (err: any, data?: ListLifecycleExecutionResourcesCommandOutput) => void
|
|
911
|
+
): void;
|
|
912
|
+
listLifecycleExecutionResources(
|
|
913
|
+
args: ListLifecycleExecutionResourcesCommandInput,
|
|
914
|
+
options: __HttpHandlerOptions,
|
|
915
|
+
cb: (err: any, data?: ListLifecycleExecutionResourcesCommandOutput) => void
|
|
916
|
+
): void;
|
|
917
|
+
listLifecycleExecutions(
|
|
918
|
+
args: ListLifecycleExecutionsCommandInput,
|
|
919
|
+
options?: __HttpHandlerOptions
|
|
920
|
+
): Promise<ListLifecycleExecutionsCommandOutput>;
|
|
921
|
+
listLifecycleExecutions(
|
|
922
|
+
args: ListLifecycleExecutionsCommandInput,
|
|
923
|
+
cb: (err: any, data?: ListLifecycleExecutionsCommandOutput) => void
|
|
924
|
+
): void;
|
|
925
|
+
listLifecycleExecutions(
|
|
926
|
+
args: ListLifecycleExecutionsCommandInput,
|
|
927
|
+
options: __HttpHandlerOptions,
|
|
928
|
+
cb: (err: any, data?: ListLifecycleExecutionsCommandOutput) => void
|
|
929
|
+
): void;
|
|
930
|
+
listLifecyclePolicies(
|
|
931
|
+
args: ListLifecyclePoliciesCommandInput,
|
|
932
|
+
options?: __HttpHandlerOptions
|
|
933
|
+
): Promise<ListLifecyclePoliciesCommandOutput>;
|
|
934
|
+
listLifecyclePolicies(
|
|
935
|
+
args: ListLifecyclePoliciesCommandInput,
|
|
936
|
+
cb: (err: any, data?: ListLifecyclePoliciesCommandOutput) => void
|
|
937
|
+
): void;
|
|
938
|
+
listLifecyclePolicies(
|
|
939
|
+
args: ListLifecyclePoliciesCommandInput,
|
|
940
|
+
options: __HttpHandlerOptions,
|
|
941
|
+
cb: (err: any, data?: ListLifecyclePoliciesCommandOutput) => void
|
|
942
|
+
): void;
|
|
799
943
|
listTagsForResource(
|
|
800
944
|
args: ListTagsForResourceCommandInput,
|
|
801
945
|
options?: __HttpHandlerOptions
|
|
@@ -900,6 +1044,19 @@ export interface Imagebuilder {
|
|
|
900
1044
|
options: __HttpHandlerOptions,
|
|
901
1045
|
cb: (err: any, data?: StartImagePipelineExecutionCommandOutput) => void
|
|
902
1046
|
): void;
|
|
1047
|
+
startResourceStateUpdate(
|
|
1048
|
+
args: StartResourceStateUpdateCommandInput,
|
|
1049
|
+
options?: __HttpHandlerOptions
|
|
1050
|
+
): Promise<StartResourceStateUpdateCommandOutput>;
|
|
1051
|
+
startResourceStateUpdate(
|
|
1052
|
+
args: StartResourceStateUpdateCommandInput,
|
|
1053
|
+
cb: (err: any, data?: StartResourceStateUpdateCommandOutput) => void
|
|
1054
|
+
): void;
|
|
1055
|
+
startResourceStateUpdate(
|
|
1056
|
+
args: StartResourceStateUpdateCommandInput,
|
|
1057
|
+
options: __HttpHandlerOptions,
|
|
1058
|
+
cb: (err: any, data?: StartResourceStateUpdateCommandOutput) => void
|
|
1059
|
+
): void;
|
|
903
1060
|
tagResource(
|
|
904
1061
|
args: TagResourceCommandInput,
|
|
905
1062
|
options?: __HttpHandlerOptions
|
|
@@ -971,6 +1128,19 @@ export interface Imagebuilder {
|
|
|
971
1128
|
data?: UpdateInfrastructureConfigurationCommandOutput
|
|
972
1129
|
) => void
|
|
973
1130
|
): void;
|
|
1131
|
+
updateLifecyclePolicy(
|
|
1132
|
+
args: UpdateLifecyclePolicyCommandInput,
|
|
1133
|
+
options?: __HttpHandlerOptions
|
|
1134
|
+
): Promise<UpdateLifecyclePolicyCommandOutput>;
|
|
1135
|
+
updateLifecyclePolicy(
|
|
1136
|
+
args: UpdateLifecyclePolicyCommandInput,
|
|
1137
|
+
cb: (err: any, data?: UpdateLifecyclePolicyCommandOutput) => void
|
|
1138
|
+
): void;
|
|
1139
|
+
updateLifecyclePolicy(
|
|
1140
|
+
args: UpdateLifecyclePolicyCommandInput,
|
|
1141
|
+
options: __HttpHandlerOptions,
|
|
1142
|
+
cb: (err: any, data?: UpdateLifecyclePolicyCommandOutput) => void
|
|
1143
|
+
): void;
|
|
974
1144
|
}
|
|
975
1145
|
export declare class Imagebuilder
|
|
976
1146
|
extends ImagebuilderClient
|