@aws-sdk/client-imagebuilder 3.131.0 → 3.142.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 (109) hide show
  1. package/CHANGELOG.md +33 -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-cjs/protocols/Aws_restJson1.js +615 -971
  55. package/dist-es/commands/CancelImageCreationCommand.js +3 -3
  56. package/dist-es/commands/CreateComponentCommand.js +3 -3
  57. package/dist-es/commands/CreateContainerRecipeCommand.js +3 -3
  58. package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -3
  59. package/dist-es/commands/CreateImageCommand.js +3 -3
  60. package/dist-es/commands/CreateImagePipelineCommand.js +3 -3
  61. package/dist-es/commands/CreateImageRecipeCommand.js +3 -3
  62. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -3
  63. package/dist-es/commands/DeleteComponentCommand.js +3 -3
  64. package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -3
  65. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -3
  66. package/dist-es/commands/DeleteImageCommand.js +3 -3
  67. package/dist-es/commands/DeleteImagePipelineCommand.js +3 -3
  68. package/dist-es/commands/DeleteImageRecipeCommand.js +3 -3
  69. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -3
  70. package/dist-es/commands/GetComponentCommand.js +3 -3
  71. package/dist-es/commands/GetComponentPolicyCommand.js +3 -3
  72. package/dist-es/commands/GetContainerRecipeCommand.js +3 -3
  73. package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -3
  74. package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -3
  75. package/dist-es/commands/GetImageCommand.js +3 -3
  76. package/dist-es/commands/GetImagePipelineCommand.js +3 -3
  77. package/dist-es/commands/GetImagePolicyCommand.js +3 -3
  78. package/dist-es/commands/GetImageRecipeCommand.js +3 -3
  79. package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -3
  80. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -3
  81. package/dist-es/commands/ImportComponentCommand.js +3 -3
  82. package/dist-es/commands/ImportVmImageCommand.js +3 -3
  83. package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -3
  84. package/dist-es/commands/ListComponentsCommand.js +3 -3
  85. package/dist-es/commands/ListContainerRecipesCommand.js +3 -3
  86. package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -3
  87. package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -3
  88. package/dist-es/commands/ListImagePackagesCommand.js +3 -3
  89. package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -3
  90. package/dist-es/commands/ListImagePipelinesCommand.js +3 -3
  91. package/dist-es/commands/ListImageRecipesCommand.js +3 -3
  92. package/dist-es/commands/ListImagesCommand.js +3 -3
  93. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -3
  94. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  95. package/dist-es/commands/PutComponentPolicyCommand.js +3 -3
  96. package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -3
  97. package/dist-es/commands/PutImagePolicyCommand.js +3 -3
  98. package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -3
  99. package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -3
  100. package/dist-es/commands/TagResourceCommand.js +3 -3
  101. package/dist-es/commands/UntagResourceCommand.js +3 -3
  102. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -3
  103. package/dist-es/commands/UpdateImagePipelineCommand.js +3 -3
  104. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -3
  105. package/dist-es/models/models_0.js +145 -580
  106. package/dist-es/protocols/Aws_restJson1.js +769 -937
  107. package/dist-types/models/models_0.d.ts +580 -870
  108. package/dist-types/ts3.4/models/models_0.d.ts +290 -580
  109. package/package.json +6 -6
@@ -12,12 +12,6 @@ export interface SystemsManagerAgent {
12
12
  */
13
13
  uninstallAfterBuild?: boolean;
14
14
  }
15
- export declare namespace SystemsManagerAgent {
16
- /**
17
- * @internal
18
- */
19
- const filterSensitiveLog: (obj: SystemsManagerAgent) => any;
20
- }
21
15
  /**
22
16
  * <p>In addition to your infrastruction configuration, these settings provide an extra layer of
23
17
  * control over your build instances. For instances where Image Builder installs the Systems Manager agent,
@@ -49,12 +43,6 @@ export interface AdditionalInstanceConfiguration {
49
43
  */
50
44
  userDataOverride?: string;
51
45
  }
52
- export declare namespace AdditionalInstanceConfiguration {
53
- /**
54
- * @internal
55
- */
56
- const filterSensitiveLog: (obj: AdditionalInstanceConfiguration) => any;
57
- }
58
46
  export declare enum ImageStatus {
59
47
  AVAILABLE = "AVAILABLE",
60
48
  BUILDING = "BUILDING",
@@ -81,12 +69,6 @@ export interface ImageState {
81
69
  */
82
70
  reason?: string;
83
71
  }
84
- export declare namespace ImageState {
85
- /**
86
- * @internal
87
- */
88
- const filterSensitiveLog: (obj: ImageState) => any;
89
- }
90
72
  /**
91
73
  * <p> Details of an Amazon EC2 AMI.</p>
92
74
  */
@@ -116,12 +98,6 @@ export interface Ami {
116
98
  */
117
99
  accountId?: string;
118
100
  }
119
- export declare namespace Ami {
120
- /**
121
- * @internal
122
- */
123
- const filterSensitiveLog: (obj: Ami) => any;
124
- }
125
101
  /**
126
102
  * <p>Describes the configuration for a launch permission. The launch permission modification
127
103
  * request is sent to the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyImageAttribute.html">Amazon EC2 ModifyImageAttribute</a>
@@ -149,12 +125,6 @@ export interface LaunchPermissionConfiguration {
149
125
  */
150
126
  organizationalUnitArns?: string[];
151
127
  }
152
- export declare namespace LaunchPermissionConfiguration {
153
- /**
154
- * @internal
155
- */
156
- const filterSensitiveLog: (obj: LaunchPermissionConfiguration) => any;
157
- }
158
128
  /**
159
129
  * <p> Define and configure the output AMIs of the pipeline.</p>
160
130
  */
@@ -185,12 +155,6 @@ export interface AmiDistributionConfiguration {
185
155
  */
186
156
  launchPermission?: LaunchPermissionConfiguration;
187
157
  }
188
- export declare namespace AmiDistributionConfiguration {
189
- /**
190
- * @internal
191
- */
192
- const filterSensitiveLog: (obj: AmiDistributionConfiguration) => any;
193
- }
194
158
  export declare enum BuildType {
195
159
  IMPORT = "IMPORT",
196
160
  SCHEDULED = "SCHEDULED",
@@ -219,12 +183,6 @@ export interface CancelImageCreationRequest {
219
183
  */
220
184
  clientToken?: string;
221
185
  }
222
- export declare namespace CancelImageCreationRequest {
223
- /**
224
- * @internal
225
- */
226
- const filterSensitiveLog: (obj: CancelImageCreationRequest) => any;
227
- }
228
186
  export interface CancelImageCreationResponse {
229
187
  /**
230
188
  * <p>The request ID that uniquely identifies this request.</p>
@@ -239,12 +197,6 @@ export interface CancelImageCreationResponse {
239
197
  */
240
198
  imageBuildVersionArn?: string;
241
199
  }
242
- export declare namespace CancelImageCreationResponse {
243
- /**
244
- * @internal
245
- */
246
- const filterSensitiveLog: (obj: CancelImageCreationResponse) => any;
247
- }
248
200
  /**
249
201
  * <p>These errors are usually caused by a client action, such as using an action or resource on
250
202
  * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
@@ -347,12 +299,6 @@ export interface ComponentParameterDetail {
347
299
  */
348
300
  description?: string;
349
301
  }
350
- export declare namespace ComponentParameterDetail {
351
- /**
352
- * @internal
353
- */
354
- const filterSensitiveLog: (obj: ComponentParameterDetail) => any;
355
- }
356
302
  export declare enum Platform {
357
303
  LINUX = "Linux",
358
304
  WINDOWS = "Windows"
@@ -374,12 +320,6 @@ export interface ComponentState {
374
320
  */
375
321
  reason?: string;
376
322
  }
377
- export declare namespace ComponentState {
378
- /**
379
- * @internal
380
- */
381
- const filterSensitiveLog: (obj: ComponentState) => any;
382
- }
383
323
  export declare enum ComponentType {
384
324
  BUILD = "BUILD",
385
325
  TEST = "TEST"
@@ -457,12 +397,6 @@ export interface Component {
457
397
  */
458
398
  tags?: Record<string, string>;
459
399
  }
460
- export declare namespace Component {
461
- /**
462
- * @internal
463
- */
464
- const filterSensitiveLog: (obj: Component) => any;
465
- }
466
400
  /**
467
401
  * <p>Contains a key/value pair that sets the named component parameter.</p>
468
402
  */
@@ -476,12 +410,6 @@ export interface ComponentParameter {
476
410
  */
477
411
  value: string[] | undefined;
478
412
  }
479
- export declare namespace ComponentParameter {
480
- /**
481
- * @internal
482
- */
483
- const filterSensitiveLog: (obj: ComponentParameter) => any;
484
- }
485
413
  /**
486
414
  * <p> Configuration details of the component.</p>
487
415
  */
@@ -495,12 +423,6 @@ export interface ComponentConfiguration {
495
423
  */
496
424
  parameters?: ComponentParameter[];
497
425
  }
498
- export declare namespace ComponentConfiguration {
499
- /**
500
- * @internal
501
- */
502
- const filterSensitiveLog: (obj: ComponentConfiguration) => any;
503
- }
504
426
  export declare enum ComponentFormat {
505
427
  SHELL = "SHELL"
506
428
  }
@@ -560,12 +482,6 @@ export interface ComponentSummary {
560
482
  */
561
483
  tags?: Record<string, string>;
562
484
  }
563
- export declare namespace ComponentSummary {
564
- /**
565
- * @internal
566
- */
567
- const filterSensitiveLog: (obj: ComponentSummary) => any;
568
- }
569
485
  /**
570
486
  * <p>The defining characteristics of a specific version of an Amazon Web Services TOE component.</p>
571
487
  */
@@ -643,12 +559,6 @@ export interface ComponentVersion {
643
559
  */
644
560
  dateCreated?: string;
645
561
  }
646
- export declare namespace ComponentVersion {
647
- /**
648
- * @internal
649
- */
650
- const filterSensitiveLog: (obj: ComponentVersion) => any;
651
- }
652
562
  /**
653
563
  * <p>A container encapsulates the runtime environment for an application.</p>
654
564
  */
@@ -662,12 +572,6 @@ export interface Container {
662
572
  */
663
573
  imageUris?: string[];
664
574
  }
665
- export declare namespace Container {
666
- /**
667
- * @internal
668
- */
669
- const filterSensitiveLog: (obj: Container) => any;
670
- }
671
575
  export declare enum ContainerRepositoryService {
672
576
  ECR = "ECR"
673
577
  }
@@ -684,12 +588,6 @@ export interface TargetContainerRepository {
684
588
  */
685
589
  repositoryName: string | undefined;
686
590
  }
687
- export declare namespace TargetContainerRepository {
688
- /**
689
- * @internal
690
- */
691
- const filterSensitiveLog: (obj: TargetContainerRepository) => any;
692
- }
693
591
  /**
694
592
  * <p>Container distribution settings for encryption, licensing, and sharing in a specific Region.</p>
695
593
  */
@@ -707,12 +605,6 @@ export interface ContainerDistributionConfiguration {
707
605
  */
708
606
  targetRepository: TargetContainerRepository | undefined;
709
607
  }
710
- export declare namespace ContainerDistributionConfiguration {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: ContainerDistributionConfiguration) => any;
715
- }
716
608
  export declare enum ContainerType {
717
609
  DOCKER = "DOCKER"
718
610
  }
@@ -764,12 +656,6 @@ export interface EbsInstanceBlockDeviceSpecification {
764
656
  */
765
657
  throughput?: number;
766
658
  }
767
- export declare namespace EbsInstanceBlockDeviceSpecification {
768
- /**
769
- * @internal
770
- */
771
- const filterSensitiveLog: (obj: EbsInstanceBlockDeviceSpecification) => any;
772
- }
773
659
  /**
774
660
  * <p>Defines block device mappings for the instance used to configure your image.</p>
775
661
  */
@@ -791,12 +677,6 @@ export interface InstanceBlockDeviceMapping {
791
677
  */
792
678
  noDevice?: string;
793
679
  }
794
- export declare namespace InstanceBlockDeviceMapping {
795
- /**
796
- * @internal
797
- */
798
- const filterSensitiveLog: (obj: InstanceBlockDeviceMapping) => any;
799
- }
800
680
  /**
801
681
  * <p>Defines a custom base AMI and block device mapping configurations of an instance
802
682
  * used for building and testing container images.</p>
@@ -812,12 +692,6 @@ export interface InstanceConfiguration {
812
692
  */
813
693
  blockDeviceMappings?: InstanceBlockDeviceMapping[];
814
694
  }
815
- export declare namespace InstanceConfiguration {
816
- /**
817
- * @internal
818
- */
819
- const filterSensitiveLog: (obj: InstanceConfiguration) => any;
820
- }
821
695
  /**
822
696
  * <p>A container recipe.</p>
823
697
  */
