@aws-sdk/client-imagebuilder 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Imagebuilder.d.ts +0 -50
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -675
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ImagebuilderServiceException as __BaseException } from "./ImagebuilderServiceException";
|
|
3
|
-
|
|
4
3
|
export interface SystemsManagerAgent {
|
|
5
4
|
uninstallAfterBuild?: boolean;
|
|
6
5
|
}
|
|
7
|
-
|
|
8
6
|
export interface AdditionalInstanceConfiguration {
|
|
9
7
|
systemsManagerAgent?: SystemsManagerAgent;
|
|
10
|
-
|
|
11
8
|
userDataOverride?: string;
|
|
12
9
|
}
|
|
13
10
|
export declare enum ImageStatus {
|
|
@@ -23,48 +20,30 @@ export declare enum ImageStatus {
|
|
|
23
20
|
PENDING = "PENDING",
|
|
24
21
|
TESTING = "TESTING",
|
|
25
22
|
}
|
|
26
|
-
|
|
27
23
|
export interface ImageState {
|
|
28
24
|
status?: ImageStatus | string;
|
|
29
|
-
|
|
30
25
|
reason?: string;
|
|
31
26
|
}
|
|
32
|
-
|
|
33
27
|
export interface Ami {
|
|
34
28
|
region?: string;
|
|
35
|
-
|
|
36
29
|
image?: string;
|
|
37
|
-
|
|
38
30
|
name?: string;
|
|
39
|
-
|
|
40
31
|
description?: string;
|
|
41
|
-
|
|
42
32
|
state?: ImageState;
|
|
43
|
-
|
|
44
33
|
accountId?: string;
|
|
45
34
|
}
|
|
46
|
-
|
|
47
35
|
export interface LaunchPermissionConfiguration {
|
|
48
36
|
userIds?: string[];
|
|
49
|
-
|
|
50
37
|
userGroups?: string[];
|
|
51
|
-
|
|
52
38
|
organizationArns?: string[];
|
|
53
|
-
|
|
54
39
|
organizationalUnitArns?: string[];
|
|
55
40
|
}
|
|
56
|
-
|
|
57
41
|
export interface AmiDistributionConfiguration {
|
|
58
42
|
name?: string;
|
|
59
|
-
|
|
60
43
|
description?: string;
|
|
61
|
-
|
|
62
44
|
targetAccountIds?: string[];
|
|
63
|
-
|
|
64
45
|
amiTags?: Record<string, string>;
|
|
65
|
-
|
|
66
46
|
kmsKeyId?: string;
|
|
67
|
-
|
|
68
47
|
launchPermission?: LaunchPermissionConfiguration;
|
|
69
48
|
}
|
|
70
49
|
export declare enum BuildType {
|
|
@@ -72,46 +51,35 @@ export declare enum BuildType {
|
|
|
72
51
|
SCHEDULED = "SCHEDULED",
|
|
73
52
|
USER_INITIATED = "USER_INITIATED",
|
|
74
53
|
}
|
|
75
|
-
|
|
76
54
|
export declare class CallRateLimitExceededException extends __BaseException {
|
|
77
55
|
readonly name: "CallRateLimitExceededException";
|
|
78
56
|
readonly $fault: "client";
|
|
79
|
-
|
|
80
57
|
constructor(
|
|
81
58
|
opts: __ExceptionOptionType<CallRateLimitExceededException, __BaseException>
|
|
82
59
|
);
|
|
83
60
|
}
|
|
84
61
|
export interface CancelImageCreationRequest {
|
|
85
62
|
imageBuildVersionArn: string | undefined;
|
|
86
|
-
|
|
87
63
|
clientToken?: string;
|
|
88
64
|
}
|
|
89
65
|
export interface CancelImageCreationResponse {
|
|
90
66
|
requestId?: string;
|
|
91
|
-
|
|
92
67
|
clientToken?: string;
|
|
93
|
-
|
|
94
68
|
imageBuildVersionArn?: string;
|
|
95
69
|
}
|
|
96
|
-
|
|
97
70
|
export declare class ClientException extends __BaseException {
|
|
98
71
|
readonly name: "ClientException";
|
|
99
72
|
readonly $fault: "client";
|
|
100
|
-
|
|
101
73
|
constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
|
|
102
74
|
}
|
|
103
|
-
|
|
104
75
|
export declare class ForbiddenException extends __BaseException {
|
|
105
76
|
readonly name: "ForbiddenException";
|
|
106
77
|
readonly $fault: "client";
|
|
107
|
-
|
|
108
78
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
109
79
|
}
|
|
110
|
-
|
|
111
80
|
export declare class IdempotentParameterMismatchException extends __BaseException {
|
|
112
81
|
readonly name: "IdempotentParameterMismatchException";
|
|
113
82
|
readonly $fault: "client";
|
|
114
|
-
|
|
115
83
|
constructor(
|
|
116
84
|
opts: __ExceptionOptionType<
|
|
117
85
|
IdempotentParameterMismatchException,
|
|
@@ -119,48 +87,36 @@ export declare class IdempotentParameterMismatchException extends __BaseExceptio
|
|
|
119
87
|
>
|
|
120
88
|
);
|
|
121
89
|
}
|
|
122
|
-
|
|
123
90
|
export declare class InvalidRequestException extends __BaseException {
|
|
124
91
|
readonly name: "InvalidRequestException";
|
|
125
92
|
readonly $fault: "client";
|
|
126
|
-
|
|
127
93
|
constructor(
|
|
128
94
|
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
129
95
|
);
|
|
130
96
|
}
|
|
131
|
-
|
|
132
97
|
export declare class ResourceInUseException extends __BaseException {
|
|
133
98
|
readonly name: "ResourceInUseException";
|
|
134
99
|
readonly $fault: "client";
|
|
135
|
-
|
|
136
100
|
constructor(
|
|
137
101
|
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
138
102
|
);
|
|
139
103
|
}
|
|
140
|
-
|
|
141
104
|
export declare class ServiceException extends __BaseException {
|
|
142
105
|
readonly name: "ServiceException";
|
|
143
106
|
readonly $fault: "server";
|
|
144
|
-
|
|
145
107
|
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
146
108
|
}
|
|
147
|
-
|
|
148
109
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
149
110
|
readonly name: "ServiceUnavailableException";
|
|
150
111
|
readonly $fault: "server";
|
|
151
|
-
|
|
152
112
|
constructor(
|
|
153
113
|
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
154
114
|
);
|
|
155
115
|
}
|
|
156
|
-
|
|
157
116
|
export interface ComponentParameterDetail {
|
|
158
117
|
name: string | undefined;
|
|
159
|
-
|
|
160
118
|
type: string | undefined;
|
|
161
|
-
|
|
162
119
|
defaultValue?: string[];
|
|
163
|
-
|
|
164
120
|
description?: string;
|
|
165
121
|
}
|
|
166
122
|
export declare enum Platform {
|
|
@@ -170,132 +126,82 @@ export declare enum Platform {
|
|
|
170
126
|
export declare enum ComponentStatus {
|
|
171
127
|
DEPRECATED = "DEPRECATED",
|
|
172
128
|
}
|
|
173
|
-
|
|
174
129
|
export interface ComponentState {
|
|
175
130
|
status?: ComponentStatus | string;
|
|
176
|
-
|
|
177
131
|
reason?: string;
|
|
178
132
|
}
|
|
179
133
|
export declare enum ComponentType {
|
|
180
134
|
BUILD = "BUILD",
|
|
181
135
|
TEST = "TEST",
|
|
182
136
|
}
|
|
183
|
-
|
|
184
137
|
export interface Component {
|
|
185
138
|
arn?: string;
|
|
186
|
-
|
|
187
139
|
name?: string;
|
|
188
|
-
|
|
189
140
|
version?: string;
|
|
190
|
-
|
|
191
141
|
description?: string;
|
|
192
|
-
|
|
193
142
|
changeDescription?: string;
|
|
194
|
-
|
|
195
143
|
type?: ComponentType | string;
|
|
196
|
-
|
|
197
144
|
platform?: Platform | string;
|
|
198
|
-
|
|
199
145
|
supportedOsVersions?: string[];
|
|
200
|
-
|
|
201
146
|
state?: ComponentState;
|
|
202
|
-
|
|
203
147
|
parameters?: ComponentParameterDetail[];
|
|
204
|
-
|
|
205
148
|
owner?: string;
|
|
206
|
-
|
|
207
149
|
data?: string;
|
|
208
|
-
|
|
209
150
|
kmsKeyId?: string;
|
|
210
|
-
|
|
211
151
|
encrypted?: boolean;
|
|
212
|
-
|
|
213
152
|
dateCreated?: string;
|
|
214
|
-
|
|
215
153
|
tags?: Record<string, string>;
|
|
216
154
|
}
|
|
217
|
-
|
|
218
155
|
export interface ComponentParameter {
|
|
219
156
|
name: string | undefined;
|
|
220
|
-
|
|
221
157
|
value: string[] | undefined;
|
|
222
158
|
}
|
|
223
|
-
|
|
224
159
|
export interface ComponentConfiguration {
|
|
225
160
|
componentArn: string | undefined;
|
|
226
|
-
|
|
227
161
|
parameters?: ComponentParameter[];
|
|
228
162
|
}
|
|
229
163
|
export declare enum ComponentFormat {
|
|
230
164
|
SHELL = "SHELL",
|
|
231
165
|
}
|
|
232
|
-
|
|
233
166
|
export interface ComponentSummary {
|
|
234
167
|
arn?: string;
|
|
235
|
-
|
|
236
168
|
name?: string;
|
|
237
|
-
|
|
238
169
|
version?: string;
|
|
239
|
-
|
|
240
170
|
platform?: Platform | string;
|
|
241
|
-
|
|
242
171
|
supportedOsVersions?: string[];
|
|
243
|
-
|
|
244
172
|
state?: ComponentState;
|
|
245
|
-
|
|
246
173
|
type?: ComponentType | string;
|
|
247
|
-
|
|
248
174
|
owner?: string;
|
|
249
|
-
|
|
250
175
|
description?: string;
|
|
251
|
-
|
|
252
176
|
changeDescription?: string;
|
|
253
|
-
|
|
254
177
|
dateCreated?: string;
|
|
255
|
-
|
|
256
178
|
tags?: Record<string, string>;
|
|
257
179
|
}
|
|
258
|
-
|
|
259
180
|
export interface ComponentVersion {
|
|
260
181
|
arn?: string;
|
|
261
|
-
|
|
262
182
|
name?: string;
|
|
263
|
-
|
|
264
183
|
version?: string;
|
|
265
|
-
|
|
266
184
|
description?: string;
|
|
267
|
-
|
|
268
185
|
platform?: Platform | string;
|
|
269
|
-
|
|
270
186
|
supportedOsVersions?: string[];
|
|
271
|
-
|
|
272
187
|
type?: ComponentType | string;
|
|
273
|
-
|
|
274
188
|
owner?: string;
|
|
275
|
-
|
|
276
189
|
dateCreated?: string;
|
|
277
190
|
}
|
|
278
|
-
|
|
279
191
|
export interface Container {
|
|
280
192
|
region?: string;
|
|
281
|
-
|
|
282
193
|
imageUris?: string[];
|
|
283
194
|
}
|
|
284
195
|
export declare enum ContainerRepositoryService {
|
|
285
196
|
ECR = "ECR",
|
|
286
197
|
}
|
|
287
|
-
|
|
288
198
|
export interface TargetContainerRepository {
|
|
289
199
|
service: ContainerRepositoryService | string | undefined;
|
|
290
|
-
|
|
291
200
|
repositoryName: string | undefined;
|
|
292
201
|
}
|
|
293
|
-
|
|
294
202
|
export interface ContainerDistributionConfiguration {
|
|
295
203
|
description?: string;
|
|
296
|
-
|
|
297
204
|
containerTags?: string[];
|
|
298
|
-
|
|
299
205
|
targetRepository: TargetContainerRepository | undefined;
|
|
300
206
|
}
|
|
301
207
|
export declare enum ContainerType {
|
|
@@ -310,129 +216,76 @@ export declare enum EbsVolumeType {
|
|
|
310
216
|
ST1 = "st1",
|
|
311
217
|
STANDARD = "standard",
|
|
312
218
|
}
|
|
313
|
-
|
|
314
219
|
export interface EbsInstanceBlockDeviceSpecification {
|
|
315
220
|
encrypted?: boolean;
|
|
316
|
-
|
|
317
221
|
deleteOnTermination?: boolean;
|
|
318
|
-
|
|
319
222
|
iops?: number;
|
|
320
|
-
|
|
321
223
|
kmsKeyId?: string;
|
|
322
|
-
|
|
323
224
|
snapshotId?: string;
|
|
324
|
-
|
|
325
225
|
volumeSize?: number;
|
|
326
|
-
|
|
327
226
|
volumeType?: EbsVolumeType | string;
|
|
328
|
-
|
|
329
227
|
throughput?: number;
|
|
330
228
|
}
|
|
331
|
-
|
|
332
229
|
export interface InstanceBlockDeviceMapping {
|
|
333
230
|
deviceName?: string;
|
|
334
|
-
|
|
335
231
|
ebs?: EbsInstanceBlockDeviceSpecification;
|
|
336
|
-
|
|
337
232
|
virtualName?: string;
|
|
338
|
-
|
|
339
233
|
noDevice?: string;
|
|
340
234
|
}
|
|
341
|
-
|
|
342
235
|
export interface InstanceConfiguration {
|
|
343
236
|
image?: string;
|
|
344
|
-
|
|
345
237
|
blockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
346
238
|
}
|
|
347
|
-
|
|
348
239
|
export interface ContainerRecipe {
|
|
349
240
|
arn?: string;
|
|
350
|
-
|
|
351
241
|
containerType?: ContainerType | string;
|
|
352
|
-
|
|
353
242
|
name?: string;
|
|
354
|
-
|
|
355
243
|
description?: string;
|
|
356
|
-
|
|
357
244
|
platform?: Platform | string;
|
|
358
|
-
|
|
359
245
|
owner?: string;
|
|
360
|
-
|
|
361
246
|
version?: string;
|
|
362
|
-
|
|
363
247
|
components?: ComponentConfiguration[];
|
|
364
|
-
|
|
365
248
|
instanceConfiguration?: InstanceConfiguration;
|
|
366
|
-
|
|
367
249
|
dockerfileTemplateData?: string;
|
|
368
|
-
|
|
369
250
|
kmsKeyId?: string;
|
|
370
|
-
|
|
371
251
|
encrypted?: boolean;
|
|
372
|
-
|
|
373
252
|
parentImage?: string;
|
|
374
|
-
|
|
375
253
|
dateCreated?: string;
|
|
376
|
-
|
|
377
254
|
tags?: Record<string, string>;
|
|
378
|
-
|
|
379
255
|
workingDirectory?: string;
|
|
380
|
-
|
|
381
256
|
targetRepository?: TargetContainerRepository;
|
|
382
257
|
}
|
|
383
|
-
|
|
384
258
|
export interface ContainerRecipeSummary {
|
|
385
259
|
arn?: string;
|
|
386
|
-
|
|
387
260
|
containerType?: ContainerType | string;
|
|
388
|
-
|
|
389
261
|
name?: string;
|
|
390
|
-
|
|
391
262
|
platform?: Platform | string;
|
|
392
|
-
|
|
393
263
|
owner?: string;
|
|
394
|
-
|
|
395
264
|
parentImage?: string;
|
|
396
|
-
|
|
397
265
|
dateCreated?: string;
|
|
398
|
-
|
|
399
266
|
tags?: Record<string, string>;
|
|
400
267
|
}
|
|
401
268
|
export interface CreateComponentRequest {
|
|
402
269
|
name: string | undefined;
|
|
403
|
-
|
|
404
270
|
semanticVersion: string | undefined;
|
|
405
|
-
|
|
406
271
|
description?: string;
|
|
407
|
-
|
|
408
272
|
changeDescription?: string;
|
|
409
|
-
|
|
410
273
|
platform: Platform | string | undefined;
|
|
411
|
-
|
|
412
274
|
supportedOsVersions?: string[];
|
|
413
|
-
|
|
414
275
|
data?: string;
|
|
415
|
-
|
|
416
276
|
uri?: string;
|
|
417
|
-
|
|
418
277
|
kmsKeyId?: string;
|
|
419
|
-
|
|
420
278
|
tags?: Record<string, string>;
|
|
421
|
-
|
|
422
279
|
clientToken?: string;
|
|
423
280
|
}
|
|
424
281
|
export interface CreateComponentResponse {
|
|
425
282
|
requestId?: string;
|
|
426
|
-
|
|
427
283
|
clientToken?: string;
|
|
428
|
-
|
|
429
284
|
componentBuildVersionArn?: string;
|
|
430
285
|
}
|
|
431
|
-
|
|
432
286
|
export declare class InvalidParameterCombinationException extends __BaseException {
|
|
433
287
|
readonly name: "InvalidParameterCombinationException";
|
|
434
288
|
readonly $fault: "client";
|
|
435
|
-
|
|
436
289
|
constructor(
|
|
437
290
|
opts: __ExceptionOptionType<
|
|
438
291
|
InvalidParameterCombinationException,
|
|
@@ -440,103 +293,68 @@ export declare class InvalidParameterCombinationException extends __BaseExceptio
|
|
|
440
293
|
>
|
|
441
294
|
);
|
|
442
295
|
}
|
|
443
|
-
|
|
444
296
|
export declare class InvalidVersionNumberException extends __BaseException {
|
|
445
297
|
readonly name: "InvalidVersionNumberException";
|
|
446
298
|
readonly $fault: "client";
|
|
447
|
-
|
|
448
299
|
constructor(
|
|
449
300
|
opts: __ExceptionOptionType<InvalidVersionNumberException, __BaseException>
|
|
450
301
|
);
|
|
451
302
|
}
|
|
452
|
-
|
|
453
303
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
454
304
|
readonly name: "ServiceQuotaExceededException";
|
|
455
305
|
readonly $fault: "client";
|
|
456
|
-
|
|
457
306
|
constructor(
|
|
458
307
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
459
308
|
);
|
|
460
309
|
}
|
|
461
310
|
export interface CreateContainerRecipeRequest {
|
|
462
311
|
containerType: ContainerType | string | undefined;
|
|
463
|
-
|
|
464
312
|
name: string | undefined;
|
|
465
|
-
|
|
466
313
|
description?: string;
|
|
467
|
-
|
|
468
314
|
semanticVersion: string | undefined;
|
|
469
|
-
|
|
470
315
|
components: ComponentConfiguration[] | undefined;
|
|
471
|
-
|
|
472
316
|
instanceConfiguration?: InstanceConfiguration;
|
|
473
|
-
|
|
474
317
|
dockerfileTemplateData?: string;
|
|
475
|
-
|
|
476
318
|
dockerfileTemplateUri?: string;
|
|
477
|
-
|
|
478
319
|
platformOverride?: Platform | string;
|
|
479
|
-
|
|
480
320
|
imageOsVersionOverride?: string;
|
|
481
|
-
|
|
482
321
|
parentImage: string | undefined;
|
|
483
|
-
|
|
484
322
|
tags?: Record<string, string>;
|
|
485
|
-
|
|
486
323
|
workingDirectory?: string;
|
|
487
|
-
|
|
488
324
|
targetRepository: TargetContainerRepository | undefined;
|
|
489
|
-
|
|
490
325
|
kmsKeyId?: string;
|
|
491
|
-
|
|
492
326
|
clientToken?: string;
|
|
493
327
|
}
|
|
494
328
|
export interface CreateContainerRecipeResponse {
|
|
495
329
|
requestId?: string;
|
|
496
|
-
|
|
497
330
|
clientToken?: string;
|
|
498
|
-
|
|
499
331
|
containerRecipeArn?: string;
|
|
500
332
|
}
|
|
501
|
-
|
|
502
333
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
503
334
|
readonly name: "ResourceAlreadyExistsException";
|
|
504
335
|
readonly $fault: "client";
|
|
505
|
-
|
|
506
336
|
constructor(
|
|
507
337
|
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
508
338
|
);
|
|
509
339
|
}
|
|
510
|
-
|
|
511
340
|
export interface FastLaunchLaunchTemplateSpecification {
|
|
512
341
|
launchTemplateId?: string;
|
|
513
|
-
|
|
514
342
|
launchTemplateName?: string;
|
|
515
|
-
|
|
516
343
|
launchTemplateVersion?: string;
|
|
517
344
|
}
|
|
518
|
-
|
|
519
345
|
export interface FastLaunchSnapshotConfiguration {
|
|
520
346
|
targetResourceCount?: number;
|
|
521
347
|
}
|
|
522
|
-
|
|
523
348
|
export interface FastLaunchConfiguration {
|
|
524
349
|
enabled: boolean | undefined;
|
|
525
|
-
|
|
526
350
|
snapshotConfiguration?: FastLaunchSnapshotConfiguration;
|
|
527
|
-
|
|
528
351
|
maxParallelLaunches?: number;
|
|
529
|
-
|
|
530
352
|
launchTemplate?: FastLaunchLaunchTemplateSpecification;
|
|
531
|
-
|
|
532
353
|
accountId?: string;
|
|
533
354
|
}
|
|
534
|
-
|
|
535
355
|
export interface LaunchTemplateConfiguration {
|
|
536
356
|
launchTemplateId: string | undefined;
|
|
537
|
-
|
|
538
357
|
accountId?: string;
|
|
539
|
-
|
|
540
358
|
setDefaultVersion?: boolean;
|
|
541
359
|
}
|
|
542
360
|
export declare enum DiskImageFormat {
|
|
@@ -544,90 +362,59 @@ export declare enum DiskImageFormat {
|
|
|
544
362
|
VHD = "VHD",
|
|
545
363
|
VMDK = "VMDK",
|
|
546
364
|
}
|
|
547
|
-
|
|
548
365
|
export interface S3ExportConfiguration {
|
|
549
366
|
roleName: string | undefined;
|
|
550
|
-
|
|
551
367
|
diskImageFormat: DiskImageFormat | string | undefined;
|
|
552
|
-
|
|
553
368
|
s3Bucket: string | undefined;
|
|
554
|
-
|
|
555
369
|
s3Prefix?: string;
|
|
556
370
|
}
|
|
557
|
-
|
|
558
371
|
export interface Distribution {
|
|
559
372
|
region: string | undefined;
|
|
560
|
-
|
|
561
373
|
amiDistributionConfiguration?: AmiDistributionConfiguration;
|
|
562
|
-
|
|
563
374
|
containerDistributionConfiguration?: ContainerDistributionConfiguration;
|
|
564
|
-
|
|
565
375
|
licenseConfigurationArns?: string[];
|
|
566
|
-
|
|
567
376
|
launchTemplateConfigurations?: LaunchTemplateConfiguration[];
|
|
568
|
-
|
|
569
377
|
s3ExportConfiguration?: S3ExportConfiguration;
|
|
570
|
-
|
|
571
378
|
fastLaunchConfigurations?: FastLaunchConfiguration[];
|
|
572
379
|
}
|
|
573
380
|
export interface CreateDistributionConfigurationRequest {
|
|
574
381
|
name: string | undefined;
|
|
575
|
-
|
|
576
382
|
description?: string;
|
|
577
|
-
|
|
578
383
|
distributions: Distribution[] | undefined;
|
|
579
|
-
|
|
580
384
|
tags?: Record<string, string>;
|
|
581
|
-
|
|
582
385
|
clientToken?: string;
|
|
583
386
|
}
|
|
584
387
|
export interface CreateDistributionConfigurationResponse {
|
|
585
388
|
requestId?: string;
|
|
586
|
-
|
|
587
389
|
clientToken?: string;
|
|
588
|
-
|
|
589
390
|
distributionConfigurationArn?: string;
|
|
590
391
|
}
|
|
591
|
-
|
|
592
392
|
export interface ImageTestsConfiguration {
|
|
593
393
|
imageTestsEnabled?: boolean;
|
|
594
|
-
|
|
595
394
|
timeoutMinutes?: number;
|
|
596
395
|
}
|
|
597
396
|
export interface CreateImageRequest {
|
|
598
397
|
imageRecipeArn?: string;
|
|
599
|
-
|
|
600
398
|
containerRecipeArn?: string;
|
|
601
|
-
|
|
602
399
|
distributionConfigurationArn?: string;
|
|
603
|
-
|
|
604
400
|
infrastructureConfigurationArn: string | undefined;
|
|
605
|
-
|
|
606
401
|
imageTestsConfiguration?: ImageTestsConfiguration;
|
|
607
|
-
|
|
608
402
|
enhancedImageMetadataEnabled?: boolean;
|
|
609
|
-
|
|
610
403
|
tags?: Record<string, string>;
|
|
611
|
-
|
|
612
404
|
clientToken?: string;
|
|
613
405
|
}
|
|
614
406
|
export interface CreateImageResponse {
|
|
615
407
|
requestId?: string;
|
|
616
|
-
|
|
617
408
|
clientToken?: string;
|
|
618
|
-
|
|
619
409
|
imageBuildVersionArn?: string;
|
|
620
410
|
}
|
|
621
411
|
export declare enum PipelineExecutionStartCondition {
|
|
622
412
|
EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE = "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
|
|
623
413
|
EXPRESSION_MATCH_ONLY = "EXPRESSION_MATCH_ONLY",
|
|
624
414
|
}
|
|
625
|
-
|
|
626
415
|
export interface Schedule {
|
|
627
416
|
scheduleExpression?: string;
|
|
628
|
-
|
|
629
417
|
timezone?: string;
|
|
630
|
-
|
|
631
418
|
pipelineExecutionStartCondition?: PipelineExecutionStartCondition | string;
|
|
632
419
|
}
|
|
633
420
|
export declare enum PipelineStatus {
|
|
@@ -636,114 +423,70 @@ export declare enum PipelineStatus {
|
|
|
636
423
|
}
|
|
637
424
|
export interface CreateImagePipelineRequest {
|
|
638
425
|
name: string | undefined;
|
|
639
|
-
|
|
640
426
|
description?: string;
|
|
641
|
-
|
|
642
427
|
imageRecipeArn?: string;
|
|
643
|
-
|
|
644
428
|
containerRecipeArn?: string;
|
|
645
|
-
|
|
646
429
|
infrastructureConfigurationArn: string | undefined;
|
|
647
|
-
|
|
648
430
|
distributionConfigurationArn?: string;
|
|
649
|
-
|
|
650
431
|
imageTestsConfiguration?: ImageTestsConfiguration;
|
|
651
|
-
|
|
652
432
|
enhancedImageMetadataEnabled?: boolean;
|
|
653
|
-
|
|
654
433
|
schedule?: Schedule;
|
|
655
|
-
|
|
656
434
|
status?: PipelineStatus | string;
|
|
657
|
-
|
|
658
435
|
tags?: Record<string, string>;
|
|
659
|
-
|
|
660
436
|
clientToken?: string;
|
|
661
437
|
}
|
|
662
438
|
export interface CreateImagePipelineResponse {
|
|
663
439
|
requestId?: string;
|
|
664
|
-
|
|
665
440
|
clientToken?: string;
|
|
666
|
-
|
|
667
441
|
imagePipelineArn?: string;
|
|
668
442
|
}
|
|
669
443
|
export interface CreateImageRecipeRequest {
|
|
670
444
|
name: string | undefined;
|
|
671
|
-
|
|
672
445
|
description?: string;
|
|
673
|
-
|
|
674
446
|
semanticVersion: string | undefined;
|
|
675
|
-
|
|
676
447
|
components: ComponentConfiguration[] | undefined;
|
|
677
|
-
|
|
678
448
|
parentImage: string | undefined;
|
|
679
|
-
|
|
680
449
|
blockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
681
|
-
|
|
682
450
|
tags?: Record<string, string>;
|
|
683
|
-
|
|
684
451
|
workingDirectory?: string;
|
|
685
|
-
|
|
686
452
|
additionalInstanceConfiguration?: AdditionalInstanceConfiguration;
|
|
687
|
-
|
|
688
453
|
clientToken?: string;
|
|
689
454
|
}
|
|
690
455
|
export interface CreateImageRecipeResponse {
|
|
691
456
|
requestId?: string;
|
|
692
|
-
|
|
693
457
|
clientToken?: string;
|
|
694
|
-
|
|
695
458
|
imageRecipeArn?: string;
|
|
696
459
|
}
|
|
697
|
-
|
|
698
460
|
export interface InstanceMetadataOptions {
|
|
699
461
|
httpTokens?: string;
|
|
700
|
-
|
|
701
462
|
httpPutResponseHopLimit?: number;
|
|
702
463
|
}
|
|
703
|
-
|
|
704
464
|
export interface S3Logs {
|
|
705
465
|
s3BucketName?: string;
|
|
706
|
-
|
|
707
466
|
s3KeyPrefix?: string;
|
|
708
467
|
}
|
|
709
|
-
|
|
710
468
|
export interface Logging {
|
|
711
469
|
s3Logs?: S3Logs;
|
|
712
470
|
}
|
|
713
471
|
export interface CreateInfrastructureConfigurationRequest {
|
|
714
472
|
name: string | undefined;
|
|
715
|
-
|
|
716
473
|
description?: string;
|
|
717
|
-
|
|
718
474
|
instanceTypes?: string[];
|
|
719
|
-
|
|
720
475
|
instanceProfileName: string | undefined;
|
|
721
|
-
|
|
722
476
|
securityGroupIds?: string[];
|
|
723
|
-
|
|
724
477
|
subnetId?: string;
|
|
725
|
-
|
|
726
478
|
logging?: Logging;
|
|
727
|
-
|
|
728
479
|
keyPair?: string;
|
|
729
|
-
|
|
730
480
|
terminateInstanceOnFailure?: boolean;
|
|
731
|
-
|
|
732
481
|
snsTopicArn?: string;
|
|
733
|
-
|
|
734
482
|
resourceTags?: Record<string, string>;
|
|
735
|
-
|
|
736
483
|
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
737
|
-
|
|
738
484
|
tags?: Record<string, string>;
|
|
739
|
-
|
|
740
485
|
clientToken?: string;
|
|
741
486
|
}
|
|
742
487
|
export interface CreateInfrastructureConfigurationResponse {
|
|
743
488
|
requestId?: string;
|
|
744
|
-
|
|
745
489
|
clientToken?: string;
|
|
746
|
-
|
|
747
490
|
infrastructureConfigurationArn?: string;
|
|
748
491
|
}
|
|
749
492
|
export interface DeleteComponentRequest {
|
|
@@ -751,14 +494,11 @@ export interface DeleteComponentRequest {
|
|
|
751
494
|
}
|
|
752
495
|
export interface DeleteComponentResponse {
|
|
753
496
|
requestId?: string;
|
|
754
|
-
|
|
755
497
|
componentBuildVersionArn?: string;
|
|
756
498
|
}
|
|
757
|
-
|
|
758
499
|
export declare class ResourceDependencyException extends __BaseException {
|
|
759
500
|
readonly name: "ResourceDependencyException";
|
|
760
501
|
readonly $fault: "client";
|
|
761
|
-
|
|
762
502
|
constructor(
|
|
763
503
|
opts: __ExceptionOptionType<ResourceDependencyException, __BaseException>
|
|
764
504
|
);
|
|
@@ -768,7 +508,6 @@ export interface DeleteContainerRecipeRequest {
|
|
|
768
508
|
}
|
|
769
509
|
export interface DeleteContainerRecipeResponse {
|
|
770
510
|
requestId?: string;
|
|
771
|
-
|
|
772
511
|
containerRecipeArn?: string;
|
|
773
512
|
}
|
|
774
513
|
export interface DeleteDistributionConfigurationRequest {
|
|
@@ -776,7 +515,6 @@ export interface DeleteDistributionConfigurationRequest {
|
|
|
776
515
|
}
|
|
777
516
|
export interface DeleteDistributionConfigurationResponse {
|
|
778
517
|
requestId?: string;
|
|
779
|
-
|
|
780
518
|
distributionConfigurationArn?: string;
|
|
781
519
|
}
|
|
782
520
|
export interface DeleteImageRequest {
|
|
@@ -784,7 +522,6 @@ export interface DeleteImageRequest {
|
|
|
784
522
|
}
|
|
785
523
|
export interface DeleteImageResponse {
|
|
786
524
|
requestId?: string;
|
|
787
|
-
|
|
788
525
|
imageBuildVersionArn?: string;
|
|
789
526
|
}
|
|
790
527
|
export interface DeleteImagePipelineRequest {
|
|
@@ -792,7 +529,6 @@ export interface DeleteImagePipelineRequest {
|
|
|
792
529
|
}
|
|
793
530
|
export interface DeleteImagePipelineResponse {
|
|
794
531
|
requestId?: string;
|
|
795
|
-
|
|
796
532
|
imagePipelineArn?: string;
|
|
797
533
|
}
|
|
798
534
|
export interface DeleteImageRecipeRequest {
|
|
@@ -800,7 +536,6 @@ export interface DeleteImageRecipeRequest {
|
|
|
800
536
|
}
|
|
801
537
|
export interface DeleteImageRecipeResponse {
|
|
802
538
|
requestId?: string;
|
|
803
|
-
|
|
804
539
|
imageRecipeArn?: string;
|
|
805
540
|
}
|
|
806
541
|
export interface DeleteInfrastructureConfigurationRequest {
|
|
@@ -808,47 +543,29 @@ export interface DeleteInfrastructureConfigurationRequest {
|
|
|
808
543
|
}
|
|
809
544
|
export interface DeleteInfrastructureConfigurationResponse {
|
|
810
545
|
requestId?: string;
|
|
811
|
-
|
|
812
546
|
infrastructureConfigurationArn?: string;
|
|
813
547
|
}
|
|
814
|
-
|
|
815
548
|
export interface DistributionConfiguration {
|
|
816
549
|
arn?: string;
|
|
817
|
-
|
|
818
550
|
name?: string;
|
|
819
|
-
|
|
820
551
|
description?: string;
|
|
821
|
-
|
|
822
552
|
distributions?: Distribution[];
|
|
823
|
-
|
|
824
553
|
timeoutMinutes: number | undefined;
|
|
825
|
-
|
|
826
554
|
dateCreated?: string;
|
|
827
|
-
|
|
828
555
|
dateUpdated?: string;
|
|
829
|
-
|
|
830
556
|
tags?: Record<string, string>;
|
|
831
557
|
}
|
|
832
|
-
|
|
833
558
|
export interface DistributionConfigurationSummary {
|
|
834
559
|
arn?: string;
|
|
835
|
-
|
|
836
560
|
name?: string;
|
|
837
|
-
|
|
838
561
|
description?: string;
|
|
839
|
-
|
|
840
562
|
dateCreated?: string;
|
|
841
|
-
|
|
842
563
|
dateUpdated?: string;
|
|
843
|
-
|
|
844
564
|
tags?: Record<string, string>;
|
|
845
|
-
|
|
846
565
|
regions?: string[];
|
|
847
566
|
}
|
|
848
|
-
|
|
849
567
|
export interface Filter {
|
|
850
568
|
name?: string;
|
|
851
|
-
|
|
852
569
|
values?: string[];
|
|
853
570
|
}
|
|
854
571
|
export interface GetComponentRequest {
|
|
@@ -856,7 +573,6 @@ export interface GetComponentRequest {
|
|
|
856
573
|
}
|
|
857
574
|
export interface GetComponentResponse {
|
|
858
575
|
requestId?: string;
|
|
859
|
-
|
|
860
576
|
component?: Component;
|
|
861
577
|
}
|
|
862
578
|
export interface GetComponentPolicyRequest {
|
|
@@ -864,14 +580,11 @@ export interface GetComponentPolicyRequest {
|
|
|
864
580
|
}
|
|
865
581
|
export interface GetComponentPolicyResponse {
|
|
866
582
|
requestId?: string;
|
|
867
|
-
|
|
868
583
|
policy?: string;
|
|
869
584
|
}
|
|
870
|
-
|
|
871
585
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
872
586
|
readonly name: "ResourceNotFoundException";
|
|
873
587
|
readonly $fault: "client";
|
|
874
|
-
|
|
875
588
|
constructor(
|
|
876
589
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
877
590
|
);
|
|
@@ -881,7 +594,6 @@ export interface GetContainerRecipeRequest {
|
|
|
881
594
|
}
|
|
882
595
|
export interface GetContainerRecipeResponse {
|
|
883
596
|
requestId?: string;
|
|
884
|
-
|
|
885
597
|
containerRecipe?: ContainerRecipe;
|
|
886
598
|
}
|
|
887
599
|
export interface GetContainerRecipePolicyRequest {
|
|
@@ -889,7 +601,6 @@ export interface GetContainerRecipePolicyRequest {
|
|
|
889
601
|
}
|
|
890
602
|
export interface GetContainerRecipePolicyResponse {
|
|
891
603
|
requestId?: string;
|
|
892
|
-
|
|
893
604
|
policy?: string;
|
|
894
605
|
}
|
|
895
606
|
export interface GetDistributionConfigurationRequest {
|
|
@@ -897,7 +608,6 @@ export interface GetDistributionConfigurationRequest {
|
|
|
897
608
|
}
|
|
898
609
|
export interface GetDistributionConfigurationResponse {
|
|
899
610
|
requestId?: string;
|
|
900
|
-
|
|
901
611
|
distributionConfiguration?: DistributionConfiguration;
|
|
902
612
|
}
|
|
903
613
|
export interface GetImageRequest {
|
|
@@ -907,163 +617,93 @@ export declare enum ImageType {
|
|
|
907
617
|
AMI = "AMI",
|
|
908
618
|
DOCKER = "DOCKER",
|
|
909
619
|
}
|
|
910
|
-
|
|
911
620
|
export interface ImageRecipe {
|
|
912
621
|
arn?: string;
|
|
913
|
-
|
|
914
622
|
type?: ImageType | string;
|
|
915
|
-
|
|
916
623
|
name?: string;
|
|
917
|
-
|
|
918
624
|
description?: string;
|
|
919
|
-
|
|
920
625
|
platform?: Platform | string;
|
|
921
|
-
|
|
922
626
|
owner?: string;
|
|
923
|
-
|
|
924
627
|
version?: string;
|
|
925
|
-
|
|
926
628
|
components?: ComponentConfiguration[];
|
|
927
|
-
|
|
928
629
|
parentImage?: string;
|
|
929
|
-
|
|
930
630
|
blockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
931
|
-
|
|
932
631
|
dateCreated?: string;
|
|
933
|
-
|
|
934
632
|
tags?: Record<string, string>;
|
|
935
|
-
|
|
936
633
|
workingDirectory?: string;
|
|
937
|
-
|
|
938
634
|
additionalInstanceConfiguration?: AdditionalInstanceConfiguration;
|
|
939
635
|
}
|
|
940
|
-
|
|
941
636
|
export interface InfrastructureConfiguration {
|
|
942
637
|
arn?: string;
|
|
943
|
-
|
|
944
638
|
name?: string;
|
|
945
|
-
|
|
946
639
|
description?: string;
|
|
947
|
-
|
|
948
640
|
instanceTypes?: string[];
|
|
949
|
-
|
|
950
641
|
instanceProfileName?: string;
|
|
951
|
-
|
|
952
642
|
securityGroupIds?: string[];
|
|
953
|
-
|
|
954
643
|
subnetId?: string;
|
|
955
|
-
|
|
956
644
|
logging?: Logging;
|
|
957
|
-
|
|
958
645
|
keyPair?: string;
|
|
959
|
-
|
|
960
646
|
terminateInstanceOnFailure?: boolean;
|
|
961
|
-
|
|
962
647
|
snsTopicArn?: string;
|
|
963
|
-
|
|
964
648
|
dateCreated?: string;
|
|
965
|
-
|
|
966
649
|
dateUpdated?: string;
|
|
967
|
-
|
|
968
650
|
resourceTags?: Record<string, string>;
|
|
969
|
-
|
|
970
651
|
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
971
|
-
|
|
972
652
|
tags?: Record<string, string>;
|
|
973
653
|
}
|
|
974
|
-
|
|
975
654
|
export interface OutputResources {
|
|
976
655
|
amis?: Ami[];
|
|
977
|
-
|
|
978
656
|
containers?: Container[];
|
|
979
657
|
}
|
|
980
|
-
|
|
981
658
|
export interface Image {
|
|
982
659
|
arn?: string;
|
|
983
|
-
|
|
984
660
|
type?: ImageType | string;
|
|
985
|
-
|
|
986
661
|
name?: string;
|
|
987
|
-
|
|
988
662
|
version?: string;
|
|
989
|
-
|
|
990
663
|
platform?: Platform | string;
|
|
991
|
-
|
|
992
664
|
enhancedImageMetadataEnabled?: boolean;
|
|
993
|
-
|
|
994
665
|
osVersion?: string;
|
|
995
|
-
|
|
996
666
|
state?: ImageState;
|
|
997
|
-
|
|
998
667
|
imageRecipe?: ImageRecipe;
|
|
999
|
-
|
|
1000
668
|
containerRecipe?: ContainerRecipe;
|
|
1001
|
-
|
|
1002
669
|
sourcePipelineName?: string;
|
|
1003
|
-
|
|
1004
670
|
sourcePipelineArn?: string;
|
|
1005
|
-
|
|
1006
671
|
infrastructureConfiguration?: InfrastructureConfiguration;
|
|
1007
|
-
|
|
1008
672
|
distributionConfiguration?: DistributionConfiguration;
|
|
1009
|
-
|
|
1010
673
|
imageTestsConfiguration?: ImageTestsConfiguration;
|
|
1011
|
-
|
|
1012
674
|
dateCreated?: string;
|
|
1013
|
-
|
|
1014
675
|
outputResources?: OutputResources;
|
|
1015
|
-
|
|
1016
676
|
tags?: Record<string, string>;
|
|
1017
|
-
|
|
1018
677
|
buildType?: BuildType | string;
|
|
1019
678
|
}
|
|
1020
679
|
export interface GetImageResponse {
|
|
1021
680
|
requestId?: string;
|
|
1022
|
-
|
|
1023
681
|
image?: Image;
|
|
1024
682
|
}
|
|
1025
683
|
export interface GetImagePipelineRequest {
|
|
1026
684
|
imagePipelineArn: string | undefined;
|
|
1027
685
|
}
|
|
1028
|
-
|
|
1029
686
|
export interface ImagePipeline {
|
|
1030
687
|
arn?: string;
|
|
1031
|
-
|
|
1032
688
|
name?: string;
|
|
1033
|
-
|
|
1034
689
|
description?: string;
|
|
1035
|
-
|
|
1036
690
|
platform?: Platform | string;
|
|
1037
|
-
|
|
1038
691
|
enhancedImageMetadataEnabled?: boolean;
|
|
1039
|
-
|
|
1040
692
|
imageRecipeArn?: string;
|
|
1041
|
-
|
|
1042
693
|
containerRecipeArn?: string;
|
|
1043
|
-
|
|
1044
694
|
infrastructureConfigurationArn?: string;
|
|
1045
|
-
|
|
1046
695
|
distributionConfigurationArn?: string;
|
|
1047
|
-
|
|
1048
696
|
imageTestsConfiguration?: ImageTestsConfiguration;
|
|
1049
|
-
|
|
1050
697
|
schedule?: Schedule;
|
|
1051
|
-
|
|
1052
698
|
status?: PipelineStatus | string;
|
|
1053
|
-
|
|
1054
699
|
dateCreated?: string;
|
|
1055
|
-
|
|
1056
700
|
dateUpdated?: string;
|
|
1057
|
-
|
|
1058
701
|
dateLastRun?: string;
|
|
1059
|
-
|
|
1060
702
|
dateNextRun?: string;
|
|
1061
|
-
|
|
1062
703
|
tags?: Record<string, string>;
|
|
1063
704
|
}
|
|
1064
705
|
export interface GetImagePipelineResponse {
|
|
1065
706
|
requestId?: string;
|
|
1066
|
-
|
|
1067
707
|
imagePipeline?: ImagePipeline;
|
|
1068
708
|
}
|
|
1069
709
|
export interface GetImagePolicyRequest {
|
|
@@ -1071,7 +711,6 @@ export interface GetImagePolicyRequest {
|
|
|
1071
711
|
}
|
|
1072
712
|
export interface GetImagePolicyResponse {
|
|
1073
713
|
requestId?: string;
|
|
1074
|
-
|
|
1075
714
|
policy?: string;
|
|
1076
715
|
}
|
|
1077
716
|
export interface GetImageRecipeRequest {
|
|
@@ -1079,7 +718,6 @@ export interface GetImageRecipeRequest {
|
|
|
1079
718
|
}
|
|
1080
719
|
export interface GetImageRecipeResponse {
|
|
1081
720
|
requestId?: string;
|
|
1082
|
-
|
|
1083
721
|
imageRecipe?: ImageRecipe;
|
|
1084
722
|
}
|
|
1085
723
|
export interface GetImageRecipePolicyRequest {
|
|
@@ -1087,80 +725,52 @@ export interface GetImageRecipePolicyRequest {
|
|
|
1087
725
|
}
|
|
1088
726
|
export interface GetImageRecipePolicyResponse {
|
|
1089
727
|
requestId?: string;
|
|
1090
|
-
|
|
1091
728
|
policy?: string;
|
|
1092
729
|
}
|
|
1093
|
-
|
|
1094
730
|
export interface GetInfrastructureConfigurationRequest {
|
|
1095
731
|
infrastructureConfigurationArn: string | undefined;
|
|
1096
732
|
}
|
|
1097
|
-
|
|
1098
733
|
export interface GetInfrastructureConfigurationResponse {
|
|
1099
734
|
requestId?: string;
|
|
1100
|
-
|
|
1101
735
|
infrastructureConfiguration?: InfrastructureConfiguration;
|
|
1102
736
|
}
|
|
1103
737
|
export interface ImportComponentRequest {
|
|
1104
738
|
name: string | undefined;
|
|
1105
|
-
|
|
1106
739
|
semanticVersion: string | undefined;
|
|
1107
|
-
|
|
1108
740
|
description?: string;
|
|
1109
|
-
|
|
1110
741
|
changeDescription?: string;
|
|
1111
|
-
|
|
1112
742
|
type: ComponentType | string | undefined;
|
|
1113
|
-
|
|
1114
743
|
format: ComponentFormat | string | undefined;
|
|
1115
|
-
|
|
1116
744
|
platform: Platform | string | undefined;
|
|
1117
|
-
|
|
1118
745
|
data?: string;
|
|
1119
|
-
|
|
1120
746
|
uri?: string;
|
|
1121
|
-
|
|
1122
747
|
kmsKeyId?: string;
|
|
1123
|
-
|
|
1124
748
|
tags?: Record<string, string>;
|
|
1125
|
-
|
|
1126
749
|
clientToken?: string;
|
|
1127
750
|
}
|
|
1128
751
|
export interface ImportComponentResponse {
|
|
1129
752
|
requestId?: string;
|
|
1130
|
-
|
|
1131
753
|
clientToken?: string;
|
|
1132
|
-
|
|
1133
754
|
componentBuildVersionArn?: string;
|
|
1134
755
|
}
|
|
1135
756
|
export interface ImportVmImageRequest {
|
|
1136
757
|
name: string | undefined;
|
|
1137
|
-
|
|
1138
758
|
semanticVersion: string | undefined;
|
|
1139
|
-
|
|
1140
759
|
description?: string;
|
|
1141
|
-
|
|
1142
760
|
platform: Platform | string | undefined;
|
|
1143
|
-
|
|
1144
761
|
osVersion?: string;
|
|
1145
|
-
|
|
1146
762
|
vmImportTaskId: string | undefined;
|
|
1147
|
-
|
|
1148
763
|
tags?: Record<string, string>;
|
|
1149
|
-
|
|
1150
764
|
clientToken?: string;
|
|
1151
765
|
}
|
|
1152
766
|
export interface ImportVmImageResponse {
|
|
1153
767
|
requestId?: string;
|
|
1154
|
-
|
|
1155
768
|
imageArn?: string;
|
|
1156
|
-
|
|
1157
769
|
clientToken?: string;
|
|
1158
770
|
}
|
|
1159
|
-
|
|
1160
771
|
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
1161
772
|
readonly name: "InvalidPaginationTokenException";
|
|
1162
773
|
readonly $fault: "client";
|
|
1163
|
-
|
|
1164
774
|
constructor(
|
|
1165
775
|
opts: __ExceptionOptionType<
|
|
1166
776
|
InvalidPaginationTokenException,
|
|
@@ -1170,16 +780,12 @@ export declare class InvalidPaginationTokenException extends __BaseException {
|
|
|
1170
780
|
}
|
|
1171
781
|
export interface ListComponentBuildVersionsRequest {
|
|
1172
782
|
componentVersionArn: string | undefined;
|
|
1173
|
-
|
|
1174
783
|
maxResults?: number;
|
|
1175
|
-
|
|
1176
784
|
nextToken?: string;
|
|
1177
785
|
}
|
|
1178
786
|
export interface ListComponentBuildVersionsResponse {
|
|
1179
787
|
requestId?: string;
|
|
1180
|
-
|
|
1181
788
|
componentSummaryList?: ComponentSummary[];
|
|
1182
|
-
|
|
1183
789
|
nextToken?: string;
|
|
1184
790
|
}
|
|
1185
791
|
export declare enum Ownership {
|
|
@@ -1189,255 +795,165 @@ export declare enum Ownership {
|
|
|
1189
795
|
}
|
|
1190
796
|
export interface ListComponentsRequest {
|
|
1191
797
|
owner?: Ownership | string;
|
|
1192
|
-
|
|
1193
798
|
filters?: Filter[];
|
|
1194
|
-
|
|
1195
799
|
byName?: boolean;
|
|
1196
|
-
|
|
1197
800
|
maxResults?: number;
|
|
1198
|
-
|
|
1199
801
|
nextToken?: string;
|
|
1200
802
|
}
|
|
1201
803
|
export interface ListComponentsResponse {
|
|
1202
804
|
requestId?: string;
|
|
1203
|
-
|
|
1204
805
|
componentVersionList?: ComponentVersion[];
|
|
1205
|
-
|
|
1206
806
|
nextToken?: string;
|
|
1207
807
|
}
|
|
1208
808
|
export interface ListContainerRecipesRequest {
|
|
1209
809
|
owner?: Ownership | string;
|
|
1210
|
-
|
|
1211
810
|
filters?: Filter[];
|
|
1212
|
-
|
|
1213
811
|
maxResults?: number;
|
|
1214
|
-
|
|
1215
812
|
nextToken?: string;
|
|
1216
813
|
}
|
|
1217
814
|
export interface ListContainerRecipesResponse {
|
|
1218
815
|
requestId?: string;
|
|
1219
|
-
|
|
1220
816
|
containerRecipeSummaryList?: ContainerRecipeSummary[];
|
|
1221
|
-
|
|
1222
817
|
nextToken?: string;
|
|
1223
818
|
}
|
|
1224
819
|
export interface ListDistributionConfigurationsRequest {
|
|
1225
820
|
filters?: Filter[];
|
|
1226
|
-
|
|
1227
821
|
maxResults?: number;
|
|
1228
|
-
|
|
1229
822
|
nextToken?: string;
|
|
1230
823
|
}
|
|
1231
824
|
export interface ListDistributionConfigurationsResponse {
|
|
1232
825
|
requestId?: string;
|
|
1233
|
-
|
|
1234
826
|
distributionConfigurationSummaryList?: DistributionConfigurationSummary[];
|
|
1235
|
-
|
|
1236
827
|
nextToken?: string;
|
|
1237
828
|
}
|
|
1238
829
|
export interface ListImageBuildVersionsRequest {
|
|
1239
830
|
imageVersionArn: string | undefined;
|
|
1240
|
-
|
|
1241
831
|
filters?: Filter[];
|
|
1242
|
-
|
|
1243
832
|
maxResults?: number;
|
|
1244
|
-
|
|
1245
833
|
nextToken?: string;
|
|
1246
834
|
}
|
|
1247
|
-
|
|
1248
835
|
export interface ImageSummary {
|
|
1249
836
|
arn?: string;
|
|
1250
|
-
|
|
1251
837
|
name?: string;
|
|
1252
|
-
|
|
1253
838
|
type?: ImageType | string;
|
|
1254
|
-
|
|
1255
839
|
version?: string;
|
|
1256
|
-
|
|
1257
840
|
platform?: Platform | string;
|
|
1258
|
-
|
|
1259
841
|
osVersion?: string;
|
|
1260
|
-
|
|
1261
842
|
state?: ImageState;
|
|
1262
|
-
|
|
1263
843
|
owner?: string;
|
|
1264
|
-
|
|
1265
844
|
dateCreated?: string;
|
|
1266
|
-
|
|
1267
845
|
outputResources?: OutputResources;
|
|
1268
|
-
|
|
1269
846
|
tags?: Record<string, string>;
|
|
1270
|
-
|
|
1271
847
|
buildType?: BuildType | string;
|
|
1272
848
|
}
|
|
1273
849
|
export interface ListImageBuildVersionsResponse {
|
|
1274
850
|
requestId?: string;
|
|
1275
|
-
|
|
1276
851
|
imageSummaryList?: ImageSummary[];
|
|
1277
|
-
|
|
1278
852
|
nextToken?: string;
|
|
1279
853
|
}
|
|
1280
854
|
export interface ListImagePackagesRequest {
|
|
1281
855
|
imageBuildVersionArn: string | undefined;
|
|
1282
|
-
|
|
1283
856
|
maxResults?: number;
|
|
1284
|
-
|
|
1285
857
|
nextToken?: string;
|
|
1286
858
|
}
|
|
1287
|
-
|
|
1288
859
|
export interface ImagePackage {
|
|
1289
860
|
packageName?: string;
|
|
1290
|
-
|
|
1291
861
|
packageVersion?: string;
|
|
1292
862
|
}
|
|
1293
863
|
export interface ListImagePackagesResponse {
|
|
1294
864
|
requestId?: string;
|
|
1295
|
-
|
|
1296
865
|
imagePackageList?: ImagePackage[];
|
|
1297
|
-
|
|
1298
866
|
nextToken?: string;
|
|
1299
867
|
}
|
|
1300
868
|
export interface ListImagePipelineImagesRequest {
|
|
1301
869
|
imagePipelineArn: string | undefined;
|
|
1302
|
-
|
|
1303
870
|
filters?: Filter[];
|
|
1304
|
-
|
|
1305
871
|
maxResults?: number;
|
|
1306
|
-
|
|
1307
872
|
nextToken?: string;
|
|
1308
873
|
}
|
|
1309
874
|
export interface ListImagePipelineImagesResponse {
|
|
1310
875
|
requestId?: string;
|
|
1311
|
-
|
|
1312
876
|
imageSummaryList?: ImageSummary[];
|
|
1313
|
-
|
|
1314
877
|
nextToken?: string;
|
|
1315
878
|
}
|
|
1316
879
|
export interface ListImagePipelinesRequest {
|
|
1317
880
|
filters?: Filter[];
|
|
1318
|
-
|
|
1319
881
|
maxResults?: number;
|
|
1320
|
-
|
|
1321
882
|
nextToken?: string;
|
|
1322
883
|
}
|
|
1323
884
|
export interface ListImagePipelinesResponse {
|
|
1324
885
|
requestId?: string;
|
|
1325
|
-
|
|
1326
886
|
imagePipelineList?: ImagePipeline[];
|
|
1327
|
-
|
|
1328
887
|
nextToken?: string;
|
|
1329
888
|
}
|
|
1330
889
|
export interface ListImageRecipesRequest {
|
|
1331
890
|
owner?: Ownership | string;
|
|
1332
|
-
|
|
1333
891
|
filters?: Filter[];
|
|
1334
|
-
|
|
1335
892
|
maxResults?: number;
|
|
1336
|
-
|
|
1337
893
|
nextToken?: string;
|
|
1338
894
|
}
|
|
1339
|
-
|
|
1340
895
|
export interface ImageRecipeSummary {
|
|
1341
896
|
arn?: string;
|
|
1342
|
-
|
|
1343
897
|
name?: string;
|
|
1344
|
-
|
|
1345
898
|
platform?: Platform | string;
|
|
1346
|
-
|
|
1347
899
|
owner?: string;
|
|
1348
|
-
|
|
1349
900
|
parentImage?: string;
|
|
1350
|
-
|
|
1351
901
|
dateCreated?: string;
|
|
1352
|
-
|
|
1353
902
|
tags?: Record<string, string>;
|
|
1354
903
|
}
|
|
1355
904
|
export interface ListImageRecipesResponse {
|
|
1356
905
|
requestId?: string;
|
|
1357
|
-
|
|
1358
906
|
imageRecipeSummaryList?: ImageRecipeSummary[];
|
|
1359
|
-
|
|
1360
907
|
nextToken?: string;
|
|
1361
908
|
}
|
|
1362
909
|
export interface ListImagesRequest {
|
|
1363
910
|
owner?: Ownership | string;
|
|
1364
|
-
|
|
1365
911
|
filters?: Filter[];
|
|
1366
|
-
|
|
1367
912
|
byName?: boolean;
|
|
1368
|
-
|
|
1369
913
|
maxResults?: number;
|
|
1370
|
-
|
|
1371
914
|
nextToken?: string;
|
|
1372
|
-
|
|
1373
915
|
includeDeprecated?: boolean;
|
|
1374
916
|
}
|
|
1375
|
-
|
|
1376
917
|
export interface ImageVersion {
|
|
1377
918
|
arn?: string;
|
|
1378
|
-
|
|
1379
919
|
name?: string;
|
|
1380
|
-
|
|
1381
920
|
type?: ImageType | string;
|
|
1382
|
-
|
|
1383
921
|
version?: string;
|
|
1384
|
-
|
|
1385
922
|
platform?: Platform | string;
|
|
1386
|
-
|
|
1387
923
|
osVersion?: string;
|
|
1388
|
-
|
|
1389
924
|
owner?: string;
|
|
1390
|
-
|
|
1391
925
|
dateCreated?: string;
|
|
1392
|
-
|
|
1393
926
|
buildType?: BuildType | string;
|
|
1394
927
|
}
|
|
1395
928
|
export interface ListImagesResponse {
|
|
1396
929
|
requestId?: string;
|
|
1397
|
-
|
|
1398
930
|
imageVersionList?: ImageVersion[];
|
|
1399
|
-
|
|
1400
931
|
nextToken?: string;
|
|
1401
932
|
}
|
|
1402
933
|
export interface ListInfrastructureConfigurationsRequest {
|
|
1403
934
|
filters?: Filter[];
|
|
1404
|
-
|
|
1405
935
|
maxResults?: number;
|
|
1406
|
-
|
|
1407
936
|
nextToken?: string;
|
|
1408
937
|
}
|
|
1409
|
-
|
|
1410
938
|
export interface InfrastructureConfigurationSummary {
|
|
1411
939
|
arn?: string;
|
|
1412
|
-
|
|
1413
940
|
name?: string;
|
|
1414
|
-
|
|
1415
941
|
description?: string;
|
|
1416
|
-
|
|
1417
942
|
dateCreated?: string;
|
|
1418
|
-
|
|
1419
943
|
dateUpdated?: string;
|
|
1420
|
-
|
|
1421
944
|
resourceTags?: Record<string, string>;
|
|
1422
|
-
|
|
1423
945
|
tags?: Record<string, string>;
|
|
1424
|
-
|
|
1425
946
|
instanceTypes?: string[];
|
|
1426
|
-
|
|
1427
947
|
instanceProfileName?: string;
|
|
1428
948
|
}
|
|
1429
949
|
export interface ListInfrastructureConfigurationsResponse {
|
|
1430
950
|
requestId?: string;
|
|
1431
|
-
|
|
1432
951
|
infrastructureConfigurationSummaryList?: InfrastructureConfigurationSummary[];
|
|
1433
|
-
|
|
1434
952
|
nextToken?: string;
|
|
1435
953
|
}
|
|
1436
|
-
|
|
1437
954
|
export declare class InvalidParameterException extends __BaseException {
|
|
1438
955
|
readonly name: "InvalidParameterException";
|
|
1439
956
|
readonly $fault: "client";
|
|
1440
|
-
|
|
1441
957
|
constructor(
|
|
1442
958
|
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
1443
959
|
);
|
|
@@ -1448,708 +964,517 @@ export interface ListTagsForResourceRequest {
|
|
|
1448
964
|
export interface ListTagsForResourceResponse {
|
|
1449
965
|
tags?: Record<string, string>;
|
|
1450
966
|
}
|
|
1451
|
-
|
|
1452
967
|
export declare class InvalidParameterValueException extends __BaseException {
|
|
1453
968
|
readonly name: "InvalidParameterValueException";
|
|
1454
969
|
readonly $fault: "client";
|
|
1455
|
-
|
|
1456
970
|
constructor(
|
|
1457
971
|
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
1458
972
|
);
|
|
1459
973
|
}
|
|
1460
974
|
export interface PutComponentPolicyRequest {
|
|
1461
975
|
componentArn: string | undefined;
|
|
1462
|
-
|
|
1463
976
|
policy: string | undefined;
|
|
1464
977
|
}
|
|
1465
978
|
export interface PutComponentPolicyResponse {
|
|
1466
979
|
requestId?: string;
|
|
1467
|
-
|
|
1468
980
|
componentArn?: string;
|
|
1469
981
|
}
|
|
1470
982
|
export interface PutContainerRecipePolicyRequest {
|
|
1471
983
|
containerRecipeArn: string | undefined;
|
|
1472
|
-
|
|
1473
984
|
policy: string | undefined;
|
|
1474
985
|
}
|
|
1475
986
|
export interface PutContainerRecipePolicyResponse {
|
|
1476
987
|
requestId?: string;
|
|
1477
|
-
|
|
1478
988
|
containerRecipeArn?: string;
|
|
1479
989
|
}
|
|
1480
990
|
export interface PutImagePolicyRequest {
|
|
1481
991
|
imageArn: string | undefined;
|
|
1482
|
-
|
|
1483
992
|
policy: string | undefined;
|
|
1484
993
|
}
|
|
1485
994
|
export interface PutImagePolicyResponse {
|
|
1486
995
|
requestId?: string;
|
|
1487
|
-
|
|
1488
996
|
imageArn?: string;
|
|
1489
997
|
}
|
|
1490
998
|
export interface PutImageRecipePolicyRequest {
|
|
1491
999
|
imageRecipeArn: string | undefined;
|
|
1492
|
-
|
|
1493
1000
|
policy: string | undefined;
|
|
1494
1001
|
}
|
|
1495
1002
|
export interface PutImageRecipePolicyResponse {
|
|
1496
1003
|
requestId?: string;
|
|
1497
|
-
|
|
1498
1004
|
imageRecipeArn?: string;
|
|
1499
1005
|
}
|
|
1500
1006
|
export interface StartImagePipelineExecutionRequest {
|
|
1501
1007
|
imagePipelineArn: string | undefined;
|
|
1502
|
-
|
|
1503
1008
|
clientToken?: string;
|
|
1504
1009
|
}
|
|
1505
1010
|
export interface StartImagePipelineExecutionResponse {
|
|
1506
1011
|
requestId?: string;
|
|
1507
|
-
|
|
1508
1012
|
clientToken?: string;
|
|
1509
|
-
|
|
1510
1013
|
imageBuildVersionArn?: string;
|
|
1511
1014
|
}
|
|
1512
1015
|
export interface TagResourceRequest {
|
|
1513
1016
|
resourceArn: string | undefined;
|
|
1514
|
-
|
|
1515
1017
|
tags: Record<string, string> | undefined;
|
|
1516
1018
|
}
|
|
1517
1019
|
export interface TagResourceResponse {}
|
|
1518
1020
|
export interface UntagResourceRequest {
|
|
1519
1021
|
resourceArn: string | undefined;
|
|
1520
|
-
|
|
1521
1022
|
tagKeys: string[] | undefined;
|
|
1522
1023
|
}
|
|
1523
1024
|
export interface UntagResourceResponse {}
|
|
1524
1025
|
export interface UpdateDistributionConfigurationRequest {
|
|
1525
1026
|
distributionConfigurationArn: string | undefined;
|
|
1526
|
-
|
|
1527
1027
|
description?: string;
|
|
1528
|
-
|
|
1529
1028
|
distributions: Distribution[] | undefined;
|
|
1530
|
-
|
|
1531
1029
|
clientToken?: string;
|
|
1532
1030
|
}
|
|
1533
1031
|
export interface UpdateDistributionConfigurationResponse {
|
|
1534
1032
|
requestId?: string;
|
|
1535
|
-
|
|
1536
1033
|
clientToken?: string;
|
|
1537
|
-
|
|
1538
1034
|
distributionConfigurationArn?: string;
|
|
1539
1035
|
}
|
|
1540
1036
|
export interface UpdateImagePipelineRequest {
|
|
1541
1037
|
imagePipelineArn: string | undefined;
|
|
1542
|
-
|
|
1543
1038
|
description?: string;
|
|
1544
|
-
|
|
1545
1039
|
imageRecipeArn?: string;
|
|
1546
|
-
|
|
1547
1040
|
containerRecipeArn?: string;
|
|
1548
|
-
|
|
1549
1041
|
infrastructureConfigurationArn: string | undefined;
|
|
1550
|
-
|
|
1551
1042
|
distributionConfigurationArn?: string;
|
|
1552
|
-
|
|
1553
1043
|
imageTestsConfiguration?: ImageTestsConfiguration;
|
|
1554
|
-
|
|
1555
1044
|
enhancedImageMetadataEnabled?: boolean;
|
|
1556
|
-
|
|
1557
1045
|
schedule?: Schedule;
|
|
1558
|
-
|
|
1559
1046
|
status?: PipelineStatus | string;
|
|
1560
|
-
|
|
1561
1047
|
clientToken?: string;
|
|
1562
1048
|
}
|
|
1563
1049
|
export interface UpdateImagePipelineResponse {
|
|
1564
1050
|
requestId?: string;
|
|
1565
|
-
|
|
1566
1051
|
clientToken?: string;
|
|
1567
|
-
|
|
1568
1052
|
imagePipelineArn?: string;
|
|
1569
1053
|
}
|
|
1570
1054
|
export interface UpdateInfrastructureConfigurationRequest {
|
|
1571
1055
|
infrastructureConfigurationArn: string | undefined;
|
|
1572
|
-
|
|
1573
1056
|
description?: string;
|
|
1574
|
-
|
|
1575
1057
|
instanceTypes?: string[];
|
|
1576
|
-
|
|
1577
1058
|
instanceProfileName: string | undefined;
|
|
1578
|
-
|
|
1579
1059
|
securityGroupIds?: string[];
|
|
1580
|
-
|
|
1581
1060
|
subnetId?: string;
|
|
1582
|
-
|
|
1583
1061
|
logging?: Logging;
|
|
1584
|
-
|
|
1585
1062
|
keyPair?: string;
|
|
1586
|
-
|
|
1587
1063
|
terminateInstanceOnFailure?: boolean;
|
|
1588
|
-
|
|
1589
1064
|
snsTopicArn?: string;
|
|
1590
|
-
|
|
1591
1065
|
clientToken?: string;
|
|
1592
|
-
|
|
1593
1066
|
resourceTags?: Record<string, string>;
|
|
1594
|
-
|
|
1595
1067
|
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
1596
1068
|
}
|
|
1597
1069
|
export interface UpdateInfrastructureConfigurationResponse {
|
|
1598
1070
|
requestId?: string;
|
|
1599
|
-
|
|
1600
1071
|
clientToken?: string;
|
|
1601
|
-
|
|
1602
1072
|
infrastructureConfigurationArn?: string;
|
|
1603
1073
|
}
|
|
1604
|
-
|
|
1605
1074
|
export declare const SystemsManagerAgentFilterSensitiveLog: (
|
|
1606
1075
|
obj: SystemsManagerAgent
|
|
1607
1076
|
) => any;
|
|
1608
|
-
|
|
1609
1077
|
export declare const AdditionalInstanceConfigurationFilterSensitiveLog: (
|
|
1610
1078
|
obj: AdditionalInstanceConfiguration
|
|
1611
1079
|
) => any;
|
|
1612
|
-
|
|
1613
1080
|
export declare const ImageStateFilterSensitiveLog: (obj: ImageState) => any;
|
|
1614
|
-
|
|
1615
1081
|
export declare const AmiFilterSensitiveLog: (obj: Ami) => any;
|
|
1616
|
-
|
|
1617
1082
|
export declare const LaunchPermissionConfigurationFilterSensitiveLog: (
|
|
1618
1083
|
obj: LaunchPermissionConfiguration
|
|
1619
1084
|
) => any;
|
|
1620
|
-
|
|
1621
1085
|
export declare const AmiDistributionConfigurationFilterSensitiveLog: (
|
|
1622
1086
|
obj: AmiDistributionConfiguration
|
|
1623
1087
|
) => any;
|
|
1624
|
-
|
|
1625
1088
|
export declare const CancelImageCreationRequestFilterSensitiveLog: (
|
|
1626
1089
|
obj: CancelImageCreationRequest
|
|
1627
1090
|
) => any;
|
|
1628
|
-
|
|
1629
1091
|
export declare const CancelImageCreationResponseFilterSensitiveLog: (
|
|
1630
1092
|
obj: CancelImageCreationResponse
|
|
1631
1093
|
) => any;
|
|
1632
|
-
|
|
1633
1094
|
export declare const ComponentParameterDetailFilterSensitiveLog: (
|
|
1634
1095
|
obj: ComponentParameterDetail
|
|
1635
1096
|
) => any;
|
|
1636
|
-
|
|
1637
1097
|
export declare const ComponentStateFilterSensitiveLog: (
|
|
1638
1098
|
obj: ComponentState
|
|
1639
1099
|
) => any;
|
|
1640
|
-
|
|
1641
1100
|
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
1642
|
-
|
|
1643
1101
|
export declare const ComponentParameterFilterSensitiveLog: (
|
|
1644
1102
|
obj: ComponentParameter
|
|
1645
1103
|
) => any;
|
|
1646
|
-
|
|
1647
1104
|
export declare const ComponentConfigurationFilterSensitiveLog: (
|
|
1648
1105
|
obj: ComponentConfiguration
|
|
1649
1106
|
) => any;
|
|
1650
|
-
|
|
1651
1107
|
export declare const ComponentSummaryFilterSensitiveLog: (
|
|
1652
1108
|
obj: ComponentSummary
|
|
1653
1109
|
) => any;
|
|
1654
|
-
|
|
1655
1110
|
export declare const ComponentVersionFilterSensitiveLog: (
|
|
1656
1111
|
obj: ComponentVersion
|
|
1657
1112
|
) => any;
|
|
1658
|
-
|
|
1659
1113
|
export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
|
|
1660
|
-
|
|
1661
1114
|
export declare const TargetContainerRepositoryFilterSensitiveLog: (
|
|
1662
1115
|
obj: TargetContainerRepository
|
|
1663
1116
|
) => any;
|
|
1664
|
-
|
|
1665
1117
|
export declare const ContainerDistributionConfigurationFilterSensitiveLog: (
|
|
1666
1118
|
obj: ContainerDistributionConfiguration
|
|
1667
1119
|
) => any;
|
|
1668
|
-
|
|
1669
1120
|
export declare const EbsInstanceBlockDeviceSpecificationFilterSensitiveLog: (
|
|
1670
1121
|
obj: EbsInstanceBlockDeviceSpecification
|
|
1671
1122
|
) => any;
|
|
1672
|
-
|
|
1673
1123
|
export declare const InstanceBlockDeviceMappingFilterSensitiveLog: (
|
|
1674
1124
|
obj: InstanceBlockDeviceMapping
|
|
1675
1125
|
) => any;
|
|
1676
|
-
|
|
1677
1126
|
export declare const InstanceConfigurationFilterSensitiveLog: (
|
|
1678
1127
|
obj: InstanceConfiguration
|
|
1679
1128
|
) => any;
|
|
1680
|
-
|
|
1681
1129
|
export declare const ContainerRecipeFilterSensitiveLog: (
|
|
1682
1130
|
obj: ContainerRecipe
|
|
1683
1131
|
) => any;
|
|
1684
|
-
|
|
1685
1132
|
export declare const ContainerRecipeSummaryFilterSensitiveLog: (
|
|
1686
1133
|
obj: ContainerRecipeSummary
|
|
1687
1134
|
) => any;
|
|
1688
|
-
|
|
1689
1135
|
export declare const CreateComponentRequestFilterSensitiveLog: (
|
|
1690
1136
|
obj: CreateComponentRequest
|
|
1691
1137
|
) => any;
|
|
1692
|
-
|
|
1693
1138
|
export declare const CreateComponentResponseFilterSensitiveLog: (
|
|
1694
1139
|
obj: CreateComponentResponse
|
|
1695
1140
|
) => any;
|
|
1696
|
-
|
|
1697
1141
|
export declare const CreateContainerRecipeRequestFilterSensitiveLog: (
|
|
1698
1142
|
obj: CreateContainerRecipeRequest
|
|
1699
1143
|
) => any;
|
|
1700
|
-
|
|
1701
1144
|
export declare const CreateContainerRecipeResponseFilterSensitiveLog: (
|
|
1702
1145
|
obj: CreateContainerRecipeResponse
|
|
1703
1146
|
) => any;
|
|
1704
|
-
|
|
1705
1147
|
export declare const FastLaunchLaunchTemplateSpecificationFilterSensitiveLog: (
|
|
1706
1148
|
obj: FastLaunchLaunchTemplateSpecification
|
|
1707
1149
|
) => any;
|
|
1708
|
-
|
|
1709
1150
|
export declare const FastLaunchSnapshotConfigurationFilterSensitiveLog: (
|
|
1710
1151
|
obj: FastLaunchSnapshotConfiguration
|
|
1711
1152
|
) => any;
|
|
1712
|
-
|
|
1713
1153
|
export declare const FastLaunchConfigurationFilterSensitiveLog: (
|
|
1714
1154
|
obj: FastLaunchConfiguration
|
|
1715
1155
|
) => any;
|
|
1716
|
-
|
|
1717
1156
|
export declare const LaunchTemplateConfigurationFilterSensitiveLog: (
|
|
1718
1157
|
obj: LaunchTemplateConfiguration
|
|
1719
1158
|
) => any;
|
|
1720
|
-
|
|
1721
1159
|
export declare const S3ExportConfigurationFilterSensitiveLog: (
|
|
1722
1160
|
obj: S3ExportConfiguration
|
|
1723
1161
|
) => any;
|
|
1724
|
-
|
|
1725
1162
|
export declare const DistributionFilterSensitiveLog: (obj: Distribution) => any;
|
|
1726
|
-
|
|
1727
1163
|
export declare const CreateDistributionConfigurationRequestFilterSensitiveLog: (
|
|
1728
1164
|
obj: CreateDistributionConfigurationRequest
|
|
1729
1165
|
) => any;
|
|
1730
|
-
|
|
1731
1166
|
export declare const CreateDistributionConfigurationResponseFilterSensitiveLog: (
|
|
1732
1167
|
obj: CreateDistributionConfigurationResponse
|
|
1733
1168
|
) => any;
|
|
1734
|
-
|
|
1735
1169
|
export declare const ImageTestsConfigurationFilterSensitiveLog: (
|
|
1736
1170
|
obj: ImageTestsConfiguration
|
|
1737
1171
|
) => any;
|
|
1738
|
-
|
|
1739
1172
|
export declare const CreateImageRequestFilterSensitiveLog: (
|
|
1740
1173
|
obj: CreateImageRequest
|
|
1741
1174
|
) => any;
|
|
1742
|
-
|
|
1743
1175
|
export declare const CreateImageResponseFilterSensitiveLog: (
|
|
1744
1176
|
obj: CreateImageResponse
|
|
1745
1177
|
) => any;
|
|
1746
|
-
|
|
1747
1178
|
export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
|
|
1748
|
-
|
|
1749
1179
|
export declare const CreateImagePipelineRequestFilterSensitiveLog: (
|
|
1750
1180
|
obj: CreateImagePipelineRequest
|
|
1751
1181
|
) => any;
|
|
1752
|
-
|
|
1753
1182
|
export declare const CreateImagePipelineResponseFilterSensitiveLog: (
|
|
1754
1183
|
obj: CreateImagePipelineResponse
|
|
1755
1184
|
) => any;
|
|
1756
|
-
|
|
1757
1185
|
export declare const CreateImageRecipeRequestFilterSensitiveLog: (
|
|
1758
1186
|
obj: CreateImageRecipeRequest
|
|
1759
1187
|
) => any;
|
|
1760
|
-
|
|
1761
1188
|
export declare const CreateImageRecipeResponseFilterSensitiveLog: (
|
|
1762
1189
|
obj: CreateImageRecipeResponse
|
|
1763
1190
|
) => any;
|
|
1764
|
-
|
|
1765
1191
|
export declare const InstanceMetadataOptionsFilterSensitiveLog: (
|
|
1766
1192
|
obj: InstanceMetadataOptions
|
|
1767
1193
|
) => any;
|
|
1768
|
-
|
|
1769
1194
|
export declare const S3LogsFilterSensitiveLog: (obj: S3Logs) => any;
|
|
1770
|
-
|
|
1771
1195
|
export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
|
|
1772
|
-
|
|
1773
1196
|
export declare const CreateInfrastructureConfigurationRequestFilterSensitiveLog: (
|
|
1774
1197
|
obj: CreateInfrastructureConfigurationRequest
|
|
1775
1198
|
) => any;
|
|
1776
|
-
|
|
1777
1199
|
export declare const CreateInfrastructureConfigurationResponseFilterSensitiveLog: (
|
|
1778
1200
|
obj: CreateInfrastructureConfigurationResponse
|
|
1779
1201
|
) => any;
|
|
1780
|
-
|
|
1781
1202
|
export declare const DeleteComponentRequestFilterSensitiveLog: (
|
|
1782
1203
|
obj: DeleteComponentRequest
|
|
1783
1204
|
) => any;
|
|
1784
|
-
|
|
1785
1205
|
export declare const DeleteComponentResponseFilterSensitiveLog: (
|
|
1786
1206
|
obj: DeleteComponentResponse
|
|
1787
1207
|
) => any;
|
|
1788
|
-
|
|
1789
1208
|
export declare const DeleteContainerRecipeRequestFilterSensitiveLog: (
|
|
1790
1209
|
obj: DeleteContainerRecipeRequest
|
|
1791
1210
|
) => any;
|
|
1792
|
-
|
|
1793
1211
|
export declare const DeleteContainerRecipeResponseFilterSensitiveLog: (
|
|
1794
1212
|
obj: DeleteContainerRecipeResponse
|
|
1795
1213
|
) => any;
|
|
1796
|
-
|
|
1797
1214
|
export declare const DeleteDistributionConfigurationRequestFilterSensitiveLog: (
|
|
1798
1215
|
obj: DeleteDistributionConfigurationRequest
|
|
1799
1216
|
) => any;
|
|
1800
|
-
|
|
1801
1217
|
export declare const DeleteDistributionConfigurationResponseFilterSensitiveLog: (
|
|
1802
1218
|
obj: DeleteDistributionConfigurationResponse
|
|
1803
1219
|
) => any;
|
|
1804
|
-
|
|
1805
1220
|
export declare const DeleteImageRequestFilterSensitiveLog: (
|
|
1806
1221
|
obj: DeleteImageRequest
|
|
1807
1222
|
) => any;
|
|
1808
|
-
|
|
1809
1223
|
export declare const DeleteImageResponseFilterSensitiveLog: (
|
|
1810
1224
|
obj: DeleteImageResponse
|
|
1811
1225
|
) => any;
|
|
1812
|
-
|
|
1813
1226
|
export declare const DeleteImagePipelineRequestFilterSensitiveLog: (
|
|
1814
1227
|
obj: DeleteImagePipelineRequest
|
|
1815
1228
|
) => any;
|
|
1816
|
-
|
|
1817
1229
|
export declare const DeleteImagePipelineResponseFilterSensitiveLog: (
|
|
1818
1230
|
obj: DeleteImagePipelineResponse
|
|
1819
1231
|
) => any;
|
|
1820
|
-
|
|
1821
1232
|
export declare const DeleteImageRecipeRequestFilterSensitiveLog: (
|
|
1822
1233
|
obj: DeleteImageRecipeRequest
|
|
1823
1234
|
) => any;
|
|
1824
|
-
|
|
1825
1235
|
export declare const DeleteImageRecipeResponseFilterSensitiveLog: (
|
|
1826
1236
|
obj: DeleteImageRecipeResponse
|
|
1827
1237
|
) => any;
|
|
1828
|
-
|
|
1829
1238
|
export declare const DeleteInfrastructureConfigurationRequestFilterSensitiveLog: (
|
|
1830
1239
|
obj: DeleteInfrastructureConfigurationRequest
|
|
1831
1240
|
) => any;
|
|
1832
|
-
|
|
1833
1241
|
export declare const DeleteInfrastructureConfigurationResponseFilterSensitiveLog: (
|
|
1834
1242
|
obj: DeleteInfrastructureConfigurationResponse
|
|
1835
1243
|
) => any;
|
|
1836
|
-
|
|
1837
1244
|
export declare const DistributionConfigurationFilterSensitiveLog: (
|
|
1838
1245
|
obj: DistributionConfiguration
|
|
1839
1246
|
) => any;
|
|
1840
|
-
|
|
1841
1247
|
export declare const DistributionConfigurationSummaryFilterSensitiveLog: (
|
|
1842
1248
|
obj: DistributionConfigurationSummary
|
|
1843
1249
|
) => any;
|
|
1844
|
-
|
|
1845
1250
|
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1846
|
-
|
|
1847
1251
|
export declare const GetComponentRequestFilterSensitiveLog: (
|
|
1848
1252
|
obj: GetComponentRequest
|
|
1849
1253
|
) => any;
|
|
1850
|
-
|
|
1851
1254
|
export declare const GetComponentResponseFilterSensitiveLog: (
|
|
1852
1255
|
obj: GetComponentResponse
|
|
1853
1256
|
) => any;
|
|
1854
|
-
|
|
1855
1257
|
export declare const GetComponentPolicyRequestFilterSensitiveLog: (
|
|
1856
1258
|
obj: GetComponentPolicyRequest
|
|
1857
1259
|
) => any;
|
|
1858
|
-
|
|
1859
1260
|
export declare const GetComponentPolicyResponseFilterSensitiveLog: (
|
|
1860
1261
|
obj: GetComponentPolicyResponse
|
|
1861
1262
|
) => any;
|
|
1862
|
-
|
|
1863
1263
|
export declare const GetContainerRecipeRequestFilterSensitiveLog: (
|
|
1864
1264
|
obj: GetContainerRecipeRequest
|
|
1865
1265
|
) => any;
|
|
1866
|
-
|
|
1867
1266
|
export declare const GetContainerRecipeResponseFilterSensitiveLog: (
|
|
1868
1267
|
obj: GetContainerRecipeResponse
|
|
1869
1268
|
) => any;
|
|
1870
|
-
|
|
1871
1269
|
export declare const GetContainerRecipePolicyRequestFilterSensitiveLog: (
|
|
1872
1270
|
obj: GetContainerRecipePolicyRequest
|
|
1873
1271
|
) => any;
|
|
1874
|
-
|
|
1875
1272
|
export declare const GetContainerRecipePolicyResponseFilterSensitiveLog: (
|
|
1876
1273
|
obj: GetContainerRecipePolicyResponse
|
|
1877
1274
|
) => any;
|
|
1878
|
-
|
|
1879
1275
|
export declare const GetDistributionConfigurationRequestFilterSensitiveLog: (
|
|
1880
1276
|
obj: GetDistributionConfigurationRequest
|
|
1881
1277
|
) => any;
|
|
1882
|
-
|
|
1883
1278
|
export declare const GetDistributionConfigurationResponseFilterSensitiveLog: (
|
|
1884
1279
|
obj: GetDistributionConfigurationResponse
|
|
1885
1280
|
) => any;
|
|
1886
|
-
|
|
1887
1281
|
export declare const GetImageRequestFilterSensitiveLog: (
|
|
1888
1282
|
obj: GetImageRequest
|
|
1889
1283
|
) => any;
|
|
1890
|
-
|
|
1891
1284
|
export declare const ImageRecipeFilterSensitiveLog: (obj: ImageRecipe) => any;
|
|
1892
|
-
|
|
1893
1285
|
export declare const InfrastructureConfigurationFilterSensitiveLog: (
|
|
1894
1286
|
obj: InfrastructureConfiguration
|
|
1895
1287
|
) => any;
|
|
1896
|
-
|
|
1897
1288
|
export declare const OutputResourcesFilterSensitiveLog: (
|
|
1898
1289
|
obj: OutputResources
|
|
1899
1290
|
) => any;
|
|
1900
|
-
|
|
1901
1291
|
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
1902
|
-
|
|
1903
1292
|
export declare const GetImageResponseFilterSensitiveLog: (
|
|
1904
1293
|
obj: GetImageResponse
|
|
1905
1294
|
) => any;
|
|
1906
|
-
|
|
1907
1295
|
export declare const GetImagePipelineRequestFilterSensitiveLog: (
|
|
1908
1296
|
obj: GetImagePipelineRequest
|
|
1909
1297
|
) => any;
|
|
1910
|
-
|
|
1911
1298
|
export declare const ImagePipelineFilterSensitiveLog: (
|
|
1912
1299
|
obj: ImagePipeline
|
|
1913
1300
|
) => any;
|
|
1914
|
-
|
|
1915
1301
|
export declare const GetImagePipelineResponseFilterSensitiveLog: (
|
|
1916
1302
|
obj: GetImagePipelineResponse
|
|
1917
1303
|
) => any;
|
|
1918
|
-
|
|
1919
1304
|
export declare const GetImagePolicyRequestFilterSensitiveLog: (
|
|
1920
1305
|
obj: GetImagePolicyRequest
|
|
1921
1306
|
) => any;
|
|
1922
|
-
|
|
1923
1307
|
export declare const GetImagePolicyResponseFilterSensitiveLog: (
|
|
1924
1308
|
obj: GetImagePolicyResponse
|
|
1925
1309
|
) => any;
|
|
1926
|
-
|
|
1927
1310
|
export declare const GetImageRecipeRequestFilterSensitiveLog: (
|
|
1928
1311
|
obj: GetImageRecipeRequest
|
|
1929
1312
|
) => any;
|
|
1930
|
-
|
|
1931
1313
|
export declare const GetImageRecipeResponseFilterSensitiveLog: (
|
|
1932
1314
|
obj: GetImageRecipeResponse
|
|
1933
1315
|
) => any;
|
|
1934
|
-
|
|
1935
1316
|
export declare const GetImageRecipePolicyRequestFilterSensitiveLog: (
|
|
1936
1317
|
obj: GetImageRecipePolicyRequest
|
|
1937
1318
|
) => any;
|
|
1938
|
-
|
|
1939
1319
|
export declare const GetImageRecipePolicyResponseFilterSensitiveLog: (
|
|
1940
1320
|
obj: GetImageRecipePolicyResponse
|
|
1941
1321
|
) => any;
|
|
1942
|
-
|
|
1943
1322
|
export declare const GetInfrastructureConfigurationRequestFilterSensitiveLog: (
|
|
1944
1323
|
obj: GetInfrastructureConfigurationRequest
|
|
1945
1324
|
) => any;
|
|
1946
|
-
|
|
1947
1325
|
export declare const GetInfrastructureConfigurationResponseFilterSensitiveLog: (
|
|
1948
1326
|
obj: GetInfrastructureConfigurationResponse
|
|
1949
1327
|
) => any;
|
|
1950
|
-
|
|
1951
1328
|
export declare const ImportComponentRequestFilterSensitiveLog: (
|
|
1952
1329
|
obj: ImportComponentRequest
|
|
1953
1330
|
) => any;
|
|
1954
|
-
|
|
1955
1331
|
export declare const ImportComponentResponseFilterSensitiveLog: (
|
|
1956
1332
|
obj: ImportComponentResponse
|
|
1957
1333
|
) => any;
|
|
1958
|
-
|
|
1959
1334
|
export declare const ImportVmImageRequestFilterSensitiveLog: (
|
|
1960
1335
|
obj: ImportVmImageRequest
|
|
1961
1336
|
) => any;
|
|
1962
|
-
|
|
1963
1337
|
export declare const ImportVmImageResponseFilterSensitiveLog: (
|
|
1964
1338
|
obj: ImportVmImageResponse
|
|
1965
1339
|
) => any;
|
|
1966
|
-
|
|
1967
1340
|
export declare const ListComponentBuildVersionsRequestFilterSensitiveLog: (
|
|
1968
1341
|
obj: ListComponentBuildVersionsRequest
|
|
1969
1342
|
) => any;
|
|
1970
|
-
|
|
1971
1343
|
export declare const ListComponentBuildVersionsResponseFilterSensitiveLog: (
|
|
1972
1344
|
obj: ListComponentBuildVersionsResponse
|
|
1973
1345
|
) => any;
|
|
1974
|
-
|
|
1975
1346
|
export declare const ListComponentsRequestFilterSensitiveLog: (
|
|
1976
1347
|
obj: ListComponentsRequest
|
|
1977
1348
|
) => any;
|
|
1978
|
-
|
|
1979
1349
|
export declare const ListComponentsResponseFilterSensitiveLog: (
|
|
1980
1350
|
obj: ListComponentsResponse
|
|
1981
1351
|
) => any;
|
|
1982
|
-
|
|
1983
1352
|
export declare const ListContainerRecipesRequestFilterSensitiveLog: (
|
|
1984
1353
|
obj: ListContainerRecipesRequest
|
|
1985
1354
|
) => any;
|
|
1986
|
-
|
|
1987
1355
|
export declare const ListContainerRecipesResponseFilterSensitiveLog: (
|
|
1988
1356
|
obj: ListContainerRecipesResponse
|
|
1989
1357
|
) => any;
|
|
1990
|
-
|
|
1991
1358
|
export declare const ListDistributionConfigurationsRequestFilterSensitiveLog: (
|
|
1992
1359
|
obj: ListDistributionConfigurationsRequest
|
|
1993
1360
|
) => any;
|
|
1994
|
-
|
|
1995
1361
|
export declare const ListDistributionConfigurationsResponseFilterSensitiveLog: (
|
|
1996
1362
|
obj: ListDistributionConfigurationsResponse
|
|
1997
1363
|
) => any;
|
|
1998
|
-
|
|
1999
1364
|
export declare const ListImageBuildVersionsRequestFilterSensitiveLog: (
|
|
2000
1365
|
obj: ListImageBuildVersionsRequest
|
|
2001
1366
|
) => any;
|
|
2002
|
-
|
|
2003
1367
|
export declare const ImageSummaryFilterSensitiveLog: (obj: ImageSummary) => any;
|
|
2004
|
-
|
|
2005
1368
|
export declare const ListImageBuildVersionsResponseFilterSensitiveLog: (
|
|
2006
1369
|
obj: ListImageBuildVersionsResponse
|
|
2007
1370
|
) => any;
|
|
2008
|
-
|
|
2009
1371
|
export declare const ListImagePackagesRequestFilterSensitiveLog: (
|
|
2010
1372
|
obj: ListImagePackagesRequest
|
|
2011
1373
|
) => any;
|
|
2012
|
-
|
|
2013
1374
|
export declare const ImagePackageFilterSensitiveLog: (obj: ImagePackage) => any;
|
|
2014
|
-
|
|
2015
1375
|
export declare const ListImagePackagesResponseFilterSensitiveLog: (
|
|
2016
1376
|
obj: ListImagePackagesResponse
|
|
2017
1377
|
) => any;
|
|
2018
|
-
|
|
2019
1378
|
export declare const ListImagePipelineImagesRequestFilterSensitiveLog: (
|
|
2020
1379
|
obj: ListImagePipelineImagesRequest
|
|
2021
1380
|
) => any;
|
|
2022
|
-
|
|
2023
1381
|
export declare const ListImagePipelineImagesResponseFilterSensitiveLog: (
|
|
2024
1382
|
obj: ListImagePipelineImagesResponse
|
|
2025
1383
|
) => any;
|
|
2026
|
-
|
|
2027
1384
|
export declare const ListImagePipelinesRequestFilterSensitiveLog: (
|
|
2028
1385
|
obj: ListImagePipelinesRequest
|
|
2029
1386
|
) => any;
|
|
2030
|
-
|
|
2031
1387
|
export declare const ListImagePipelinesResponseFilterSensitiveLog: (
|
|
2032
1388
|
obj: ListImagePipelinesResponse
|
|
2033
1389
|
) => any;
|
|
2034
|
-
|
|
2035
1390
|
export declare const ListImageRecipesRequestFilterSensitiveLog: (
|
|
2036
1391
|
obj: ListImageRecipesRequest
|
|
2037
1392
|
) => any;
|
|
2038
|
-
|
|
2039
1393
|
export declare const ImageRecipeSummaryFilterSensitiveLog: (
|
|
2040
1394
|
obj: ImageRecipeSummary
|
|
2041
1395
|
) => any;
|
|
2042
|
-
|
|
2043
1396
|
export declare const ListImageRecipesResponseFilterSensitiveLog: (
|
|
2044
1397
|
obj: ListImageRecipesResponse
|
|
2045
1398
|
) => any;
|
|
2046
|
-
|
|
2047
1399
|
export declare const ListImagesRequestFilterSensitiveLog: (
|
|
2048
1400
|
obj: ListImagesRequest
|
|
2049
1401
|
) => any;
|
|
2050
|
-
|
|
2051
1402
|
export declare const ImageVersionFilterSensitiveLog: (obj: ImageVersion) => any;
|
|
2052
|
-
|
|
2053
1403
|
export declare const ListImagesResponseFilterSensitiveLog: (
|
|
2054
1404
|
obj: ListImagesResponse
|
|
2055
1405
|
) => any;
|
|
2056
|
-
|
|
2057
1406
|
export declare const ListInfrastructureConfigurationsRequestFilterSensitiveLog: (
|
|
2058
1407
|
obj: ListInfrastructureConfigurationsRequest
|
|
2059
1408
|
) => any;
|
|
2060
|
-
|
|
2061
1409
|
export declare const InfrastructureConfigurationSummaryFilterSensitiveLog: (
|
|
2062
1410
|
obj: InfrastructureConfigurationSummary
|
|
2063
1411
|
) => any;
|
|
2064
|
-
|
|
2065
1412
|
export declare const ListInfrastructureConfigurationsResponseFilterSensitiveLog: (
|
|
2066
1413
|
obj: ListInfrastructureConfigurationsResponse
|
|
2067
1414
|
) => any;
|
|
2068
|
-
|
|
2069
1415
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2070
1416
|
obj: ListTagsForResourceRequest
|
|
2071
1417
|
) => any;
|
|
2072
|
-
|
|
2073
1418
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2074
1419
|
obj: ListTagsForResourceResponse
|
|
2075
1420
|
) => any;
|
|
2076
|
-
|
|
2077
1421
|
export declare const PutComponentPolicyRequestFilterSensitiveLog: (
|
|
2078
1422
|
obj: PutComponentPolicyRequest
|
|
2079
1423
|
) => any;
|
|
2080
|
-
|
|
2081
1424
|
export declare const PutComponentPolicyResponseFilterSensitiveLog: (
|
|
2082
1425
|
obj: PutComponentPolicyResponse
|
|
2083
1426
|
) => any;
|
|
2084
|
-
|
|
2085
1427
|
export declare const PutContainerRecipePolicyRequestFilterSensitiveLog: (
|
|
2086
1428
|
obj: PutContainerRecipePolicyRequest
|
|
2087
1429
|
) => any;
|
|
2088
|
-
|
|
2089
1430
|
export declare const PutContainerRecipePolicyResponseFilterSensitiveLog: (
|
|
2090
1431
|
obj: PutContainerRecipePolicyResponse
|
|
2091
1432
|
) => any;
|
|
2092
|
-
|
|
2093
1433
|
export declare const PutImagePolicyRequestFilterSensitiveLog: (
|
|
2094
1434
|
obj: PutImagePolicyRequest
|
|
2095
1435
|
) => any;
|
|
2096
|
-
|
|
2097
1436
|
export declare const PutImagePolicyResponseFilterSensitiveLog: (
|
|
2098
1437
|
obj: PutImagePolicyResponse
|
|
2099
1438
|
) => any;
|
|
2100
|
-
|
|
2101
1439
|
export declare const PutImageRecipePolicyRequestFilterSensitiveLog: (
|
|
2102
1440
|
obj: PutImageRecipePolicyRequest
|
|
2103
1441
|
) => any;
|
|
2104
|
-
|
|
2105
1442
|
export declare const PutImageRecipePolicyResponseFilterSensitiveLog: (
|
|
2106
1443
|
obj: PutImageRecipePolicyResponse
|
|
2107
1444
|
) => any;
|
|
2108
|
-
|
|
2109
1445
|
export declare const StartImagePipelineExecutionRequestFilterSensitiveLog: (
|
|
2110
1446
|
obj: StartImagePipelineExecutionRequest
|
|
2111
1447
|
) => any;
|
|
2112
|
-
|
|
2113
1448
|
export declare const StartImagePipelineExecutionResponseFilterSensitiveLog: (
|
|
2114
1449
|
obj: StartImagePipelineExecutionResponse
|
|
2115
1450
|
) => any;
|
|
2116
|
-
|
|
2117
1451
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2118
1452
|
obj: TagResourceRequest
|
|
2119
1453
|
) => any;
|
|
2120
|
-
|
|
2121
1454
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2122
1455
|
obj: TagResourceResponse
|
|
2123
1456
|
) => any;
|
|
2124
|
-
|
|
2125
1457
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2126
1458
|
obj: UntagResourceRequest
|
|
2127
1459
|
) => any;
|
|
2128
|
-
|
|
2129
1460
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2130
1461
|
obj: UntagResourceResponse
|
|
2131
1462
|
) => any;
|
|
2132
|
-
|
|
2133
1463
|
export declare const UpdateDistributionConfigurationRequestFilterSensitiveLog: (
|
|
2134
1464
|
obj: UpdateDistributionConfigurationRequest
|
|
2135
1465
|
) => any;
|
|
2136
|
-
|
|
2137
1466
|
export declare const UpdateDistributionConfigurationResponseFilterSensitiveLog: (
|
|
2138
1467
|
obj: UpdateDistributionConfigurationResponse
|
|
2139
1468
|
) => any;
|
|
2140
|
-
|
|
2141
1469
|
export declare const UpdateImagePipelineRequestFilterSensitiveLog: (
|
|
2142
1470
|
obj: UpdateImagePipelineRequest
|
|
2143
1471
|
) => any;
|
|
2144
|
-
|
|
2145
1472
|
export declare const UpdateImagePipelineResponseFilterSensitiveLog: (
|
|
2146
1473
|
obj: UpdateImagePipelineResponse
|
|
2147
1474
|
) => any;
|
|
2148
|
-
|
|
2149
1475
|
export declare const UpdateInfrastructureConfigurationRequestFilterSensitiveLog: (
|
|
2150
1476
|
obj: UpdateInfrastructureConfigurationRequest
|
|
2151
1477
|
) => any;
|
|
2152
|
-
|
|
2153
1478
|
export declare const UpdateInfrastructureConfigurationResponseFilterSensitiveLog: (
|
|
2154
1479
|
obj: UpdateInfrastructureConfigurationResponse
|
|
2155
1480
|
) => any;
|