@aws-sdk/client-imagebuilder 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Imagebuilder.d.ts +872 -255
  3. package/dist-types/ts3.4/ImagebuilderClient.d.ts +405 -123
  4. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +39 -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 +7 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1480 -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 +65 -38
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  78. package/package.json +34 -34
@@ -1,2001 +1,1480 @@
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
+ export interface SystemsManagerAgent {
4
+ uninstallAfterBuild?: boolean;
5
+ }
6
+ export interface AdditionalInstanceConfiguration {
7
+ systemsManagerAgent?: SystemsManagerAgent;
8
+ userDataOverride?: string;
9
+ }
10
+ export declare enum ImageStatus {
11
+ AVAILABLE = "AVAILABLE",
12
+ BUILDING = "BUILDING",
13
+ CANCELLED = "CANCELLED",
14
+ CREATING = "CREATING",
15
+ DELETED = "DELETED",
16
+ DEPRECATED = "DEPRECATED",
17
+ DISTRIBUTING = "DISTRIBUTING",
18
+ FAILED = "FAILED",
19
+ INTEGRATING = "INTEGRATING",
20
+ PENDING = "PENDING",
21
+ TESTING = "TESTING",
22
+ }
23
+ export interface ImageState {
24
+ status?: ImageStatus | string;
25
+ reason?: string;
26
+ }
27
+ export interface Ami {
28
+ region?: string;
29
+ image?: string;
30
+ name?: string;
31
+ description?: string;
32
+ state?: ImageState;
33
+ accountId?: string;
34
+ }
35
+ export interface LaunchPermissionConfiguration {
36
+ userIds?: string[];
37
+ userGroups?: string[];
38
+ organizationArns?: string[];
39
+ organizationalUnitArns?: string[];
40
+ }
41
+ export interface AmiDistributionConfiguration {
42
+ name?: string;
43
+ description?: string;
44
+ targetAccountIds?: string[];
45
+ amiTags?: Record<string, string>;
46
+ kmsKeyId?: string;
47
+ launchPermission?: LaunchPermissionConfiguration;
48
+ }
49
+ export declare enum BuildType {
50
+ IMPORT = "IMPORT",
51
+ SCHEDULED = "SCHEDULED",
52
+ USER_INITIATED = "USER_INITIATED",
53
+ }
54
+ export declare class CallRateLimitExceededException extends __BaseException {
55
+ readonly name: "CallRateLimitExceededException";
56
+ readonly $fault: "client";
57
+ constructor(
58
+ opts: __ExceptionOptionType<CallRateLimitExceededException, __BaseException>
59
+ );
60
+ }
61
+ export interface CancelImageCreationRequest {
62
+ imageBuildVersionArn: string | undefined;
63
+ clientToken?: string;
64
+ }
65
+ export interface CancelImageCreationResponse {
66
+ requestId?: string;
67
+ clientToken?: string;
68
+ imageBuildVersionArn?: string;
69
+ }
70
+ export declare class ClientException extends __BaseException {
71
+ readonly name: "ClientException";
72
+ readonly $fault: "client";
73
+ constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
74
+ }
75
+ export declare class ForbiddenException extends __BaseException {
76
+ readonly name: "ForbiddenException";
77
+ readonly $fault: "client";
78
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
79
+ }
80
+ export declare class IdempotentParameterMismatchException extends __BaseException {
81
+ readonly name: "IdempotentParameterMismatchException";
82
+ readonly $fault: "client";
83
+ constructor(
84
+ opts: __ExceptionOptionType<
85
+ IdempotentParameterMismatchException,
86
+ __BaseException
87
+ >
88
+ );
89
+ }
90
+ export declare class InvalidRequestException extends __BaseException {
91
+ readonly name: "InvalidRequestException";
92
+ readonly $fault: "client";
93
+ constructor(
94
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
95
+ );
96
+ }
97
+ export declare class ResourceInUseException extends __BaseException {
98
+ readonly name: "ResourceInUseException";
99
+ readonly $fault: "client";
100
+ constructor(
101
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
102
+ );
103
+ }
104
+ export declare class ServiceException extends __BaseException {
105
+ readonly name: "ServiceException";
106
+ readonly $fault: "server";
107
+ constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
108
+ }
109
+ export declare class ServiceUnavailableException extends __BaseException {
110
+ readonly name: "ServiceUnavailableException";
111
+ readonly $fault: "server";
112
+ constructor(
113
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
114
+ );
115
+ }
116
+ export interface ComponentParameterDetail {
117
+ name: string | undefined;
118
+ type: string | undefined;
119
+ defaultValue?: string[];
120
+ description?: string;
121
+ }
122
+ export declare enum Platform {
123
+ LINUX = "Linux",
124
+ WINDOWS = "Windows",
125
+ }
126
+ export declare enum ComponentStatus {
127
+ DEPRECATED = "DEPRECATED",
128
+ }
129
+ export interface ComponentState {
130
+ status?: ComponentStatus | string;
131
+ reason?: string;
132
+ }
133
+ export declare enum ComponentType {
134
+ BUILD = "BUILD",
135
+ TEST = "TEST",
136
+ }
137
+ export interface Component {
138
+ arn?: string;
139
+ name?: string;
140
+ version?: string;
141
+ description?: string;
142
+ changeDescription?: string;
143
+ type?: ComponentType | string;
144
+ platform?: Platform | string;
145
+ supportedOsVersions?: string[];
146
+ state?: ComponentState;
147
+ parameters?: ComponentParameterDetail[];
148
+ owner?: string;
149
+ data?: string;
150
+ kmsKeyId?: string;
151
+ encrypted?: boolean;
152
+ dateCreated?: string;
153
+ tags?: Record<string, string>;
154
+ }
155
+ export interface ComponentParameter {
156
+ name: string | undefined;
157
+ value: string[] | undefined;
158
+ }
159
+ export interface ComponentConfiguration {
160
+ componentArn: string | undefined;
161
+ parameters?: ComponentParameter[];
162
+ }
163
+ export declare enum ComponentFormat {
164
+ SHELL = "SHELL",
165
+ }
166
+ export interface ComponentSummary {
167
+ arn?: string;
168
+ name?: string;
169
+ version?: string;
170
+ platform?: Platform | string;
171
+ supportedOsVersions?: string[];
172
+ state?: ComponentState;
173
+ type?: ComponentType | string;
174
+ owner?: string;
175
+ description?: string;
176
+ changeDescription?: string;
177
+ dateCreated?: string;
178
+ tags?: Record<string, string>;
179
+ }
180
+ export interface ComponentVersion {
181
+ arn?: string;
182
+ name?: string;
183
+ version?: string;
184
+ description?: string;
185
+ platform?: Platform | string;
186
+ supportedOsVersions?: string[];
187
+ type?: ComponentType | string;
188
+ owner?: string;
189
+ dateCreated?: string;
190
+ }
191
+ export interface Container {
192
+ region?: string;
193
+ imageUris?: string[];
194
+ }
195
+ export declare enum ContainerRepositoryService {
196
+ ECR = "ECR",
197
+ }
198
+ export interface TargetContainerRepository {
199
+ service: ContainerRepositoryService | string | undefined;
200
+ repositoryName: string | undefined;
201
+ }
202
+ export interface ContainerDistributionConfiguration {
203
+ description?: string;
204
+ containerTags?: string[];
205
+ targetRepository: TargetContainerRepository | undefined;
206
+ }
207
+ export declare enum ContainerType {
208
+ DOCKER = "DOCKER",
209
+ }
210
+ export declare enum EbsVolumeType {
211
+ GP2 = "gp2",
212
+ GP3 = "gp3",
213
+ IO1 = "io1",
214
+ IO2 = "io2",
215
+ SC1 = "sc1",
216
+ ST1 = "st1",
217
+ STANDARD = "standard",
218
+ }
219
+ export interface EbsInstanceBlockDeviceSpecification {
220
+ encrypted?: boolean;
221
+ deleteOnTermination?: boolean;
222
+ iops?: number;
223
+ kmsKeyId?: string;
224
+ snapshotId?: string;
225
+ volumeSize?: number;
226
+ volumeType?: EbsVolumeType | string;
227
+ throughput?: number;
228
+ }
229
+ export interface InstanceBlockDeviceMapping {
230
+ deviceName?: string;
231
+ ebs?: EbsInstanceBlockDeviceSpecification;
232
+ virtualName?: string;
233
+ noDevice?: string;
234
+ }
235
+ export interface InstanceConfiguration {
236
+ image?: string;
237
+ blockDeviceMappings?: InstanceBlockDeviceMapping[];
238
+ }
239
+ export interface ContainerRecipe {
240
+ arn?: string;
241
+ containerType?: ContainerType | string;
242
+ name?: string;
243
+ description?: string;
244
+ platform?: Platform | string;
245
+ owner?: string;
246
+ version?: string;
247
+ components?: ComponentConfiguration[];
248
+ instanceConfiguration?: InstanceConfiguration;
249
+ dockerfileTemplateData?: string;
250
+ kmsKeyId?: string;
251
+ encrypted?: boolean;
252
+ parentImage?: string;
253
+ dateCreated?: string;
254
+ tags?: Record<string, string>;
255
+ workingDirectory?: string;
256
+ targetRepository?: TargetContainerRepository;
257
+ }
258
+ export interface ContainerRecipeSummary {
259
+ arn?: string;
260
+ containerType?: ContainerType | string;
261
+ name?: string;
262
+ platform?: Platform | string;
263
+ owner?: string;
264
+ parentImage?: string;
265
+ dateCreated?: string;
266
+ tags?: Record<string, string>;
267
+ }
268
+ export interface CreateComponentRequest {
269
+ name: string | undefined;
270
+ semanticVersion: string | undefined;
271
+ description?: string;
272
+ changeDescription?: string;
273
+ platform: Platform | string | undefined;
274
+ supportedOsVersions?: string[];
275
+ data?: string;
276
+ uri?: string;
277
+ kmsKeyId?: string;
278
+ tags?: Record<string, string>;
279
+ clientToken?: string;
280
+ }
281
+ export interface CreateComponentResponse {
282
+ requestId?: string;
283
+ clientToken?: string;
284
+ componentBuildVersionArn?: string;
285
+ }
286
+ export declare class InvalidParameterCombinationException extends __BaseException {
287
+ readonly name: "InvalidParameterCombinationException";
288
+ readonly $fault: "client";
289
+ constructor(
290
+ opts: __ExceptionOptionType<
291
+ InvalidParameterCombinationException,
292
+ __BaseException
293
+ >
294
+ );
295
+ }
296
+ export declare class InvalidVersionNumberException extends __BaseException {
297
+ readonly name: "InvalidVersionNumberException";
298
+ readonly $fault: "client";
299
+ constructor(
300
+ opts: __ExceptionOptionType<InvalidVersionNumberException, __BaseException>
301
+ );
302
+ }
303
+ export declare class ServiceQuotaExceededException extends __BaseException {
304
+ readonly name: "ServiceQuotaExceededException";
305
+ readonly $fault: "client";
306
+ constructor(
307
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
308
+ );
309
+ }
310
+ export interface CreateContainerRecipeRequest {
311
+ containerType: ContainerType | string | undefined;
312
+ name: string | undefined;
313
+ description?: string;
314
+ semanticVersion: string | undefined;
315
+ components: ComponentConfiguration[] | undefined;
316
+ instanceConfiguration?: InstanceConfiguration;
317
+ dockerfileTemplateData?: string;
318
+ dockerfileTemplateUri?: string;
319
+ platformOverride?: Platform | string;
320
+ imageOsVersionOverride?: string;
321
+ parentImage: string | undefined;
322
+ tags?: Record<string, string>;
323
+ workingDirectory?: string;
324
+ targetRepository: TargetContainerRepository | undefined;
325
+ kmsKeyId?: string;
326
+ clientToken?: string;
327
+ }
328
+ export interface CreateContainerRecipeResponse {
329
+ requestId?: string;
330
+ clientToken?: string;
331
+ containerRecipeArn?: string;
332
+ }
333
+ export declare class ResourceAlreadyExistsException extends __BaseException {
334
+ readonly name: "ResourceAlreadyExistsException";
335
+ readonly $fault: "client";
336
+ constructor(
337
+ opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
338
+ );
339
+ }
340
+ export interface FastLaunchLaunchTemplateSpecification {
341
+ launchTemplateId?: string;
342
+ launchTemplateName?: string;
343
+ launchTemplateVersion?: string;
344
+ }
345
+ export interface FastLaunchSnapshotConfiguration {
346
+ targetResourceCount?: number;
347
+ }
348
+ export interface FastLaunchConfiguration {
349
+ enabled: boolean | undefined;
350
+ snapshotConfiguration?: FastLaunchSnapshotConfiguration;
351
+ maxParallelLaunches?: number;
352
+ launchTemplate?: FastLaunchLaunchTemplateSpecification;
353
+ accountId?: string;
354
+ }
355
+ export interface LaunchTemplateConfiguration {
356
+ launchTemplateId: string | undefined;
357
+ accountId?: string;
358
+ setDefaultVersion?: boolean;
359
+ }
360
+ export declare enum DiskImageFormat {
361
+ RAW = "RAW",
362
+ VHD = "VHD",
363
+ VMDK = "VMDK",
364
+ }
365
+ export interface S3ExportConfiguration {
366
+ roleName: string | undefined;
367
+ diskImageFormat: DiskImageFormat | string | undefined;
368
+ s3Bucket: string | undefined;
369
+ s3Prefix?: string;
370
+ }
371
+ export interface Distribution {
372
+ region: string | undefined;
373
+ amiDistributionConfiguration?: AmiDistributionConfiguration;
374
+ containerDistributionConfiguration?: ContainerDistributionConfiguration;
375
+ licenseConfigurationArns?: string[];
376
+ launchTemplateConfigurations?: LaunchTemplateConfiguration[];
377
+ s3ExportConfiguration?: S3ExportConfiguration;
378
+ fastLaunchConfigurations?: FastLaunchConfiguration[];
379
+ }
380
+ export interface CreateDistributionConfigurationRequest {
381
+ name: string | undefined;
382
+ description?: string;
383
+ distributions: Distribution[] | undefined;
384
+ tags?: Record<string, string>;
385
+ clientToken?: string;
386
+ }
387
+ export interface CreateDistributionConfigurationResponse {
388
+ requestId?: string;
389
+ clientToken?: string;
390
+ distributionConfigurationArn?: string;
391
+ }
392
+ export interface ImageTestsConfiguration {
393
+ imageTestsEnabled?: boolean;
394
+ timeoutMinutes?: number;
395
+ }
396
+ export interface CreateImageRequest {
397
+ imageRecipeArn?: string;
398
+ containerRecipeArn?: string;
399
+ distributionConfigurationArn?: string;
400
+ infrastructureConfigurationArn: string | undefined;
401
+ imageTestsConfiguration?: ImageTestsConfiguration;
402
+ enhancedImageMetadataEnabled?: boolean;
403
+ tags?: Record<string, string>;
404
+ clientToken?: string;
405
+ }
406
+ export interface CreateImageResponse {
407
+ requestId?: string;
408
+ clientToken?: string;
409
+ imageBuildVersionArn?: string;
410
+ }
411
+ export declare enum PipelineExecutionStartCondition {
412
+ EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE = "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
413
+ EXPRESSION_MATCH_ONLY = "EXPRESSION_MATCH_ONLY",
414
+ }
415
+ export interface Schedule {
416
+ scheduleExpression?: string;
417
+ timezone?: string;
418
+ pipelineExecutionStartCondition?: PipelineExecutionStartCondition | string;
419
+ }
420
+ export declare enum PipelineStatus {
421
+ DISABLED = "DISABLED",
422
+ ENABLED = "ENABLED",
423
+ }
424
+ export interface CreateImagePipelineRequest {
425
+ name: string | undefined;
426
+ description?: string;
427
+ imageRecipeArn?: string;
428
+ containerRecipeArn?: string;
429
+ infrastructureConfigurationArn: string | undefined;
430
+ distributionConfigurationArn?: string;
431
+ imageTestsConfiguration?: ImageTestsConfiguration;
432
+ enhancedImageMetadataEnabled?: boolean;
433
+ schedule?: Schedule;
434
+ status?: PipelineStatus | string;
435
+ tags?: Record<string, string>;
436
+ clientToken?: string;
437
+ }
438
+ export interface CreateImagePipelineResponse {
439
+ requestId?: string;
440
+ clientToken?: string;
441
+ imagePipelineArn?: string;
442
+ }
443
+ export interface CreateImageRecipeRequest {
444
+ name: string | undefined;
445
+ description?: string;
446
+ semanticVersion: string | undefined;
447
+ components: ComponentConfiguration[] | undefined;
448
+ parentImage: string | undefined;
449
+ blockDeviceMappings?: InstanceBlockDeviceMapping[];
450
+ tags?: Record<string, string>;
451
+ workingDirectory?: string;
452
+ additionalInstanceConfiguration?: AdditionalInstanceConfiguration;
453
+ clientToken?: string;
454
+ }
455
+ export interface CreateImageRecipeResponse {
456
+ requestId?: string;
457
+ clientToken?: string;
458
+ imageRecipeArn?: string;
459
+ }
460
+ export interface InstanceMetadataOptions {
461
+ httpTokens?: string;
462
+ httpPutResponseHopLimit?: number;
463
+ }
464
+ export interface S3Logs {
465
+ s3BucketName?: string;
466
+ s3KeyPrefix?: string;
467
+ }
468
+ export interface Logging {
469
+ s3Logs?: S3Logs;
470
+ }
471
+ export interface CreateInfrastructureConfigurationRequest {
472
+ name: string | undefined;
473
+ description?: string;
474
+ instanceTypes?: string[];
475
+ instanceProfileName: string | undefined;
476
+ securityGroupIds?: string[];
477
+ subnetId?: string;
478
+ logging?: Logging;
479
+ keyPair?: string;
480
+ terminateInstanceOnFailure?: boolean;
481
+ snsTopicArn?: string;
482
+ resourceTags?: Record<string, string>;
483
+ instanceMetadataOptions?: InstanceMetadataOptions;
484
+ tags?: Record<string, string>;
485
+ clientToken?: string;
486
+ }
487
+ export interface CreateInfrastructureConfigurationResponse {
488
+ requestId?: string;
489
+ clientToken?: string;
490
+ infrastructureConfigurationArn?: string;
491
+ }
492
+ export interface DeleteComponentRequest {
493
+ componentBuildVersionArn: string | undefined;
494
+ }
495
+ export interface DeleteComponentResponse {
496
+ requestId?: string;
497
+ componentBuildVersionArn?: string;
498
+ }
499
+ export declare class ResourceDependencyException extends __BaseException {
500
+ readonly name: "ResourceDependencyException";
501
+ readonly $fault: "client";
502
+ constructor(
503
+ opts: __ExceptionOptionType<ResourceDependencyException, __BaseException>
504
+ );
505
+ }
506
+ export interface DeleteContainerRecipeRequest {
507
+ containerRecipeArn: string | undefined;
508
+ }
509
+ export interface DeleteContainerRecipeResponse {
510
+ requestId?: string;
511
+ containerRecipeArn?: string;
512
+ }
513
+ export interface DeleteDistributionConfigurationRequest {
514
+ distributionConfigurationArn: string | undefined;
515
+ }
516
+ export interface DeleteDistributionConfigurationResponse {
517
+ requestId?: string;
518
+ distributionConfigurationArn?: string;
519
+ }
520
+ export interface DeleteImageRequest {
521
+ imageBuildVersionArn: string | undefined;
522
+ }
523
+ export interface DeleteImageResponse {
524
+ requestId?: string;
525
+ imageBuildVersionArn?: string;
526
+ }
527
+ export interface DeleteImagePipelineRequest {
528
+ imagePipelineArn: string | undefined;
529
+ }
530
+ export interface DeleteImagePipelineResponse {
531
+ requestId?: string;
532
+ imagePipelineArn?: string;
533
+ }
534
+ export interface DeleteImageRecipeRequest {
535
+ imageRecipeArn: string | undefined;
536
+ }
537
+ export interface DeleteImageRecipeResponse {
538
+ requestId?: string;
539
+ imageRecipeArn?: string;
540
+ }
541
+ export interface DeleteInfrastructureConfigurationRequest {
542
+ infrastructureConfigurationArn: string | undefined;
543
+ }
544
+ export interface DeleteInfrastructureConfigurationResponse {
545
+ requestId?: string;
546
+ infrastructureConfigurationArn?: string;
547
+ }
548
+ export interface DistributionConfiguration {
549
+ arn?: string;
550
+ name?: string;
551
+ description?: string;
552
+ distributions?: Distribution[];
553
+ timeoutMinutes: number | undefined;
554
+ dateCreated?: string;
555
+ dateUpdated?: string;
556
+ tags?: Record<string, string>;
557
+ }
558
+ export interface DistributionConfigurationSummary {
559
+ arn?: string;
560
+ name?: string;
561
+ description?: string;
562
+ dateCreated?: string;
563
+ dateUpdated?: string;
564
+ tags?: Record<string, string>;
565
+ regions?: string[];
566
+ }
567
+ export interface Filter {
568
+ name?: string;
569
+ values?: string[];
570
+ }
571
+ export interface GetComponentRequest {
572
+ componentBuildVersionArn: string | undefined;
573
+ }
574
+ export interface GetComponentResponse {
575
+ requestId?: string;
576
+ component?: Component;
577
+ }
578
+ export interface GetComponentPolicyRequest {
579
+ componentArn: string | undefined;
580
+ }
581
+ export interface GetComponentPolicyResponse {
582
+ requestId?: string;
583
+ policy?: string;
584
+ }
585
+ export declare class ResourceNotFoundException extends __BaseException {
586
+ readonly name: "ResourceNotFoundException";
587
+ readonly $fault: "client";
588
+ constructor(
589
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
590
+ );
591
+ }
592
+ export interface GetContainerRecipeRequest {
593
+ containerRecipeArn: string | undefined;
594
+ }
595
+ export interface GetContainerRecipeResponse {
596
+ requestId?: string;
597
+ containerRecipe?: ContainerRecipe;
598
+ }
599
+ export interface GetContainerRecipePolicyRequest {
600
+ containerRecipeArn: string | undefined;
601
+ }
602
+ export interface GetContainerRecipePolicyResponse {
603
+ requestId?: string;
604
+ policy?: string;
605
+ }
606
+ export interface GetDistributionConfigurationRequest {
607
+ distributionConfigurationArn: string | undefined;
608
+ }
609
+ export interface GetDistributionConfigurationResponse {
610
+ requestId?: string;
611
+ distributionConfiguration?: DistributionConfiguration;
612
+ }
613
+ export interface GetImageRequest {
614
+ imageBuildVersionArn: string | undefined;
615
+ }
616
+ export declare enum ImageType {
617
+ AMI = "AMI",
618
+ DOCKER = "DOCKER",
619
+ }
620
+ export interface ImageRecipe {
621
+ arn?: string;
622
+ type?: ImageType | string;
623
+ name?: string;
624
+ description?: string;
625
+ platform?: Platform | string;
626
+ owner?: string;
627
+ version?: string;
628
+ components?: ComponentConfiguration[];
629
+ parentImage?: string;
630
+ blockDeviceMappings?: InstanceBlockDeviceMapping[];
631
+ dateCreated?: string;
632
+ tags?: Record<string, string>;
633
+ workingDirectory?: string;
634
+ additionalInstanceConfiguration?: AdditionalInstanceConfiguration;
635
+ }
636
+ export interface InfrastructureConfiguration {
637
+ arn?: string;
638
+ name?: string;
639
+ description?: string;
640
+ instanceTypes?: string[];
641
+ instanceProfileName?: string;
642
+ securityGroupIds?: string[];
643
+ subnetId?: string;
644
+ logging?: Logging;
645
+ keyPair?: string;
646
+ terminateInstanceOnFailure?: boolean;
647
+ snsTopicArn?: string;
648
+ dateCreated?: string;
649
+ dateUpdated?: string;
650
+ resourceTags?: Record<string, string>;
651
+ instanceMetadataOptions?: InstanceMetadataOptions;
652
+ tags?: Record<string, string>;
653
+ }
654
+ export interface OutputResources {
655
+ amis?: Ami[];
656
+ containers?: Container[];
657
+ }
658
+ export interface Image {
659
+ arn?: string;
660
+ type?: ImageType | string;
661
+ name?: string;
662
+ version?: string;
663
+ platform?: Platform | string;
664
+ enhancedImageMetadataEnabled?: boolean;
665
+ osVersion?: string;
666
+ state?: ImageState;
667
+ imageRecipe?: ImageRecipe;
668
+ containerRecipe?: ContainerRecipe;
669
+ sourcePipelineName?: string;
670
+ sourcePipelineArn?: string;
671
+ infrastructureConfiguration?: InfrastructureConfiguration;
672
+ distributionConfiguration?: DistributionConfiguration;
673
+ imageTestsConfiguration?: ImageTestsConfiguration;
674
+ dateCreated?: string;
675
+ outputResources?: OutputResources;
676
+ tags?: Record<string, string>;
677
+ buildType?: BuildType | string;
678
+ }
679
+ export interface GetImageResponse {
680
+ requestId?: string;
681
+ image?: Image;
682
+ }
683
+ export interface GetImagePipelineRequest {
684
+ imagePipelineArn: string | undefined;
685
+ }
686
+ export interface ImagePipeline {
687
+ arn?: string;
688
+ name?: string;
689
+ description?: string;
690
+ platform?: Platform | string;
691
+ enhancedImageMetadataEnabled?: boolean;
692
+ imageRecipeArn?: string;
693
+ containerRecipeArn?: string;
694
+ infrastructureConfigurationArn?: string;
695
+ distributionConfigurationArn?: string;
696
+ imageTestsConfiguration?: ImageTestsConfiguration;
697
+ schedule?: Schedule;
698
+ status?: PipelineStatus | string;
699
+ dateCreated?: string;
700
+ dateUpdated?: string;
701
+ dateLastRun?: string;
702
+ dateNextRun?: string;
703
+ tags?: Record<string, string>;
704
+ }
705
+ export interface GetImagePipelineResponse {
706
+ requestId?: string;
707
+ imagePipeline?: ImagePipeline;
708
+ }
709
+ export interface GetImagePolicyRequest {
710
+ imageArn: string | undefined;
711
+ }
712
+ export interface GetImagePolicyResponse {
713
+ requestId?: string;
714
+ policy?: string;
715
+ }
716
+ export interface GetImageRecipeRequest {
717
+ imageRecipeArn: string | undefined;
718
+ }
719
+ export interface GetImageRecipeResponse {
720
+ requestId?: string;
721
+ imageRecipe?: ImageRecipe;
722
+ }
723
+ export interface GetImageRecipePolicyRequest {
724
+ imageRecipeArn: string | undefined;
725
+ }
726
+ export interface GetImageRecipePolicyResponse {
727
+ requestId?: string;
728
+ policy?: string;
729
+ }
730
+ export interface GetInfrastructureConfigurationRequest {
731
+ infrastructureConfigurationArn: string | undefined;
732
+ }
733
+ export interface GetInfrastructureConfigurationResponse {
734
+ requestId?: string;
735
+ infrastructureConfiguration?: InfrastructureConfiguration;
736
+ }
737
+ export interface ImportComponentRequest {
738
+ name: string | undefined;
739
+ semanticVersion: string | undefined;
740
+ description?: string;
741
+ changeDescription?: string;
742
+ type: ComponentType | string | undefined;
743
+ format: ComponentFormat | string | undefined;
744
+ platform: Platform | string | undefined;
745
+ data?: string;
746
+ uri?: string;
747
+ kmsKeyId?: string;
748
+ tags?: Record<string, string>;
749
+ clientToken?: string;
750
+ }
751
+ export interface ImportComponentResponse {
752
+ requestId?: string;
753
+ clientToken?: string;
754
+ componentBuildVersionArn?: string;
755
+ }
756
+ export interface ImportVmImageRequest {
757
+ name: string | undefined;
758
+ semanticVersion: string | undefined;
759
+ description?: string;
760
+ platform: Platform | string | undefined;
761
+ osVersion?: string;
762
+ vmImportTaskId: string | undefined;
763
+ tags?: Record<string, string>;
764
+ clientToken?: string;
765
+ }
766
+ export interface ImportVmImageResponse {
767
+ requestId?: string;
768
+ imageArn?: string;
769
+ clientToken?: string;
770
+ }
771
+ export declare class InvalidPaginationTokenException extends __BaseException {
772
+ readonly name: "InvalidPaginationTokenException";
773
+ readonly $fault: "client";
774
+ constructor(
775
+ opts: __ExceptionOptionType<
776
+ InvalidPaginationTokenException,
777
+ __BaseException
778
+ >
779
+ );
780
+ }
781
+ export interface ListComponentBuildVersionsRequest {
782
+ componentVersionArn: string | undefined;
783
+ maxResults?: number;
784
+ nextToken?: string;
785
+ }
786
+ export interface ListComponentBuildVersionsResponse {
787
+ requestId?: string;
788
+ componentSummaryList?: ComponentSummary[];
789
+ nextToken?: string;
790
+ }
791
+ export declare enum Ownership {
792
+ AMAZON = "Amazon",
793
+ SELF = "Self",
794
+ SHARED = "Shared",
795
+ }
796
+ export interface ListComponentsRequest {
797
+ owner?: Ownership | string;
798
+ filters?: Filter[];
799
+ byName?: boolean;
800
+ maxResults?: number;
801
+ nextToken?: string;
802
+ }
803
+ export interface ListComponentsResponse {
804
+ requestId?: string;
805
+ componentVersionList?: ComponentVersion[];
806
+ nextToken?: string;
807
+ }
808
+ export interface ListContainerRecipesRequest {
809
+ owner?: Ownership | string;
810
+ filters?: Filter[];
811
+ maxResults?: number;
812
+ nextToken?: string;
813
+ }
814
+ export interface ListContainerRecipesResponse {
815
+ requestId?: string;
816
+ containerRecipeSummaryList?: ContainerRecipeSummary[];
817
+ nextToken?: string;
818
+ }
819
+ export interface ListDistributionConfigurationsRequest {
820
+ filters?: Filter[];
821
+ maxResults?: number;
822
+ nextToken?: string;
823
+ }
824
+ export interface ListDistributionConfigurationsResponse {
825
+ requestId?: string;
826
+ distributionConfigurationSummaryList?: DistributionConfigurationSummary[];
827
+ nextToken?: string;
828
+ }
829
+ export interface ListImageBuildVersionsRequest {
830
+ imageVersionArn: string | undefined;
831
+ filters?: Filter[];
832
+ maxResults?: number;
833
+ nextToken?: string;
834
+ }
835
+ export interface ImageSummary {
836
+ arn?: string;
837
+ name?: string;
838
+ type?: ImageType | string;
839
+ version?: string;
840
+ platform?: Platform | string;
841
+ osVersion?: string;
842
+ state?: ImageState;
843
+ owner?: string;
844
+ dateCreated?: string;
845
+ outputResources?: OutputResources;
846
+ tags?: Record<string, string>;
847
+ buildType?: BuildType | string;
848
+ }
849
+ export interface ListImageBuildVersionsResponse {
850
+ requestId?: string;
851
+ imageSummaryList?: ImageSummary[];
852
+ nextToken?: string;
853
+ }
854
+ export interface ListImagePackagesRequest {
855
+ imageBuildVersionArn: string | undefined;
856
+ maxResults?: number;
857
+ nextToken?: string;
858
+ }
859
+ export interface ImagePackage {
860
+ packageName?: string;
861
+ packageVersion?: string;
862
+ }
863
+ export interface ListImagePackagesResponse {
864
+ requestId?: string;
865
+ imagePackageList?: ImagePackage[];
866
+ nextToken?: string;
867
+ }
868
+ export interface ListImagePipelineImagesRequest {
869
+ imagePipelineArn: string | undefined;
870
+ filters?: Filter[];
871
+ maxResults?: number;
872
+ nextToken?: string;
873
+ }
874
+ export interface ListImagePipelineImagesResponse {
875
+ requestId?: string;
876
+ imageSummaryList?: ImageSummary[];
877
+ nextToken?: string;
878
+ }
879
+ export interface ListImagePipelinesRequest {
880
+ filters?: Filter[];
881
+ maxResults?: number;
882
+ nextToken?: string;
883
+ }
884
+ export interface ListImagePipelinesResponse {
885
+ requestId?: string;
886
+ imagePipelineList?: ImagePipeline[];
887
+ nextToken?: string;
888
+ }
889
+ export interface ListImageRecipesRequest {
890
+ owner?: Ownership | string;
891
+ filters?: Filter[];
892
+ maxResults?: number;
893
+ nextToken?: string;
894
+ }
895
+ export interface ImageRecipeSummary {
896
+ arn?: string;
897
+ name?: string;
898
+ platform?: Platform | string;
899
+ owner?: string;
900
+ parentImage?: string;
901
+ dateCreated?: string;
902
+ tags?: Record<string, string>;
903
+ }
904
+ export interface ListImageRecipesResponse {
905
+ requestId?: string;
906
+ imageRecipeSummaryList?: ImageRecipeSummary[];
907
+ nextToken?: string;
908
+ }
909
+ export interface ListImagesRequest {
910
+ owner?: Ownership | string;
911
+ filters?: Filter[];
912
+ byName?: boolean;
913
+ maxResults?: number;
914
+ nextToken?: string;
915
+ includeDeprecated?: boolean;
916
+ }
917
+ export interface ImageVersion {
918
+ arn?: string;
919
+ name?: string;
920
+ type?: ImageType | string;
921
+ version?: string;
922
+ platform?: Platform | string;
923
+ osVersion?: string;
924
+ owner?: string;
925
+ dateCreated?: string;
926
+ buildType?: BuildType | string;
927
+ }
928
+ export interface ListImagesResponse {
929
+ requestId?: string;
930
+ imageVersionList?: ImageVersion[];
931
+ nextToken?: string;
932
+ }
933
+ export interface ListInfrastructureConfigurationsRequest {
934
+ filters?: Filter[];
935
+ maxResults?: number;
936
+ nextToken?: string;
937
+ }
938
+ export interface InfrastructureConfigurationSummary {
939
+ arn?: string;
940
+ name?: string;
941
+ description?: string;
942
+ dateCreated?: string;
943
+ dateUpdated?: string;
944
+ resourceTags?: Record<string, string>;
945
+ tags?: Record<string, string>;
946
+ instanceTypes?: string[];
947
+ instanceProfileName?: string;
948
+ }
949
+ export interface ListInfrastructureConfigurationsResponse {
950
+ requestId?: string;
951
+ infrastructureConfigurationSummaryList?: InfrastructureConfigurationSummary[];
952
+ nextToken?: string;
953
+ }
954
+ export declare class InvalidParameterException extends __BaseException {
955
+ readonly name: "InvalidParameterException";
956
+ readonly $fault: "client";
957
+ constructor(
958
+ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
959
+ );
960
+ }
961
+ export interface ListTagsForResourceRequest {
962
+ resourceArn: string | undefined;
963
+ }
964
+ export interface ListTagsForResourceResponse {
965
+ tags?: Record<string, string>;
966
+ }
967
+ export declare class InvalidParameterValueException extends __BaseException {
968
+ readonly name: "InvalidParameterValueException";
969
+ readonly $fault: "client";
970
+ constructor(
971
+ opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
972
+ );
973
+ }
974
+ export interface PutComponentPolicyRequest {
975
+ componentArn: string | undefined;
976
+ policy: string | undefined;
977
+ }
978
+ export interface PutComponentPolicyResponse {
979
+ requestId?: string;
980
+ componentArn?: string;
981
+ }
982
+ export interface PutContainerRecipePolicyRequest {
983
+ containerRecipeArn: string | undefined;
984
+ policy: string | undefined;
985
+ }
986
+ export interface PutContainerRecipePolicyResponse {
987
+ requestId?: string;
988
+ containerRecipeArn?: string;
989
+ }
990
+ export interface PutImagePolicyRequest {
991
+ imageArn: string | undefined;
992
+ policy: string | undefined;
993
+ }
994
+ export interface PutImagePolicyResponse {
995
+ requestId?: string;
996
+ imageArn?: string;
997
+ }
998
+ export interface PutImageRecipePolicyRequest {
999
+ imageRecipeArn: string | undefined;
1000
+ policy: string | undefined;
1001
+ }
1002
+ export interface PutImageRecipePolicyResponse {
1003
+ requestId?: string;
1004
+ imageRecipeArn?: string;
1005
+ }
1006
+ export interface StartImagePipelineExecutionRequest {
1007
+ imagePipelineArn: string | undefined;
1008
+ clientToken?: string;
1009
+ }
1010
+ export interface StartImagePipelineExecutionResponse {
1011
+ requestId?: string;
1012
+ clientToken?: string;
1013
+ imageBuildVersionArn?: string;
1014
+ }
1015
+ export interface TagResourceRequest {
1016
+ resourceArn: string | undefined;
1017
+ tags: Record<string, string> | undefined;
1018
+ }
1019
+ export interface TagResourceResponse {}
1020
+ export interface UntagResourceRequest {
1021
+ resourceArn: string | undefined;
1022
+ tagKeys: string[] | undefined;
1023
+ }
1024
+ export interface UntagResourceResponse {}
1025
+ export interface UpdateDistributionConfigurationRequest {
1026
+ distributionConfigurationArn: string | undefined;
1027
+ description?: string;
1028
+ distributions: Distribution[] | undefined;
1029
+ clientToken?: string;
1030
+ }
1031
+ export interface UpdateDistributionConfigurationResponse {
1032
+ requestId?: string;
1033
+ clientToken?: string;
1034
+ distributionConfigurationArn?: string;
1035
+ }
1036
+ export interface UpdateImagePipelineRequest {
1037
+ imagePipelineArn: string | undefined;
1038
+ description?: string;
1039
+ imageRecipeArn?: string;
1040
+ containerRecipeArn?: string;
1041
+ infrastructureConfigurationArn: string | undefined;
1042
+ distributionConfigurationArn?: string;
1043
+ imageTestsConfiguration?: ImageTestsConfiguration;
1044
+ enhancedImageMetadataEnabled?: boolean;
1045
+ schedule?: Schedule;
1046
+ status?: PipelineStatus | string;
1047
+ clientToken?: string;
1048
+ }
1049
+ export interface UpdateImagePipelineResponse {
1050
+ requestId?: string;
1051
+ clientToken?: string;
1052
+ imagePipelineArn?: string;
1053
+ }
1054
+ export interface UpdateInfrastructureConfigurationRequest {
1055
+ infrastructureConfigurationArn: string | undefined;
1056
+ description?: string;
1057
+ instanceTypes?: string[];
1058
+ instanceProfileName: string | undefined;
1059
+ securityGroupIds?: string[];
1060
+ subnetId?: string;
1061
+ logging?: Logging;
1062
+ keyPair?: string;
1063
+ terminateInstanceOnFailure?: boolean;
1064
+ snsTopicArn?: string;
1065
+ clientToken?: string;
1066
+ resourceTags?: Record<string, string>;
1067
+ instanceMetadataOptions?: InstanceMetadataOptions;
1068
+ }
1069
+ export interface UpdateInfrastructureConfigurationResponse {
1070
+ requestId?: string;
1071
+ clientToken?: string;
1072
+ infrastructureConfigurationArn?: string;
1073
+ }
1074
+ export declare const SystemsManagerAgentFilterSensitiveLog: (
1075
+ obj: SystemsManagerAgent
1076
+ ) => any;
1077
+ export declare const AdditionalInstanceConfigurationFilterSensitiveLog: (
1078
+ obj: AdditionalInstanceConfiguration
1079
+ ) => any;
1080
+ export declare const ImageStateFilterSensitiveLog: (obj: ImageState) => any;
1081
+ export declare const AmiFilterSensitiveLog: (obj: Ami) => any;
1082
+ export declare const LaunchPermissionConfigurationFilterSensitiveLog: (
1083
+ obj: LaunchPermissionConfiguration
1084
+ ) => any;
1085
+ export declare const AmiDistributionConfigurationFilterSensitiveLog: (
1086
+ obj: AmiDistributionConfiguration
1087
+ ) => any;
1088
+ export declare const CancelImageCreationRequestFilterSensitiveLog: (
1089
+ obj: CancelImageCreationRequest
1090
+ ) => any;
1091
+ export declare const CancelImageCreationResponseFilterSensitiveLog: (
1092
+ obj: CancelImageCreationResponse
1093
+ ) => any;
1094
+ export declare const ComponentParameterDetailFilterSensitiveLog: (
1095
+ obj: ComponentParameterDetail
1096
+ ) => any;
1097
+ export declare const ComponentStateFilterSensitiveLog: (
1098
+ obj: ComponentState
1099
+ ) => any;
1100
+ export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
1101
+ export declare const ComponentParameterFilterSensitiveLog: (
1102
+ obj: ComponentParameter
1103
+ ) => any;
1104
+ export declare const ComponentConfigurationFilterSensitiveLog: (
1105
+ obj: ComponentConfiguration
1106
+ ) => any;
1107
+ export declare const ComponentSummaryFilterSensitiveLog: (
1108
+ obj: ComponentSummary
1109
+ ) => any;
1110
+ export declare const ComponentVersionFilterSensitiveLog: (
1111
+ obj: ComponentVersion
1112
+ ) => any;
1113
+ export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
1114
+ export declare const TargetContainerRepositoryFilterSensitiveLog: (
1115
+ obj: TargetContainerRepository
1116
+ ) => any;
1117
+ export declare const ContainerDistributionConfigurationFilterSensitiveLog: (
1118
+ obj: ContainerDistributionConfiguration
1119
+ ) => any;
1120
+ export declare const EbsInstanceBlockDeviceSpecificationFilterSensitiveLog: (
1121
+ obj: EbsInstanceBlockDeviceSpecification
1122
+ ) => any;
1123
+ export declare const InstanceBlockDeviceMappingFilterSensitiveLog: (
1124
+ obj: InstanceBlockDeviceMapping
1125
+ ) => any;
1126
+ export declare const InstanceConfigurationFilterSensitiveLog: (
1127
+ obj: InstanceConfiguration
1128
+ ) => any;
1129
+ export declare const ContainerRecipeFilterSensitiveLog: (
1130
+ obj: ContainerRecipe
1131
+ ) => any;
1132
+ export declare const ContainerRecipeSummaryFilterSensitiveLog: (
1133
+ obj: ContainerRecipeSummary
1134
+ ) => any;
1135
+ export declare const CreateComponentRequestFilterSensitiveLog: (
1136
+ obj: CreateComponentRequest
1137
+ ) => any;
1138
+ export declare const CreateComponentResponseFilterSensitiveLog: (
1139
+ obj: CreateComponentResponse
1140
+ ) => any;
1141
+ export declare const CreateContainerRecipeRequestFilterSensitiveLog: (
1142
+ obj: CreateContainerRecipeRequest
1143
+ ) => any;
1144
+ export declare const CreateContainerRecipeResponseFilterSensitiveLog: (
1145
+ obj: CreateContainerRecipeResponse
1146
+ ) => any;
1147
+ export declare const FastLaunchLaunchTemplateSpecificationFilterSensitiveLog: (
1148
+ obj: FastLaunchLaunchTemplateSpecification
1149
+ ) => any;
1150
+ export declare const FastLaunchSnapshotConfigurationFilterSensitiveLog: (
1151
+ obj: FastLaunchSnapshotConfiguration
1152
+ ) => any;
1153
+ export declare const FastLaunchConfigurationFilterSensitiveLog: (
1154
+ obj: FastLaunchConfiguration
1155
+ ) => any;
1156
+ export declare const LaunchTemplateConfigurationFilterSensitiveLog: (
1157
+ obj: LaunchTemplateConfiguration
1158
+ ) => any;
1159
+ export declare const S3ExportConfigurationFilterSensitiveLog: (
1160
+ obj: S3ExportConfiguration
1161
+ ) => any;
1162
+ export declare const DistributionFilterSensitiveLog: (obj: Distribution) => any;
1163
+ export declare const CreateDistributionConfigurationRequestFilterSensitiveLog: (
1164
+ obj: CreateDistributionConfigurationRequest
1165
+ ) => any;
1166
+ export declare const CreateDistributionConfigurationResponseFilterSensitiveLog: (
1167
+ obj: CreateDistributionConfigurationResponse
1168
+ ) => any;
1169
+ export declare const ImageTestsConfigurationFilterSensitiveLog: (
1170
+ obj: ImageTestsConfiguration
1171
+ ) => any;
1172
+ export declare const CreateImageRequestFilterSensitiveLog: (
1173
+ obj: CreateImageRequest
1174
+ ) => any;
1175
+ export declare const CreateImageResponseFilterSensitiveLog: (
1176
+ obj: CreateImageResponse
1177
+ ) => any;
1178
+ export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
1179
+ export declare const CreateImagePipelineRequestFilterSensitiveLog: (
1180
+ obj: CreateImagePipelineRequest
1181
+ ) => any;
1182
+ export declare const CreateImagePipelineResponseFilterSensitiveLog: (
1183
+ obj: CreateImagePipelineResponse
1184
+ ) => any;
1185
+ export declare const CreateImageRecipeRequestFilterSensitiveLog: (
1186
+ obj: CreateImageRecipeRequest
1187
+ ) => any;
1188
+ export declare const CreateImageRecipeResponseFilterSensitiveLog: (
1189
+ obj: CreateImageRecipeResponse
1190
+ ) => any;
1191
+ export declare const InstanceMetadataOptionsFilterSensitiveLog: (
1192
+ obj: InstanceMetadataOptions
1193
+ ) => any;
1194
+ export declare const S3LogsFilterSensitiveLog: (obj: S3Logs) => any;
1195
+ export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
1196
+ export declare const CreateInfrastructureConfigurationRequestFilterSensitiveLog: (
1197
+ obj: CreateInfrastructureConfigurationRequest
1198
+ ) => any;
1199
+ export declare const CreateInfrastructureConfigurationResponseFilterSensitiveLog: (
1200
+ obj: CreateInfrastructureConfigurationResponse
1201
+ ) => any;
1202
+ export declare const DeleteComponentRequestFilterSensitiveLog: (
1203
+ obj: DeleteComponentRequest
1204
+ ) => any;
1205
+ export declare const DeleteComponentResponseFilterSensitiveLog: (
1206
+ obj: DeleteComponentResponse
1207
+ ) => any;
1208
+ export declare const DeleteContainerRecipeRequestFilterSensitiveLog: (
1209
+ obj: DeleteContainerRecipeRequest
1210
+ ) => any;
1211
+ export declare const DeleteContainerRecipeResponseFilterSensitiveLog: (
1212
+ obj: DeleteContainerRecipeResponse
1213
+ ) => any;
1214
+ export declare const DeleteDistributionConfigurationRequestFilterSensitiveLog: (
1215
+ obj: DeleteDistributionConfigurationRequest
1216
+ ) => any;
1217
+ export declare const DeleteDistributionConfigurationResponseFilterSensitiveLog: (
1218
+ obj: DeleteDistributionConfigurationResponse
1219
+ ) => any;
1220
+ export declare const DeleteImageRequestFilterSensitiveLog: (
1221
+ obj: DeleteImageRequest
1222
+ ) => any;
1223
+ export declare const DeleteImageResponseFilterSensitiveLog: (
1224
+ obj: DeleteImageResponse
1225
+ ) => any;
1226
+ export declare const DeleteImagePipelineRequestFilterSensitiveLog: (
1227
+ obj: DeleteImagePipelineRequest
1228
+ ) => any;
1229
+ export declare const DeleteImagePipelineResponseFilterSensitiveLog: (
1230
+ obj: DeleteImagePipelineResponse
1231
+ ) => any;
1232
+ export declare const DeleteImageRecipeRequestFilterSensitiveLog: (
1233
+ obj: DeleteImageRecipeRequest
1234
+ ) => any;
1235
+ export declare const DeleteImageRecipeResponseFilterSensitiveLog: (
1236
+ obj: DeleteImageRecipeResponse
1237
+ ) => any;
1238
+ export declare const DeleteInfrastructureConfigurationRequestFilterSensitiveLog: (
1239
+ obj: DeleteInfrastructureConfigurationRequest
1240
+ ) => any;
1241
+ export declare const DeleteInfrastructureConfigurationResponseFilterSensitiveLog: (
1242
+ obj: DeleteInfrastructureConfigurationResponse
1243
+ ) => any;
1244
+ export declare const DistributionConfigurationFilterSensitiveLog: (
1245
+ obj: DistributionConfiguration
1246
+ ) => any;
1247
+ export declare const DistributionConfigurationSummaryFilterSensitiveLog: (
1248
+ obj: DistributionConfigurationSummary
1249
+ ) => any;
1250
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1251
+ export declare const GetComponentRequestFilterSensitiveLog: (
1252
+ obj: GetComponentRequest
1253
+ ) => any;
1254
+ export declare const GetComponentResponseFilterSensitiveLog: (
1255
+ obj: GetComponentResponse
1256
+ ) => any;
1257
+ export declare const GetComponentPolicyRequestFilterSensitiveLog: (
1258
+ obj: GetComponentPolicyRequest
1259
+ ) => any;
1260
+ export declare const GetComponentPolicyResponseFilterSensitiveLog: (
1261
+ obj: GetComponentPolicyResponse
1262
+ ) => any;
1263
+ export declare const GetContainerRecipeRequestFilterSensitiveLog: (
1264
+ obj: GetContainerRecipeRequest
1265
+ ) => any;
1266
+ export declare const GetContainerRecipeResponseFilterSensitiveLog: (
1267
+ obj: GetContainerRecipeResponse
1268
+ ) => any;
1269
+ export declare const GetContainerRecipePolicyRequestFilterSensitiveLog: (
1270
+ obj: GetContainerRecipePolicyRequest
1271
+ ) => any;
1272
+ export declare const GetContainerRecipePolicyResponseFilterSensitiveLog: (
1273
+ obj: GetContainerRecipePolicyResponse
1274
+ ) => any;
1275
+ export declare const GetDistributionConfigurationRequestFilterSensitiveLog: (
1276
+ obj: GetDistributionConfigurationRequest
1277
+ ) => any;
1278
+ export declare const GetDistributionConfigurationResponseFilterSensitiveLog: (
1279
+ obj: GetDistributionConfigurationResponse
1280
+ ) => any;
1281
+ export declare const GetImageRequestFilterSensitiveLog: (
1282
+ obj: GetImageRequest
1283
+ ) => any;
1284
+ export declare const ImageRecipeFilterSensitiveLog: (obj: ImageRecipe) => any;
1285
+ export declare const InfrastructureConfigurationFilterSensitiveLog: (
1286
+ obj: InfrastructureConfiguration
1287
+ ) => any;
1288
+ export declare const OutputResourcesFilterSensitiveLog: (
1289
+ obj: OutputResources
1290
+ ) => any;
1291
+ export declare const ImageFilterSensitiveLog: (obj: Image) => any;
1292
+ export declare const GetImageResponseFilterSensitiveLog: (
1293
+ obj: GetImageResponse
1294
+ ) => any;
1295
+ export declare const GetImagePipelineRequestFilterSensitiveLog: (
1296
+ obj: GetImagePipelineRequest
1297
+ ) => any;
1298
+ export declare const ImagePipelineFilterSensitiveLog: (
1299
+ obj: ImagePipeline
1300
+ ) => any;
1301
+ export declare const GetImagePipelineResponseFilterSensitiveLog: (
1302
+ obj: GetImagePipelineResponse
1303
+ ) => any;
1304
+ export declare const GetImagePolicyRequestFilterSensitiveLog: (
1305
+ obj: GetImagePolicyRequest
1306
+ ) => any;
1307
+ export declare const GetImagePolicyResponseFilterSensitiveLog: (
1308
+ obj: GetImagePolicyResponse
1309
+ ) => any;
1310
+ export declare const GetImageRecipeRequestFilterSensitiveLog: (
1311
+ obj: GetImageRecipeRequest
1312
+ ) => any;
1313
+ export declare const GetImageRecipeResponseFilterSensitiveLog: (
1314
+ obj: GetImageRecipeResponse
1315
+ ) => any;
1316
+ export declare const GetImageRecipePolicyRequestFilterSensitiveLog: (
1317
+ obj: GetImageRecipePolicyRequest
1318
+ ) => any;
1319
+ export declare const GetImageRecipePolicyResponseFilterSensitiveLog: (
1320
+ obj: GetImageRecipePolicyResponse
1321
+ ) => any;
1322
+ export declare const GetInfrastructureConfigurationRequestFilterSensitiveLog: (
1323
+ obj: GetInfrastructureConfigurationRequest
1324
+ ) => any;
1325
+ export declare const GetInfrastructureConfigurationResponseFilterSensitiveLog: (
1326
+ obj: GetInfrastructureConfigurationResponse
1327
+ ) => any;
1328
+ export declare const ImportComponentRequestFilterSensitiveLog: (
1329
+ obj: ImportComponentRequest
1330
+ ) => any;
1331
+ export declare const ImportComponentResponseFilterSensitiveLog: (
1332
+ obj: ImportComponentResponse
1333
+ ) => any;
1334
+ export declare const ImportVmImageRequestFilterSensitiveLog: (
1335
+ obj: ImportVmImageRequest
1336
+ ) => any;
1337
+ export declare const ImportVmImageResponseFilterSensitiveLog: (
1338
+ obj: ImportVmImageResponse
1339
+ ) => any;
1340
+ export declare const ListComponentBuildVersionsRequestFilterSensitiveLog: (
1341
+ obj: ListComponentBuildVersionsRequest
1342
+ ) => any;
1343
+ export declare const ListComponentBuildVersionsResponseFilterSensitiveLog: (
1344
+ obj: ListComponentBuildVersionsResponse
1345
+ ) => any;
1346
+ export declare const ListComponentsRequestFilterSensitiveLog: (
1347
+ obj: ListComponentsRequest
1348
+ ) => any;
1349
+ export declare const ListComponentsResponseFilterSensitiveLog: (
1350
+ obj: ListComponentsResponse
1351
+ ) => any;
1352
+ export declare const ListContainerRecipesRequestFilterSensitiveLog: (
1353
+ obj: ListContainerRecipesRequest
1354
+ ) => any;
1355
+ export declare const ListContainerRecipesResponseFilterSensitiveLog: (
1356
+ obj: ListContainerRecipesResponse
1357
+ ) => any;
1358
+ export declare const ListDistributionConfigurationsRequestFilterSensitiveLog: (
1359
+ obj: ListDistributionConfigurationsRequest
1360
+ ) => any;
1361
+ export declare const ListDistributionConfigurationsResponseFilterSensitiveLog: (
1362
+ obj: ListDistributionConfigurationsResponse
1363
+ ) => any;
1364
+ export declare const ListImageBuildVersionsRequestFilterSensitiveLog: (
1365
+ obj: ListImageBuildVersionsRequest
1366
+ ) => any;
1367
+ export declare const ImageSummaryFilterSensitiveLog: (obj: ImageSummary) => any;
1368
+ export declare const ListImageBuildVersionsResponseFilterSensitiveLog: (
1369
+ obj: ListImageBuildVersionsResponse
1370
+ ) => any;
1371
+ export declare const ListImagePackagesRequestFilterSensitiveLog: (
1372
+ obj: ListImagePackagesRequest
1373
+ ) => any;
1374
+ export declare const ImagePackageFilterSensitiveLog: (obj: ImagePackage) => any;
1375
+ export declare const ListImagePackagesResponseFilterSensitiveLog: (
1376
+ obj: ListImagePackagesResponse
1377
+ ) => any;
1378
+ export declare const ListImagePipelineImagesRequestFilterSensitiveLog: (
1379
+ obj: ListImagePipelineImagesRequest
1380
+ ) => any;
1381
+ export declare const ListImagePipelineImagesResponseFilterSensitiveLog: (
1382
+ obj: ListImagePipelineImagesResponse
1383
+ ) => any;
1384
+ export declare const ListImagePipelinesRequestFilterSensitiveLog: (
1385
+ obj: ListImagePipelinesRequest
1386
+ ) => any;
1387
+ export declare const ListImagePipelinesResponseFilterSensitiveLog: (
1388
+ obj: ListImagePipelinesResponse
1389
+ ) => any;
1390
+ export declare const ListImageRecipesRequestFilterSensitiveLog: (
1391
+ obj: ListImageRecipesRequest
1392
+ ) => any;
1393
+ export declare const ImageRecipeSummaryFilterSensitiveLog: (
1394
+ obj: ImageRecipeSummary
1395
+ ) => any;
1396
+ export declare const ListImageRecipesResponseFilterSensitiveLog: (
1397
+ obj: ListImageRecipesResponse
1398
+ ) => any;
1399
+ export declare const ListImagesRequestFilterSensitiveLog: (
1400
+ obj: ListImagesRequest
1401
+ ) => any;
1402
+ export declare const ImageVersionFilterSensitiveLog: (obj: ImageVersion) => any;
1403
+ export declare const ListImagesResponseFilterSensitiveLog: (
1404
+ obj: ListImagesResponse
1405
+ ) => any;
1406
+ export declare const ListInfrastructureConfigurationsRequestFilterSensitiveLog: (
1407
+ obj: ListInfrastructureConfigurationsRequest
1408
+ ) => any;
1409
+ export declare const InfrastructureConfigurationSummaryFilterSensitiveLog: (
1410
+ obj: InfrastructureConfigurationSummary
1411
+ ) => any;
1412
+ export declare const ListInfrastructureConfigurationsResponseFilterSensitiveLog: (
1413
+ obj: ListInfrastructureConfigurationsResponse
1414
+ ) => any;
1415
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1416
+ obj: ListTagsForResourceRequest
1417
+ ) => any;
1418
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1419
+ obj: ListTagsForResourceResponse
1420
+ ) => any;
1421
+ export declare const PutComponentPolicyRequestFilterSensitiveLog: (
1422
+ obj: PutComponentPolicyRequest
1423
+ ) => any;
1424
+ export declare const PutComponentPolicyResponseFilterSensitiveLog: (
1425
+ obj: PutComponentPolicyResponse
1426
+ ) => any;
1427
+ export declare const PutContainerRecipePolicyRequestFilterSensitiveLog: (
1428
+ obj: PutContainerRecipePolicyRequest
1429
+ ) => any;
1430
+ export declare const PutContainerRecipePolicyResponseFilterSensitiveLog: (
1431
+ obj: PutContainerRecipePolicyResponse
1432
+ ) => any;
1433
+ export declare const PutImagePolicyRequestFilterSensitiveLog: (
1434
+ obj: PutImagePolicyRequest
1435
+ ) => any;
1436
+ export declare const PutImagePolicyResponseFilterSensitiveLog: (
1437
+ obj: PutImagePolicyResponse
1438
+ ) => any;
1439
+ export declare const PutImageRecipePolicyRequestFilterSensitiveLog: (
1440
+ obj: PutImageRecipePolicyRequest
1441
+ ) => any;
1442
+ export declare const PutImageRecipePolicyResponseFilterSensitiveLog: (
1443
+ obj: PutImageRecipePolicyResponse
1444
+ ) => any;
1445
+ export declare const StartImagePipelineExecutionRequestFilterSensitiveLog: (
1446
+ obj: StartImagePipelineExecutionRequest
1447
+ ) => any;
1448
+ export declare const StartImagePipelineExecutionResponseFilterSensitiveLog: (
1449
+ obj: StartImagePipelineExecutionResponse
1450
+ ) => any;
1451
+ export declare const TagResourceRequestFilterSensitiveLog: (
1452
+ obj: TagResourceRequest
1453
+ ) => any;
1454
+ export declare const TagResourceResponseFilterSensitiveLog: (
1455
+ obj: TagResourceResponse
1456
+ ) => any;
1457
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1458
+ obj: UntagResourceRequest
1459
+ ) => any;
1460
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1461
+ obj: UntagResourceResponse
1462
+ ) => any;
1463
+ export declare const UpdateDistributionConfigurationRequestFilterSensitiveLog: (
1464
+ obj: UpdateDistributionConfigurationRequest
1465
+ ) => any;
1466
+ export declare const UpdateDistributionConfigurationResponseFilterSensitiveLog: (
1467
+ obj: UpdateDistributionConfigurationResponse
1468
+ ) => any;
1469
+ export declare const UpdateImagePipelineRequestFilterSensitiveLog: (
1470
+ obj: UpdateImagePipelineRequest
1471
+ ) => any;
1472
+ export declare const UpdateImagePipelineResponseFilterSensitiveLog: (
1473
+ obj: UpdateImagePipelineResponse
1474
+ ) => any;
1475
+ export declare const UpdateInfrastructureConfigurationRequestFilterSensitiveLog: (
1476
+ obj: UpdateInfrastructureConfigurationRequest
1477
+ ) => any;
1478
+ export declare const UpdateInfrastructureConfigurationResponseFilterSensitiveLog: (
1479
+ obj: UpdateInfrastructureConfigurationResponse
1480
+ ) => any;