@@ -924,12 +798,6 @@ export interface ContainerRecipe {
924
798
  */
925
799
  targetRepository?: TargetContainerRepository;
926
800
  }
927
- export declare namespace ContainerRecipe {
928
- /**
929
- * @internal
930
- */
931
- const filterSensitiveLog: (obj: ContainerRecipe) => any;
932
- }
933
801
  /**
934
802
  * <p>A summary of a container recipe</p>
935
803
  */
@@ -967,12 +835,6 @@ export interface ContainerRecipeSummary {
967
835
  */
968
836
  tags?: Record<string, string>;
969
837
  }
970
- export declare namespace ContainerRecipeSummary {
971
- /**
972
- * @internal
973
- */
974
- const filterSensitiveLog: (obj: ContainerRecipeSummary) => any;
975
- }
976
838
  export interface CreateComponentRequest {
977
839
  /**
978
840
  * <p>The name of the component.</p>
@@ -1041,12 +903,6 @@ export interface CreateComponentRequest {
1041
903
  */
1042
904
  clientToken?: string;
1043
905
  }
1044
- export declare namespace CreateComponentRequest {
1045
- /**
1046
- * @internal
1047
- */
1048
- const filterSensitiveLog: (obj: CreateComponentRequest) => any;
1049
- }
1050
906
  export interface CreateComponentResponse {
1051
907
  /**
1052
908
  * <p>The request ID that uniquely identifies this request.</p>
@@ -1061,12 +917,6 @@ export interface CreateComponentResponse {
1061
917
  */
1062
918
  componentBuildVersionArn?: string;
1063
919
  }
1064
- export declare namespace CreateComponentResponse {
1065
- /**
1066
- * @internal
1067
- */
1068
- const filterSensitiveLog: (obj: CreateComponentResponse) => any;
1069
- }
1070
920
  /**
1071
921
  * <p>You have specified two or more mutually exclusive parameters. Review the error message for
1072
922
  * details.</p>
@@ -1179,12 +1029,6 @@ export interface CreateContainerRecipeRequest {
1179
1029
  */
1180
1030
  clientToken?: string;
1181
1031
  }
1182
- export declare namespace CreateContainerRecipeRequest {
1183
- /**
1184
- * @internal
1185
- */
1186
- const filterSensitiveLog: (obj: CreateContainerRecipeRequest) => any;
1187
- }
1188
1032
  export interface CreateContainerRecipeResponse {
1189
1033
  /**
1190
1034
  * <p>The request ID that uniquely identifies this request.</p>
@@ -1199,12 +1043,6 @@ export interface CreateContainerRecipeResponse {
1199
1043
  */
1200
1044
  containerRecipeArn?: string;
1201
1045
  }
1202
- export declare namespace CreateContainerRecipeResponse {
1203
- /**
1204
- * @internal
1205
- */
1206
- const filterSensitiveLog: (obj: CreateContainerRecipeResponse) => any;
1207
- }
1208
1046
  /**
1209
1047
  * <p>The resource that you are trying to create already exists.</p>
1210
1048
  */
@@ -1238,12 +1076,6 @@ export interface FastLaunchLaunchTemplateSpecification {
1238
1076
  */
1239
1077
  launchTemplateVersion?: string;
1240
1078
  }
1241
- export declare namespace FastLaunchLaunchTemplateSpecification {
1242
- /**
1243
- * @internal
1244
- */
1245
- const filterSensitiveLog: (obj: FastLaunchLaunchTemplateSpecification) => any;
1246
- }
1247
1079
  /**
1248
1080
  * <p>Configuration settings for creating and managing pre-provisioned snapshots
1249
1081
  * for a fast-launch enabled Windows AMI.</p>
@@ -1255,12 +1087,6 @@ export interface FastLaunchSnapshotConfiguration {
1255
1087
  */
1256
1088
  targetResourceCount?: number;
1257
1089
  }
1258
- export declare namespace FastLaunchSnapshotConfiguration {
1259
- /**
1260
- * @internal
1261
- */
1262
- const filterSensitiveLog: (obj: FastLaunchSnapshotConfiguration) => any;
1263
- }
1264
1090
  /**
1265
1091
  * <p>Define and configure faster launching for output Windows AMIs.</p>
1266
1092
  */
@@ -1292,12 +1118,6 @@ export interface FastLaunchConfiguration {
1292
1118
  */
1293
1119
  accountId?: string;
1294
1120
  }
1295
- export declare namespace FastLaunchConfiguration {
1296
- /**
1297
- * @internal
1298
- */
1299
- const filterSensitiveLog: (obj: FastLaunchConfiguration) => any;
1300
- }
1301
1121
  /**
1302
1122
  * <p>Identifies an Amazon EC2 launch template to use for a specific account.</p>
1303
1123
  */
@@ -1315,12 +1135,6 @@ export interface LaunchTemplateConfiguration {
1315
1135
  */
1316
1136
  setDefaultVersion?: boolean;
1317
1137
  }
1318
- export declare namespace LaunchTemplateConfiguration {
1319
- /**
1320
- * @internal
1321
- */
1322
- const filterSensitiveLog: (obj: LaunchTemplateConfiguration) => any;
1323
- }
1324
1138
  export declare enum DiskImageFormat {
1325
1139
  RAW = "RAW",
1326
1140
  VHD = "VHD",
@@ -1367,12 +1181,6 @@ export interface S3ExportConfiguration {
1367
1181
  */
1368
1182
  s3Prefix?: string;
1369
1183
  }
1370
- export declare namespace S3ExportConfiguration {
1371
- /**
1372
- * @internal
1373
- */
1374
- const filterSensitiveLog: (obj: S3ExportConfiguration) => any;
1375
- }
1376
1184
  /**
1377
1185
  * <p> Defines the settings for a specific Region.</p>
1378
1186
  */
@@ -1410,12 +1218,6 @@ export interface Distribution {
1410
1218
  */
1411
1219
  fastLaunchConfigurations?: FastLaunchConfiguration[];
1412
1220
  }
1413
- export declare namespace Distribution {
1414
- /**
1415
- * @internal
1416
- */
1417
- const filterSensitiveLog: (obj: Distribution) => any;
1418
- }
1419
1221
  export interface CreateDistributionConfigurationRequest {
1420
1222
  /**
1421
1223
  * <p> The name of the distribution configuration.</p>
@@ -1438,12 +1240,6 @@ export interface CreateDistributionConfigurationRequest {
1438
1240
  */
1439
1241
  clientToken?: string;
1440
1242
  }
1441
- export declare namespace CreateDistributionConfigurationRequest {
1442
- /**
1443
- * @internal
1444
- */
1445
- const filterSensitiveLog: (obj: CreateDistributionConfigurationRequest) => any;
1446
- }
1447
1243
  export interface CreateDistributionConfigurationResponse {
1448
1244
  /**
1449
1245
  * <p> The request ID that uniquely identifies this request.</p>
@@ -1459,12 +1255,6 @@ export interface CreateDistributionConfigurationResponse {
1459
1255
  */
1460
1256
  distributionConfigurationArn?: string;
1461
1257
  }
1462
- export declare namespace CreateDistributionConfigurationResponse {
1463
- /**
1464
- * @internal
1465
- */
1466
- const filterSensitiveLog: (obj: CreateDistributionConfigurationResponse) => any;
1467
- }
1468
1258
  /**
1469
1259
  * <p>Configure image tests for your pipeline build. Tests run after building
1470
1260
  * the image, to verify that the AMI or container image is valid before
@@ -1481,12 +1271,6 @@ export interface ImageTestsConfiguration {
1481
1271
  */
1482
1272
  timeoutMinutes?: number;
1483
1273
  }
1484
- export declare namespace ImageTestsConfiguration {
1485
- /**
1486
- * @internal
1487
- */
1488
- const filterSensitiveLog: (obj: ImageTestsConfiguration) => any;
1489
- }
1490
1274
  export interface CreateImageRequest {
1491
1275
  /**
1492
1276
  * <p> The Amazon Resource Name (ARN) of the image recipe that defines how images are
@@ -1526,12 +1310,6 @@ export interface CreateImageRequest {
1526
1310
  */
1527
1311
  clientToken?: string;
1528
1312
  }
1529
- export declare namespace CreateImageRequest {
1530
- /**
1531
- * @internal
1532
- */
1533
- const filterSensitiveLog: (obj: CreateImageRequest) => any;
1534
- }
1535
1313
  export interface CreateImageResponse {
1536
1314
  /**
1537
1315
  * <p> The request ID that uniquely identifies this request.</p>
@@ -1546,12 +1324,6 @@ export interface CreateImageResponse {
1546
1324
  */
1547
1325
  imageBuildVersionArn?: string;
1548
1326
  }
1549
- export declare namespace CreateImageResponse {
1550
- /**
1551
- * @internal
1552
- */
1553
- const filterSensitiveLog: (obj: CreateImageResponse) => any;
1554
- }
1555
1327
  export declare enum PipelineExecutionStartCondition {
1556
1328
  EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE = "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
1557
1329
  EXPRESSION_MATCH_ONLY = "EXPRESSION_MATCH_ONLY"
@@ -1586,12 +1358,6 @@ export interface Schedule {
1586
1358
  */
1587
1359
  pipelineExecutionStartCondition?: PipelineExecutionStartCondition | string;
1588
1360
  }
1589
- export declare namespace Schedule {
1590
- /**
1591
- * @internal
1592
- */
1593
- const filterSensitiveLog: (obj: Schedule) => any;
1594
- }
1595
1361
  export declare enum PipelineStatus {
1596
1362
  DISABLED = "DISABLED",
1597
1363
  ENABLED = "ENABLED"
@@ -1651,12 +1417,6 @@ export interface CreateImagePipelineRequest {
1651
1417
  */
1652
1418
  clientToken?: string;
1653
1419
  }
1654
- export declare namespace CreateImagePipelineRequest {
1655
- /**
1656
- * @internal
1657
- */
1658
- const filterSensitiveLog: (obj: CreateImagePipelineRequest) => any;
1659
- }
1660
1420
  export interface CreateImagePipelineResponse {
1661
1421
  /**
1662
1422
  * <p> The request ID that uniquely identifies this request.</p>
@@ -1671,12 +1431,6 @@ export interface CreateImagePipelineResponse {
1671
1431
  */
1672
1432
  imagePipelineArn?: string;
1673
1433
  }
1674
- export declare namespace CreateImagePipelineResponse {
1675
- /**
1676
- * @internal
1677
- */
1678
- const filterSensitiveLog: (obj: CreateImagePipelineResponse) => any;
1679
- }
1680
1434
  export interface CreateImageRecipeRequest {
1681
1435
  /**
1682
1436
  * <p> The name of the image recipe.</p>
@@ -1736,12 +1490,6 @@ export interface CreateImageRecipeRequest {
1736
1490
  */
1737
1491
  clientToken?: string;
1738
1492
  }
1739
- export declare namespace CreateImageRecipeRequest {
1740
- /**
1741
- * @internal
1742
- */
1743
- const filterSensitiveLog: (obj: CreateImageRecipeRequest) => any;
1744
- }
1745
1493
  export interface CreateImageRecipeResponse {
1746
1494
  /**
1747
1495
  * <p>The request ID that uniquely identifies this request.</p>
@@ -1756,12 +1504,6 @@ export interface CreateImageRecipeResponse {
1756
1504
  */
1757
1505
  imageRecipeArn?: string;
1758
1506
  }
1759
- export declare namespace CreateImageRecipeResponse {
1760
- /**
1761
- * @internal
1762
- */
1763
- const filterSensitiveLog: (obj: CreateImageRecipeResponse) => any;
1764
- }
1765
1507
  /**
1766
1508
  * <p>The instance metadata options that apply to the HTTP requests that
1767
1509
  * pipeline builds use to launch EC2 build and test instances. For more
@@ -1802,12 +1544,6 @@ export interface InstanceMetadataOptions {
1802
1544
  */
1803
1545
  httpPutResponseHopLimit?: number;
1804
1546
  }
1805
- export declare namespace InstanceMetadataOptions {
1806
- /**
1807
- * @internal
1808
- */
1809
- const filterSensitiveLog: (obj: InstanceMetadataOptions) => any;
1810
- }
1811
1547
  /**
1812
1548
  * <p>Amazon S3 logging configuration.</p>
1813
1549
  */
@@ -1821,12 +1557,6 @@ export interface S3Logs {
1821
1557
  */
1822
1558
  s3KeyPrefix?: string;
1823
1559
  }
1824
- export declare namespace S3Logs {
1825
- /**
1826
- * @internal
1827
- */
1828
- const filterSensitiveLog: (obj: S3Logs) => any;
1829
- }
1830
1560
  /**
1831
1561
  * <p>Logging configuration defines where Image Builder uploads your logs.</p>
1832
1562
  */
@@ -1836,12 +1566,6 @@ export interface Logging {
1836
1566
  */
1837
1567
  s3Logs?: S3Logs;
1838
1568
  }
1839
- export declare namespace Logging {
1840
- /**
1841
- * @internal
1842
- */
1843
- const filterSensitiveLog: (obj: Logging) => any;
1844
- }
1845
1569
  export interface CreateInfrastructureConfigurationRequest {
1846
1570
  /**
1847
1571
  * <p>The name of the infrastructure configuration.</p>
@@ -1911,12 +1635,6 @@ export interface CreateInfrastructureConfigurationRequest {
1911
1635
  */
1912
1636
  clientToken?: string;
1913
1637
  }
1914
- export declare namespace CreateInfrastructureConfigurationRequest {
1915
- /**
1916
- * @internal
1917
- */
1918
- const filterSensitiveLog: (obj: CreateInfrastructureConfigurationRequest) => any;
1919
- }
1920
1638
  export interface CreateInfrastructureConfigurationResponse {
1921
1639
  /**
1922
1640
  * <p>The request ID that uniquely identifies this request.</p>
@@ -1932,24 +1650,12 @@ export interface CreateInfrastructureConfigurationResponse {
1932
1650
  */
1933
1651
  infrastructureConfigurationArn?: string;
1934
1652
  }
1935
- export declare namespace CreateInfrastructureConfigurationResponse {
1936
- /**
1937
- * @internal
1938
- */
1939
- const filterSensitiveLog: (obj: CreateInfrastructureConfigurationResponse) => any;
1940
- }
1941
1653
  export interface DeleteComponentRequest {
1942
1654
  /**
1943
1655
  * <p>The Amazon Resource Name (ARN) of the component build version to delete.</p>
1944
1656
  */
1945
1657
  componentBuildVersionArn: string | undefined;
1946
1658
  }
1947
- export declare namespace DeleteComponentRequest {
1948
- /**
1949
- * @internal
1950
- */
1951
- const filterSensitiveLog: (obj: DeleteComponentRequest) => any;
1952
- }
1953
1659
  export interface DeleteComponentResponse {
1954
1660
  /**
1955
1661
  * <p>The request ID that uniquely identifies this request.</p>
@@ -1960,12 +1666,6 @@ export interface DeleteComponentResponse {
1960
1666
  */
1961
1667
  componentBuildVersionArn?: string;
1962
1668
  }
1963
- export declare namespace DeleteComponentResponse {
1964
- /**
1965
- * @internal
1966
- */
1967
- const filterSensitiveLog: (obj: DeleteComponentResponse) => any;
1968
- }
1969
1669
  /**
1970
1670
  * <p>You have attempted to mutate or delete a resource with a dependency that prohibits this
1971
1671
  * action. See the error message for more details.</p>
@@ -1984,12 +1684,6 @@ export interface DeleteContainerRecipeRequest {
1984
1684
  */
1985
1685
  containerRecipeArn: string | undefined;
1986
1686
  }
