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