@aws-sdk/client-imagebuilder 3.130.0 → 3.141.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 (107) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CancelImageCreationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateComponentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateContainerRecipeCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +2 -2
  7. package/dist-cjs/commands/CreateImageCommand.js +2 -2
  8. package/dist-cjs/commands/CreateImagePipelineCommand.js +2 -2
  9. package/dist-cjs/commands/CreateImageRecipeCommand.js +2 -2
  10. package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteContainerRecipeCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteImageCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteImagePipelineCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteImageRecipeCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +2 -2
  18. package/dist-cjs/commands/GetComponentCommand.js +2 -2
  19. package/dist-cjs/commands/GetComponentPolicyCommand.js +2 -2
  20. package/dist-cjs/commands/GetContainerRecipeCommand.js +2 -2
  21. package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +2 -2
  22. package/dist-cjs/commands/GetDistributionConfigurationCommand.js +2 -2
  23. package/dist-cjs/commands/GetImageCommand.js +2 -2
  24. package/dist-cjs/commands/GetImagePipelineCommand.js +2 -2
  25. package/dist-cjs/commands/GetImagePolicyCommand.js +2 -2
  26. package/dist-cjs/commands/GetImageRecipeCommand.js +2 -2
  27. package/dist-cjs/commands/GetImageRecipePolicyCommand.js +2 -2
  28. package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +2 -2
  29. package/dist-cjs/commands/ImportComponentCommand.js +2 -2
  30. package/dist-cjs/commands/ImportVmImageCommand.js +2 -2
  31. package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +2 -2
  32. package/dist-cjs/commands/ListComponentsCommand.js +2 -2
  33. package/dist-cjs/commands/ListContainerRecipesCommand.js +2 -2
  34. package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +2 -2
  35. package/dist-cjs/commands/ListImageBuildVersionsCommand.js +2 -2
  36. package/dist-cjs/commands/ListImagePackagesCommand.js +2 -2
  37. package/dist-cjs/commands/ListImagePipelineImagesCommand.js +2 -2
  38. package/dist-cjs/commands/ListImagePipelinesCommand.js +2 -2
  39. package/dist-cjs/commands/ListImageRecipesCommand.js +2 -2
  40. package/dist-cjs/commands/ListImagesCommand.js +2 -2
  41. package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +2 -2
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  43. package/dist-cjs/commands/PutComponentPolicyCommand.js +2 -2
  44. package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +2 -2
  45. package/dist-cjs/commands/PutImagePolicyCommand.js +2 -2
  46. package/dist-cjs/commands/PutImageRecipePolicyCommand.js +2 -2
  47. package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +2 -2
  48. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  49. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateImagePipelineCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +2 -2
  53. package/dist-cjs/models/models_0.js +584 -874
  54. package/dist-es/commands/CancelImageCreationCommand.js +3 -3
  55. package/dist-es/commands/CreateComponentCommand.js +3 -3
  56. package/dist-es/commands/CreateContainerRecipeCommand.js +3 -3
  57. package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -3
  58. package/dist-es/commands/CreateImageCommand.js +3 -3
  59. package/dist-es/commands/CreateImagePipelineCommand.js +3 -3
  60. package/dist-es/commands/CreateImageRecipeCommand.js +3 -3
  61. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -3
  62. package/dist-es/commands/DeleteComponentCommand.js +3 -3
  63. package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -3
  64. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -3
  65. package/dist-es/commands/DeleteImageCommand.js +3 -3
  66. package/dist-es/commands/DeleteImagePipelineCommand.js +3 -3
  67. package/dist-es/commands/DeleteImageRecipeCommand.js +3 -3
  68. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -3
  69. package/dist-es/commands/GetComponentCommand.js +3 -3
  70. package/dist-es/commands/GetComponentPolicyCommand.js +3 -3
  71. package/dist-es/commands/GetContainerRecipeCommand.js +3 -3
  72. package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -3
  73. package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -3
  74. package/dist-es/commands/GetImageCommand.js +3 -3
  75. package/dist-es/commands/GetImagePipelineCommand.js +3 -3
  76. package/dist-es/commands/GetImagePolicyCommand.js +3 -3
  77. package/dist-es/commands/GetImageRecipeCommand.js +3 -3
  78. package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -3
  79. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -3
  80. package/dist-es/commands/ImportComponentCommand.js +3 -3
  81. package/dist-es/commands/ImportVmImageCommand.js +3 -3
  82. package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -3
  83. package/dist-es/commands/ListComponentsCommand.js +3 -3
  84. package/dist-es/commands/ListContainerRecipesCommand.js +3 -3
  85. package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -3
  86. package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -3
  87. package/dist-es/commands/ListImagePackagesCommand.js +3 -3
  88. package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -3
  89. package/dist-es/commands/ListImagePipelinesCommand.js +3 -3
  90. package/dist-es/commands/ListImageRecipesCommand.js +3 -3
  91. package/dist-es/commands/ListImagesCommand.js +3 -3
  92. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -3
  93. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  94. package/dist-es/commands/PutComponentPolicyCommand.js +3 -3
  95. package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -3
  96. package/dist-es/commands/PutImagePolicyCommand.js +3 -3
  97. package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -3
  98. package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -3
  99. package/dist-es/commands/TagResourceCommand.js +3 -3
  100. package/dist-es/commands/UntagResourceCommand.js +3 -3
  101. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -3
  102. package/dist-es/commands/UpdateImagePipelineCommand.js +3 -3
  103. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -3
  104. package/dist-es/models/models_0.js +145 -580
  105. package/dist-types/models/models_0.d.ts +580 -870
  106. package/dist-types/ts3.4/models/models_0.d.ts +290 -580
  107. package/package.json +7 -7
@@ -5,10 +5,6 @@ export interface SystemsManagerAgent {
5
5
 
6
6
  uninstallAfterBuild?: boolean;
7
7
  }
8
- export declare namespace SystemsManagerAgent {
9
-
10
- const filterSensitiveLog: (obj: SystemsManagerAgent) => any;
11
- }
12
8
 