1987
- export declare namespace DeleteContainerRecipeRequest {
1988
- /**
1989
- * @internal
1990
- */
1991
- const filterSensitiveLog: (obj: DeleteContainerRecipeRequest) => any;
1992
- }
1993
1687
  export interface DeleteContainerRecipeResponse {
1994
1688
  /**
1995
1689
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2000,24 +1694,12 @@ export interface DeleteContainerRecipeResponse {
2000
1694
  */
2001
1695
  containerRecipeArn?: string;
2002
1696
  }
2003
- export declare namespace DeleteContainerRecipeResponse {
2004
- /**
2005
- * @internal
2006
- */
2007
- const filterSensitiveLog: (obj: DeleteContainerRecipeResponse) => any;
2008
- }
2009
1697
  export interface DeleteDistributionConfigurationRequest {
2010
1698
  /**
2011
1699
  * <p>The Amazon Resource Name (ARN) of the distribution configuration to delete.</p>
2012
1700
  */
2013
1701
  distributionConfigurationArn: string | undefined;
2014
1702
  }
2015
- export declare namespace DeleteDistributionConfigurationRequest {
2016
- /**
2017
- * @internal
2018
- */
2019
- const filterSensitiveLog: (obj: DeleteDistributionConfigurationRequest) => any;
2020
- }
2021
1703
  export interface DeleteDistributionConfigurationResponse {
2022
1704
  /**
2023
1705
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2028,24 +1710,12 @@ export interface DeleteDistributionConfigurationResponse {
2028
1710
  */
2029
1711
  distributionConfigurationArn?: string;
2030
1712
  }
2031
- export declare namespace DeleteDistributionConfigurationResponse {
2032
- /**
2033
- * @internal
2034
- */
2035
- const filterSensitiveLog: (obj: DeleteDistributionConfigurationResponse) => any;
2036
- }
2037
1713
  export interface DeleteImageRequest {
2038
1714
  /**
2039
1715
  * <p>The Amazon Resource Name (ARN) of the Image Builder image resource to delete.</p>
2040
1716
  */
2041
1717
  imageBuildVersionArn: string | undefined;
2042
1718
  }
2043
- export declare namespace DeleteImageRequest {
2044
- /**
2045
- * @internal
2046
- */
2047
- const filterSensitiveLog: (obj: DeleteImageRequest) => any;
2048
- }
2049
1719
  export interface DeleteImageResponse {
2050
1720
  /**
2051
1721
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2056,24 +1726,12 @@ export interface DeleteImageResponse {
2056
1726
  */
2057
1727
  imageBuildVersionArn?: string;
2058
1728
  }
2059
- export declare namespace DeleteImageResponse {
2060
- /**
2061
- * @internal
2062
- */
2063
- const filterSensitiveLog: (obj: DeleteImageResponse) => any;
2064
- }
2065
1729
  export interface DeleteImagePipelineRequest {
2066
1730
  /**
2067
1731
  * <p>The Amazon Resource Name (ARN) of the image pipeline to delete.</p>
2068
1732
  */
2069
1733
  imagePipelineArn: string | undefined;
2070
1734
  }
2071
- export declare namespace DeleteImagePipelineRequest {
2072
- /**
2073
- * @internal
2074
- */
2075
- const filterSensitiveLog: (obj: DeleteImagePipelineRequest) => any;
2076
- }
2077
1735
  export interface DeleteImagePipelineResponse {
2078
1736
  /**
2079
1737
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2084,24 +1742,12 @@ export interface DeleteImagePipelineResponse {
2084
1742
  */
2085
1743
  imagePipelineArn?: string;
2086
1744
  }
2087
- export declare namespace DeleteImagePipelineResponse {
2088
- /**
2089
- * @internal
2090
- */
2091
- const filterSensitiveLog: (obj: DeleteImagePipelineResponse) => any;
2092
- }
2093
1745
  export interface DeleteImageRecipeRequest {
2094
1746
  /**
2095
1747
  * <p>The Amazon Resource Name (ARN) of the image recipe to delete.</p>
2096
1748
  */
2097
1749
  imageRecipeArn: string | undefined;
2098
1750
  }
2099
- export declare namespace DeleteImageRecipeRequest {
2100
- /**
2101
- * @internal
2102
- */
2103
- const filterSensitiveLog: (obj: DeleteImageRecipeRequest) => any;
2104
- }
2105
1751
  export interface DeleteImageRecipeResponse {
2106
1752
  /**
2107
1753
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2112,24 +1758,12 @@ export interface DeleteImageRecipeResponse {
2112
1758
  */
2113
1759
  imageRecipeArn?: string;
2114
1760
  }
2115
- export declare namespace DeleteImageRecipeResponse {
2116
- /**
2117
- * @internal
2118
- */
2119
- const filterSensitiveLog: (obj: DeleteImageRecipeResponse) => any;
2120
- }
2121
1761
  export interface DeleteInfrastructureConfigurationRequest {
2122
1762
  /**
2123
1763
  * <p>The Amazon Resource Name (ARN) of the infrastructure configuration to delete.</p>
2124
1764
  */
2125
1765
  infrastructureConfigurationArn: string | undefined;
2126
1766
  }
2127
- export declare namespace DeleteInfrastructureConfigurationRequest {
2128
- /**
2129
- * @internal
2130
- */
2131
- const filterSensitiveLog: (obj: DeleteInfrastructureConfigurationRequest) => any;
2132
- }
2133
1767
  export interface DeleteInfrastructureConfigurationResponse {
2134
1768
  /**
2135
1769
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2140,12 +1774,6 @@ export interface DeleteInfrastructureConfigurationResponse {
2140
1774
  */
2141
1775
  infrastructureConfigurationArn?: string;
2142
1776
  }
2143
- export declare namespace DeleteInfrastructureConfigurationResponse {
2144
- /**
2145
- * @internal
2146
- */
2147
- const filterSensitiveLog: (obj: DeleteInfrastructureConfigurationResponse) => any;
2148
- }
2149
1777
  /**
2150
1778
  * <p>A distribution configuration.</p>
2151
1779
  */
@@ -2184,12 +1812,6 @@ export interface DistributionConfiguration {
2184
1812
  */
2185
1813
  tags?: Record<string, string>;
2186
1814
  }
2187
- export declare namespace DistributionConfiguration {
2188
- /**
2189
- * @internal
2190
- */
2191
- const filterSensitiveLog: (obj: DistributionConfiguration) => any;
2192
- }
2193
1815
  /**
2194
1816
  * <p>A high-level overview of a distribution configuration.</p>
2195
1817
  */
@@ -2223,12 +1845,6 @@ export interface DistributionConfigurationSummary {
2223
1845
  */
2224
1846
  regions?: string[];
2225
1847
  }
2226
- export declare namespace DistributionConfigurationSummary {
2227
- /**
2228
- * @internal
2229
- */
2230
- const filterSensitiveLog: (obj: DistributionConfigurationSummary) => any;
2231
- }
2232
1848
  /**
2233
1849
  * <p>A filter name and value pair that is used to return a more specific list of results from a
2234
1850
  * list operation. Filters can be used to match a set of resources by specific criteria, such as
@@ -2244,12 +1860,6 @@ export interface Filter {
2244
1860
  */
2245
1861
  values?: string[];
2246
1862
  }
2247
- export declare namespace Filter {
2248
- /**
2249
- * @internal
2250
- */
2251
- const filterSensitiveLog: (obj: Filter) => any;
2252
- }
2253
1863
  export interface GetComponentRequest {
2254
1864
  /**
2255
1865
  * <p>The Amazon Resource Name (ARN) of the component that you want to retrieve. Regex requires
@@ -2257,12 +1867,6 @@ export interface GetComponentRequest {
2257
1867
  */
2258
1868
  componentBuildVersionArn: string | undefined;
2259
1869
  }
2260
- export declare namespace GetComponentRequest {
2261
- /**
2262
- * @internal
2263
- */
2264
- const filterSensitiveLog: (obj: GetComponentRequest) => any;
2265
- }
2266
1870
  export interface GetComponentResponse {
2267
1871
  /**
2268
1872
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2273,24 +1877,12 @@ export interface GetComponentResponse {
2273
1877
  */
2274
1878
  component?: Component;
2275
1879
  }
2276
- export declare namespace GetComponentResponse {
2277
- /**
2278
- * @internal
2279
- */
2280
- const filterSensitiveLog: (obj: GetComponentResponse) => any;
2281
- }
2282
1880
  export interface GetComponentPolicyRequest {
2283
1881
  /**
2284
1882
  * <p>The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.</p>
2285
1883
  */
2286
1884
  componentArn: string | undefined;
2287
1885
  }
2288
- export declare namespace GetComponentPolicyRequest {
2289
- /**
2290
- * @internal
2291
- */
2292
- const filterSensitiveLog: (obj: GetComponentPolicyRequest) => any;
2293
- }
2294
1886
  export interface GetComponentPolicyResponse {
2295
1887
  /**
2296
1888
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2301,12 +1893,6 @@ export interface GetComponentPolicyResponse {
2301
1893
  */
2302
1894
  policy?: string;
2303
1895
  }
2304
- export declare namespace GetComponentPolicyResponse {
2305
- /**
2306
- * @internal
2307
- */
2308
- const filterSensitiveLog: (obj: GetComponentPolicyResponse) => any;
2309
- }
2310
1896
  /**
2311
1897
  * <p>At least one of the resources referenced by your request does not exist.</p>
2312
1898
  */
@@ -2324,12 +1910,6 @@ export interface GetContainerRecipeRequest {
2324
1910
  */
2325
1911
  containerRecipeArn: string | undefined;
2326
1912
  }
2327
- export declare namespace GetContainerRecipeRequest {
2328
- /**
2329
- * @internal
2330
- */
2331
- const filterSensitiveLog: (obj: GetContainerRecipeRequest) => any;
2332
- }
2333
1913
  export interface GetContainerRecipeResponse {
2334
1914
  /**
2335
1915
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2340,24 +1920,12 @@ export interface GetContainerRecipeResponse {
2340
1920
  */
2341
1921
  containerRecipe?: ContainerRecipe;
2342
1922
  }
