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