13
9
  export interface AdditionalInstanceConfiguration {
14
10
 
@@ -16,10 +12,6 @@ export interface AdditionalInstanceConfiguration {
16
12
 
17
13
  userDataOverride?: string;
18
14
  }
19
- export declare namespace AdditionalInstanceConfiguration {
20
-
21
- const filterSensitiveLog: (obj: AdditionalInstanceConfiguration) => any;
22
- }
23
15
  export declare enum ImageStatus {
24
16
  AVAILABLE = "AVAILABLE",
25
17
  BUILDING = "BUILDING",
@@ -40,10 +32,6 @@ export interface ImageState {
40
32
 
41
33
  reason?: string;
42
34
  }
43
- export declare namespace ImageState {
44
-
45
- const filterSensitiveLog: (obj: ImageState) => any;
46
- }
47
35
 
48
36
  export interface Ami {
49
37
 
@@ -59,10 +47,6 @@ export interface Ami {
59
47
 
60
48
  accountId?: string;
61
49
  }
62
- export declare namespace Ami {
63
-
64
- const filterSensitiveLog: (obj: Ami) => any;
65
- }
66
50
 
67
51
  export interface LaunchPermissionConfiguration {
68
52
 
@@ -74,10 +58,6 @@ export interface LaunchPermissionConfiguration {
74
58
 
75
59
  organizationalUnitArns?: string[];
76
60
  }
77
- export declare namespace LaunchPermissionConfiguration {
78
-
79
- const filterSensitiveLog: (obj: LaunchPermissionConfiguration) => any;
80
- }
81
61
 
82
62
  export interface AmiDistributionConfiguration {
83
63
 
@@ -93,10 +73,6 @@ export interface AmiDistributionConfiguration {
93
73
 
94
74
  launchPermission?: LaunchPermissionConfiguration;
95
75
  }
96
- export declare namespace AmiDistributionConfiguration {
97
-
98
- const filterSensitiveLog: (obj: AmiDistributionConfiguration) => any;
99
- }
100
76
  export declare enum BuildType {
101
77
  IMPORT = "IMPORT",
102
78
  SCHEDULED = "SCHEDULED",
@@ -115,10 +91,6 @@ export interface CancelImageCreationRequest {
115
91
 
116
92
  clientToken?: string;
117
93
  }
118
- export declare namespace CancelImageCreationRequest {
119
-
120
- const filterSensitiveLog: (obj: CancelImageCreationRequest) => any;
121
- }
122
94
  export interface CancelImageCreationResponse {
123
95
 
124
96
  requestId?: string;
@@ -127,10 +99,6 @@ export interface CancelImageCreationResponse {
127
99
 
128
100
  imageBuildVersionArn?: string;
129
101
  }
130
- export declare namespace CancelImageCreationResponse {
131
-
132
- const filterSensitiveLog: (obj: CancelImageCreationResponse) => any;
133
- }
134
102
 
135
103
  export declare class ClientException extends __BaseException {
136
104
  readonly name: "ClientException";
@@ -191,10 +159,6 @@ export interface ComponentParameterDetail {
191
159
 
192
160
  description?: string;
193
161
  }
194
- export declare namespace ComponentParameterDetail {
195
-
196
- const filterSensitiveLog: (obj: ComponentParameterDetail) => any;
197
- }
198
162
  export declare enum Platform {
199
163
  LINUX = "Linux",
200
164
  WINDOWS = "Windows"
@@ -209,10 +173,6 @@ export interface ComponentState {
209
173
 
210
174
  reason?: string;
211
175
  }
212
- export declare namespace ComponentState {
213
-
214
- const filterSensitiveLog: (obj: ComponentState) => any;
215
- }
216
176
  export declare enum ComponentType {
217
177
  BUILD = "BUILD",
218
178
  TEST = "TEST"
@@ -252,10 +212,6 @@ export interface Component {
252
212
 
253
213
  tags?: Record<string, string>;
254
214
  }
255
- export declare namespace Component {
256
-
257
- const filterSensitiveLog: (obj: Component) => any;
258
- }
259
215
 
260
216
  export interface ComponentParameter {
261
217
 
@@ -263,10 +219,6 @@ export interface ComponentParameter {
263
219
 
264
220
  value: string[] | undefined;
265
221
  }
266
- export declare namespace ComponentParameter {
267
-
268
- const filterSensitiveLog: (obj: ComponentParameter) => any;
269
- }
270
222
 
271
223
  export interface ComponentConfiguration {
272
224
 
@@ -274,10 +226,6 @@ export interface ComponentConfiguration {
274
226
 
275
227
  parameters?: ComponentParameter[];
276
228
  }
277
- export declare namespace ComponentConfiguration {
278
-
279
- const filterSensitiveLog: (obj: ComponentConfiguration) => any;
280
- }
281
229
  export declare enum ComponentFormat {
282
230
  SHELL = "SHELL"
283
231
  }
@@ -308,10 +256,6 @@ export interface ComponentSummary {
308
256
 
309
257
  tags?: Record<string, string>;
310
258
  }
311
- export declare namespace ComponentSummary {
312
-
313
- const filterSensitiveLog: (obj: ComponentSummary) => any;
314
- }
315
259
 
316
260
  export interface ComponentVersion {
317
261
 
@@ -333,10 +277,6 @@ export interface ComponentVersion {
333
277
 
334
278
  dateCreated?: string;
335
279
  }
336
- export declare namespace ComponentVersion {
337
-
338
- const filterSensitiveLog: (obj: ComponentVersion) => any;
339
- }
340
280
 
341
281
  export interface Container {
342
282
 
@@ -344,10 +284,6 @@ export interface Container {
344
284
 
345
285
  imageUris?: string[];
346
286
  }
347
- export declare namespace Container {
348
-
349
- const filterSensitiveLog: (obj: Container) => any;
350
- }
351
287
  export declare enum ContainerRepositoryService {
352
288
  ECR = "ECR"
353
289
  }
@@ -358,10 +294,6 @@ export interface TargetContainerRepository {
358
294
 
359
295
  repositoryName: string | undefined;
360
296
  }
361
- export declare namespace TargetContainerRepository {
362
-
363
- const filterSensitiveLog: (obj: TargetContainerRepository) => any;
364
- }
365
297
 
366
298
  export interface ContainerDistributionConfiguration {
367
299
 
@@ -371,10 +303,6 @@ export interface ContainerDistributionConfiguration {
371
303
 
372
304
  targetRepository: TargetContainerRepository | undefined;
373
305
  }
374
- export declare namespace ContainerDistributionConfiguration {
375
-
376
- const filterSensitiveLog: (obj: ContainerDistributionConfiguration) => any;
377
- }
378
306
  export declare enum ContainerType {
379
307
  DOCKER = "DOCKER"
380
308
  }
@@ -406,10 +334,6 @@ export interface EbsInstanceBlockDeviceSpecification {
406
334
 
407
335
  throughput?: number;
408
336
  }
409
- export declare namespace EbsInstanceBlockDeviceSpecification {
410
-
411
- const filterSensitiveLog: (obj: EbsInstanceBlockDeviceSpecification) => any;
412
- }
413
337
 
414
338
  export interface InstanceBlockDeviceMapping {
415
339
 
@@ -421,10 +345,6 @@ export interface InstanceBlockDeviceMapping {
421
345
 
422
346
  noDevice?: string;
423
347
  }
424
- export declare namespace InstanceBlockDeviceMapping {
425
-
426
- const filterSensitiveLog: (obj: InstanceBlockDeviceMapping) => any;
427
- }
428
348
 
429
349
  export interface InstanceConfiguration {
430
350
 
@@ -432,10 +352,6 @@ export interface InstanceConfiguration {
432
352
 
433
353
  blockDeviceMappings?: InstanceBlockDeviceMapping[];
434
354
  }
435
- export declare namespace InstanceConfiguration {
436
-
437
- const filterSensitiveLog: (obj: InstanceConfiguration) => any;
438
- }
439
355
 
440
356
  export interface ContainerRecipe {
441
357
 
@@ -473,10 +389,6 @@ export interface ContainerRecipe {
473
389
 
474
390
  targetRepository?: TargetContainerRepository;
475
391
  }
476
- export declare namespace ContainerRecipe {
477
-
478
- const filterSensitiveLog: (obj: ContainerRecipe) => any;
479
- }
480
392
 
481
393
  export interface ContainerRecipeSummary {
482
394
 
@@ -496,10 +408,6 @@ export interface ContainerRecipeSummary {
496
408
 
497
409
  tags?: Record<string, string>;
498
410
  }
499
- export declare namespace ContainerRecipeSummary {
500
-
501
- const filterSensitiveLog: (obj: ContainerRecipeSummary) => any;
502
- }
503
411
  export interface CreateComponentRequest {
504
412
 
505
413
  name: string | undefined;
@@ -524,10 +432,6 @@ export interface CreateComponentRequest {
524
432
 
525
433
  clientToken?: string;
526
434
  }
527
- export declare namespace CreateComponentRequest {
528
-
529
- const filterSensitiveLog: (obj: CreateComponentRequest) => any;
530
- }
531
435
  export interface CreateComponentResponse {
532
436
 
533
437
  requestId?: string;
@@ -536,10 +440,6 @@ export interface CreateComponentResponse {
536
440
 
537
441
  componentBuildVersionArn?: string;
538
442
  }
539
- export declare namespace CreateComponentResponse {
540
-
541
- const filterSensitiveLog: (obj: CreateComponentResponse) => any;
542
- }
543
443
 
544
444
  export declare class InvalidParameterCombinationException extends __BaseException {
545
445
  readonly name: "InvalidParameterCombinationException";
@@ -595,10 +495,6 @@ export interface CreateContainerRecipeRequest {
595
495
 
596
496
  clientToken?: string;
597
497
  }
598
- export declare namespace CreateContainerRecipeRequest {
599
-
600
- const filterSensitiveLog: (obj: CreateContainerRecipeRequest) => any;
601
- }
602
498
  export interface CreateContainerRecipeResponse {
603
499
 
604
500
  requestId?: string;
@@ -607,10 +503,6 @@ export interface CreateContainerRecipeResponse {
607
503
 
608
504
  containerRecipeArn?: string;
609
505
  }
610
- export declare namespace CreateContainerRecipeResponse {
611
-
612
- const filterSensitiveLog: (obj: CreateContainerRecipeResponse) => any;
613
- }
614
506
 
615
507
  export declare class ResourceAlreadyExistsException extends __BaseException {
616
508
  readonly name: "ResourceAlreadyExistsException";
@@ -627,19 +519,11 @@ export interface FastLaunchLaunchTemplateSpecification {
627
519
 
628
520
  launchTemplateVersion?: string;
629
521
  }
630
- export declare namespace FastLaunchLaunchTemplateSpecification {
631
-
632
- const filterSensitiveLog: (obj: FastLaunchLaunchTemplateSpecification) => any;
633
- }
634
522
 
635
523
  export interface FastLaunchSnapshotConfiguration {
636
524
 
637
525
  targetResourceCount?: number;
638
526
  }
639
- export declare namespace FastLaunchSnapshotConfiguration {
640
-
641
- const filterSensitiveLog: (obj: FastLaunchSnapshotConfiguration) => any;
642
- }
643
527
 
644
528
  export interface FastLaunchConfiguration {
645
529
 
@@ -653,10 +537,6 @@ export interface FastLaunchConfiguration {
653
537
 
654
538
  accountId?: string;
655
539
  }
656
- export declare namespace FastLaunchConfiguration {
657
-
658
- const filterSensitiveLog: (obj: FastLaunchConfiguration) => any;
659
- }
660
540
 
661
541
  export interface LaunchTemplateConfiguration {
662
542
 
@@ -666,10 +546,6 @@ export interface LaunchTemplateConfiguration {
666
546
 
667
547
  setDefaultVersion?: boolean;
668
548
  }
669
- export declare namespace LaunchTemplateConfiguration {
670
-
671
- const filterSensitiveLog: (obj: LaunchTemplateConfiguration) => any;
672
- }
673
549
  export declare enum DiskImageFormat {
674
550
  RAW = "RAW",
675
551
  VHD = "VHD",
@@ -686,10 +562,6 @@ export interface S3ExportConfiguration {
686
562
 
687
563
  s3Prefix?: string;
688
564
  }
689
- export declare namespace S3ExportConfiguration {
690
-
691
- const filterSensitiveLog: (obj: S3ExportConfiguration) => any;
692
- }
693
565
 
694
566
  export interface Distribution {
695
567
 
@@ -707,10 +579,6 @@ export interface Distribution {
707
579
 
708
580
  fastLaunchConfigurations?: FastLaunchConfiguration[];
709
581
  }
710
- export declare namespace Distribution {
711
-
712
- const filterSensitiveLog: (obj: Distribution) => any;
713
- }
714
582
  export interface CreateDistributionConfigurationRequest {
715
583
 
716
584
  name: string | undefined;
@@ -723,10 +591,6 @@ export interface CreateDistributionConfigurationRequest {
723
591
 
724
592
  clientToken?: string;
725
593
  }
726
- export declare namespace CreateDistributionConfigurationRequest {
727
-
728
- const filterSensitiveLog: (obj: CreateDistributionConfigurationRequest) => any;
729
- }
730
594
  export interface CreateDistributionConfigurationResponse {
731
595
 
732
596
  requestId?: string;
@@ -735,10 +599,6 @@ export interface CreateDistributionConfigurationResponse {
735
599
 
736
600
  distributionConfigurationArn?: string;
737
601
  }
738
- export declare namespace CreateDistributionConfigurationResponse {
739
-
740
- const filterSensitiveLog: (obj: CreateDistributionConfigurationResponse) => any;
741
- }
742
602
 
743
603
  export interface ImageTestsConfiguration {
744
604
 
@@ -746,10 +606,6 @@ export interface ImageTestsConfiguration {
746
606
 
747
607
  timeoutMinutes?: number;
748
608
  }
749
- export declare namespace ImageTestsConfiguration {
750
-
751
- const filterSensitiveLog: (obj: ImageTestsConfiguration) => any;
752
- }
753
609
  export interface CreateImageRequest {
754
610
 
755
611
  imageRecipeArn?: string;
@@ -768,10 +624,6 @@ export interface CreateImageRequest {
768
624
 
769
625
  clientToken?: string;
770
626
  }
771
- export declare namespace CreateImageRequest {
772
-
773
- const filterSensitiveLog: (obj: CreateImageRequest) => any;
774
- }
775
627
  export interface CreateImageResponse {
776
628
 
777
629
  requestId?: string;
@@ -780,10 +632,6 @@ export interface CreateImageResponse {
780
632
 
781
633
  imageBuildVersionArn?: string;
782
634
  }
783
- export declare namespace CreateImageResponse {
784
-
785
- const filterSensitiveLog: (obj: CreateImageResponse) => any;
786
- }
787
635
  export declare enum PipelineExecutionStartCondition {
788
636
  EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE = "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
789
637
  EXPRESSION_MATCH_ONLY = "EXPRESSION_MATCH_ONLY"
@@ -797,10 +645,6 @@ export interface Schedule {
797
645
 
798
646
  pipelineExecutionStartCondition?: PipelineExecutionStartCondition | string;
799
647
  }
800
- export declare namespace Schedule {
801
-
802
- const filterSensitiveLog: (obj: Schedule) => any;
803
- }
804
648
  export declare enum PipelineStatus {
805
649
  DISABLED = "DISABLED",
806
650
  ENABLED = "ENABLED"
@@ -831,10 +675,6 @@ export interface CreateImagePipelineRequest {
831
675
 
832
676
  clientToken?: string;
833
677
  }
834
- export declare namespace CreateImagePipelineRequest {
835
-
836
- const filterSensitiveLog: (obj: CreateImagePipelineRequest) => any;
837
- }
838
678
  export interface CreateImagePipelineResponse {
839
679
 
840
680
  requestId?: string;
@@ -843,10 +683,6 @@ export interface CreateImagePipelineResponse {
843
683
 
844
684
  imagePipelineArn?: string;
845
685
  }
846
- export declare namespace CreateImagePipelineResponse {
847
-
848
- const filterSensitiveLog: (obj: CreateImagePipelineResponse) => any;
849
- }
850
686
  export interface CreateImageRecipeRequest {
851
687
 
852
688
  name: string | undefined;
@@ -869,10 +705,6 @@ export interface CreateImageRecipeRequest {
869
705
 
870
706
  clientToken?: string;
871
707
  }
872
- export declare namespace CreateImageRecipeRequest {
873
-
874
- const filterSensitiveLog: (obj: CreateImageRecipeRequest) => any;
875
- }
876
708
  export interface CreateImageRecipeResponse {
877
709
 
878
710
  requestId?: string;
@@ -881,10 +713,6 @@ export interface CreateImageRecipeResponse {
881
713
 
882
714
  imageRecipeArn?: string;
883
715
  }
884
- export declare namespace CreateImageRecipeResponse {
885
-
886
- const filterSensitiveLog: (obj: CreateImageRecipeResponse) => any;
887
- }
888
716
 
889
717
  export interface InstanceMetadataOptions {
890
718
 
@@ -892,10 +720,6 @@ export interface InstanceMetadataOptions {
892
720
 
893
721
  httpPutResponseHopLimit?: number;
894
722
  }
895
- export declare namespace InstanceMetadataOptions {
896
-
897
- const filterSensitiveLog: (obj: InstanceMetadataOptions) => any;
898
- }
899
723
 
900
724
  export interface S3Logs {
901
725
 
@@ -903,19 +727,11 @@ export interface S3Logs {
903
727
 
904
728
  s3KeyPrefix?: string;
905
729
  }
906
- export declare namespace S3Logs {
907
-
908
- const filterSensitiveLog: (obj: S3Logs) => any;
909
- }
910
730
 
911
731
  export interface Logging {
912
732
 
913
733
  s3Logs?: S3Logs;
914
734
  }
915
- export declare namespace Logging {
916
-
917
- const filterSensitiveLog: (obj: Logging) => any;
918
- }
919
735
  export interface CreateInfrastructureConfigurationRequest {
920
736
 
921
737
  name: string | undefined;
@@ -946,10 +762,6 @@ export interface CreateInfrastructureConfigurationRequest {
946
762
 
947
763
  clientToken?: string;
948
764
  }
949
- export declare namespace CreateInfrastructureConfigurationRequest {
950
-
951
- const filterSensitiveLog: (obj: CreateInfrastructureConfigurationRequest) => any;
952
- }
953
765
  export interface CreateInfrastructureConfigurationResponse {
954
766
 
955
767
  requestId?: string;
@@ -958,28 +770,16 @@ export interface CreateInfrastructureConfigurationResponse {
958
770
 
959
771
  infrastructureConfigurationArn?: string;
960
772
  }
961
- export declare namespace CreateInfrastructureConfigurationResponse {
962
-
963
- const filterSensitiveLog: (obj: CreateInfrastructureConfigurationResponse) => any;
964
- }
965
773
  export interface DeleteComponentRequest {
966
774
 
967
775
  componentBuildVersionArn: string | undefined;
968
776
  }
969
- export declare namespace DeleteComponentRequest {
970
-
971
- const filterSensitiveLog: (obj: DeleteComponentRequest) => any;
972
- }
973
777
  export interface DeleteComponentResponse {
974
778
 
975
779
  requestId?: string;
976
780
 
977
781
  componentBuildVersionArn?: string;
978
782
  }
979
- export declare namespace DeleteComponentResponse {
980
-
981
- const filterSensitiveLog: (obj: DeleteComponentResponse) => any;
982
- }
983
783
 
984
784
  export declare class ResourceDependencyException extends __BaseException {
985
785
  readonly name: "ResourceDependencyException";
@@ -991,110 +791,62 @@ export interface DeleteContainerRecipeRequest {
991
791
 
992
792
  containerRecipeArn: string | undefined;
993
793
  }
994
- export declare namespace DeleteContainerRecipeRequest {
995
-
996
- const filterSensitiveLog: (obj: DeleteContainerRecipeRequest) => any;
997
- }
998
794
  export interface DeleteContainerRecipeResponse {
999
795
 
1000
796
  requestId?: string;
1001
797
 
1002
798
  containerRecipeArn?: string;
1003
799
  }
1004
- export declare namespace DeleteContainerRecipeResponse {
1005
-
1006
- const filterSensitiveLog: (obj: DeleteContainerRecipeResponse) => any;
1007
- }
1008
800
  export interface DeleteDistributionConfigurationRequest {
1009
801
 
1010
802
  distributionConfigurationArn: string | undefined;
1011
803
  }
1012
- export declare namespace DeleteDistributionConfigurationRequest {
1013
-
1014
- const filterSensitiveLog: (obj: DeleteDistributionConfigurationRequest) => any;
1015
- }
1016
804
  export interface DeleteDistributionConfigurationResponse {
1017
805
 
1018
806
  requestId?: string;
1019
807
 
1020
808
  distributionConfigurationArn?: string;
1021
809
  }
1022
- export declare namespace DeleteDistributionConfigurationResponse {
1023
-
1024
- const filterSensitiveLog: (obj: DeleteDistributionConfigurationResponse) => any;
1025
- }
1026
810
  export interface DeleteImageRequest {
1027
811
 
1028
812
  imageBuildVersionArn: string | undefined;
1029
813
  }
1030
- export declare namespace DeleteImageRequest {
1031
-
1032
- const filterSensitiveLog: (obj: DeleteImageRequest) => any;
1033
- }
1034
814
  export interface DeleteImageResponse {
1035
815
 
1036
816
  requestId?: string;
1037
817
 
1038
818
  imageBuildVersionArn?: string;
1039
819
  }
1040
- export declare namespace DeleteImageResponse {
1041
-
1042
- const filterSensitiveLog: (obj: DeleteImageResponse) => any;
1043
- }
1044
820
  export interface DeleteImagePipelineRequest {
1045
821
 
1046
822
  imagePipelineArn: string | undefined;
1047
823
  }
1048
- export declare namespace DeleteImagePipelineRequest {
1049
-
1050
- const filterSensitiveLog: (obj: DeleteImagePipelineRequest) => any;
1051
- }
1052
824
  export interface DeleteImagePipelineResponse {
1053
825
 
1054
826
  requestId?: string;
1055
827
 
1056
828
  imagePipelineArn?: string;
1057
829
  }
1058
- export declare namespace DeleteImagePipelineResponse {
1059
-
1060
- const filterSensitiveLog: (obj: DeleteImagePipelineResponse) => any;
1061
- }
1062
830
  export interface DeleteImageRecipeRequest {
1063
831
 
1064
832
  imageRecipeArn: string | undefined;
1065
833
  }
1066
- export declare namespace DeleteImageRecipeRequest {
1067
-
1068
- const filterSensitiveLog: (obj: DeleteImageRecipeRequest) => any;
1069
- }
1070
834
  export interface DeleteImageRecipeResponse {
1071
835
 
1072
836
  requestId?: string;
1073
837
 
1074
838
  imageRecipeArn?: string;
1075
839
  }
1076
- export declare namespace DeleteImageRecipeResponse {
1077
-
1078
- const filterSensitiveLog: (obj: DeleteImageRecipeResponse) => any;
1079
- }
1080
840
  export interface DeleteInfrastructureConfigurationRequest {
1081
841
 
1082
842
  infrastructureConfigurationArn: string | undefined;
1083
843
  }
1084
- export declare namespace DeleteInfrastructureConfigurationRequest {
1085
-
1086
- const filterSensitiveLog: (obj: DeleteInfrastructureConfigurationRequest) => any;
1087
- }
1088
844
  export interface DeleteInfrastructureConfigurationResponse {
1089
845
 
1090
846
  requestId?: string;
1091
847
 
1092
848
  infrastructureConfigurationArn?: string;
1093
849
  }
1094
- export declare namespace DeleteInfrastructureConfigurationResponse {
1095
-
1096
- const filterSensitiveLog: (obj: DeleteInfrastructureConfigurationResponse) => any;
1097
- }
1098
850
 
1099
851
  export interface DistributionConfiguration {
1100
852
 
@@ -1114,10 +866,6 @@ export interface DistributionConfiguration {
1114
866
 
1115
867
  tags?: Record<string, string>;
1116
868
  }
1117
- export declare namespace DistributionConfiguration {
1118
-
1119
- const filterSensitiveLog: (obj: DistributionConfiguration) => any;
1120
- }
1121
869
 
1122
870
  export interface DistributionConfigurationSummary {
1123
871
 
@@ -1135,10 +883,6 @@ export interface DistributionConfigurationSummary {
1135
883
 
1136
884
  regions?: string[];
1137
885
  }
1138
- export declare namespace DistributionConfigurationSummary {
1139
-
1140
- const filterSensitiveLog: (obj: DistributionConfigurationSummary) => any;
1141
- }
1142
886
 
1143
887
  export interface Filter {
1144
888
 
@@ -1146,46 +890,26 @@ export interface Filter {
1146
890
 
1147
891
  values?: string[];
1148
892
  }
1149
- export declare namespace Filter {
1150
-
1151
- const filterSensitiveLog: (obj: Filter) => any;
1152
- }
1153
893
  export interface GetComponentRequest {
1154
894
 
1155
895
  componentBuildVersionArn: string | undefined;
1156
896
  }
1157
- export declare namespace GetComponentRequest {
1158
-
1159
- const filterSensitiveLog: (obj: GetComponentRequest) => any;
1160
- }
1161
897
  export interface GetComponentResponse {
1162
898
 
1163
899
  requestId?: string;
1164
900
 
1165
901
  component?: Component;
1166
902
  }
1167
- export declare namespace GetComponentResponse {
1168
-
1169
- const filterSensitiveLog: (obj: GetComponentResponse) => any;
1170
- }
1171
903
  export interface GetComponentPolicyRequest {
1172
904
 
1173
905
  componentArn: string | undefined;
1174
906
  }
1175
- export declare namespace GetComponentPolicyRequest {
1176
-
1177
- const filterSensitiveLog: (obj: GetComponentPolicyRequest) => any;
1178
- }
1179
907
  export interface GetComponentPolicyResponse {
1180
908
 
1181
909
  requestId?: string;
1182
910
 
1183
911
  policy?: string;
1184
912
  }
1185
- export declare namespace GetComponentPolicyResponse {
1186
-
1187
- const filterSensitiveLog: (obj: GetComponentPolicyResponse) => any;
1188
- }
1189
913
 
1190
914
  export declare class ResourceNotFoundException extends __BaseException {
1191
915
  readonly name: "ResourceNotFoundException";
@@ -1197,64 +921,36 @@ export interface GetContainerRecipeRequest {
1197
921
 
1198
922
  containerRecipeArn: string | undefined;
1199
923
  }
1200
- export declare namespace GetContainerRecipeRequest {
1201
-
1202
- const filterSensitiveLog: (obj: GetContainerRecipeRequest) => any;
1203
- }
1204
924
  export interface GetContainerRecipeResponse {
1205
925
 
1206
926
  requestId?: string;
1207
927
 
1208
928
  containerRecipe?: ContainerRecipe;
1209
929
  }
1210
- export declare namespace GetContainerRecipeResponse {
1211
-
1212
- const filterSensitiveLog: (obj: GetContainerRecipeResponse) => any;
1213
- }
1214
930
  export interface GetContainerRecipePolicyRequest {
1215
931
 
1216
932
  containerRecipeArn: string | undefined;
1217
933
  }
1218
- export declare namespace GetContainerRecipePolicyRequest {
1219
-
1220
- const filterSensitiveLog: (obj: GetContainerRecipePolicyRequest) => any;
1221
- }
1222
934
  export interface GetContainerRecipePolicyResponse {
1223
935
 
1224
936
  requestId?: string;
1225
937
 
1226
938
  policy?: string;
1227
939
  }
1228
- export declare namespace GetContainerRecipePolicyResponse {
1229
-
1230
- const filterSensitiveLog: (obj: GetContainerRecipePolicyResponse) => any;
1231
- }
1232
940
  export interface GetDistributionConfigurationRequest {
1233
941
 
1234
942
  distributionConfigurationArn: string | undefined;
1235
943
  }
1236
- export declare namespace GetDistributionConfigurationRequest {
1237
-
1238
- const filterSensitiveLog: (obj: GetDistributionConfigurationRequest) => any;
1239
- }
1240
944
  export interface GetDistributionConfigurationResponse {
1241
945
 
1242
946
  requestId?: string;
1243
947
 
1244
948
  distributionConfiguration?: DistributionConfiguration;
1245
949
  }
1246
- export declare namespace GetDistributionConfigurationResponse {
1247
-
1248
- const filterSensitiveLog: (obj: GetDistributionConfigurationResponse) => any;
1249
- }
1250
950
  export interface GetImageRequest {
1251
951
 
1252
952
  imageBuildVersionArn: string | undefined;
1253
953
  }
1254
- export declare namespace GetImageRequest {
1255
-
1256
- const filterSensitiveLog: (obj: GetImageRequest) => any;
1257
- }
1258
954
  export declare enum ImageType {
1259
955
  AMI = "AMI",
1260
956
  DOCKER = "DOCKER"
@@ -1290,10 +986,6 @@ export interface ImageRecipe {
1290
986
 
1291
987
  additionalInstanceConfiguration?: AdditionalInstanceConfiguration;
1292
988
  }
1293
- export declare namespace ImageRecipe {
1294
-
1295
- const filterSensitiveLog: (obj: ImageRecipe) => any;
1296
- }
1297
989
 
1298
990
  export interface InfrastructureConfiguration {
1299
991
 
@@ -1329,10 +1021,6 @@ export interface InfrastructureConfiguration {
1329
1021
 
1330
1022
  tags?: Record<string, string>;
1331
1023
  }
1332
- export declare namespace InfrastructureConfiguration {
1333
-
1334
- const filterSensitiveLog: (obj: InfrastructureConfiguration) => any;
1335
- }
1336
1024
 
1337
1025
  export interface OutputResources {
1338
1026
 
@@ -1340,10 +1028,6 @@ export interface OutputResources {
1340
1028
 
1341
1029
  containers?: Container[];
1342
1030
  }
1343
- export declare namespace OutputResources {
1344
-
1345
- const filterSensitiveLog: (obj: OutputResources) => any;
1346
- }
1347
1031
 
1348
1032
  export interface Image {
1349
1033
 
@@ -1385,28 +1069,16 @@ export interface Image {
1385
1069
 
1386
1070
  buildType?: BuildType | string;
1387
1071
  }
1388
- export declare namespace Image {
1389
-
1390
- const filterSensitiveLog: (obj: Image) => any;
1391
- }
1392
1072
  export interface GetImageResponse {
1393
1073
 
1394
1074
  requestId?: string;
1395
1075
 
1396
1076
  image?: Image;
1397
1077
  }
1398
- export declare namespace GetImageResponse {
1399
-
1400
- const filterSensitiveLog: (obj: GetImageResponse) => any;
1401
- }
1402
1078
  export interface GetImagePipelineRequest {
1403
1079
 
1404
1080
  imagePipelineArn: string | undefined;
1405
1081
  }
1406
- export declare namespace GetImagePipelineRequest {
1407
-
1408
- const filterSensitiveLog: (obj: GetImagePipelineRequest) => any;
1409
- }
1410
1082
 
1411
1083
  export interface ImagePipeline {
1412
1084
 
@@ -1444,83 +1116,47 @@ export interface ImagePipeline {
1444
1116
 
1445
1117
  tags?: Record<string, string>;
1446
1118
  }
1447
- export declare namespace ImagePipeline {
1448
-
1449
- const filterSensitiveLog: (obj: ImagePipeline) => any;
1450
- }
1451
1119
  export interface GetImagePipelineResponse {
1452
1120
 
1453
1121
  requestId?: string;
1454
1122
 
1455
1123
  imagePipeline?: ImagePipeline;
1456
1124
  }
1457
- export declare namespace GetImagePipelineResponse {
1458
-
1459
- const filterSensitiveLog: (obj: GetImagePipelineResponse) => any;
1460
- }
1461
1125
  export interface GetImagePolicyRequest {
1462
1126
 
1463
1127
  imageArn: string | undefined;
1464
1128
  }
1465
- export declare namespace GetImagePolicyRequest {
1466
-
1467
- const filterSensitiveLog: (obj: GetImagePolicyRequest) => any;
1468
- }
1469
1129
  export interface GetImagePolicyResponse {
1470
1130
 
1471
1131
  requestId?: string;
1472
1132
 
1473
1133
  policy?: string;
1474
1134
  }
1475
- export declare namespace GetImagePolicyResponse {
1476
-
1477
- const filterSensitiveLog: (obj: GetImagePolicyResponse) => any;
1478
- }
1479
1135
  export interface GetImageRecipeRequest {
1480
1136
 
1481
1137
  imageRecipeArn: string | undefined;
1482
1138
  }
1483
- export declare namespace GetImageRecipeRequest {
1484
-
1485
- const filterSensitiveLog: (obj: GetImageRecipeRequest) => any;
1486
- }
1487
1139
  export interface GetImageRecipeResponse {
1488
1140
 
1489
1141
  requestId?: string;
1490
1142
 
1491
1143
  imageRecipe?: ImageRecipe;
1492
1144
  }
1493
- export declare namespace GetImageRecipeResponse {
1494
-
1495
- const filterSensitiveLog: (obj: GetImageRecipeResponse) => any;
1496
- }
1497
1145
  export interface GetImageRecipePolicyRequest {
1498
1146
 
1499
1147
  imageRecipeArn: string | undefined;
1500
1148
  }
1501
- export declare namespace GetImageRecipePolicyRequest {
1502
-
1503
- const filterSensitiveLog: (obj: GetImageRecipePolicyRequest) => any;
1504
- }
1505
1149
  export interface GetImageRecipePolicyResponse {
1506
1150
 
1507
1151
  requestId?: string;
1508
1152
 
1509
1153
  policy?: string;
1510
1154
  }
1511
- export declare namespace GetImageRecipePolicyResponse {
1512
-
1513
- const filterSensitiveLog: (obj: GetImageRecipePolicyResponse) => any;
1514
- }
1515
1155
 
1516
1156
  export interface GetInfrastructureConfigurationRequest {
1517
1157
 
1518
1158
  infrastructureConfigurationArn: string | undefined;
1519
1159
  }
1520
- export declare namespace GetInfrastructureConfigurationRequest {
1521
-
1522
- const filterSensitiveLog: (obj: GetInfrastructureConfigurationRequest) => any;
1523
- }
1524
1160
 
1525
1161
  export interface GetInfrastructureConfigurationResponse {
1526
1162
 
@@ -1528,10 +1164,6 @@ export interface GetInfrastructureConfigurationResponse {
1528
1164
 
1529
1165
  infrastructureConfiguration?: InfrastructureConfiguration;
1530
1166
  }
1531
- export declare namespace GetInfrastructureConfigurationResponse {
1532
-
1533
- const filterSensitiveLog: (obj: GetInfrastructureConfigurationResponse) => any;
1534
- }
1535
1167
  export interface ImportComponentRequest {
1536
1168
 
1537
1169
  name: string | undefined;
@@ -1558,10 +1190,6 @@ export interface ImportComponentRequest {
1558
1190
 
1559
1191
  clientToken?: string;
1560
1192
  }
1561
- export declare namespace ImportComponentRequest {
1562
-
1563
- const filterSensitiveLog: (obj: ImportComponentRequest) => any;
1564
- }
1565
1193
  export interface ImportComponentResponse {
1566
1194
 
1567
1195
  requestId?: string;
@@ -1570,10 +1198,6 @@ export interface ImportComponentResponse {
1570
1198
 
1571
1199
  componentBuildVersionArn?: string;
1572
1200
  }
1573
- export declare namespace ImportComponentResponse {
1574
-
1575
- const filterSensitiveLog: (obj: ImportComponentResponse) => any;
1576
- }
1577
1201
  export interface ImportVmImageRequest {
1578
1202
 
1579
1203
  name: string | undefined;
@@ -1592,10 +1216,6 @@ export interface ImportVmImageRequest {
1592
1216
 
1593
1217
  clientToken?: string;
1594
1218
  }
1595
- export declare namespace ImportVmImageRequest {
1596
-
1597
- const filterSensitiveLog: (obj: ImportVmImageRequest) => any;
1598
- }
1599
1219
  export interface ImportVmImageResponse {
1600
1220
 
1601
1221
  requestId?: string;
@@ -1604,10 +1224,6 @@ export interface ImportVmImageResponse {
1604
1224
 
1605
1225
  clientToken?: string;
1606
1226
  }
1607
- export declare namespace ImportVmImageResponse {
1608
-
1609
- const filterSensitiveLog: (obj: ImportVmImageResponse) => any;
1610
- }
1611
1227
 
1612
1228
  export declare class InvalidPaginationTokenException extends __BaseException {
1613
1229
  readonly name: "InvalidPaginationTokenException";
@@ -1623,10 +1239,6 @@ export interface ListComponentBuildVersionsRequest {
1623
1239
 
1624
1240
  nextToken?: string;
1625
1241
  }
1626
- export declare namespace ListComponentBuildVersionsRequest {
1627
-
1628
- const filterSensitiveLog: (obj: ListComponentBuildVersionsRequest) => any;
1629
- }
1630
1242
  export interface ListComponentBuildVersionsResponse {
1631
1243
 
1632
1244
  requestId?: string;
@@ -1635,10 +1247,6 @@ export interface ListComponentBuildVersionsResponse {
1635
1247
 
1636
1248
  nextToken?: string;
1637
1249
  }
1638
- export declare namespace ListComponentBuildVersionsResponse {
1639
-
1640
- const filterSensitiveLog: (obj: ListComponentBuildVersionsResponse) => any;
1641
- }
1642
1250
  export declare enum Ownership {
1643
1251
  AMAZON = "Amazon",
1644
1252
  SELF = "Self",
@@ -1656,10 +1264,6 @@ export interface ListComponentsRequest {
1656
1264
 
1657
1265
  nextToken?: string;
1658
1266
  }
1659
- export declare namespace ListComponentsRequest {
1660
-
1661
- const filterSensitiveLog: (obj: ListComponentsRequest) => any;
1662
- }
1663
1267
  export interface ListComponentsResponse {
1664
1268
 
1665
1269
  requestId?: string;
@@ -1668,10 +1272,6 @@ export interface ListComponentsResponse {
1668
1272
 
1669
1273
  nextToken?: string;
1670
1274
  }
1671
- export declare namespace ListComponentsResponse {
1672
-
1673
- const filterSensitiveLog: (obj: ListComponentsResponse) => any;
1674
- }
1675
1275
  export interface ListContainerRecipesRequest {
1676
1276
 
1677
1277
  owner?: Ownership | string;
@@ -1682,10 +1282,6 @@ export interface ListContainerRecipesRequest {
1682
1282
 
1683
1283
  nextToken?: string;
1684
1284
  }
1685
- export declare namespace ListContainerRecipesRequest {
1686
-
1687
- const filterSensitiveLog: (obj: ListContainerRecipesRequest) => any;
1688
- }
1689
1285
  export interface ListContainerRecipesResponse {
1690
1286
 
1691
1287
  requestId?: string;
@@ -1694,10 +1290,6 @@ export interface ListContainerRecipesResponse {
1694
1290
 
1695
1291
  nextToken?: string;
1696
1292
  }
1697
- export declare namespace ListContainerRecipesResponse {
1698
-
1699
- const filterSensitiveLog: (obj: ListContainerRecipesResponse) => any;
1700
- }
1701
1293
  export interface ListDistributionConfigurationsRequest {
1702
1294
 
1703
1295
  filters?: Filter[];
@@ -1706,10 +1298,6 @@ export interface ListDistributionConfigurationsRequest {
1706
1298
 
1707
1299
  nextToken?: string;
1708
1300
  }
1709
- export declare namespace ListDistributionConfigurationsRequest {
1710
-
1711
- const filterSensitiveLog: (obj: ListDistributionConfigurationsRequest) => any;
1712
- }
1713
1301
  export interface ListDistributionConfigurationsResponse {
1714
1302
 
1715
1303
  requestId?: string;
@@ -1718,10 +1306,6 @@ export interface ListDistributionConfigurationsResponse {
1718
1306
 
1719
1307
  nextToken?: string;
1720
1308
  }
1721
- export declare namespace ListDistributionConfigurationsResponse {
1722
-
1723
- const filterSensitiveLog: (obj: ListDistributionConfigurationsResponse) => any;
1724
- }
1725
1309
  export interface ListImageBuildVersionsRequest {
1726
1310
 
1727
1311
  imageVersionArn: string | undefined;
@@ -1732,10 +1316,6 @@ export interface ListImageBuildVersionsRequest {
1732
1316
 
1733
1317
  nextToken?: string;
1734
1318
  }
1735
- export declare namespace ListImageBuildVersionsRequest {
1736
-
1737
- const filterSensitiveLog: (obj: ListImageBuildVersionsRequest) => any;
1738
- }
1739
1319
 
1740
1320
  export interface ImageSummary {
1741
1321
 
@@ -1763,10 +1343,6 @@ export interface ImageSummary {
1763
1343
 
1764
1344
  buildType?: BuildType | string;
1765
1345
  }
1766
- export declare namespace ImageSummary {
1767
-
1768
- const filterSensitiveLog: (obj: ImageSummary) => any;
1769
- }
1770
1346
  export interface ListImageBuildVersionsResponse {
1771
1347
 
1772
1348
  requestId?: string;
@@ -1775,10 +1351,6 @@ export interface ListImageBuildVersionsResponse {
1775
1351
 
1776
1352
  nextToken?: string;
1777
1353
  }
1778
- export declare namespace ListImageBuildVersionsResponse {
1779
-
1780
- const filterSensitiveLog: (obj: ListImageBuildVersionsResponse) => any;
1781
- }
1782
1354
  export interface ListImagePackagesRequest {
1783
1355
 
1784
1356
  imageBuildVersionArn: string | undefined;
@@ -1787,10 +1359,6 @@ export interface ListImagePackagesRequest {
1787
1359
 
1788
1360
  nextToken?: string;
1789
1361
  }
1790
- export declare namespace ListImagePackagesRequest {
1791
-
1792
- const filterSensitiveLog: (obj: ListImagePackagesRequest) => any;
1793
- }
1794
1362
 
1795
1363
  export interface ImagePackage {
1796
1364
 
@@ -1798,10 +1366,6 @@ export interface ImagePackage {
1798
1366
 
1799
1367
  packageVersion?: string;
1800
1368
  }
1801
- export declare namespace ImagePackage {
1802
-
1803
- const filterSensitiveLog: (obj: ImagePackage) => any;
1804
- }
1805
1369
  export interface ListImagePackagesResponse {
1806
1370
 
1807
1371
  requestId?: string;
@@ -1810,10 +1374,6 @@ export interface ListImagePackagesResponse {
1810
1374
 
1811
1375
  nextToken?: string;
1812
1376
  }
1813
- export declare namespace ListImagePackagesResponse {
1814
-
1815
- const filterSensitiveLog: (obj: ListImagePackagesResponse) => any;
1816
- }
1817
1377
  export interface ListImagePipelineImagesRequest {
1818
1378
 
1819
1379
  imagePipelineArn: string | undefined;
@@ -1824,10 +1384,6 @@ export interface ListImagePipelineImagesRequest {
1824
1384
 
1825
1385
  nextToken?: string;
1826
1386
  }
1827
- export declare namespace ListImagePipelineImagesRequest {
1828
-
1829
- const filterSensitiveLog: (obj: ListImagePipelineImagesRequest) => any;
1830
- }
1831
1387
  export interface ListImagePipelineImagesResponse {
1832
1388
 
1833
1389
  requestId?: string;
@@ -1836,10 +1392,6 @@ export interface ListImagePipelineImagesResponse {
1836
1392
 
1837
1393
  nextToken?: string;
1838
1394
  }
1839
- export declare namespace ListImagePipelineImagesResponse {
1840
-
1841
- const filterSensitiveLog: (obj: ListImagePipelineImagesResponse) => any;
1842
- }
1843
1395
  export interface ListImagePipelinesRequest {
1844
1396
 
1845
1397
  filters?: Filter[];
@@ -1848,10 +1400,6 @@ export interface ListImagePipelinesRequest {
1848
1400
 
1849
1401
  nextToken?: string;
1850
1402
  }
1851
- export declare namespace ListImagePipelinesRequest {
1852
-
1853
- const filterSensitiveLog: (obj: ListImagePipelinesRequest) => any;
1854
- }
1855
1403
  export interface ListImagePipelinesResponse {
1856
1404
 
1857
1405
  requestId?: string;
@@ -1860,10 +1408,6 @@ export interface ListImagePipelinesResponse {
1860
1408
 
1861
1409
  nextToken?: string;
1862
1410
  }
1863
- export declare namespace ListImagePipelinesResponse {
1864
-
1865
- const filterSensitiveLog: (obj: ListImagePipelinesResponse) => any;
1866
- }
1867
1411
  export interface ListImageRecipesRequest {
1868
1412
 
1869
1413
  owner?: Ownership | string;
@@ -1874,10 +1418,6 @@ export interface ListImageRecipesRequest {
1874
1418
 
1875
1419
  nextToken?: string;
1876
1420
  }
1877
- export declare namespace ListImageRecipesRequest {
1878
-
1879
- const filterSensitiveLog: (obj: ListImageRecipesRequest) => any;
1880
- }
1881
1421
 
1882
1422
  export interface ImageRecipeSummary {
1883
1423
 
@@ -1895,10 +1435,6 @@ export interface ImageRecipeSummary {
1895
1435
 
1896
1436
  tags?: Record<string, string>;
1897
1437
  }
1898
- export declare namespace ImageRecipeSummary {
1899
-
1900
- const filterSensitiveLog: (obj: ImageRecipeSummary) => any;
1901
- }
1902
1438
  export interface ListImageRecipesResponse {
1903
1439
 
1904
1440
  requestId?: string;
@@ -1907,10 +1443,6 @@ export interface ListImageRecipesResponse {
1907
1443
 
1908
1444
  nextToken?: string;
1909
1445
  }
1910
- export declare namespace ListImageRecipesResponse {
1911
-
1912
- const filterSensitiveLog: (obj: ListImageRecipesResponse) => any;
1913
- }
1914
1446
  export interface ListImagesRequest {
1915
1447
 
1916
1448
  owner?: Ownership | string;
@@ -1925,10 +1457,6 @@ export interface ListImagesRequest {
1925
1457
 
1926
1458
  includeDeprecated?: boolean;
1927
1459
  }
1928
- export declare namespace ListImagesRequest {
1929
-
1930
- const filterSensitiveLog: (obj: ListImagesRequest) => any;
1931
- }
1932
1460
 
1933
1461
  export interface ImageVersion {
1934
1462
 
@@ -1950,10 +1478,6 @@ export interface ImageVersion {
1950
1478
 
1951
1479
  buildType?: BuildType | string;
1952
1480
  }
1953
- export declare namespace ImageVersion {
1954
-
1955
- const filterSensitiveLog: (obj: ImageVersion) => any;
1956
- }
1957
1481
  export interface ListImagesResponse {
1958
1482
 
1959
1483
  requestId?: string;
@@ -1962,10 +1486,6 @@ export interface ListImagesResponse {
1962
1486
 
1963
1487
  nextToken?: string;
1964
1488
  }
1965
- export declare namespace ListImagesResponse {
1966
-
1967
- const filterSensitiveLog: (obj: ListImagesResponse) => any;
1968
- }
1969
1489
  export interface ListInfrastructureConfigurationsRequest {
1970
1490
 
1971
1491
  filters?: Filter[];
@@ -1974,10 +1494,6 @@ export interface ListInfrastructureConfigurationsRequest {
1974
1494
 
1975
1495
  nextToken?: string;
1976
1496
  }
1977
- export declare namespace ListInfrastructureConfigurationsRequest {
1978
-
1979
- const filterSensitiveLog: (obj: ListInfrastructureConfigurationsRequest) => any;
1980
- }
1981
1497
 
1982
1498
  export interface InfrastructureConfigurationSummary {
1983
1499
 
@@ -1999,10 +1515,6 @@ export interface InfrastructureConfigurationSummary {
1999
1515
 
2000
1516
  instanceProfileName?: string;
2001
1517
  }
2002
- export declare namespace InfrastructureConfigurationSummary {
2003
-
2004
- const filterSensitiveLog: (obj: InfrastructureConfigurationSummary) => any;
2005
- }
2006
1518
  export interface ListInfrastructureConfigurationsResponse {
2007
1519
 
2008
1520
  requestId?: string;
@@ -2011,10 +1523,6 @@ export interface ListInfrastructureConfigurationsResponse {
2011
1523
 
2012
1524
  nextToken?: string;
2013
1525
  }
2014
- export declare namespace ListInfrastructureConfigurationsResponse {
2015
-
2016
- const filterSensitiveLog: (obj: ListInfrastructureConfigurationsResponse) => any;
2017
- }
2018
1526
 
2019
1527
  export declare class InvalidParameterException extends __BaseException {
2020
1528
  readonly name: "InvalidParameterException";
@@ -2026,18 +1534,10 @@ export interface ListTagsForResourceRequest {
2026
1534
 
2027
1535
  resourceArn: string | undefined;
2028
1536
  }
2029
- export declare namespace ListTagsForResourceRequest {
2030
-
2031
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2032
- }
2033
1537
  export interface ListTagsForResourceResponse {
2034
1538
 
2035
1539
  tags?: Record<string, string>;
2036
1540
  }
2037
- export declare namespace ListTagsForResourceResponse {
2038
-
2039
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2040
- }
2041
1541
 
2042
1542
  export declare class InvalidParameterValueException extends __BaseException {
2043
1543
  readonly name: "InvalidParameterValueException";
@@ -2051,90 +1551,54 @@ export interface PutComponentPolicyRequest {
2051
1551
 
2052
1552
  policy: string | undefined;
2053
1553
  }
2054
- export declare namespace PutComponentPolicyRequest {
2055
-
2056
- const filterSensitiveLog: (obj: PutComponentPolicyRequest) => any;
2057
- }
2058
1554
  export interface PutComponentPolicyResponse {
2059
1555
 
2060
1556
  requestId?: string;
2061
1557
 
2062
1558
  componentArn?: string;
2063
1559
  }
2064
- export declare namespace PutComponentPolicyResponse {
2065
-
2066
- const filterSensitiveLog: (obj: PutComponentPolicyResponse) => any;
2067
- }
2068
1560
  export interface PutContainerRecipePolicyRequest {
2069
1561
 
2070
1562
  containerRecipeArn: string | undefined;
2071
1563
 
2072
1564
  policy: string | undefined;
2073
1565
  }
2074
- export declare namespace PutContainerRecipePolicyRequest {
2075
-
2076
- const filterSensitiveLog: (obj: PutContainerRecipePolicyRequest) => any;
2077
- }
2078
1566
  export interface PutContainerRecipePolicyResponse {
2079
1567
 
2080
1568
  requestId?: string;
2081
1569
 
2082
1570
  containerRecipeArn?: string;
2083
1571
  }
2084
- export declare namespace PutContainerRecipePolicyResponse {
2085
-
2086
- const filterSensitiveLog: (obj: PutContainerRecipePolicyResponse) => any;
2087
- }
2088
1572
  export interface PutImagePolicyRequest {
2089
1573
 
2090
1574
  imageArn: string | undefined;
2091
1575
 
2092
1576
  policy: string | undefined;
2093
1577
  }
2094
- export declare namespace PutImagePolicyRequest {
2095
-
2096
- const filterSensitiveLog: (obj: PutImagePolicyRequest) => any;
2097
- }
2098
1578
  export interface PutImagePolicyResponse {
2099
1579
 
2100
1580
  requestId?: string;
2101
1581
 
2102
1582
  imageArn?: string;
2103
1583
  }
2104
- export declare namespace PutImagePolicyResponse {
2105
-
2106
- const filterSensitiveLog: (obj: PutImagePolicyResponse) => any;
2107
- }
2108
1584
  export interface PutImageRecipePolicyRequest {
2109
1585
 
2110
1586
  imageRecipeArn: string | undefined;
2111
1587
 
2112
1588
  policy: string | undefined;
2113
1589
  }
2114
- export declare namespace PutImageRecipePolicyRequest {
2115
-
2116
- const filterSensitiveLog: (obj: PutImageRecipePolicyRequest) => any;
2117
- }
2118
1590
  export interface PutImageRecipePolicyResponse {
2119
1591
 
2120
1592
  requestId?: string;
2121
1593
 
2122
1594
  imageRecipeArn?: string;
2123
1595
  }
2124
- export declare namespace PutImageRecipePolicyResponse {
2125
-
2126
- const filterSensitiveLog: (obj: PutImageRecipePolicyResponse) => any;
2127
- }
2128
1596
  export interface StartImagePipelineExecutionRequest {
2129
1597
 
2130
1598
  imagePipelineArn: string | undefined;
2131
1599
 
2132
1600
  clientToken?: string;
2133
1601
  }
2134
- export declare namespace StartImagePipelineExecutionRequest {
2135
-
2136
- const filterSensitiveLog: (obj: StartImagePipelineExecutionRequest) => any;
2137
- }
2138
1602
  export interface StartImagePipelineExecutionResponse {
2139
1603
 
2140
1604
  requestId?: string;
@@ -2143,42 +1607,22 @@ export interface StartImagePipelineExecutionResponse {
2143
1607
 
2144
1608
  imageBuildVersionArn?: string;
2145
1609
  }
2146
- export declare namespace StartImagePipelineExecutionResponse {
2147
-
2148
- const filterSensitiveLog: (obj: StartImagePipelineExecutionResponse) => any;
2149
- }
2150
1610
  export interface TagResourceRequest {
2151
1611
 
2152
1612
  resourceArn: string | undefined;
2153
1613
 
2154
1614
  tags: Record<string, string> | undefined;
2155
1615
  }
2156
- export declare namespace TagResourceRequest {
2157
-
2158
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2159
- }
2160
1616
  export interface TagResourceResponse {
2161
1617
  }
2162
- export declare namespace TagResourceResponse {
2163
-
2164
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2165
- }
2166
1618
  export interface UntagResourceRequest {
2167
1619
 
2168
1620
  resourceArn: string | undefined;
2169
1621
 
2170
1622
  tagKeys: string[] | undefined;
2171
1623
  }
2172
- export declare namespace UntagResourceRequest {
2173
-
2174
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2175
- }
2176
1624
  export interface UntagResourceResponse {
2177
1625
  }
2178
- export declare namespace UntagResourceResponse {
2179
-
2180
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2181
- }
2182
1626
  export interface UpdateDistributionConfigurationRequest {
2183
1627
 
2184
1628
  distributionConfigurationArn: string | undefined;
@@ -2189,10 +1633,6 @@ export interface UpdateDistributionConfigurationRequest {
2189
1633
 
2190
1634
  clientToken?: string;
2191
1635
  }
2192
- export declare namespace UpdateDistributionConfigurationRequest {
2193
-
2194
- const filterSensitiveLog: (obj: UpdateDistributionConfigurationRequest) => any;
2195
- }
2196
1636
  export interface UpdateDistributionConfigurationResponse {
2197
1637
 
2198
1638
  requestId?: string;
@@ -2201,10 +1641,6 @@ export interface UpdateDistributionConfigurationResponse {
2201
1641
 
2202
1642
  distributionConfigurationArn?: string;
2203
1643
  }
2204
- export declare namespace UpdateDistributionConfigurationResponse {
2205
-
2206
- const filterSensitiveLog: (obj: UpdateDistributionConfigurationResponse) => any;
2207
- }
2208
1644
  export interface UpdateImagePipelineRequest {
2209
1645
 
2210
1646
  imagePipelineArn: string | undefined;
@@ -2229,10 +1665,6 @@ export interface UpdateImagePipelineRequest {
2229
1665
 
2230
1666
  clientToken?: string;
2231
1667
  }
2232
- export declare namespace UpdateImagePipelineRequest {
2233
-
2234
- const filterSensitiveLog: (obj: UpdateImagePipelineRequest) => any;
2235
- }
2236
1668
  export interface UpdateImagePipelineResponse {
2237
1669
 
2238
1670
  requestId?: string;
@@ -2241,10 +1673,6 @@ export interface UpdateImagePipelineResponse {
2241
1673
 
2242
1674
  imagePipelineArn?: string;
2243
1675
  }
2244
- export declare namespace UpdateImagePipelineResponse {
2245
-
2246
- const filterSensitiveLog: (obj: UpdateImagePipelineResponse) => any;
2247
- }
2248
1676
  export interface UpdateInfrastructureConfigurationRequest {
2249
1677
 
2250
1678
  infrastructureConfigurationArn: string | undefined;
@@ -2273,10 +1701,6 @@ export interface UpdateInfrastructureConfigurationRequest {
2273
1701
 
2274
1702
  instanceMetadataOptions?: InstanceMetadataOptions;
2275
1703
  }
2276
- export declare namespace UpdateInfrastructureConfigurationRequest {
2277
-
2278
- const filterSensitiveLog: (obj: UpdateInfrastructureConfigurationRequest) => any;
2279
- }
2280
1704
  export interface UpdateInfrastructureConfigurationResponse {
2281
1705
 
2282
1706
  requestId?: string;
@@ -2285,7 +1709,293 @@ export interface UpdateInfrastructureConfigurationResponse {
2285
1709
 
2286
1710
  infrastructureConfigurationArn?: string;
2287
1711
  }
2288
- export declare namespace UpdateInfrastructureConfigurationResponse {
2289
-
2290
- const filterSensitiveLog: (obj: UpdateInfrastructureConfigurationResponse) => any;
2291
- }
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;