2343
- export declare namespace GetContainerRecipeResponse {
2344
- /**
2345
- * @internal
2346
- */
2347
- const filterSensitiveLog: (obj: GetContainerRecipeResponse) => any;
2348
- }
2349
1923
  export interface GetContainerRecipePolicyRequest {
2350
1924
  /**
2351
1925
  * <p>The Amazon Resource Name (ARN) of the container recipe for the policy being requested.</p>
2352
1926
  */
2353
1927
  containerRecipeArn: string | undefined;
2354
1928
  }
2355
- export declare namespace GetContainerRecipePolicyRequest {
2356
- /**
2357
- * @internal
2358
- */
2359
- const filterSensitiveLog: (obj: GetContainerRecipePolicyRequest) => any;
2360
- }
2361
1929
  export interface GetContainerRecipePolicyResponse {
2362
1930
  /**
2363
1931
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2368,12 +1936,6 @@ export interface GetContainerRecipePolicyResponse {
2368
1936
  */
2369
1937
  policy?: string;
2370
1938
  }
2371
- export declare namespace GetContainerRecipePolicyResponse {
2372
- /**
2373
- * @internal
2374
- */
2375
- const filterSensitiveLog: (obj: GetContainerRecipePolicyResponse) => any;
2376
- }
2377
1939
  export interface GetDistributionConfigurationRequest {
2378
1940
  /**
2379
1941
  * <p>The Amazon Resource Name (ARN) of the distribution configuration that you want to
@@ -2381,12 +1943,6 @@ export interface GetDistributionConfigurationRequest {
2381
1943
  */
2382
1944
  distributionConfigurationArn: string | undefined;
2383
1945
  }
2384
- export declare namespace GetDistributionConfigurationRequest {
2385
- /**
2386
- * @internal
2387
- */
2388
- const filterSensitiveLog: (obj: GetDistributionConfigurationRequest) => any;
2389
- }
2390
1946
  export interface GetDistributionConfigurationResponse {
2391
1947
  /**
2392
1948
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2397,24 +1953,12 @@ export interface GetDistributionConfigurationResponse {
2397
1953
  */
2398
1954
  distributionConfiguration?: DistributionConfiguration;
2399
1955
  }
2400
- export declare namespace GetDistributionConfigurationResponse {
2401
- /**
2402
- * @internal
2403
- */
2404
- const filterSensitiveLog: (obj: GetDistributionConfigurationResponse) => any;
2405
- }
2406
1956
  export interface GetImageRequest {
2407
1957
  /**
2408
1958
  * <p>The Amazon Resource Name (ARN) of the image that you want to retrieve.</p>
2409
1959
  */
2410
1960
  imageBuildVersionArn: string | undefined;
2411
1961
  }
2412
- export declare namespace GetImageRequest {
2413
- /**
2414
- * @internal
2415
- */
2416
- const filterSensitiveLog: (obj: GetImageRequest) => any;
2417
- }
2418
1962
  export declare enum ImageType {
2419
1963
  AMI = "AMI",
2420
1964
  DOCKER = "DOCKER"
@@ -2484,12 +2028,6 @@ export interface ImageRecipe {
2484
2028
  */
2485
2029
  additionalInstanceConfiguration?: AdditionalInstanceConfiguration;
2486
2030
  }
2487
- export declare namespace ImageRecipe {
2488
- /**
2489
- * @internal
2490
- */
2491
- const filterSensitiveLog: (obj: ImageRecipe) => any;
2492
- }
2493
2031
  /**
2494
2032
  * <p>Details of the infrastructure configuration.</p>
2495
2033
  */
@@ -2565,12 +2103,6 @@ export interface InfrastructureConfiguration {
2565
2103
  */
2566
2104
  tags?: Record<string, string>;
2567
2105
  }
2568
- export declare namespace InfrastructureConfiguration {
2569
- /**
2570
- * @internal
2571
- */
2572
- const filterSensitiveLog: (obj: InfrastructureConfiguration) => any;
2573
- }
2574
2106
  /**
2575
2107
  * <p>The resources produced by this image.</p>
2576
2108
  */
@@ -2584,12 +2116,6 @@ export interface OutputResources {
2584
2116
  */
2585
2117
  containers?: Container[];
2586
2118
  }
2587
- export declare namespace OutputResources {
2588
- /**
2589
- * @internal
2590
- */
2591
- const filterSensitiveLog: (obj: OutputResources) => any;
2592
- }
2593
2119
  /**
2594
2120
  * <p>An Image Builder image. You must specify exactly one recipe for the image – either
2595
2121
  * a container recipe (<code>containerRecipe</code>), which creates a container
@@ -2727,12 +2253,6 @@ export interface Image {
2727
2253
  */
2728
2254
  buildType?: BuildType | string;
2729
2255
  }
2730
- export declare namespace Image {
2731
- /**
2732
- * @internal
2733
- */
2734
- const filterSensitiveLog: (obj: Image) => any;
2735
- }
2736
2256
  export interface GetImageResponse {
2737
2257
  /**
2738
2258
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2743,24 +2263,12 @@ export interface GetImageResponse {
2743
2263
  */
2744
2264
  image?: Image;
2745
2265
  }
2746
- export declare namespace GetImageResponse {
2747
- /**
2748
- * @internal
2749
- */
2750
- const filterSensitiveLog: (obj: GetImageResponse) => any;
2751
- }
2752
2266
  export interface GetImagePipelineRequest {
2753
2267
  /**
2754
2268
  * <p>The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.</p>
2755
2269
  */
2756
2270
  imagePipelineArn: string | undefined;
2757
2271
  }
2758
- export declare namespace GetImagePipelineRequest {
2759
- /**
2760
- * @internal
2761
- */
2762
- const filterSensitiveLog: (obj: GetImagePipelineRequest) => any;
2763
- }
2764
2272
  /**
2765
2273
  * <p>Details of an image pipeline.</p>
2766
2274
  */
@@ -2839,12 +2347,6 @@ export interface ImagePipeline {
2839
2347
  */
2840
2348
  tags?: Record<string, string>;
2841
2349
  }
2842
- export declare namespace ImagePipeline {
2843
- /**
2844
- * @internal
2845
- */
2846
- const filterSensitiveLog: (obj: ImagePipeline) => any;
2847
- }
2848
2350
  export interface GetImagePipelineResponse {
2849
2351
  /**
2850
2352
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2855,24 +2357,12 @@ export interface GetImagePipelineResponse {
2855
2357
  */
2856
2358
  imagePipeline?: ImagePipeline;
2857
2359
  }
2858
- export declare namespace GetImagePipelineResponse {
2859
- /**
2860
- * @internal
2861
- */
2862
- const filterSensitiveLog: (obj: GetImagePipelineResponse) => any;
2863
- }
2864
2360
  export interface GetImagePolicyRequest {
2865
2361
  /**
2866
2362
  * <p>The Amazon Resource Name (ARN) of the image whose policy you want to retrieve.</p>
2867
2363
  */
2868
2364
  imageArn: string | undefined;
2869
2365
  }
2870
- export declare namespace GetImagePolicyRequest {
2871
- /**
2872
- * @internal
2873
- */
2874
- const filterSensitiveLog: (obj: GetImagePolicyRequest) => any;
2875
- }
2876
2366
  export interface GetImagePolicyResponse {
2877
2367
  /**
2878
2368
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2883,24 +2373,12 @@ export interface GetImagePolicyResponse {
2883
2373
  */
2884
2374
  policy?: string;
2885
2375
  }
2886
- export declare namespace GetImagePolicyResponse {
2887
- /**
2888
- * @internal
2889
- */
2890
- const filterSensitiveLog: (obj: GetImagePolicyResponse) => any;
2891
- }
2892
2376
  export interface GetImageRecipeRequest {
2893
2377
  /**
2894
2378
  * <p>The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.</p>
2895
2379
  */
2896
2380
  imageRecipeArn: string | undefined;
2897
2381
  }
2898
- export declare namespace GetImageRecipeRequest {
2899
- /**
2900
- * @internal
2901
- */
2902
- const filterSensitiveLog: (obj: GetImageRecipeRequest) => any;
2903
- }
2904
2382
  export interface GetImageRecipeResponse {
2905
2383
  /**
2906
2384
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2911,24 +2389,12 @@ export interface GetImageRecipeResponse {
2911
2389
  */
2912
2390
  imageRecipe?: ImageRecipe;
2913
2391
  }
2914
- export declare namespace GetImageRecipeResponse {
2915
- /**
2916
- * @internal
2917
- */
2918
- const filterSensitiveLog: (obj: GetImageRecipeResponse) => any;
2919
- }
2920
2392
  export interface GetImageRecipePolicyRequest {
2921
2393
  /**
2922
2394
  * <p>The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.</p>
2923
2395
  */
2924
2396
  imageRecipeArn: string | undefined;
2925
2397
  }
2926
- export declare namespace GetImageRecipePolicyRequest {
2927
- /**
2928
- * @internal
2929
- */
2930
- const filterSensitiveLog: (obj: GetImageRecipePolicyRequest) => any;
2931
- }
2932
2398
  export interface GetImageRecipePolicyResponse {
2933
2399
  /**
2934
2400
  * <p>The request ID that uniquely identifies this request.</p>
@@ -2939,12 +2405,6 @@ export interface GetImageRecipePolicyResponse {
2939
2405
  */
2940
2406
  policy?: string;
2941
2407
  }
2942
- export declare namespace GetImageRecipePolicyResponse {
2943
- /**
2944
- * @internal
2945
- */
2946
- const filterSensitiveLog: (obj: GetImageRecipePolicyResponse) => any;
2947
- }
2948
2408
  /**
2949
2409
  * <p> GetInfrastructureConfiguration request object.</p>
2950
2410
  */
@@ -2955,12 +2415,6 @@ export interface GetInfrastructureConfigurationRequest {
2955
2415
  */
2956
2416
  infrastructureConfigurationArn: string | undefined;
2957
2417
  }
2958
- export declare namespace GetInfrastructureConfigurationRequest {
2959
- /**
2960
- * @internal
2961
- */
2962
- const filterSensitiveLog: (obj: GetInfrastructureConfigurationRequest) => any;
2963
- }
2964
2418
  /**
2965
2419
  * <p>GetInfrastructureConfiguration response object.</p>
2966
2420
  */
@@ -2974,12 +2428,6 @@ export interface GetInfrastructureConfigurationResponse {
2974
2428
  */
2975
2429
  infrastructureConfiguration?: InfrastructureConfiguration;
2976
2430
  }
2977
- export declare namespace GetInfrastructureConfigurationResponse {
2978
- /**
2979
- * @internal
2980
- */
2981
- const filterSensitiveLog: (obj: GetInfrastructureConfigurationResponse) => any;
2982
- }
2983
2431
  export interface ImportComponentRequest {
2984
2432
  /**
2985
2433
  * <p> The name of the component.</p>
@@ -3045,12 +2493,6 @@ export interface ImportComponentRequest {
3045
2493
  */
3046
2494
  clientToken?: string;
3047
2495
  }
3048
- export declare namespace ImportComponentRequest {
3049
- /**
3050
- * @internal
3051
- */
3052
- const filterSensitiveLog: (obj: ImportComponentRequest) => any;
3053
- }
3054
2496
  export interface ImportComponentResponse {
3055
2497
  /**
3056
2498
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3065,12 +2507,6 @@ export interface ImportComponentResponse {
3065
2507
  */
3066
2508
  componentBuildVersionArn?: string;
3067
2509
  }
3068
- export declare namespace ImportComponentResponse {
3069
- /**
3070
- * @internal
3071
- */
3072
- const filterSensitiveLog: (obj: ImportComponentResponse) => any;
3073
- }
3074
2510
  export interface ImportVmImageRequest {
3075
2511
  /**
3076
2512
  * <p>The name of the base image that is created by the import process.</p>
@@ -3122,12 +2558,6 @@ export interface ImportVmImageRequest {
3122
2558
  */
3123
2559
  clientToken?: string;
3124
2560
  }
3125
- export declare namespace ImportVmImageRequest {
3126
- /**
3127
- * @internal
3128
- */
3129
- const filterSensitiveLog: (obj: ImportVmImageRequest) => any;
3130
- }
3131
2561
  export interface ImportVmImageResponse {
3132
2562
  /**
3133
2563
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3144,12 +2574,6 @@ export interface ImportVmImageResponse {
3144
2574
  */
3145
2575
  clientToken?: string;
3146
2576
  }
3147
- export declare namespace ImportVmImageResponse {
3148
- /**
3149
- * @internal
3150
- */
3151
- const filterSensitiveLog: (obj: ImportVmImageResponse) => any;
3152
- }
3153
2577
  /**
3154
2578
  * <p>You have provided an invalid pagination token in your request.</p>
3155
2579
  */
@@ -3176,12 +2600,6 @@ export interface ListComponentBuildVersionsRequest {
3176
2600
  */
3177
2601
  nextToken?: string;
3178
2602
  }
3179
- export declare namespace ListComponentBuildVersionsRequest {
3180
- /**
3181
- * @internal
3182
- */
3183
- const filterSensitiveLog: (obj: ListComponentBuildVersionsRequest) => any;
3184
- }
3185
2603
  export interface ListComponentBuildVersionsResponse {
3186
2604
  /**
3187
2605
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3198,12 +2616,6 @@ export interface ListComponentBuildVersionsResponse {
3198
2616
  */
3199
2617
  nextToken?: string;
3200
2618
  }
3201
- export declare namespace ListComponentBuildVersionsResponse {
3202
- /**
3203
- * @internal
3204
- */
3205
- const filterSensitiveLog: (obj: ListComponentBuildVersionsResponse) => any;
3206
- }
3207
2619
  export declare enum Ownership {
3208
2620
  AMAZON = "Amazon",
3209
2621
  SELF = "Self",
@@ -3267,12 +2679,6 @@ export interface ListComponentsRequest {
3267
2679
  */
3268
2680
  nextToken?: string;
3269
2681
  }
3270
- export declare namespace ListComponentsRequest {
3271
- /**
3272
- * @internal
3273
- */
3274
- const filterSensitiveLog: (obj: ListComponentsRequest) => any;
3275
- }
3276
2682
  export interface ListComponentsResponse {
3277
2683
  /**
3278
2684
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3293,12 +2699,6 @@ export interface ListComponentsResponse {
3293
2699
  */
3294
2700
  nextToken?: string;
3295
2701
  }
3296
- export declare namespace ListComponentsResponse {
3297
- /**
3298
- * @internal
3299
- */
3300
- const filterSensitiveLog: (obj: ListComponentsResponse) => any;
3301
- }
3302
2702
  export interface ListContainerRecipesRequest {
3303
2703
  /**
3304
2704
  * <p>Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.</p>
@@ -3339,12 +2739,6 @@ export interface ListContainerRecipesRequest {
3339
2739
  */
3340
2740
  nextToken?: string;
3341
2741
  }
3342
- export declare namespace ListContainerRecipesRequest {
3343
- /**
3344
- * @internal
3345
- */
3346
- const filterSensitiveLog: (obj: ListContainerRecipesRequest) => any;
3347
- }
3348
2742
  export interface ListContainerRecipesResponse {
3349
2743
  /**
3350
2744
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3359,12 +2753,6 @@ export interface ListContainerRecipesResponse {
3359
2753
  */
3360
2754
  nextToken?: string;
3361
2755
  }
3362
- export declare namespace ListContainerRecipesResponse {
3363
- /**
3364
- * @internal
3365
- */
3366
- const filterSensitiveLog: (obj: ListContainerRecipesResponse) => any;
3367
- }
3368
2756
  export interface ListDistributionConfigurationsRequest {
3369
2757
  /**
3370
2758
  * <p>You can filter on <code>name</code> to streamline results.</p>
@@ -3380,12 +2768,6 @@ export interface ListDistributionConfigurationsRequest {
3380
2768
  */
3381
2769
  nextToken?: string;
3382
2770
  }
3383
- export declare namespace ListDistributionConfigurationsRequest {
3384
- /**
3385
- * @internal
3386
- */
3387
- const filterSensitiveLog: (obj: ListDistributionConfigurationsRequest) => any;
3388
- }
3389
2771
  export interface ListDistributionConfigurationsResponse {
3390
2772
  /**
3391
2773
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3402,12 +2784,6 @@ export interface ListDistributionConfigurationsResponse {
3402
2784
  */
3403
2785
  nextToken?: string;
3404
2786
  }
3405
- export declare namespace ListDistributionConfigurationsResponse {
3406
- /**
3407
- * @internal
3408
- */
3409
- const filterSensitiveLog: (obj: ListDistributionConfigurationsResponse) => any;
3410
- }
3411
2787
  export interface ListImageBuildVersionsRequest {
3412
2788
  /**
3413
2789
  * <p>The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.</p>
@@ -3454,12 +2830,6 @@ export interface ListImageBuildVersionsRequest {
3454
2830
  */
3455
2831
  nextToken?: string;
3456
2832
  }
3457
- export declare namespace ListImageBuildVersionsRequest {
3458
- /**
3459
- * @internal
3460
- */
3461
- const filterSensitiveLog: (obj: ListImageBuildVersionsRequest) => any;
3462
- }
3463
2833
  /**
3464
2834
  * <p>An image summary.</p>
3465
2835
  */
@@ -3532,12 +2902,6 @@ export interface ImageSummary {
3532
2902
  */
3533
2903
  buildType?: BuildType | string;
3534
2904
  }
3535
- export declare namespace ImageSummary {
3536
- /**
3537
- * @internal
3538
- */
3539
- const filterSensitiveLog: (obj: ImageSummary) => any;
3540
- }
3541
2905
  export interface ListImageBuildVersionsResponse {
3542
2906
  /**
3543
2907
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3554,12 +2918,6 @@ export interface ListImageBuildVersionsResponse {
3554
2918
  */
3555
2919
  nextToken?: string;
3556
2920
  }
3557
- export declare namespace ListImageBuildVersionsResponse {
3558
- /**
3559
- * @internal
3560
- */
3561
- const filterSensitiveLog: (obj: ListImageBuildVersionsResponse) => any;
3562
- }
3563
2921
  export interface ListImagePackagesRequest {
3564
2922
  /**
3565
2923
  * <p>Filter results for the ListImagePackages request by the Image Build Version ARN</p>
@@ -3574,12 +2932,6 @@ export interface ListImagePackagesRequest {
3574
2932
  */
3575
2933
  nextToken?: string;
3576
2934
  }
3577
- export declare namespace ListImagePackagesRequest {
3578
- /**
3579
- * @internal
3580
- */
3581
- const filterSensitiveLog: (obj: ListImagePackagesRequest) => any;
3582
- }
3583
2935
  /**
3584
2936
  * <p>Represents a package installed on an Image Builder image.</p>
3585
2937
  */
@@ -3593,12 +2945,6 @@ export interface ImagePackage {
3593
2945
  */
3594
2946
  packageVersion?: string;
3595
2947
  }
3596
- export declare namespace ImagePackage {
3597
- /**
3598
- * @internal
3599
- */
3600
- const filterSensitiveLog: (obj: ImagePackage) => any;
3601
- }
3602
2948
  export interface ListImagePackagesResponse {
3603
2949
  /**
3604
2950
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3613,12 +2959,6 @@ export interface ListImagePackagesResponse {
3613
2959
  */
3614
2960
  nextToken?: string;
3615
2961
  }
3616
- export declare namespace ListImagePackagesResponse {
3617
- /**
3618
- * @internal
3619
- */
3620
- const filterSensitiveLog: (obj: ListImagePackagesResponse) => any;
3621
- }
3622
2962
  export interface ListImagePipelineImagesRequest {
3623
2963
  /**
3624
2964
  * <p>The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.</p>
@@ -3650,12 +2990,6 @@ export interface ListImagePipelineImagesRequest {
3650
2990
  */
3651
2991
  nextToken?: string;
3652
2992
  }
3653
- export declare namespace ListImagePipelineImagesRequest {
3654
- /**
3655
- * @internal
3656
- */
3657
- const filterSensitiveLog: (obj: ListImagePipelineImagesRequest) => any;
3658
- }
3659
2993
  export interface ListImagePipelineImagesResponse {
3660
2994
  /**
3661
2995
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3672,12 +3006,6 @@ export interface ListImagePipelineImagesResponse {
3672
3006
  */
3673
3007
  nextToken?: string;
3674
3008
  }
3675
- export declare namespace ListImagePipelineImagesResponse {
3676
- /**
3677
- * @internal
3678
- */
3679
- const filterSensitiveLog: (obj: ListImagePipelineImagesResponse) => any;
3680
- }
3681
3009
  export interface ListImagePipelinesRequest {
3682
3010
  /**
3683
3011
  * <p>Use the following filters to streamline results:</p>
@@ -3725,12 +3053,6 @@ export interface ListImagePipelinesRequest {
3725
3053
  */
3726
3054
  nextToken?: string;
3727
3055
  }
3728
- export declare namespace ListImagePipelinesRequest {
3729
- /**
3730
- * @internal
3731
- */
3732
- const filterSensitiveLog: (obj: ListImagePipelinesRequest) => any;
3733
- }
3734
3056
  export interface ListImagePipelinesResponse {
3735
3057
  /**
3736
3058
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3747,12 +3069,6 @@ export interface ListImagePipelinesResponse {
3747
3069
  */
3748
3070
  nextToken?: string;
3749
3071
  }
3750
- export declare namespace ListImagePipelinesResponse {
3751
- /**
3752
- * @internal
3753
- */
3754
- const filterSensitiveLog: (obj: ListImagePipelinesResponse) => any;
3755
- }
3756
3072
  export interface ListImageRecipesRequest {
3757
3073
  /**
3758
3074
  * <p>The owner defines which image recipes you want to list. By default, this request will only
@@ -3792,12 +3108,6 @@ export interface ListImageRecipesRequest {
3792
3108
  */
3793
3109
  nextToken?: string;
3794
3110
  }
3795
- export declare namespace ListImageRecipesRequest {
3796
- /**
3797
- * @internal
3798
- */
3799
- const filterSensitiveLog: (obj: ListImageRecipesRequest) => any;
3800
- }
3801
3111
  /**
3802
3112
  * <p>A summary of an image recipe.</p>
3803
3113
  */
@@ -3831,12 +3141,6 @@ export interface ImageRecipeSummary {
3831
3141
  */
3832
3142
  tags?: Record<string, string>;
3833
3143
  }
3834
- export declare namespace ImageRecipeSummary {
3835
- /**
3836
- * @internal
3837
- */
3838
- const filterSensitiveLog: (obj: ImageRecipeSummary) => any;
3839
- }
3840
3144
  export interface ListImageRecipesResponse {
3841
3145
  /**
3842
3146
  * <p>The request ID that uniquely identifies this request.</p>
@@ -3853,12 +3157,6 @@ export interface ListImageRecipesResponse {
3853
3157
  */
3854
3158
  nextToken?: string;
3855
3159
  }
3856
- export declare namespace ListImageRecipesResponse {
3857
- /**
3858
- * @internal
3859
- */
3860
- const filterSensitiveLog: (obj: ListImageRecipesResponse) => any;
3861
- }
3862
3160
  export interface ListImagesRequest {
3863
3161
  /**
3864
3162
  * <p>The owner defines which images you want to list. By default, this request will only show
@@ -3916,12 +3214,6 @@ export interface ListImagesRequest {
3916
3214
  */
3917
3215
  includeDeprecated?: boolean;
3918
3216
  }
3919
- export declare namespace ListImagesRequest {
3920
- /**
3921
- * @internal
3922
- */
3923
- const filterSensitiveLog: (obj: ListImagesRequest) => any;
3924
- }
3925
3217
  /**
3926
3218
  * <p>The defining characteristics of a specific version of an Image Builder image.</p>
3927
3219
  */
@@ -4015,12 +3307,6 @@ export interface ImageVersion {
4015
3307
  */
4016
3308
  buildType?: BuildType | string;
4017
3309
  }
4018
- export declare namespace ImageVersion {
4019
- /**
4020
- * @internal
4021
- */
4022
- const filterSensitiveLog: (obj: ImageVersion) => any;
4023
- }
4024
3310
  export interface ListImagesResponse {
4025
3311
  /**
4026
3312
  * <p>The request ID that uniquely identifies this request.</p>
@@ -4046,12 +3332,6 @@ export interface ListImagesResponse {
4046
3332
  */
4047
3333
  nextToken?: string;
4048
3334
  }
4049
- export declare namespace ListImagesResponse {
4050
- /**
4051
- * @internal
4052
- */
4053
- const filterSensitiveLog: (obj: ListImagesResponse) => any;
4054
- }
4055
3335
  export interface ListInfrastructureConfigurationsRequest {
4056
3336
  /**
4057
3337
  * <p>You can filter on <code>name</code> to streamline results.</p>
@@ -4067,12 +3347,6 @@ export interface ListInfrastructureConfigurationsRequest {
4067
3347
  */
4068
3348
  nextToken?: string;
4069
3349
  }
4070
- export declare namespace ListInfrastructureConfigurationsRequest {
4071
- /**
4072
- * @internal
4073
- */
4074
- const filterSensitiveLog: (obj: ListInfrastructureConfigurationsRequest) => any;
4075
- }
4076
3350
  /**
4077
3351
  * <p>The infrastructure used when building Amazon EC2 AMIs.</p>
4078
3352
  */
@@ -4114,12 +3388,6 @@ export interface InfrastructureConfigurationSummary {
4114
3388
  */
4115
3389
  instanceProfileName?: string;
4116
3390
  }
4117
- export declare namespace InfrastructureConfigurationSummary {
4118
- /**
4119
- * @internal
4120
- */
4121
- const filterSensitiveLog: (obj: InfrastructureConfigurationSummary) => any;
4122
- }
4123
3391
  export interface ListInfrastructureConfigurationsResponse {
4124
3392
  /**
4125
3393
  * <p>The request ID that uniquely identifies this request.</p>
@@ -4136,12 +3404,6 @@ export interface ListInfrastructureConfigurationsResponse {
4136
3404
  */
4137
3405
  nextToken?: string;
4138
3406
  }
4139
- export declare namespace ListInfrastructureConfigurationsResponse {
4140
- /**
4141
- * @internal
4142
- */
4143
- const filterSensitiveLog: (obj: ListInfrastructureConfigurationsResponse) => any;
4144
- }
4145
3407
  /**
4146
3408
  * <p>The specified parameter is invalid. Review the available parameters for the API
4147
3409
  * request.</p>
@@ -4160,24 +3422,12 @@ export interface ListTagsForResourceRequest {
4160
3422
  */
4161
3423
  resourceArn: string | undefined;
4162
3424
  }
4163
- export declare namespace ListTagsForResourceRequest {
4164
- /**
4165
- * @internal
4166
- */
4167
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4168
- }
4169
3425
  export interface ListTagsForResourceResponse {
4170
3426
  /**
4171
3427
  * <p>The tags for the specified resource.</p>
4172
3428
  */
4173
3429
  tags?: Record<string, string>;
4174
3430
  }
4175
- export declare namespace ListTagsForResourceResponse {
4176
- /**
4177
- * @internal
4178
- */
4179
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4180
- }
4181
3431
  /**
4182
3432
  * <p>The value that you provided for the specified parameter is invalid.</p>
4183
3433
  */
@@ -4199,12 +3449,6 @@ export interface PutComponentPolicyRequest {
4199
3449
  */
4200
3450
  policy: string | undefined;
4201
3451
  }
4202
- export declare namespace PutComponentPolicyRequest {
4203
- /**
4204
- * @internal
4205
- */
4206
- const filterSensitiveLog: (obj: PutComponentPolicyRequest) => any;
4207
- }
4208
3452
  export interface PutComponentPolicyResponse {
4209
3453
  /**
4210
3454
  * <p>The request ID that uniquely identifies this request.</p>
@@ -4215,12 +3459,6 @@ export interface PutComponentPolicyResponse {
4215
3459
  */
4216
3460
  componentArn?: string;
4217
3461
  }
4218
- export declare namespace PutComponentPolicyResponse {
4219
- /**
4220
- * @internal
4221
- */
4222
- const filterSensitiveLog: (obj: PutComponentPolicyResponse) => any;
4223
- }
4224
3462
  export interface PutContainerRecipePolicyRequest {
4225
3463
  /**
4226
3464
  * <p>The Amazon Resource Name (ARN) of the container recipe that this policy should be applied to.</p>
@@ -4231,12 +3469,6 @@ export interface PutContainerRecipePolicyRequest {
4231
3469
  */
4232
3470
  policy: string | undefined;
4233
3471
  }
4234
- export declare namespace PutContainerRecipePolicyRequest {
4235
- /**
4236
- * @internal
4237
- */
4238
- const filterSensitiveLog: (obj: PutContainerRecipePolicyRequest) => any;
4239
- }
4240
3472
  export interface PutContainerRecipePolicyResponse {
4241
3473
  /**
4242
3474
  * <p>The request ID that uniquely identifies this request.</p>
@@ -4247,12 +3479,6 @@ export interface PutContainerRecipePolicyResponse {
4247
3479
  */
4248
3480
  containerRecipeArn?: string;
4249
3481
  }
4250
- export declare namespace PutContainerRecipePolicyResponse {
4251
- /**
4252
- * @internal
4253
- */
4254
- const filterSensitiveLog: (obj: PutContainerRecipePolicyResponse) => any;
4255
- }
4256
3482
  export interface PutImagePolicyRequest {
4257
3483
  /**
4258
3484
  * <p>The Amazon Resource Name (ARN) of the image that this policy should be applied to.</p>
@@ -4263,12 +3489,6 @@ export interface PutImagePolicyRequest {
4263
3489
  */
4264
3490
  policy: string | undefined;
4265
3491
  }
4266
- export declare namespace PutImagePolicyRequest {
4267
- /**
4268
- * @internal
4269
- */
4270
- const filterSensitiveLog: (obj: PutImagePolicyRequest) => any;
4271
- }
4272
3492
  export interface PutImagePolicyResponse {
4273
3493
  /**
4274
3494
  * <p>The request ID that uniquely identifies this request.</p>
@@ -4279,12 +3499,6 @@ export interface PutImagePolicyResponse {
4279
3499
  */
4280
3500
  imageArn?: string;
4281
3501
  }
4282
- export declare namespace PutImagePolicyResponse {
4283
- /**
4284
- * @internal
4285
- */
4286
- const filterSensitiveLog: (obj: PutImagePolicyResponse) => any;
4287
- }
4288
3502
  export interface PutImageRecipePolicyRequest {
4289
3503
  /**
4290
3504
  * <p>The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.</p>
@@ -4295,12 +3509,6 @@ export interface PutImageRecipePolicyRequest {
4295
3509
  */
4296
3510
  policy: string | undefined;
4297
3511
  }
4298
- export declare namespace PutImageRecipePolicyRequest {
4299
- /**
4300
- * @internal
4301
- */
4302
- const filterSensitiveLog: (obj: PutImageRecipePolicyRequest) => any;
4303
- }
4304
3512
  export interface PutImageRecipePolicyResponse {
4305
3513
  /**
4306
3514
  * <p>The request ID that uniquely identifies this request.</p>
@@ -4311,12 +3519,6 @@ export interface PutImageRecipePolicyResponse {
4311
3519
  */
4312
3520
  imageRecipeArn?: string;
4313
3521
  }
4314
- export declare namespace PutImageRecipePolicyResponse {
4315
- /**
4316
- * @internal
4317
- */
4318
- const filterSensitiveLog: (obj: PutImageRecipePolicyResponse) => any;
4319
- }
4320
3522
  export interface StartImagePipelineExecutionRequest {
4321
3523
  /**
4322
3524
  * <p>The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.</p>
@@ -4327,12 +3529,6 @@ export interface StartImagePipelineExecutionRequest {
4327
3529
  */
4328
3530
  clientToken?: string;
4329
3531
  }
4330
- export declare namespace StartImagePipelineExecutionRequest {
4331
- /**
4332
- * @internal
4333
- */
4334
- const filterSensitiveLog: (obj: StartImagePipelineExecutionRequest) => any;
4335
- }
4336
3532
  export interface StartImagePipelineExecutionResponse {
4337
3533
  /**
4338
3534
  * <p>The request ID that uniquely identifies this request.</p>
@@ -4347,12 +3543,6 @@ export interface StartImagePipelineExecutionResponse {
4347
3543
  */
4348
3544
  imageBuildVersionArn?: string;
4349
3545
  }
4350
- export declare namespace StartImagePipelineExecutionResponse {
4351
- /**
4352
- * @internal
4353
- */
4354
- const filterSensitiveLog: (obj: StartImagePipelineExecutionResponse) => any;
4355
- }
4356
3546
  export interface TagResourceRequest {
4357
3547
  /**
4358
3548
  * <p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>
@@ -4363,20 +3553,8 @@ export interface TagResourceRequest {
4363
3553
  */
4364
3554
  tags: Record<string, string> | undefined;
4365
3555
  }
4366
- export declare namespace TagResourceRequest {
4367
- /**
4368
- * @internal
4369
- */
4370
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
4371
- }
4372
3556
  export interface TagResourceResponse {
4373
3557
  }
4374
- export declare namespace TagResourceResponse {
4375
- /**
4376
- * @internal
4377
- */
4378
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
4379
- }
4380
3558
  export interface UntagResourceRequest {
4381
3559
  /**
4382
3560
  * <p>The Amazon Resource Name (ARN) of the resource that you want to untag.</p>
@@ -4387,20 +3565,8 @@ export interface UntagResourceRequest {
4387
3565
  */
4388
3566
  tagKeys: string[] | undefined;
4389
3567
  }
4390
- export declare namespace UntagResourceRequest {
4391
- /**
4392
- * @internal
4393
- */
4394
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4395
- }
4396
3568
  export interface UntagResourceResponse {
4397
3569
  }
4398
- export declare namespace UntagResourceResponse {
4399
- /**
4400
- * @internal
4401
- */
4402
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
4403
- }
4404
3570
  export interface UpdateDistributionConfigurationRequest {
4405
3571
  /**
4406
3572
  * <p>The Amazon Resource Name (ARN) of the distribution configuration that you want to update.</p>
@@ -4419,12 +3585,6 @@ export interface UpdateDistributionConfigurationRequest {
4419
3585
  */
4420
3586
  clientToken?: string;
4421
3587
  }
4422
- export declare namespace UpdateDistributionConfigurationRequest {
4423
- /**
4424
- * @internal
4425
- */
4426
- const filterSensitiveLog: (obj: UpdateDistributionConfigurationRequest) => any;
4427
- }
4428
3588
  export interface UpdateDistributionConfigurationResponse {
4429
3589
  /**
4430
3590
  * <p>The request ID that uniquely identifies this request.</p>
@@ -4440,12 +3600,6 @@ export interface UpdateDistributionConfigurationResponse {
4440
3600
  */
4441
3601
  distributionConfigurationArn?: string;
4442
3602
  }
4443
- export declare namespace UpdateDistributionConfigurationResponse {
4444
- /**
4445
- * @internal
4446
- */
4447
- const filterSensitiveLog: (obj: UpdateDistributionConfigurationResponse) => any;
4448
- }
4449
3603
  export interface UpdateImagePipelineRequest {
4450
3604
  /**
4451
3605
  * <p>The Amazon Resource Name (ARN) of the image pipeline that you want to update.</p>
@@ -4497,12 +3651,6 @@ export interface UpdateImagePipelineRequest {
4497
3651
  */
4498
3652
  clientToken?: string;
4499
3653
  }
4500
- export declare namespace UpdateImagePipelineRequest {
4501
- /**
4502
- * @internal
4503
- */
4504
- const filterSensitiveLog: (obj: UpdateImagePipelineRequest) => any;
4505
- }
4506
3654
  export interface UpdateImagePipelineResponse {
4507
3655
  /**
4508
3656
  * <p>The request ID that uniquely identifies this request.</p>
@@ -4517,12 +3665,6 @@ export interface UpdateImagePipelineResponse {
4517
3665
  */
4518
3666
  imagePipelineArn?: string;
4519
3667
  }
4520
- export declare namespace UpdateImagePipelineResponse {
4521
- /**
4522
- * @internal
4523
- */
4524
- const filterSensitiveLog: (obj: UpdateImagePipelineResponse) => any;
4525
- }
4526
3668
  export interface UpdateInfrastructureConfigurationRequest {
4527
3669
  /**
4528
3670
  * <p>The Amazon Resource Name (ARN) of the infrastructure configuration that you want to
@@ -4608,12 +3750,6 @@ export interface UpdateInfrastructureConfigurationRequest {
4608
3750
  */
4609
3751
  instanceMetadataOptions?: InstanceMetadataOptions;
4610
3752
  }
4611
- export declare namespace UpdateInfrastructureConfigurationRequest {
4612
- /**
4613
- * @internal
4614
- */
4615
- const filterSensitiveLog: (obj: UpdateInfrastructureConfigurationRequest) => any;
4616
- }
4617
3753
  export interface UpdateInfrastructureConfigurationResponse {
4618
3754
  /**
4619
3755
  * <p>The request ID that uniquely identifies this request.</p>
@@ -4629,9 +3765,583 @@ export interface UpdateInfrastructureConfigurationResponse {
4629
3765
  */
4630
3766
  infrastructureConfigurationArn?: string;
4631
3767
  }
4632
- export declare namespace UpdateInfrastructureConfigurationResponse {
4633
- /**
4634
- * @internal
4635
- */
4636
- const filterSensitiveLog: (obj: UpdateInfrastructureConfigurationResponse) => any;
4637
- }
3768
+ /**
3769
+ * @internal
3770
+ */
3771
+ export declare const SystemsManagerAgentFilterSensitiveLog: (obj: SystemsManagerAgent) => any;
3772
+ /**
3773
+ * @internal
3774
+ */
3775
+ export declare const AdditionalInstanceConfigurationFilterSensitiveLog: (obj: AdditionalInstanceConfiguration) => any;
3776
+ /**
3777
+ * @internal
3778
+ */
3779
+ export declare const ImageStateFilterSensitiveLog: (obj: ImageState) => any;
3780
+ /**
3781
+ * @internal
3782
+ */
3783
+ export declare const AmiFilterSensitiveLog: (obj: Ami) => any;
3784
+ /**
3785
+ * @internal
3786
+ */
3787
+ export declare const LaunchPermissionConfigurationFilterSensitiveLog: (obj: LaunchPermissionConfiguration) => any;
3788
+ /**
3789
+ * @internal
3790
+ */
3791
+ export declare const AmiDistributionConfigurationFilterSensitiveLog: (obj: AmiDistributionConfiguration) => any;
3792
+ /**
3793
+ * @internal
3794
+ */
3795
+ export declare const CancelImageCreationRequestFilterSensitiveLog: (obj: CancelImageCreationRequest) => any;
3796
+ /**
3797
+ * @internal
3798
+ */
3799
+ export declare const CancelImageCreationResponseFilterSensitiveLog: (obj: CancelImageCreationResponse) => any;
3800
+ /**
3801
+ * @internal
3802
+ */
3803
+ export declare const ComponentParameterDetailFilterSensitiveLog: (obj: ComponentParameterDetail) => any;
3804
+ /**
3805
+ * @internal
3806
+ */
3807
+ export declare const ComponentStateFilterSensitiveLog: (obj: ComponentState) => any;
3808
+ /**
3809
+ * @internal
3810
+ */
3811
+ export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
3812
+ /**
3813
+ * @internal
3814
+ */
3815
+ export declare const ComponentParameterFilterSensitiveLog: (obj: ComponentParameter) => any;
3816
+ /**
3817
+ * @internal
3818
+ */
3819
+ export declare const ComponentConfigurationFilterSensitiveLog: (obj: ComponentConfiguration) => any;
3820
+ /**
3821
+ * @internal
3822
+ */
3823
+ export declare const ComponentSummaryFilterSensitiveLog: (obj: ComponentSummary) => any;
3824
+ /**
3825
+ * @internal
3826
+ */
3827
+ export declare const ComponentVersionFilterSensitiveLog: (obj: ComponentVersion) => any;
3828
+ /**
3829
+ * @internal
3830
+ */
3831
+ export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
3832
+ /**
3833
+ * @internal
3834
+ */
3835
+ export declare const TargetContainerRepositoryFilterSensitiveLog: (obj: TargetContainerRepository) => any;
3836
+ /**
3837
+ * @internal
3838
+ */
3839
+ export declare const ContainerDistributionConfigurationFilterSensitiveLog: (obj: ContainerDistributionConfiguration) => any;
3840
+ /**
3841
+ * @internal
3842
+ */
3843
+ export declare const EbsInstanceBlockDeviceSpecificationFilterSensitiveLog: (obj: EbsInstanceBlockDeviceSpecification) => any;
3844
+ /**
3845
+ * @internal
3846
+ */
3847
+ export declare const InstanceBlockDeviceMappingFilterSensitiveLog: (obj: InstanceBlockDeviceMapping) => any;
3848
+ /**
3849
+ * @internal
3850
+ */
3851
+ export declare const InstanceConfigurationFilterSensitiveLog: (obj: InstanceConfiguration) => any;
3852
+ /**
3853
+ * @internal
3854
+ */
3855
+ export declare const ContainerRecipeFilterSensitiveLog: (obj: ContainerRecipe) => any;
3856
+ /**
3857
+ * @internal
3858
+ */
3859
+ export declare const ContainerRecipeSummaryFilterSensitiveLog: (obj: ContainerRecipeSummary) => any;
3860
+ /**
3861
+ * @internal
3862
+ */
3863
+ export declare const CreateComponentRequestFilterSensitiveLog: (obj: CreateComponentRequest) => any;
3864
+ /**
3865
+ * @internal
3866
+ */
3867
+ export declare const CreateComponentResponseFilterSensitiveLog: (obj: CreateComponentResponse) => any;
3868
+ /**
3869
+ * @internal
3870
+ */
3871
+ export declare const CreateContainerRecipeRequestFilterSensitiveLog: (obj: CreateContainerRecipeRequest) => any;
3872
+ /**
3873
+ * @internal
3874
+ */
3875
+ export declare const CreateContainerRecipeResponseFilterSensitiveLog: (obj: CreateContainerRecipeResponse) => any;
3876
+ /**
3877
+ * @internal
3878
+ */
3879
+ export declare const FastLaunchLaunchTemplateSpecificationFilterSensitiveLog: (obj: FastLaunchLaunchTemplateSpecification) => any;
3880
+ /**
3881
+ * @internal
3882
+ */
3883
+ export declare const FastLaunchSnapshotConfigurationFilterSensitiveLog: (obj: FastLaunchSnapshotConfiguration) => any;
3884
+ /**
3885
+ * @internal
3886
+ */
3887
+ export declare const FastLaunchConfigurationFilterSensitiveLog: (obj: FastLaunchConfiguration) => any;
3888
+ /**
3889
+ * @internal
3890
+ */
3891
+ export declare const LaunchTemplateConfigurationFilterSensitiveLog: (obj: LaunchTemplateConfiguration) => any;
3892
+ /**
3893
+ * @internal
3894
+ */
3895
+ export declare const S3ExportConfigurationFilterSensitiveLog: (obj: S3ExportConfiguration) => any;
3896
+ /**
3897
+ * @internal
3898
+ */
3899
+ export declare const DistributionFilterSensitiveLog: (obj: Distribution) => any;
3900
+ /**
3901
+ * @internal
3902
+ */
3903
+ export declare const CreateDistributionConfigurationRequestFilterSensitiveLog: (obj: CreateDistributionConfigurationRequest) => any;
3904
+ /**
3905
+ * @internal
3906
+ */
3907
+ export declare const CreateDistributionConfigurationResponseFilterSensitiveLog: (obj: CreateDistributionConfigurationResponse) => any;
3908
+ /**
3909
+ * @internal
3910
+ */
3911
+ export declare const ImageTestsConfigurationFilterSensitiveLog: (obj: ImageTestsConfiguration) => any;
3912
+ /**
3913
+ * @internal
3914
+ */
3915
+ export declare const CreateImageRequestFilterSensitiveLog: (obj: CreateImageRequest) => any;
3916
+ /**
3917
+ * @internal
3918
+ */
3919
+ export declare const CreateImageResponseFilterSensitiveLog: (obj: CreateImageResponse) => any;
3920
+ /**
3921
+ * @internal
3922
+ */
3923
+ export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
3924
+ /**
3925
+ * @internal
3926
+ */
3927
+ export declare const CreateImagePipelineRequestFilterSensitiveLog: (obj: CreateImagePipelineRequest) => any;
3928
+ /**
3929
+ * @internal
3930
+ */
3931
+ export declare const CreateImagePipelineResponseFilterSensitiveLog: (obj: CreateImagePipelineResponse) => any;
3932
+ /**
3933
+ * @internal
3934
+ */
3935
+ export declare const CreateImageRecipeRequestFilterSensitiveLog: (obj: CreateImageRecipeRequest) => any;
3936
+ /**
3937
+ * @internal
3938
+ */
3939
+ export declare const CreateImageRecipeResponseFilterSensitiveLog: (obj: CreateImageRecipeResponse) => any;
3940
+ /**
3941
+ * @internal
3942
+ */
3943
+ export declare const InstanceMetadataOptionsFilterSensitiveLog: (obj: InstanceMetadataOptions) => any;
3944
+ /**
3945
+ * @internal
3946
+ */
3947
+ export declare const S3LogsFilterSensitiveLog: (obj: S3Logs) => any;
3948
+ /**
3949
+ * @internal
3950
+ */
3951
+ export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
3952
+ /**
3953
+ * @internal
3954
+ */
3955
+ export declare const CreateInfrastructureConfigurationRequestFilterSensitiveLog: (obj: CreateInfrastructureConfigurationRequest) => any;
3956
+ /**
3957
+ * @internal
3958
+ */
3959
+ export declare const CreateInfrastructureConfigurationResponseFilterSensitiveLog: (obj: CreateInfrastructureConfigurationResponse) => any;
3960
+ /**
3961
+ * @internal
3962
+ */
3963
+ export declare const DeleteComponentRequestFilterSensitiveLog: (obj: DeleteComponentRequest) => any;
3964
+ /**
3965
+ * @internal
3966
+ */
3967
+ export declare const DeleteComponentResponseFilterSensitiveLog: (obj: DeleteComponentResponse) => any;
3968
+ /**
3969
+ * @internal
3970
+ */
3971
+ export declare const DeleteContainerRecipeRequestFilterSensitiveLog: (obj: DeleteContainerRecipeRequest) => any;
3972
+ /**
3973
+ * @internal
3974
+ */
3975
+ export declare const DeleteContainerRecipeResponseFilterSensitiveLog: (obj: DeleteContainerRecipeResponse) => any;
3976
+ /**
3977
+ * @internal
3978
+ */
3979
+ export declare const DeleteDistributionConfigurationRequestFilterSensitiveLog: (obj: DeleteDistributionConfigurationRequest) => any;
3980
+ /**
3981
+ * @internal
3982
+ */
3983
+ export declare const DeleteDistributionConfigurationResponseFilterSensitiveLog: (obj: DeleteDistributionConfigurationResponse) => any;
3984
+ /**
3985
+ * @internal
3986
+ */
3987
+ export declare const DeleteImageRequestFilterSensitiveLog: (obj: DeleteImageRequest) => any;
3988
+ /**
3989
+ * @internal
3990
+ */
3991
+ export declare const DeleteImageResponseFilterSensitiveLog: (obj: DeleteImageResponse) => any;
3992
+ /**
3993
+ * @internal
3994
+ */
3995
+ export declare const DeleteImagePipelineRequestFilterSensitiveLog: (obj: DeleteImagePipelineRequest) => any;
3996
+ /**
3997
+ * @internal
3998
+ */
3999
+ export declare const DeleteImagePipelineResponseFilterSensitiveLog: (obj: DeleteImagePipelineResponse) => any;
4000
+ /**
4001
+ * @internal
4002
+ */
4003
+ export declare const DeleteImageRecipeRequestFilterSensitiveLog: (obj: DeleteImageRecipeRequest) => any;
4004
+ /**
4005
+ * @internal
4006
+ */
4007
+ export declare const DeleteImageRecipeResponseFilterSensitiveLog: (obj: DeleteImageRecipeResponse) => any;
4008
+ /**
4009
+ * @internal
4010
+ */
4011
+ export declare const DeleteInfrastructureConfigurationRequestFilterSensitiveLog: (obj: DeleteInfrastructureConfigurationRequest) => any;
4012
+ /**
4013
+ * @internal
4014
+ */
4015
+ export declare const DeleteInfrastructureConfigurationResponseFilterSensitiveLog: (obj: DeleteInfrastructureConfigurationResponse) => any;
4016
+ /**
4017
+ * @internal
4018
+ */
4019
+ export declare const DistributionConfigurationFilterSensitiveLog: (obj: DistributionConfiguration) => any;
4020
+ /**
4021
+ * @internal
4022
+ */
4023
+ export declare const DistributionConfigurationSummaryFilterSensitiveLog: (obj: DistributionConfigurationSummary) => any;
4024
+ /**
4025
+ * @internal
4026
+ */
4027
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
4028
+ /**
4029
+ * @internal
4030
+ */
4031
+ export declare const GetComponentRequestFilterSensitiveLog: (obj: GetComponentRequest) => any;
4032
+ /**
4033
+ * @internal
4034
+ */
4035
+ export declare const GetComponentResponseFilterSensitiveLog: (obj: GetComponentResponse) => any;
4036
+ /**
4037
+ * @internal
4038
+ */
4039
+ export declare const GetComponentPolicyRequestFilterSensitiveLog: (obj: GetComponentPolicyRequest) => any;
4040
+ /**
4041
+ * @internal
4042
+ */
4043
+ export declare const GetComponentPolicyResponseFilterSensitiveLog: (obj: GetComponentPolicyResponse) => any;
4044
+ /**
4045
+ * @internal
4046
+ */
4047
+ export declare const GetContainerRecipeRequestFilterSensitiveLog: (obj: GetContainerRecipeRequest) => any;
4048
+ /**
4049
+ * @internal
4050
+ */
4051
+ export declare const GetContainerRecipeResponseFilterSensitiveLog: (obj: GetContainerRecipeResponse) => any;
4052
+ /**
4053
+ * @internal
4054
+ */
4055
+ export declare const GetContainerRecipePolicyRequestFilterSensitiveLog: (obj: GetContainerRecipePolicyRequest) => any;
4056
+ /**
4057
+ * @internal
4058
+ */
4059
+ export declare const GetContainerRecipePolicyResponseFilterSensitiveLog: (obj: GetContainerRecipePolicyResponse) => any;
4060
+ /**
4061
+ * @internal
4062
+ */
4063
+ export declare const GetDistributionConfigurationRequestFilterSensitiveLog: (obj: GetDistributionConfigurationRequest) => any;
4064
+ /**
4065
+ * @internal
4066
+ */
4067
+ export declare const GetDistributionConfigurationResponseFilterSensitiveLog: (obj: GetDistributionConfigurationResponse) => any;
4068
+ /**
4069
+ * @internal
4070
+ */
4071
+ export declare const GetImageRequestFilterSensitiveLog: (obj: GetImageRequest) => any;
4072
+ /**
4073
+ * @internal
4074
+ */
4075
+ export declare const ImageRecipeFilterSensitiveLog: (obj: ImageRecipe) => any;
4076
+ /**
4077
+ * @internal
4078
+ */
4079
+ export declare const InfrastructureConfigurationFilterSensitiveLog: (obj: InfrastructureConfiguration) => any;
4080
+ /**
4081
+ * @internal
4082
+ */
4083
+ export declare const OutputResourcesFilterSensitiveLog: (obj: OutputResources) => any;
4084
+ /**
4085
+ * @internal
4086
+ */
4087
+ export declare const ImageFilterSensitiveLog: (obj: Image) => any;
4088
+ /**
4089
+ * @internal
4090
+ */
4091
+ export declare const GetImageResponseFilterSensitiveLog: (obj: GetImageResponse) => any;
4092
+ /**
4093
+ * @internal
4094
+ */
4095
+ export declare const GetImagePipelineRequestFilterSensitiveLog: (obj: GetImagePipelineRequest) => any;
4096
+ /**
4097
+ * @internal
4098
+ */
4099
+ export declare const ImagePipelineFilterSensitiveLog: (obj: ImagePipeline) => any;
4100
+ /**
4101
+ * @internal
4102
+ */
4103
+ export declare const GetImagePipelineResponseFilterSensitiveLog: (obj: GetImagePipelineResponse) => any;
4104
+ /**
4105
+ * @internal
4106
+ */
4107
+ export declare const GetImagePolicyRequestFilterSensitiveLog: (obj: GetImagePolicyRequest) => any;
4108
+ /**
4109
+ * @internal
4110
+ */
4111
+ export declare const GetImagePolicyResponseFilterSensitiveLog: (obj: GetImagePolicyResponse) => any;
4112
+ /**
4113
+ * @internal
4114
+ */
4115
+ export declare const GetImageRecipeRequestFilterSensitiveLog: (obj: GetImageRecipeRequest) => any;
4116
+ /**
4117
+ * @internal
4118
+ */
4119
+ export declare const GetImageRecipeResponseFilterSensitiveLog: (obj: GetImageRecipeResponse) => any;
4120
+ /**
4121
+ * @internal
4122
+ */
4123
+ export declare const GetImageRecipePolicyRequestFilterSensitiveLog: (obj: GetImageRecipePolicyRequest) => any;
4124
+ /**
4125
+ * @internal
4126
+ */
4127
+ export declare const GetImageRecipePolicyResponseFilterSensitiveLog: (obj: GetImageRecipePolicyResponse) => any;
4128
+ /**
4129
+ * @internal
4130
+ */
4131
+ export declare const GetInfrastructureConfigurationRequestFilterSensitiveLog: (obj: GetInfrastructureConfigurationRequest) => any;
4132
+ /**
4133
+ * @internal
4134
+ */
4135
+ export declare const GetInfrastructureConfigurationResponseFilterSensitiveLog: (obj: GetInfrastructureConfigurationResponse) => any;
4136
+ /**
4137
+ * @internal
4138
+ */
4139
+ export declare const ImportComponentRequestFilterSensitiveLog: (obj: ImportComponentRequest) => any;
4140
+ /**
4141
+ * @internal
4142
+ */
4143
+ export declare const ImportComponentResponseFilterSensitiveLog: (obj: ImportComponentResponse) => any;
4144
+ /**
4145
+ * @internal
4146
+ */
4147
+ export declare const ImportVmImageRequestFilterSensitiveLog: (obj: ImportVmImageRequest) => any;
4148
+ /**
4149
+ * @internal
4150
+ */
4151
+ export declare const ImportVmImageResponseFilterSensitiveLog: (obj: ImportVmImageResponse) => any;
4152
+ /**
4153
+ * @internal
4154
+ */
4155
+ export declare const ListComponentBuildVersionsRequestFilterSensitiveLog: (obj: ListComponentBuildVersionsRequest) => any;
4156
+ /**
4157
+ * @internal
4158
+ */
4159
+ export declare const ListComponentBuildVersionsResponseFilterSensitiveLog: (obj: ListComponentBuildVersionsResponse) => any;
4160
+ /**
4161
+ * @internal
4162
+ */
4163
+ export declare const ListComponentsRequestFilterSensitiveLog: (obj: ListComponentsRequest) => any;
4164
+ /**
4165
+ * @internal
4166
+ */
4167
+ export declare const ListComponentsResponseFilterSensitiveLog: (obj: ListComponentsResponse) => any;
4168
+ /**
4169
+ * @internal
4170
+ */
4171
+ export declare const ListContainerRecipesRequestFilterSensitiveLog: (obj: ListContainerRecipesRequest) => any;
4172
+ /**
4173
+ * @internal
4174
+ */
4175
+ export declare const ListContainerRecipesResponseFilterSensitiveLog: (obj: ListContainerRecipesResponse) => any;
4176
+ /**
4177
+ * @internal
4178
+ */
4179
+ export declare const ListDistributionConfigurationsRequestFilterSensitiveLog: (obj: ListDistributionConfigurationsRequest) => any;
4180
+ /**
4181
+ * @internal
4182
+ */
4183
+ export declare const ListDistributionConfigurationsResponseFilterSensitiveLog: (obj: ListDistributionConfigurationsResponse) => any;
4184
+ /**
4185
+ * @internal
4186
+ */
4187
+ export declare const ListImageBuildVersionsRequestFilterSensitiveLog: (obj: ListImageBuildVersionsRequest) => any;
4188
+ /**
4189
+ * @internal
4190
+ */
4191
+ export declare const ImageSummaryFilterSensitiveLog: (obj: ImageSummary) => any;
4192
+ /**
4193
+ * @internal
4194
+ */
4195
+ export declare const ListImageBuildVersionsResponseFilterSensitiveLog: (obj: ListImageBuildVersionsResponse) => any;
4196
+ /**
4197
+ * @internal
4198
+ */
4199
+ export declare const ListImagePackagesRequestFilterSensitiveLog: (obj: ListImagePackagesRequest) => any;
4200
+ /**
4201
+ * @internal
4202
+ */
4203
+ export declare const ImagePackageFilterSensitiveLog: (obj: ImagePackage) => any;
4204
+ /**
4205
+ * @internal
4206
+ */
4207
+ export declare const ListImagePackagesResponseFilterSensitiveLog: (obj: ListImagePackagesResponse) => any;
4208
+ /**
4209
+ * @internal
4210
+ */
4211
+ export declare const ListImagePipelineImagesRequestFilterSensitiveLog: (obj: ListImagePipelineImagesRequest) => any;
4212
+ /**
4213
+ * @internal
4214
+ */
4215
+ export declare const ListImagePipelineImagesResponseFilterSensitiveLog: (obj: ListImagePipelineImagesResponse) => any;
4216
+ /**
4217
+ * @internal
4218
+ */
4219
+ export declare const ListImagePipelinesRequestFilterSensitiveLog: (obj: ListImagePipelinesRequest) => any;
4220
+ /**
4221
+ * @internal
4222
+ */
4223
+ export declare const ListImagePipelinesResponseFilterSensitiveLog: (obj: ListImagePipelinesResponse) => any;
4224
+ /**
4225
+ * @internal
4226
+ */
4227
+ export declare const ListImageRecipesRequestFilterSensitiveLog: (obj: ListImageRecipesRequest) => any;
4228
+ /**
4229
+ * @internal
4230
+ */
4231
+ export declare const ImageRecipeSummaryFilterSensitiveLog: (obj: ImageRecipeSummary) => any;
4232
+ /**
4233
+ * @internal
4234
+ */
4235
+ export declare const ListImageRecipesResponseFilterSensitiveLog: (obj: ListImageRecipesResponse) => any;
4236
+ /**
4237
+ * @internal
4238
+ */
4239
+ export declare const ListImagesRequestFilterSensitiveLog: (obj: ListImagesRequest) => any;
4240
+ /**
4241
+ * @internal
4242
+ */
4243
+ export declare const ImageVersionFilterSensitiveLog: (obj: ImageVersion) => any;
4244
+ /**
4245
+ * @internal
4246
+ */
4247
+ export declare const ListImagesResponseFilterSensitiveLog: (obj: ListImagesResponse) => any;
4248
+ /**
4249
+ * @internal
4250
+ */
4251
+ export declare const ListInfrastructureConfigurationsRequestFilterSensitiveLog: (obj: ListInfrastructureConfigurationsRequest) => any;
4252
+ /**
4253
+ * @internal
4254
+ */
4255
+ export declare const InfrastructureConfigurationSummaryFilterSensitiveLog: (obj: InfrastructureConfigurationSummary) => any;
4256
+ /**
4257
+ * @internal
4258
+ */
4259
+ export declare const ListInfrastructureConfigurationsResponseFilterSensitiveLog: (obj: ListInfrastructureConfigurationsResponse) => any;
4260
+ /**
4261
+ * @internal
4262
+ */
4263
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4264
+ /**
4265
+ * @internal
4266
+ */
4267
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4268
+ /**
4269
+ * @internal
4270
+ */
4271
+ export declare const PutComponentPolicyRequestFilterSensitiveLog: (obj: PutComponentPolicyRequest) => any;
4272
+ /**
4273
+ * @internal
4274
+ */
4275
+ export declare const PutComponentPolicyResponseFilterSensitiveLog: (obj: PutComponentPolicyResponse) => any;
4276
+ /**
4277
+ * @internal
4278
+ */
4279
+ export declare const PutContainerRecipePolicyRequestFilterSensitiveLog: (obj: PutContainerRecipePolicyRequest) => any;
4280
+ /**
4281
+ * @internal
4282
+ */
4283
+ export declare const PutContainerRecipePolicyResponseFilterSensitiveLog: (obj: PutContainerRecipePolicyResponse) => any;
4284
+ /**
4285
+ * @internal
4286
+ */
4287
+ export declare const PutImagePolicyRequestFilterSensitiveLog: (obj: PutImagePolicyRequest) => any;
4288
+ /**
4289
+ * @internal
4290
+ */
4291
+ export declare const PutImagePolicyResponseFilterSensitiveLog: (obj: PutImagePolicyResponse) => any;
4292
+ /**
4293
+ * @internal
4294
+ */
4295
+ export declare const PutImageRecipePolicyRequestFilterSensitiveLog: (obj: PutImageRecipePolicyRequest) => any;
4296
+ /**
4297
+ * @internal
4298
+ */
4299
+ export declare const PutImageRecipePolicyResponseFilterSensitiveLog: (obj: PutImageRecipePolicyResponse) => any;
4300
+ /**
4301
+ * @internal
4302
+ */
4303
+ export declare const StartImagePipelineExecutionRequestFilterSensitiveLog: (obj: StartImagePipelineExecutionRequest) => any;
4304
+ /**
4305
+ * @internal
4306
+ */
4307
+ export declare const StartImagePipelineExecutionResponseFilterSensitiveLog: (obj: StartImagePipelineExecutionResponse) => any;
4308
+ /**
4309
+ * @internal
4310
+ */
4311
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4312
+ /**
4313
+ * @internal
4314
+ */
4315
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
4316
+ /**
4317
+ * @internal
4318
+ */
4319
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4320
+ /**
4321
+ * @internal
4322
+ */
4323
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
4324
+ /**
4325
+ * @internal
4326
+ */
4327
+ export declare const UpdateDistributionConfigurationRequestFilterSensitiveLog: (obj: UpdateDistributionConfigurationRequest) => any;
4328
+ /**
4329
+ * @internal
4330
+ */
4331
+ export declare const UpdateDistributionConfigurationResponseFilterSensitiveLog: (obj: UpdateDistributionConfigurationResponse) => any;
4332
+ /**
4333
+ * @internal
4334
+ */
4335
+ export declare const UpdateImagePipelineRequestFilterSensitiveLog: (obj: UpdateImagePipelineRequest) => any;
4336
+ /**
4337
+ * @internal
4338
+ */
4339
+ export declare const UpdateImagePipelineResponseFilterSensitiveLog: (obj: UpdateImagePipelineResponse) => any;
4340
+ /**
4341
+ * @internal
4342
+ */
4343
+ export declare const UpdateInfrastructureConfigurationRequestFilterSensitiveLog: (obj: UpdateInfrastructureConfigurationRequest) => any;
4344
+ /**
4345
+ * @internal
4346
+ */
4347
+ export declare const UpdateInfrastructureConfigurationResponseFilterSensitiveLog: (obj: UpdateInfrastructureConfigurationResponse) => any;