@aws-sdk/client-securityhub 3.131.0 → 3.137.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 (126) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +2 -2
  3. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDisableStandardsCommand.js +2 -2
  5. package/dist-cjs/commands/BatchEnableStandardsCommand.js +2 -2
  6. package/dist-cjs/commands/BatchImportFindingsCommand.js +2 -2
  7. package/dist-cjs/commands/BatchUpdateFindingsCommand.js +2 -2
  8. package/dist-cjs/commands/CreateActionTargetCommand.js +2 -2
  9. package/dist-cjs/commands/CreateFindingAggregatorCommand.js +2 -2
  10. package/dist-cjs/commands/CreateInsightCommand.js +2 -2
  11. package/dist-cjs/commands/CreateMembersCommand.js +2 -2
  12. package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteActionTargetCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeActionTargetsCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeHubCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeProductsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeStandardsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeStandardsControlsCommand.js +2 -2
  24. package/dist-cjs/commands/DisableImportFindingsForProductCommand.js +2 -2
  25. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  26. package/dist-cjs/commands/DisableSecurityHubCommand.js +2 -2
  27. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
  28. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
  29. package/dist-cjs/commands/DisassociateMembersCommand.js +2 -2
  30. package/dist-cjs/commands/EnableImportFindingsForProductCommand.js +2 -2
  31. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  32. package/dist-cjs/commands/EnableSecurityHubCommand.js +2 -2
  33. package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
  34. package/dist-cjs/commands/GetEnabledStandardsCommand.js +2 -2
  35. package/dist-cjs/commands/GetFindingAggregatorCommand.js +2 -2
  36. package/dist-cjs/commands/GetFindingsCommand.js +2 -2
  37. package/dist-cjs/commands/GetInsightResultsCommand.js +2 -2
  38. package/dist-cjs/commands/GetInsightsCommand.js +2 -2
  39. package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
  40. package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
  41. package/dist-cjs/commands/GetMembersCommand.js +2 -2
  42. package/dist-cjs/commands/InviteMembersCommand.js +2 -2
  43. package/dist-cjs/commands/ListEnabledProductsForImportCommand.js +2 -2
  44. package/dist-cjs/commands/ListFindingAggregatorsCommand.js +2 -2
  45. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  46. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  47. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  48. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  49. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  50. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateActionTargetCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateFindingAggregatorCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateFindingsCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateInsightCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateSecurityHubConfigurationCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateStandardsControlCommand.js +2 -2
  58. package/dist-cjs/models/models_0.js +1170 -1752
  59. package/dist-cjs/models/models_1.js +1114 -1668
  60. package/dist-cjs/models/models_2.js +73 -109
  61. package/dist-es/commands/AcceptAdministratorInvitationCommand.js +3 -3
  62. package/dist-es/commands/AcceptInvitationCommand.js +3 -3
  63. package/dist-es/commands/BatchDisableStandardsCommand.js +3 -3
  64. package/dist-es/commands/BatchEnableStandardsCommand.js +3 -3
  65. package/dist-es/commands/BatchImportFindingsCommand.js +3 -3
  66. package/dist-es/commands/BatchUpdateFindingsCommand.js +3 -3
  67. package/dist-es/commands/CreateActionTargetCommand.js +3 -3
  68. package/dist-es/commands/CreateFindingAggregatorCommand.js +3 -3
  69. package/dist-es/commands/CreateInsightCommand.js +3 -3
  70. package/dist-es/commands/CreateMembersCommand.js +3 -3
  71. package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
  72. package/dist-es/commands/DeleteActionTargetCommand.js +3 -3
  73. package/dist-es/commands/DeleteFindingAggregatorCommand.js +3 -3
  74. package/dist-es/commands/DeleteInsightCommand.js +3 -3
  75. package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
  76. package/dist-es/commands/DeleteMembersCommand.js +3 -3
  77. package/dist-es/commands/DescribeActionTargetsCommand.js +3 -3
  78. package/dist-es/commands/DescribeHubCommand.js +3 -3
  79. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  80. package/dist-es/commands/DescribeProductsCommand.js +3 -3
  81. package/dist-es/commands/DescribeStandardsCommand.js +3 -3
  82. package/dist-es/commands/DescribeStandardsControlsCommand.js +3 -3
  83. package/dist-es/commands/DisableImportFindingsForProductCommand.js +3 -3
  84. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  85. package/dist-es/commands/DisableSecurityHubCommand.js +3 -3
  86. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  87. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
  88. package/dist-es/commands/DisassociateMembersCommand.js +3 -3
  89. package/dist-es/commands/EnableImportFindingsForProductCommand.js +3 -3
  90. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  91. package/dist-es/commands/EnableSecurityHubCommand.js +3 -3
  92. package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
  93. package/dist-es/commands/GetEnabledStandardsCommand.js +3 -3
  94. package/dist-es/commands/GetFindingAggregatorCommand.js +3 -3
  95. package/dist-es/commands/GetFindingsCommand.js +3 -3
  96. package/dist-es/commands/GetInsightResultsCommand.js +3 -3
  97. package/dist-es/commands/GetInsightsCommand.js +3 -3
  98. package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
  99. package/dist-es/commands/GetMasterAccountCommand.js +3 -3
  100. package/dist-es/commands/GetMembersCommand.js +3 -3
  101. package/dist-es/commands/InviteMembersCommand.js +3 -3
  102. package/dist-es/commands/ListEnabledProductsForImportCommand.js +3 -3
  103. package/dist-es/commands/ListFindingAggregatorsCommand.js +3 -3
  104. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  105. package/dist-es/commands/ListMembersCommand.js +3 -3
  106. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  107. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  108. package/dist-es/commands/TagResourceCommand.js +3 -3
  109. package/dist-es/commands/UntagResourceCommand.js +3 -3
  110. package/dist-es/commands/UpdateActionTargetCommand.js +3 -3
  111. package/dist-es/commands/UpdateFindingAggregatorCommand.js +3 -3
  112. package/dist-es/commands/UpdateFindingsCommand.js +3 -3
  113. package/dist-es/commands/UpdateInsightCommand.js +3 -3
  114. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  115. package/dist-es/commands/UpdateSecurityHubConfigurationCommand.js +3 -3
  116. package/dist-es/commands/UpdateStandardsControlCommand.js +3 -3
  117. package/dist-es/models/models_0.js +291 -1164
  118. package/dist-es/models/models_1.js +277 -1108
  119. package/dist-es/models/models_2.js +18 -72
  120. package/dist-types/models/models_0.d.ts +1164 -1746
  121. package/dist-types/models/models_1.d.ts +1182 -1677
  122. package/dist-types/models/models_2.d.ts +72 -108
  123. package/dist-types/ts3.4/models/models_0.d.ts +582 -1164
  124. package/dist-types/ts3.4/models/models_1.d.ts +554 -1108
  125. package/dist-types/ts3.4/models/models_2.d.ts +36 -72
  126. package/package.json +6 -6
@@ -10,20 +10,8 @@ export interface AcceptAdministratorInvitationRequest {
10
10
  */
11
11
  InvitationId: string | undefined;
12
12
  }
13
- export declare namespace AcceptAdministratorInvitationRequest {
14
- /**
15
- * @internal
16
- */
17
- const filterSensitiveLog: (obj: AcceptAdministratorInvitationRequest) => any;
18
- }
19
13
  export interface AcceptAdministratorInvitationResponse {
20
14
  }
21
- export declare namespace AcceptAdministratorInvitationResponse {
22
- /**
23
- * @internal
24
- */
25
- const filterSensitiveLog: (obj: AcceptAdministratorInvitationResponse) => any;
26
- }
27
15
  /**
28
16
  * <p>Internal server error.</p>
29
17
  */
@@ -102,20 +90,8 @@ export interface AcceptInvitationRequest {
102
90
  */
103
91
  InvitationId: string | undefined;
104
92
  }
105
- export declare namespace AcceptInvitationRequest {
106
- /**
107
- * @internal
108
- */
109
- const filterSensitiveLog: (obj: AcceptInvitationRequest) => any;
110
- }
111
93
  export interface AcceptInvitationResponse {
112
94
  }
113
- export declare namespace AcceptInvitationResponse {
114
- /**
115
- * @internal
116
- */
117
- const filterSensitiveLog: (obj: AcceptInvitationResponse) => any;
118
- }
119
95
  /**
120
96
  * <p>You don't have permission to perform the action specified in the request.</p>
121
97
  */
@@ -142,12 +118,6 @@ export interface AccountDetails {
142
118
  */
143
119
  Email?: string;
144
120
  }
145
- export declare namespace AccountDetails {
146
- /**
147
- * @internal
148
- */
149
- const filterSensitiveLog: (obj: AccountDetails) => any;
150
- }
151
121
  /**
152
122
  * <p>Provided if <code>CallerType</code> is <code>domain</code>. It provides information
153
123
  * about the DNS domain that issued the API call.</p>
@@ -158,12 +128,6 @@ export interface AwsApiCallActionDomainDetails {
158
128
  */
159
129
  Domain?: string;
160
130
  }
161
- export declare namespace AwsApiCallActionDomainDetails {
162
- /**
163
- * @internal
164
- */
165
- const filterSensitiveLog: (obj: AwsApiCallActionDomainDetails) => any;
166
- }
167
131
  /**
168
132
  * <p>Information about a city.</p>
169
133
  */
@@ -173,12 +137,6 @@ export interface City {
173
137
  */
174
138
  CityName?: string;
175
139
  }
176
- export declare namespace City {
177
- /**
178
- * @internal
179
- */
180
- const filterSensitiveLog: (obj: City) => any;
181
- }
182
140
  /**
183
141
  * <p>Information about a country.</p>
184
142
  */
@@ -192,12 +150,6 @@ export interface Country {
192
150
  */
193
151
  CountryName?: string;
194
152
  }
195
- export declare namespace Country {
196
- /**
197
- * @internal
198
- */
199
- const filterSensitiveLog: (obj: Country) => any;
200
- }
201
153
  /**
202
154
  * <p>Provides the latitude and longitude coordinates of a location.</p>
203
155
  */
@@ -211,12 +163,6 @@ export interface GeoLocation {
211
163
  */
212
164
  Lat?: number;
213
165
  }
214
- export declare namespace GeoLocation {
215
- /**
216
- * @internal
217
- */
218
- const filterSensitiveLog: (obj: GeoLocation) => any;
219
- }
220
166
  /**
221
167
  * <p>Provides information about an internet provider.</p>
222
168
  */
@@ -238,12 +184,6 @@ export interface IpOrganizationDetails {
238
184
  */
239
185
  Org?: string;
240
186
  }
241
- export declare namespace IpOrganizationDetails {
242
- /**
243
- * @internal
244
- */
245
- const filterSensitiveLog: (obj: IpOrganizationDetails) => any;
246
- }
247
187
  /**
248
188
  * <p>For <code>AwsApiAction</code>, <code>NetworkConnectionAction</code>, and
249
189
  * <code>PortProbeAction</code>, <code>RemoteIpDetails</code> provides information about
@@ -272,12 +212,6 @@ export interface ActionRemoteIpDetails {
272
212
  */
273
213
  GeoLocation?: GeoLocation;
274
214
  }
275
- export declare namespace ActionRemoteIpDetails {
276
- /**
277
- * @internal
278
- */
279
- const filterSensitiveLog: (obj: ActionRemoteIpDetails) => any;
280
- }
281
215
  /**
282
216
  * <p>Provided if <code>ActionType</code> is <code>AWS_API_CALL</code>. It provides details
283
217
  * about the API call that was detected.</p>
@@ -321,12 +255,6 @@ export interface AwsApiCallAction {
321
255
  */
322
256
  LastSeen?: string;
323
257
  }
324
- export declare namespace AwsApiCallAction {
325
- /**
326
- * @internal
327
- */
328
- const filterSensitiveLog: (obj: AwsApiCallAction) => any;
329
- }
330
258
  /**
331
259
  * <p>Provided if <code>ActionType</code> is <code>DNS_REQUEST</code>. It provides details
332
260
  * about the DNS request that was detected.</p>
@@ -345,12 +273,6 @@ export interface DnsRequestAction {
345
273
  */
346
274
  Blocked?: boolean;
347
275
  }
348
- export declare namespace DnsRequestAction {
349
- /**
350
- * @internal
351
- */
352
- const filterSensitiveLog: (obj: DnsRequestAction) => any;
353
- }
354
276
  /**
355
277
  * <p>For <code>NetworkConnectionAction</code> and <code>PortProbeDetails</code>,
356
278
  * <code>LocalPortDetails</code> provides information about the local port that was
@@ -366,12 +288,6 @@ export interface ActionLocalPortDetails {
366
288
  */
367
289
  PortName?: string;
368
290
  }
369
- export declare namespace ActionLocalPortDetails {
370
- /**
371
- * @internal
372
- */
373
- const filterSensitiveLog: (obj: ActionLocalPortDetails) => any;
374
- }
375
291
  /**
376
292
  * <p>Provides information about the remote port that was involved in an attempted network
377
293
  * connection.</p>
@@ -386,12 +302,6 @@ export interface ActionRemotePortDetails {
386
302
  */
387
303
  PortName?: string;
388
304
  }
389
- export declare namespace ActionRemotePortDetails {
390
- /**
391
- * @internal
392
- */
393
- const filterSensitiveLog: (obj: ActionRemotePortDetails) => any;
394
- }
395
305
  /**
396
306
  * <p>Provided if <code>ActionType</code> is <code>NETWORK_CONNECTION</code>. It provides
397
307
  * details about the attempted network connection that was detected.</p>
@@ -424,12 +334,6 @@ export interface NetworkConnectionAction {
424
334
  */
425
335
  Blocked?: boolean;
426
336
  }
427
- export declare namespace NetworkConnectionAction {
428
- /**
429
- * @internal
430
- */
431
- const filterSensitiveLog: (obj: NetworkConnectionAction) => any;
432
- }
433
337
  /**
434
338
  * <p>Provides information about the IP address where the scanned port is located.</p>
435
339
  */
@@ -439,12 +343,6 @@ export interface ActionLocalIpDetails {
439
343
  */
440
344
  IpAddressV4?: string;
441
345
  }
442
- export declare namespace ActionLocalIpDetails {
443
- /**
444
- * @internal
445
- */
446
- const filterSensitiveLog: (obj: ActionLocalIpDetails) => any;
447
- }
448
346
  /**
449
347
  * <p>A port scan that was part of the port probe. For each scan, PortProbeDetails provides
450
348
  * information about the local IP address and port that were scanned, and the remote IP
@@ -464,12 +362,6 @@ export interface PortProbeDetail {
464
362
  */
465
363
  RemoteIpDetails?: ActionRemoteIpDetails;
466
364
  }
467
- export declare namespace PortProbeDetail {
468
- /**
469
- * @internal
470
- */
471
- const filterSensitiveLog: (obj: PortProbeDetail) => any;
472
- }
473
365
  /**
474
366
  * <p>Provided if <code>ActionType</code> is <code>PORT_PROBE</code>. It provides details
475
367
  * about the attempted port probe that was detected.</p>
@@ -484,12 +376,6 @@ export interface PortProbeAction {
484
376
  */
485
377
  Blocked?: boolean;
486
378
  }
487
- export declare namespace PortProbeAction {
488
- /**
489
- * @internal
490
- */
491
- const filterSensitiveLog: (obj: PortProbeAction) => any;
492
- }
493
379
  /**
494
380
  * <p>Provides details about one of the following actions that affects or that was taken on a resource:</p>
495
381
  * <ul>
@@ -555,12 +441,6 @@ export interface Action {
555
441
  */
556
442
  PortProbeAction?: PortProbeAction;
557
443
  }
558
- export declare namespace Action {
559
- /**
560
- * @internal
561
- */
562
- const filterSensitiveLog: (obj: Action) => any;
563
- }
564
444
  /**
565
445
  * <p>An <code>ActionTarget</code> object.</p>
566
446
  */
@@ -578,12 +458,6 @@ export interface ActionTarget {
578
458
  */
579
459
  Description: string | undefined;
580
460
  }
581
- export declare namespace ActionTarget {
582
- /**
583
- * @internal
584
- */
585
- const filterSensitiveLog: (obj: ActionTarget) => any;
586
- }
587
461
  /**
588
462
  * <p>An adjustment to the CVSS metric.</p>
589
463
  */
@@ -597,12 +471,6 @@ export interface Adjustment {
597
471
  */
598
472
  Reason?: string;
599
473
  }
600
- export declare namespace Adjustment {
601
- /**
602
- * @internal
603
- */
604
- const filterSensitiveLog: (obj: Adjustment) => any;
605
- }
606
474
  export declare enum AdminStatus {
607
475
  DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
608
476
  ENABLED = "ENABLED"
@@ -622,12 +490,6 @@ export interface AdminAccount {
622
490
  */
623
491
  Status?: AdminStatus | string;
624
492
  }
625
- export declare namespace AdminAccount {
626
- /**
627
- * @internal
628
- */
629
- const filterSensitiveLog: (obj: AdminAccount) => any;
630
- }
631
493
  export declare enum AutoEnableStandards {
632
494
  DEFAULT = "DEFAULT",
633
495
  NONE = "NONE"
@@ -645,12 +507,6 @@ export interface AvailabilityZone {
645
507
  */
646
508
  SubnetId?: string;
647
509
  }
648
- export declare namespace AvailabilityZone {
649
- /**
650
- * @internal
651
- */
652
- const filterSensitiveLog: (obj: AvailabilityZone) => any;
653
- }
654
510
  /**
655
511
  * <p>Contains information about settings for logging access for the stage.</p>
656
512
  */
@@ -666,12 +522,6 @@ export interface AwsApiGatewayAccessLogSettings {
666
522
  */
667
523
  DestinationArn?: string;
668
524
  }
669
- export declare namespace AwsApiGatewayAccessLogSettings {
670
- /**
671
- * @internal
672
- */
673
- const filterSensitiveLog: (obj: AwsApiGatewayAccessLogSettings) => any;
674
- }
675
525
  /**
676
526
  * <p>Contains information about settings for canary deployment in the stage.</p>
677
527
  */
@@ -696,12 +546,6 @@ export interface AwsApiGatewayCanarySettings {
696
546
  */
697
547
  UseStageCache?: boolean;
698
548
  }
699
- export declare namespace AwsApiGatewayCanarySettings {
700
- /**
701
- * @internal
702
- */
703
- const filterSensitiveLog: (obj: AwsApiGatewayCanarySettings) => any;
704
- }
705
549
  /**
706
550
  * <p>Contains information about the endpoints for the API.</p>
707
551
  */
@@ -714,12 +558,6 @@ export interface AwsApiGatewayEndpointConfiguration {
714
558
  */
715
559
  Types?: string[];
716
560
  }
717
- export declare namespace AwsApiGatewayEndpointConfiguration {
718
- /**
719
- * @internal
720
- */
721
- const filterSensitiveLog: (obj: AwsApiGatewayEndpointConfiguration) => any;
722
- }
723
561
  /**
724
562
  * <p>Defines settings for a method for the stage.</p>
725
563
  */
@@ -792,12 +630,6 @@ export interface AwsApiGatewayMethodSettings {
792
630
  */
793
631
  ResourcePath?: string;
794
632
  }
795
- export declare namespace AwsApiGatewayMethodSettings {
796
- /**
797
- * @internal
798
- */
799
- const filterSensitiveLog: (obj: AwsApiGatewayMethodSettings) => any;
800
- }
801
633
  /**
802
634
  * <p>Contains information about a REST API in version 1 of Amazon API Gateway.</p>
803
635
  */
@@ -850,12 +682,6 @@ export interface AwsApiGatewayRestApiDetails {
850
682
  */
851
683
  EndpointConfiguration?: AwsApiGatewayEndpointConfiguration;
852
684
  }
853
- export declare namespace AwsApiGatewayRestApiDetails {
854
- /**
855
- * @internal
856
- */
857
- const filterSensitiveLog: (obj: AwsApiGatewayRestApiDetails) => any;
858
- }
859
685
  /**
860
686
  * <p>Provides information about a version 1 Amazon API Gateway stage.</p>
861
687
  */
@@ -944,12 +770,6 @@ export interface AwsApiGatewayStageDetails {
944
770
  */
945
771
  WebAclArn?: string;
946
772
  }
947
- export declare namespace AwsApiGatewayStageDetails {
948
- /**
949
- * @internal
950
- */
951
- const filterSensitiveLog: (obj: AwsApiGatewayStageDetails) => any;
952
- }
953
773
  /**
954
774
  * <p>Contains the cross-origin resource sharing (CORS) configuration for the API. CORS is
955
775
  * only supported for HTTP APIs.</p>
@@ -980,12 +800,6 @@ export interface AwsCorsConfiguration {
980
800
  */
981
801
  AllowHeaders?: string[];
982
802
  }
983
- export declare namespace AwsCorsConfiguration {
984
- /**
985
- * @internal
986
- */
987
- const filterSensitiveLog: (obj: AwsCorsConfiguration) => any;
988
- }
989
803
  /**
990
804
  * <p>Contains information about a version 2 API in Amazon API Gateway.</p>
991
805
  */
@@ -1046,12 +860,6 @@ export interface AwsApiGatewayV2ApiDetails {
1046
860
  */
1047
861
  CorsConfiguration?: AwsCorsConfiguration;
1048
862
  }
1049
- export declare namespace AwsApiGatewayV2ApiDetails {
1050
- /**
1051
- * @internal
1052
- */
1053
- const filterSensitiveLog: (obj: AwsApiGatewayV2ApiDetails) => any;
1054
- }
1055
863
  /**
1056
864
  * <p>Contains route settings for a stage.</p>
1057
865
  */
@@ -1085,12 +893,6 @@ export interface AwsApiGatewayV2RouteSettings {
1085
893
  */
1086
894
  ThrottlingRateLimit?: number;
1087
895
  }
1088
- export declare namespace AwsApiGatewayV2RouteSettings {
1089
- /**
1090
- * @internal
1091
- */
1092
- const filterSensitiveLog: (obj: AwsApiGatewayV2RouteSettings) => any;
1093
- }
1094
896
  /**
1095
897
  * <p>Contains information about a version 2 stage for Amazon API Gateway.</p>
1096
898
  */
@@ -1168,12 +970,6 @@ export interface AwsApiGatewayV2StageDetails {
1168
970
  */
1169
971
  ApiGatewayManaged?: boolean;
1170
972
  }
1171
- export declare namespace AwsApiGatewayV2StageDetails {
1172
- /**
1173
- * @internal
1174
- */
1175
- const filterSensitiveLog: (obj: AwsApiGatewayV2StageDetails) => any;
1176
- }
1177
973
  /**
1178
974
  * <p>An Availability Zone for the automatic scaling group.</p>
1179
975
  */
@@ -1183,12 +979,6 @@ export interface AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails {
1183
979
  */
1184
980
  Value?: string;
1185
981
  }
1186
- export declare namespace AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails {
1187
- /**
1188
- * @internal
1189
- */
1190
- const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails) => any;
1191
- }
1192
982
  /**
1193
983
  * <p>Details about the launch template to use.</p>
1194
984
  */
@@ -1206,12 +996,6 @@ export interface AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpeci
1206
996
  */
1207
997
  Version?: string;
1208
998
  }
1209
- export declare namespace AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification {
1210
- /**
1211
- * @internal
1212
- */
1213
- const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification) => any;
1214
- }
1215
999
  /**
1216
1000
  * <p>Information about the instances distribution.</p>
1217
1001
  */
@@ -1241,12 +1025,6 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDist
1241
1025
  */
1242
1026
  SpotMaxPrice?: string;
1243
1027
  }
1244
- export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails {
1245
- /**
1246
- * @internal
1247
- */
1248
- const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails) => any;
1249
- }
1250
1028
  /**
1251
1029
  * <p>Details about the launch template to use for a mixed instances policy.</p>
1252
1030
  */
@@ -1264,12 +1042,6 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplat
1264
1042
  */
1265
1043
  Version?: string;
1266
1044
  }
1267
- export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification {
1268
- /**
1269
- * @internal
1270
- */
1271
- const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification) => any;
1272
- }
1273
1045
  /**
1274
1046
  * <p>Property values to use to override the values in the launch template.</p>
1275
1047
  */
@@ -1283,12 +1055,6 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplat
1283
1055
  */
1284
1056
  WeightedCapacity?: string;
1285
1057
  }
1286
- export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails {
1287
- /**
1288
- * @internal
1289
- */
1290
- const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails) => any;
1291
- }
1292
1058
  /**
1293
1059
  * <p>Describes a launch template and overrides for a mixed instances policy.</p>
1294
1060
  */
@@ -1302,12 +1068,6 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplat
1302
1068
  */
1303
1069
  Overrides?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails[];
1304
1070
  }
1305
- export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails {
1306
- /**
1307
- * @internal
1308
- */
1309
- const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails) => any;
1310
- }
1311
1071
  /**
1312
1072
  * <p>The mixed instances policy for the automatic scaling group.</p>
1313
1073
  */
@@ -1321,12 +1081,6 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails {
1321
1081
  */
1322
1082
  LaunchTemplate?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails;
1323
1083
  }
1324
- export declare namespace AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails {
1325
- /**
1326
- * @internal
1327
- */
1328
- const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails) => any;
1329
- }
1330
1084
  /**
1331
1085
  * <p>Provides details about an auto scaling group.</p>
1332
1086
  */
@@ -1373,12 +1127,6 @@ export interface AwsAutoScalingAutoScalingGroupDetails {
1373
1127
  */
1374
1128
  CapacityRebalance?: boolean;
1375
1129
  }
1376
- export declare namespace AwsAutoScalingAutoScalingGroupDetails {
1377
- /**
1378
- * @internal
1379
- */
1380
- const filterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupDetails) => any;
1381
- }
1382
1130
  /**
1383
1131
  * <p>Parameters that are used to automatically set up EBS volumes when an instance is launched.</p>
1384
1132
  */
@@ -1425,12 +1173,6 @@ export interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails
1425
1173
  */
1426
1174
  VolumeType?: string;
1427
1175
  }
1428
- export declare namespace AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails {
1429
- /**
1430
- * @internal
1431
- */
1432
- const filterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails) => any;
1433
- }
1434
1176
  /**
1435
1177
  * <p>A block device for the instance.</p>
1436
1178
  */
@@ -1454,12 +1196,6 @@ export interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails {
1454
1196
  */
1455
1197
  VirtualName?: string;
1456
1198
  }
1457
- export declare namespace AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails {
1458
- /**
1459
- * @internal
1460
- */
1461
- const filterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails) => any;
1462
- }
1463
1199
  /**
1464
1200
  * <p>Information about the type of monitoring for instances in the group.</p>
1465
1201
  */
@@ -1472,12 +1208,6 @@ export interface AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails {
1472
1208
  */
1473
1209
  Enabled?: boolean;
1474
1210
  }
1475
- export declare namespace AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails {
1476
- /**
1477
- * @internal
1478
- */
1479
- const filterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails) => any;
1480
- }
1481
1211
  /**
1482
1212
  * <p>The metadata options for the instances.</p>
1483
1213
  */
@@ -1495,12 +1225,6 @@ export interface AwsAutoScalingLaunchConfigurationMetadataOptions {
1495
1225
  */
1496
1226
  HttpTokens?: string;
1497
1227
  }
1498
- export declare namespace AwsAutoScalingLaunchConfigurationMetadataOptions {
1499
- /**
1500
- * @internal
1501
- */
1502
- const filterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationMetadataOptions) => any;
1503
- }
1504
1228
  /**
1505
1229
  * <p>Details about a launch configuration.</p>
1506
1230
  */
@@ -1590,12 +1314,6 @@ export interface AwsAutoScalingLaunchConfigurationDetails {
1590
1314
  */
1591
1315
  MetadataOptions?: AwsAutoScalingLaunchConfigurationMetadataOptions;
1592
1316
  }
1593
- export declare namespace AwsAutoScalingLaunchConfigurationDetails {
1594
- /**
1595
- * @internal
1596
- */
1597
- const filterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationDetails) => any;
1598
- }
1599
1317
  /**
1600
1318
  * <p>Provides details about the CNAME record that is added to the DNS database for domain
1601
1319
  * validation.</p>
@@ -1614,12 +1332,6 @@ export interface AwsCertificateManagerCertificateResourceRecord {
1614
1332
  */
1615
1333
  Value?: string;
1616
1334
  }
1617
- export declare namespace AwsCertificateManagerCertificateResourceRecord {
1618
- /**
1619
- * @internal
1620
- */
1621
- const filterSensitiveLog: (obj: AwsCertificateManagerCertificateResourceRecord) => any;
1622
- }
1623
1335
  /**
1624
1336
  * <p>Contains information about one of the following:</p>
1625
1337
  * <ul>
@@ -1660,12 +1372,6 @@ export interface AwsCertificateManagerCertificateDomainValidationOption {
1660
1372
  */
1661
1373
  ValidationStatus?: string;
1662
1374
  }
1663
- export declare namespace AwsCertificateManagerCertificateDomainValidationOption {
1664
- /**
1665
- * @internal
1666
- */
1667
- const filterSensitiveLog: (obj: AwsCertificateManagerCertificateDomainValidationOption) => any;
1668
- }
1669
1375
  /**
1670
1376
  * <p>Contains information about an extended key usage X.509 v3 extension object.</p>
1671
1377
  */
@@ -1681,12 +1387,6 @@ export interface AwsCertificateManagerCertificateExtendedKeyUsage {
1681
1387
  */
1682
1388
  OId?: string;
1683
1389
  }
1684
- export declare namespace AwsCertificateManagerCertificateExtendedKeyUsage {
1685
- /**
1686
- * @internal
1687
- */
1688
- const filterSensitiveLog: (obj: AwsCertificateManagerCertificateExtendedKeyUsage) => any;
1689
- }
1690
1390
  /**
1691
1391
  * <p>Contains information about a key usage X.509 v3 extension object.</p>
1692
1392
  */
@@ -1696,12 +1396,6 @@ export interface AwsCertificateManagerCertificateKeyUsage {
1696
1396
  */
1697
1397
  Name?: string;
1698
1398
  }
1699
- export declare namespace AwsCertificateManagerCertificateKeyUsage {
1700
- /**
1701
- * @internal
1702
- */
1703
- const filterSensitiveLog: (obj: AwsCertificateManagerCertificateKeyUsage) => any;
1704
- }
1705
1399
  /**
1706
1400
  * <p>Contains other options for the certificate.</p>
1707
1401
  */
@@ -1713,12 +1407,6 @@ export interface AwsCertificateManagerCertificateOptions {
1713
1407
  */
1714
1408
  CertificateTransparencyLoggingPreference?: string;
1715
1409
  }
1716
- export declare namespace AwsCertificateManagerCertificateOptions {
1717
- /**
1718
- * @internal
1719
- */
1720
- const filterSensitiveLog: (obj: AwsCertificateManagerCertificateOptions) => any;
1721
- }
1722
1410
  /**
1723
1411
  * <p>Contains information about the Certificate Manager managed renewal for an
1724
1412
  * <code>AMAZON_ISSUED</code> certificate.</p>
@@ -1758,12 +1446,6 @@ export interface AwsCertificateManagerCertificateRenewalSummary {
1758
1446
  */
1759
1447
  UpdatedAt?: string;
1760
1448
  }
1761
- export declare namespace AwsCertificateManagerCertificateRenewalSummary {
1762
- /**
1763
- * @internal
1764
- */
1765
- const filterSensitiveLog: (obj: AwsCertificateManagerCertificateRenewalSummary) => any;
1766
- }
1767
1449
  /**
1768
1450
  * <p>Provides details about an Certificate Manager certificate.</p>
1769
1451
  */
@@ -1915,12 +1597,6 @@ export interface AwsCertificateManagerCertificateDetails {
1915
1597
  */
1916
1598
  Type?: string;
1917
1599
  }
1918
- export declare namespace AwsCertificateManagerCertificateDetails {
1919
- /**
1920
- * @internal
1921
- */
1922
- const filterSensitiveLog: (obj: AwsCertificateManagerCertificateDetails) => any;
1923
- }
1924
1600
  /**
1925
1601
  * <p>Provides information about the stack's conformity to its expected template configuration.
1926
1602
  * </p>
@@ -1932,12 +1608,6 @@ export interface AwsCloudFormationStackDriftInformationDetails {
1932
1608
  */
1933
1609
  StackDriftStatus?: string;
1934
1610
  }
1935
- export declare namespace AwsCloudFormationStackDriftInformationDetails {
1936
- /**
1937
- * @internal
1938
- */
1939
- const filterSensitiveLog: (obj: AwsCloudFormationStackDriftInformationDetails) => any;
1940
- }
1941
1611
  /**
1942
1612
  * <p>Provides information about the CloudFormation stack output.
1943
1613
  * </p>
@@ -1959,12 +1629,6 @@ export interface AwsCloudFormationStackOutputsDetails {
1959
1629
  */
1960
1630
  OutputValue?: string;
1961
1631
  }
1962
- export declare namespace AwsCloudFormationStackOutputsDetails {
1963
- /**
1964
- * @internal
1965
- */
1966
- const filterSensitiveLog: (obj: AwsCloudFormationStackOutputsDetails) => any;
1967
- }
1968
1632
  /**
1969
1633
  * <p>Nests a stack as a resource in a top-level template. Nested stacks are stacks created as resources for
1970
1634
  * another stack.</p>
@@ -2047,12 +1711,6 @@ export interface AwsCloudFormationStackDetails {
2047
1711
  */
2048
1712
  TimeoutInMinutes?: number;
2049
1713
  }
2050
- export declare namespace AwsCloudFormationStackDetails {
2051
- /**
2052
- * @internal
2053
- */
2054
- const filterSensitiveLog: (obj: AwsCloudFormationStackDetails) => any;
2055
- }
2056
1714
  /**
2057
1715
  * <p>Information about a cache behavior for the distribution.</p>
2058
1716
  */
@@ -2080,12 +1738,6 @@ export interface AwsCloudFrontDistributionCacheBehavior {
2080
1738
  */
2081
1739
  ViewerProtocolPolicy?: string;
2082
1740
  }
2083
- export declare namespace AwsCloudFrontDistributionCacheBehavior {
2084
- /**
2085
- * @internal
2086
- */
2087
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionCacheBehavior) => any;
2088
- }
2089
1741
  /**
2090
1742
  * <p>Provides information about caching for the CloudFront distribution.</p>
2091
1743
  */
@@ -2095,12 +1747,6 @@ export interface AwsCloudFrontDistributionCacheBehaviors {
2095
1747
  */
2096
1748
  Items?: AwsCloudFrontDistributionCacheBehavior[];
2097
1749
  }
2098
- export declare namespace AwsCloudFrontDistributionCacheBehaviors {
2099
- /**
2100
- * @internal
2101
- */
2102
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionCacheBehaviors) => any;
2103
- }
2104
1750
  /**
2105
1751
  * <p>Contains information about the default cache configuration for the CloudFront distribution.</p>
2106
1752
  */
@@ -2128,12 +1774,6 @@ export interface AwsCloudFrontDistributionDefaultCacheBehavior {
2128
1774
  */
2129
1775
  ViewerProtocolPolicy?: string;
2130
1776
  }
2131
- export declare namespace AwsCloudFrontDistributionDefaultCacheBehavior {
2132
- /**
2133
- * @internal
2134
- */
2135
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionDefaultCacheBehavior) => any;
2136
- }
2137
1777
  /**
2138
1778
  * <p>A complex type that controls whether access logs are written for the CloudFront distribution.</p>
2139
1779
  */
@@ -2156,12 +1796,6 @@ export interface AwsCloudFrontDistributionLogging {
2156
1796
  */
2157
1797
  Prefix?: string;
2158
1798
  }
2159
- export declare namespace AwsCloudFrontDistributionLogging {
2160
- /**
2161
- * @internal
2162
- */
2163
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionLogging) => any;
2164
- }
2165
1799
  /**
2166
1800
  * <p>The status codes that cause an origin group to fail over.</p>
2167
1801
  */
@@ -2175,12 +1809,6 @@ export interface AwsCloudFrontDistributionOriginGroupFailoverStatusCodes {
2175
1809
  */
2176
1810
  Quantity?: number;
2177
1811
  }
2178
- export declare namespace AwsCloudFrontDistributionOriginGroupFailoverStatusCodes {
2179
- /**
2180
- * @internal
2181
- */
2182
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionOriginGroupFailoverStatusCodes) => any;
2183
- }
2184
1812
  /**
2185
1813
  * <p>Provides information about when an origin group fails over.</p>
2186
1814
  */
@@ -2190,12 +1818,6 @@ export interface AwsCloudFrontDistributionOriginGroupFailover {
2190
1818
  */
2191
1819
  StatusCodes?: AwsCloudFrontDistributionOriginGroupFailoverStatusCodes;
2192
1820
  }
2193
- export declare namespace AwsCloudFrontDistributionOriginGroupFailover {
2194
- /**
2195
- * @internal
2196
- */
2197
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionOriginGroupFailover) => any;
2198
- }
2199
1821
  /**
2200
1822
  * <p>Information about an origin group for the CloudFront distribution.</p>
2201
1823
  */
@@ -2205,12 +1827,6 @@ export interface AwsCloudFrontDistributionOriginGroup {
2205
1827
  */
2206
1828
  FailoverCriteria?: AwsCloudFrontDistributionOriginGroupFailover;
2207
1829
  }
2208
- export declare namespace AwsCloudFrontDistributionOriginGroup {
2209
- /**
2210
- * @internal
2211
- */
2212
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionOriginGroup) => any;
2213
- }
2214
1830
  /**
2215
1831
  * <p>Provides information about origin groups that are associated with the CloudFront distribution.</p>
2216
1832
  */
@@ -2220,12 +1836,6 @@ export interface AwsCloudFrontDistributionOriginGroups {
2220
1836
  */
2221
1837
  Items?: AwsCloudFrontDistributionOriginGroup[];
2222
1838
  }
2223
- export declare namespace AwsCloudFrontDistributionOriginGroups {
2224
- /**
2225
- * @internal
2226
- */
2227
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionOriginGroups) => any;
2228
- }
2229
1839
  /**
2230
1840
  * <p>A complex type that contains information about the SSL/TLS protocols that CloudFront can use
2231
1841
  * when establishing an HTTPS connection with your origin.
@@ -2244,12 +1854,6 @@ export interface AwsCloudFrontDistributionOriginSslProtocols {
2244
1854
  */
2245
1855
  Quantity?: number;
2246
1856
  }
2247
- export declare namespace AwsCloudFrontDistributionOriginSslProtocols {
2248
- /**
2249
- * @internal
2250
- */
2251
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionOriginSslProtocols) => any;
2252
- }
2253
1857
  /**
2254
1858
  * <p>A custom origin. A custom origin is any origin that is not an Amazon S3 bucket, with one exception. An Amazon S3 bucket that is <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">configured with
2255
1859
  * static website hosting</a> is a custom origin. </p>
@@ -2286,12 +1890,6 @@ export interface AwsCloudFrontDistributionOriginCustomOriginConfig {
2286
1890
  */
2287
1891
  OriginSslProtocols?: AwsCloudFrontDistributionOriginSslProtocols;
2288
1892
  }
2289
- export declare namespace AwsCloudFrontDistributionOriginCustomOriginConfig {
2290
- /**
2291
- * @internal
2292
- */
2293
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionOriginCustomOriginConfig) => any;
2294
- }
2295
1893
  /**
2296
1894
  * <p>Information about an origin that is an Amazon S3 bucket that is not configured with static website
2297
1895
  * hosting.</p>
@@ -2302,12 +1900,6 @@ export interface AwsCloudFrontDistributionOriginS3OriginConfig {
2302
1900
  */
2303
1901
  OriginAccessIdentity?: string;
2304
1902
  }
2305
- export declare namespace AwsCloudFrontDistributionOriginS3OriginConfig {
2306
- /**
2307
- * @internal
2308
- */
2309
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionOriginS3OriginConfig) => any;
2310
- }
2311
1903
  /**
2312
1904
  * <p>A complex type that describes the
2313
1905
  * Amazon S3 bucket, HTTP server (for example, a web server), AWS Elemental MediaStore, or other server from which CloudFront gets your files.</p>
@@ -2340,12 +1932,6 @@ export interface AwsCloudFrontDistributionOriginItem {
2340
1932
  */
2341
1933
  CustomOriginConfig?: AwsCloudFrontDistributionOriginCustomOriginConfig;
2342
1934
  }
2343
- export declare namespace AwsCloudFrontDistributionOriginItem {
2344
- /**
2345
- * @internal
2346
- */
2347
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionOriginItem) => any;
2348
- }
2349
1935
  /**
2350
1936
  * <p>A complex type that contains information about origins and origin groups for this CloudFront distribution.</p>
2351
1937
  */
@@ -2355,12 +1941,6 @@ export interface AwsCloudFrontDistributionOrigins {
2355
1941
  */
2356
1942
  Items?: AwsCloudFrontDistributionOriginItem[];
2357
1943
  }
2358
- export declare namespace AwsCloudFrontDistributionOrigins {
2359
- /**
2360
- * @internal
2361
- */
2362
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionOrigins) => any;
2363
- }
2364
1944
  /**
2365
1945
  * <p>Provides information about the TLS/SSL configuration that the CloudFront distribution uses to communicate with viewers.</p>
2366
1946
  */
@@ -2394,12 +1974,6 @@ export interface AwsCloudFrontDistributionViewerCertificate {
2394
1974
  */
2395
1975
  SslSupportMethod?: string;
2396
1976
  }
2397
- export declare namespace AwsCloudFrontDistributionViewerCertificate {
2398
- /**
2399
- * @internal
2400
- */
2401
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionViewerCertificate) => any;
2402
- }
2403
1977
  /**
2404
1978
  * <p>A CloudFront distribution configuration.</p>
2405
1979
  */
@@ -2459,12 +2033,6 @@ export interface AwsCloudFrontDistributionDetails {
2459
2033
  */
2460
2034
  WebAclId?: string;
2461
2035
  }
2462
- export declare namespace AwsCloudFrontDistributionDetails {
2463
- /**
2464
- * @internal
2465
- */
2466
- const filterSensitiveLog: (obj: AwsCloudFrontDistributionDetails) => any;
2467
- }
2468
2036
  /**
2469
2037
  * <p>Provides details about a CloudTrail trail.</p>
2470
2038
  */
@@ -2534,12 +2102,6 @@ export interface AwsCloudTrailTrailDetails {
2534
2102
  */
2535
2103
  TrailArn?: string;
2536
2104
  }
2537
- export declare namespace AwsCloudTrailTrailDetails {
2538
- /**
2539
- * @internal
2540
- */
2541
- const filterSensitiveLog: (obj: AwsCloudTrailTrailDetails) => any;
2542
- }
2543
2105
  /**
2544
2106
  * <p>Details about the dimensions for the metric associated with the alarm.
2545
2107
  * </p>
@@ -2556,12 +2118,6 @@ export interface AwsCloudWatchAlarmDimensionsDetails {
2556
2118
  */
2557
2119
  Value?: string;
2558
2120
  }
2559
- export declare namespace AwsCloudWatchAlarmDimensionsDetails {
2560
- /**
2561
- * @internal
2562
- */
2563
- const filterSensitiveLog: (obj: AwsCloudWatchAlarmDimensionsDetails) => any;
2564
- }
2565
2121
  /**
2566
2122
  * <p>Specifies an alarm and associates it with the specified metric or metric math expression.
2567
2123
  * </p>
@@ -2689,12 +2245,6 @@ export interface AwsCloudWatchAlarmDetails {
2689
2245
  */
2690
2246
  Unit?: string;
2691
2247
  }
2692
- export declare namespace AwsCloudWatchAlarmDetails {
2693
- /**
2694
- * @internal
2695
- */
2696
- const filterSensitiveLog: (obj: AwsCloudWatchAlarmDetails) => any;
2697
- }
2698
2248
  /**
2699
2249
  * <p>Information about the build artifacts for the CodeBuild project.</p>
2700
2250
  */
@@ -2736,12 +2286,6 @@ export interface AwsCodeBuildProjectArtifactsDetails {
2736
2286
  */
2737
2287
  Type?: string;
2738
2288
  }
2739
- export declare namespace AwsCodeBuildProjectArtifactsDetails {
2740
- /**
2741
- * @internal
2742
- */
2743
- const filterSensitiveLog: (obj: AwsCodeBuildProjectArtifactsDetails) => any;
2744
- }
2745
2289
  /**
2746
2290
  * <p>Information about an environment variable that is available to builds for the build project.</p>
2747
2291
  */
@@ -2759,12 +2303,6 @@ export interface AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails {
2759
2303
  */
2760
2304
  Value?: string;
2761
2305
  }
2762
- export declare namespace AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails {
2763
- /**
2764
- * @internal
2765
- */
2766
- const filterSensitiveLog: (obj: AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails) => any;
2767
- }
2768
2306
  /**
2769
2307
  * <p>The credentials for access to a private registry.</p>
2770
2308
  */
@@ -2783,12 +2321,6 @@ export interface AwsCodeBuildProjectEnvironmentRegistryCredential {
2783
2321
  */
2784
2322
  CredentialProvider?: string;
2785
2323
  }
2786
- export declare namespace AwsCodeBuildProjectEnvironmentRegistryCredential {
2787
- /**
2788
- * @internal
2789
- */
2790
- const filterSensitiveLog: (obj: AwsCodeBuildProjectEnvironmentRegistryCredential) => any;
2791
- }
2792
2324
  /**
2793
2325
  * <p>Information about the build environment for this build project.</p>
2794
2326
  */
@@ -2851,12 +2383,6 @@ export interface AwsCodeBuildProjectEnvironment {
2851
2383
  */
2852
2384
  Type?: string;
2853
2385
  }
2854
- export declare namespace AwsCodeBuildProjectEnvironment {
2855
- /**
2856
- * @internal
2857
- */
2858
- const filterSensitiveLog: (obj: AwsCodeBuildProjectEnvironment) => any;
2859
- }
2860
2386
  /**
2861
2387
  * <p>Information about CloudWatch Logs for the build project.</p>
2862
2388
  */
@@ -2874,12 +2400,6 @@ export interface AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails {
2874
2400
  */
2875
2401
  StreamName?: string;
2876
2402
  }
2877
- export declare namespace AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails {
2878
- /**
2879
- * @internal
2880
- */
2881
- const filterSensitiveLog: (obj: AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails) => any;
2882
- }
2883
2403
  /**
2884
2404
  * <p>Information about logs built to an S3 bucket for a build project.</p>
2885
2405
  */
@@ -2897,12 +2417,6 @@ export interface AwsCodeBuildProjectLogsConfigS3LogsDetails {
2897
2417
  */
2898
2418
  Status?: string;
2899
2419
  }
2900
- export declare namespace AwsCodeBuildProjectLogsConfigS3LogsDetails {
2901
- /**
2902
- * @internal
2903
- */
2904
- const filterSensitiveLog: (obj: AwsCodeBuildProjectLogsConfigS3LogsDetails) => any;
2905
- }
2906
2420
  /**
2907
2421
  * <p>Information about logs for the build project.</p>
2908
2422
  */
@@ -2916,12 +2430,6 @@ export interface AwsCodeBuildProjectLogsConfigDetails {
2916
2430
  */
2917
2431
  S3Logs?: AwsCodeBuildProjectLogsConfigS3LogsDetails;
2918
2432
  }
2919
- export declare namespace AwsCodeBuildProjectLogsConfigDetails {
2920
- /**
2921
- * @internal
2922
- */
2923
- const filterSensitiveLog: (obj: AwsCodeBuildProjectLogsConfigDetails) => any;
2924
- }
2925
2433
  /**
2926
2434
  * <p>Information about the build input source code for this build project.</p>
2927
2435
  */
@@ -3012,12 +2520,6 @@ export interface AwsCodeBuildProjectSource {
3012
2520
  */
3013
2521
  InsecureSsl?: boolean;
3014
2522
  }
3015
- export declare namespace AwsCodeBuildProjectSource {
3016
- /**
3017
- * @internal
3018
- */
3019
- const filterSensitiveLog: (obj: AwsCodeBuildProjectSource) => any;
3020
- }
3021
2523
  /**
3022
2524
  * <p>Information about the VPC configuration that CodeBuild accesses.</p>
3023
2525
  */
@@ -3035,12 +2537,6 @@ export interface AwsCodeBuildProjectVpcConfig {
3035
2537
  */
3036
2538
  SecurityGroupIds?: string[];
3037
2539
  }
3038
- export declare namespace AwsCodeBuildProjectVpcConfig {
3039
- /**
3040
- * @internal
3041
- */
3042
- const filterSensitiveLog: (obj: AwsCodeBuildProjectVpcConfig) => any;
3043
- }
3044
2540
  /**
3045
2541
  * <p>Information about an CodeBuild project.</p>
3046
2542
  */
@@ -3086,12 +2582,6 @@ export interface AwsCodeBuildProjectDetails {
3086
2582
  */
3087
2583
  SecondaryArtifacts?: AwsCodeBuildProjectArtifactsDetails[];
3088
2584
  }
3089
- export declare namespace AwsCodeBuildProjectDetails {
3090
- /**
3091
- * @internal
3092
- */
3093
- const filterSensitiveLog: (obj: AwsCodeBuildProjectDetails) => any;
3094
- }
3095
2585
  /**
3096
2586
  * <p>Contains a definition of an attribute for the table.</p>
3097
2587
  */
@@ -3105,12 +2595,6 @@ export interface AwsDynamoDbTableAttributeDefinition {
3105
2595
  */
3106
2596
  AttributeType?: string;
3107
2597
  }
3108
- export declare namespace AwsDynamoDbTableAttributeDefinition {
3109
- /**
3110
- * @internal
3111
- */
3112
- const filterSensitiveLog: (obj: AwsDynamoDbTableAttributeDefinition) => any;
3113
- }
3114
2598
  /**
3115
2599
  * <p>Provides information about the billing for read/write capacity on the table.</p>
3116
2600
  */
@@ -3128,12 +2612,6 @@ export interface AwsDynamoDbTableBillingModeSummary {
3128
2612
  */
3129
2613
  LastUpdateToPayPerRequestDateTime?: string;
3130
2614
  }
3131
- export declare namespace AwsDynamoDbTableBillingModeSummary {
3132
- /**
3133
- * @internal
3134
- */
3135
- const filterSensitiveLog: (obj: AwsDynamoDbTableBillingModeSummary) => any;
3136
- }
3137
2615
  /**
3138
2616
  * <p>A component of the key schema for the DynamoDB table, a global secondary index, or a
3139
2617
  * local secondary index.</p>
@@ -3148,12 +2626,6 @@ export interface AwsDynamoDbTableKeySchema {
3148
2626
  */
3149
2627
  KeyType?: string;
3150
2628
  }
3151
- export declare namespace AwsDynamoDbTableKeySchema {
3152
- /**
3153
- * @internal
3154
- */
3155
- const filterSensitiveLog: (obj: AwsDynamoDbTableKeySchema) => any;
3156
- }
3157
2629
  /**
3158
2630
  * <p>For global and local secondary indexes, identifies the attributes that are copied from
3159
2631
  * the table into the index.</p>
@@ -3169,12 +2641,6 @@ export interface AwsDynamoDbTableProjection {
3169
2641
  */
3170
2642
  ProjectionType?: string;
3171
2643
  }
3172
- export declare namespace AwsDynamoDbTableProjection {
3173
- /**
3174
- * @internal
3175
- */
3176
- const filterSensitiveLog: (obj: AwsDynamoDbTableProjection) => any;
3177
- }
3178
2644
  /**
3179
2645
  * <p>Information about the provisioned throughput for the table or for a global secondary
3180
2646
  * index.</p>
@@ -3210,12 +2676,6 @@ export interface AwsDynamoDbTableProvisionedThroughput {
3210
2676
  */
3211
2677
  WriteCapacityUnits?: number;
3212
2678
  }
3213
- export declare namespace AwsDynamoDbTableProvisionedThroughput {
3214
- /**
3215
- * @internal
3216
- */
3217
- const filterSensitiveLog: (obj: AwsDynamoDbTableProvisionedThroughput) => any;
3218
- }
3219
2679
  /**
3220
2680
  * <p>Information abut a global secondary index for the table.</p>
3221
2681
  */
@@ -3257,12 +2717,6 @@ export interface AwsDynamoDbTableGlobalSecondaryIndex {
3257
2717
  */
3258
2718
  ProvisionedThroughput?: AwsDynamoDbTableProvisionedThroughput;
3259
2719
  }
3260
- export declare namespace AwsDynamoDbTableGlobalSecondaryIndex {
3261
- /**
3262
- * @internal
3263
- */
3264
- const filterSensitiveLog: (obj: AwsDynamoDbTableGlobalSecondaryIndex) => any;
3265
- }
3266
2720
  /**
3267
2721
  * <p>Information about a local secondary index for a DynamoDB table.</p>
3268
2722
  */
@@ -3285,12 +2739,6 @@ export interface AwsDynamoDbTableLocalSecondaryIndex {
3285
2739
  */
3286
2740
  Projection?: AwsDynamoDbTableProjection;
3287
2741
  }
3288
- export declare namespace AwsDynamoDbTableLocalSecondaryIndex {
3289
- /**
3290
- * @internal
3291
- */
3292
- const filterSensitiveLog: (obj: AwsDynamoDbTableLocalSecondaryIndex) => any;
3293
- }
3294
2742
  /**
3295
2743
  * <p>Replica-specific configuration for the provisioned throughput.</p>
3296
2744
  */
@@ -3300,12 +2748,6 @@ export interface AwsDynamoDbTableProvisionedThroughputOverride {
3300
2748
  */
3301
2749
  ReadCapacityUnits?: number;
3302
2750
  }
3303
- export declare namespace AwsDynamoDbTableProvisionedThroughputOverride {
3304
- /**
3305
- * @internal
3306
- */
3307
- const filterSensitiveLog: (obj: AwsDynamoDbTableProvisionedThroughputOverride) => any;
3308
- }
3309
2751
  /**
3310
2752
  * <p>Information about a global secondary index for a DynamoDB table replica.</p>
3311
2753
  */
@@ -3319,12 +2761,6 @@ export interface AwsDynamoDbTableReplicaGlobalSecondaryIndex {
3319
2761
  */
3320
2762
  ProvisionedThroughputOverride?: AwsDynamoDbTableProvisionedThroughputOverride;
3321
2763
  }
3322
- export declare namespace AwsDynamoDbTableReplicaGlobalSecondaryIndex {
3323
- /**
3324
- * @internal
3325
- */
3326
- const filterSensitiveLog: (obj: AwsDynamoDbTableReplicaGlobalSecondaryIndex) => any;
3327
- }
3328
2764
  /**
3329
2765
  * <p>Information about a replica of a DynamoDB table.</p>
3330
2766
  */
@@ -3355,12 +2791,6 @@ export interface AwsDynamoDbTableReplica {
3355
2791
  */
3356
2792
  ReplicaStatusDescription?: string;
3357
2793
  }
3358
- export declare namespace AwsDynamoDbTableReplica {
3359
- /**
3360
- * @internal
3361
- */
3362
- const filterSensitiveLog: (obj: AwsDynamoDbTableReplica) => any;
3363
- }
3364
2794
  /**
3365
2795
  * <p>Information about the restore for the table.</p>
3366
2796
  */
@@ -3385,12 +2815,6 @@ export interface AwsDynamoDbTableRestoreSummary {
3385
2815
  */
3386
2816
  RestoreInProgress?: boolean;
3387
2817
  }
3388
- export declare namespace AwsDynamoDbTableRestoreSummary {
3389
- /**
3390
- * @internal
3391
- */
3392
- const filterSensitiveLog: (obj: AwsDynamoDbTableRestoreSummary) => any;
3393
- }
3394
2818
  /**
3395
2819
  * <p>Information about the server-side encryption for the table.</p>
3396
2820
  */
@@ -3417,12 +2841,6 @@ export interface AwsDynamoDbTableSseDescription {
3417
2841
  */
3418
2842
  KmsMasterKeyArn?: string;
3419
2843
  }
3420
- export declare namespace AwsDynamoDbTableSseDescription {
3421
- /**
3422
- * @internal
3423
- */
3424
- const filterSensitiveLog: (obj: AwsDynamoDbTableSseDescription) => any;
3425
- }
3426
2844
  /**
3427
2845
  * <p>The current DynamoDB Streams configuration for the table.</p>
3428
2846
  */
@@ -3436,12 +2854,6 @@ export interface AwsDynamoDbTableStreamSpecification {
3436
2854
  */
3437
2855
  StreamViewType?: string;
3438
2856
  }
3439
- export declare namespace AwsDynamoDbTableStreamSpecification {
3440
- /**
3441
- * @internal
3442
- */
3443
- const filterSensitiveLog: (obj: AwsDynamoDbTableStreamSpecification) => any;
3444
- }
3445
2857
  /**
3446
2858
  * <p>Provides details about a DynamoDB table.</p>
3447
2859
  */
@@ -3526,12 +2938,6 @@ export interface AwsDynamoDbTableDetails {
3526
2938
  */
3527
2939
  TableStatus?: string;
3528
2940
  }
3529
- export declare namespace AwsDynamoDbTableDetails {
3530
- /**
3531
- * @internal
3532
- */
3533
- const filterSensitiveLog: (obj: AwsDynamoDbTableDetails) => any;
3534
- }
3535
2941
  /**
3536
2942
  * <p>Information about an Elastic IP address.</p>
3537
2943
  */
@@ -3582,12 +2988,6 @@ export interface AwsEc2EipDetails {
3582
2988
  */
3583
2989
  PrivateIpAddress?: string;
3584
2990
  }
3585
- export declare namespace AwsEc2EipDetails {
3586
- /**
3587
- * @internal
3588
- */
3589
- const filterSensitiveLog: (obj: AwsEc2EipDetails) => any;
3590
- }
3591
2991
  /**
3592
2992
  * <p>Metadata options that allow you to configure and secure the Amazon EC2 instance.</p>
3593
2993
  */
@@ -3619,12 +3019,6 @@ export interface AwsEc2InstanceMetadataOptions {
3619
3019
  */
3620
3020
  InstanceMetadataTags?: string;
3621
3021
  }
3622
- export declare namespace AwsEc2InstanceMetadataOptions {
3623
- /**
3624
- * @internal
3625
- */
3626
- const filterSensitiveLog: (obj: AwsEc2InstanceMetadataOptions) => any;
3627
- }
3628
3022
  /**
3629
3023
  * <p>Identifies a network interface for the Amazon EC2 instance.</p>
3630
3024
  */
@@ -3634,12 +3028,6 @@ export interface AwsEc2InstanceNetworkInterfacesDetails {
3634
3028
  */
3635
3029
  NetworkInterfaceId?: string;
3636
3030
  }
3637
- export declare namespace AwsEc2InstanceNetworkInterfacesDetails {
3638
- /**
3639
- * @internal
3640
- */
3641
- const filterSensitiveLog: (obj: AwsEc2InstanceNetworkInterfacesDetails) => any;
3642
- }
3643
3031
  /**
3644
3032
  * <p>The details of an Amazon EC2 instance.</p>
3645
3033
  */
@@ -3698,12 +3086,6 @@ export interface AwsEc2InstanceDetails {
3698
3086
  */
3699
3087
  MetadataOptions?: AwsEc2InstanceMetadataOptions;
3700
3088
  }
3701
- export declare namespace AwsEc2InstanceDetails {
3702
- /**
3703
- * @internal
3704
- */
3705
- const filterSensitiveLog: (obj: AwsEc2InstanceDetails) => any;
3706
- }
3707
3089
  /**
3708
3090
  * <p>An association between the network ACL and a subnet.</p>
3709
3091
  */
@@ -3721,12 +3103,6 @@ export interface AwsEc2NetworkAclAssociation {
3721
3103
  */
3722
3104
  SubnetId?: string;
3723
3105
  }
3724
- export declare namespace AwsEc2NetworkAclAssociation {
3725
- /**
3726
- * @internal
3727
- */
3728
- const filterSensitiveLog: (obj: AwsEc2NetworkAclAssociation) => any;
3729
- }
3730
3106
  /**
3731
3107
  * <p>An Internet Control Message Protocol (ICMP) type and code.</p>
3732
3108
  */
@@ -3742,12 +3118,6 @@ export interface IcmpTypeCode {
3742
3118
  */
3743
3119
  Type?: number;
3744
3120
  }
3745
- export declare namespace IcmpTypeCode {
3746
- /**
3747
- * @internal
3748
- */
3749
- const filterSensitiveLog: (obj: IcmpTypeCode) => any;
3750
- }
3751
3121
  /**
3752
3122
  * <p>A range of ports.</p>
3753
3123
  */
@@ -3761,12 +3131,6 @@ export interface PortRangeFromTo {
3761
3131
  */
3762
3132
  To?: number;
3763
3133
  }
3764
- export declare namespace PortRangeFromTo {
3765
- /**
3766
- * @internal
3767
- */
3768
- const filterSensitiveLog: (obj: PortRangeFromTo) => any;
3769
- }
3770
3134
  /**
3771
3135
  * <p>A rule for the network ACL. Each rule allows or denies access based on the IP address, traffic direction, port, and protocol.</p>
3772
3136
  */
@@ -3805,12 +3169,6 @@ export interface AwsEc2NetworkAclEntry {
3805
3169
  */
3806
3170
  RuleNumber?: number;
3807
3171
  }
3808
- export declare namespace AwsEc2NetworkAclEntry {
3809
- /**
3810
- * @internal
3811
- */
3812
- const filterSensitiveLog: (obj: AwsEc2NetworkAclEntry) => any;
3813
- }
3814
3172
  /**
3815
3173
  * <p>Contains details about an Amazon EC2 network access control list (ACL).</p>
3816
3174
  */
@@ -3840,12 +3198,6 @@ export interface AwsEc2NetworkAclDetails {
3840
3198
  */
3841
3199
  Entries?: AwsEc2NetworkAclEntry[];
3842
3200
  }
3843
- export declare namespace AwsEc2NetworkAclDetails {
3844
- /**
3845
- * @internal
3846
- */
3847
- const filterSensitiveLog: (obj: AwsEc2NetworkAclDetails) => any;
3848
- }
3849
3201
  /**
3850
3202
  * <p>Information about the network interface attachment.</p>
3851
3203
  */
@@ -3886,12 +3238,6 @@ export interface AwsEc2NetworkInterfaceAttachment {
3886
3238
  */
3887
3239
  Status?: string;
3888
3240
  }
3889
- export declare namespace AwsEc2NetworkInterfaceAttachment {
3890
- /**
3891
- * @internal
3892
- */
3893
- const filterSensitiveLog: (obj: AwsEc2NetworkInterfaceAttachment) => any;
3894
- }
3895
3241
  /**
3896
3242
  * <p>Provides information about an IPV6 address that is associated with the network
3897
3243
  * interface.</p>
@@ -3902,12 +3248,6 @@ export interface AwsEc2NetworkInterfaceIpV6AddressDetail {
3902
3248
  */
3903
3249
  IpV6Address?: string;
3904
3250
  }
3905
- export declare namespace AwsEc2NetworkInterfaceIpV6AddressDetail {
3906
- /**
3907
- * @internal
3908
- */
3909
- const filterSensitiveLog: (obj: AwsEc2NetworkInterfaceIpV6AddressDetail) => any;
3910
- }
3911
3251
  /**
3912
3252
  * <p>Provides information about a private IPv4 address that is with the network
3913
3253
  * interface.</p>
@@ -3922,12 +3262,6 @@ export interface AwsEc2NetworkInterfacePrivateIpAddressDetail {
3922
3262
  */
3923
3263
  PrivateDnsName?: string;
3924
3264
  }
3925
- export declare namespace AwsEc2NetworkInterfacePrivateIpAddressDetail {
3926
- /**
3927
- * @internal
3928
- */
3929
- const filterSensitiveLog: (obj: AwsEc2NetworkInterfacePrivateIpAddressDetail) => any;
3930
- }
3931
3265
  /**
3932
3266
  * <p>A security group associated with the network interface.</p>
3933
3267
  */
@@ -3941,12 +3275,6 @@ export interface AwsEc2NetworkInterfaceSecurityGroup {
3941
3275
  */
3942
3276
  GroupId?: string;
3943
3277
  }
3944
- export declare namespace AwsEc2NetworkInterfaceSecurityGroup {
3945
- /**
3946
- * @internal
3947
- */
3948
- const filterSensitiveLog: (obj: AwsEc2NetworkInterfaceSecurityGroup) => any;
3949
- }
3950
3278
  /**
3951
3279
  * <p>Details about the network interface</p>
3952
3280
  */
@@ -3984,12 +3312,6 @@ export interface AwsEc2NetworkInterfaceDetails {
3984
3312
  */
3985
3313
  PublicIp?: string;
3986
3314
  }
3987
- export declare namespace AwsEc2NetworkInterfaceDetails {
3988
- /**
3989
- * @internal
3990
- */
3991
- const filterSensitiveLog: (obj: AwsEc2NetworkInterfaceDetails) => any;
3992
- }
3993
3315
  /**
3994
3316
  * <p>A range of IPv4 addresses.</p>
3995
3317
  */
@@ -4000,12 +3322,6 @@ export interface AwsEc2SecurityGroupIpRange {
4000
3322
  */
4001
3323
  CidrIp?: string;
4002
3324
  }
4003
- export declare namespace AwsEc2SecurityGroupIpRange {
4004
- /**
4005
- * @internal
4006
- */
4007
- const filterSensitiveLog: (obj: AwsEc2SecurityGroupIpRange) => any;
4008
- }
4009
3325
  /**
4010
3326
  * <p>A range of IPv6 addresses.</p>
4011
3327
  */
@@ -4016,12 +3332,6 @@ export interface AwsEc2SecurityGroupIpv6Range {
4016
3332
  */
4017
3333
  CidrIpv6?: string;
4018
3334
  }
4019
- export declare namespace AwsEc2SecurityGroupIpv6Range {
4020
- /**
4021
- * @internal
4022
- */
4023
- const filterSensitiveLog: (obj: AwsEc2SecurityGroupIpv6Range) => any;
4024
- }
4025
3335
  /**
4026
3336
  * <p>A prefix list ID.</p>
4027
3337
  */
@@ -4031,12 +3341,6 @@ export interface AwsEc2SecurityGroupPrefixListId {
4031
3341
  */
4032
3342
  PrefixListId?: string;
4033
3343
  }
4034
- export declare namespace AwsEc2SecurityGroupPrefixListId {
4035
- /**
4036
- * @internal
4037
- */
4038
- const filterSensitiveLog: (obj: AwsEc2SecurityGroupPrefixListId) => any;
4039
- }
4040
3344
  /**
4041
3345
  * <p>A relationship between a security group and a user.</p>
4042
3346
  */
@@ -4071,12 +3375,6 @@ export interface AwsEc2SecurityGroupUserIdGroupPair {
4071
3375
  */
4072
3376
  VpcPeeringConnectionId?: string;
4073
3377
  }
4074
- export declare namespace AwsEc2SecurityGroupUserIdGroupPair {
4075
- /**
4076
- * @internal
4077
- */
4078
- const filterSensitiveLog: (obj: AwsEc2SecurityGroupUserIdGroupPair) => any;
4079
- }
4080
3378
  /**
4081
3379
  * <p>An IP permission for an EC2 security group.</p>
4082
3380
  */
@@ -4127,12 +3425,6 @@ export interface AwsEc2SecurityGroupIpPermission {
4127
3425
  */
4128
3426
  PrefixListIds?: AwsEc2SecurityGroupPrefixListId[];
4129
3427
  }
4130
- export declare namespace AwsEc2SecurityGroupIpPermission {
4131
- /**
4132
- * @internal
4133
- */
4134
- const filterSensitiveLog: (obj: AwsEc2SecurityGroupIpPermission) => any;
4135
- }
4136
3428
  /**
4137
3429
  * <p>Details about an Amazon EC2 security group.</p>
4138
3430
  */
@@ -4162,12 +3454,6 @@ export interface AwsEc2SecurityGroupDetails {
4162
3454
  */
4163
3455
  IpPermissionsEgress?: AwsEc2SecurityGroupIpPermission[];
4164
3456
  }
4165
- export declare namespace AwsEc2SecurityGroupDetails {
4166
- /**
4167
- * @internal
4168
- */
4169
- const filterSensitiveLog: (obj: AwsEc2SecurityGroupDetails) => any;
4170
- }
4171
3457
  /**
4172
3458
  * <p>An IPV6 CIDR block association.</p>
4173
3459
  */
@@ -4185,12 +3471,6 @@ export interface Ipv6CidrBlockAssociation {
4185
3471
  */
4186
3472
  CidrBlockState?: string;
4187
3473
  }
4188
- export declare namespace Ipv6CidrBlockAssociation {
4189
- /**
4190
- * @internal
4191
- */
4192
- const filterSensitiveLog: (obj: Ipv6CidrBlockAssociation) => any;
4193
- }
4194
3474
  /**
4195
3475
  * <p>Contains information about a subnet in Amazon EC2.</p>
4196
3476
  */
@@ -4248,12 +3528,6 @@ export interface AwsEc2SubnetDetails {
4248
3528
  */
4249
3529
  Ipv6CidrBlockAssociationSet?: Ipv6CidrBlockAssociation[];
4250
3530
  }
4251
- export declare namespace AwsEc2SubnetDetails {
4252
- /**
4253
- * @internal
4254
- */
4255
- const filterSensitiveLog: (obj: AwsEc2SubnetDetails) => any;
4256
- }
4257
3531
  /**
4258
3532
  * <p>Information about an Amazon Web Services Amazon EC2 Transit Gateway that interconnects
4259
3533
  * virtual private clouds (VPCs) and on-premises networks.
@@ -4321,12 +3595,6 @@ export interface AwsEc2TransitGatewayDetails {
4321
3595
  */
4322
3596
  AmazonSideAsn?: number;
4323
3597
  }
4324
- export declare namespace AwsEc2TransitGatewayDetails {
4325
- /**
4326
- * @internal
4327
- */
4328
- const filterSensitiveLog: (obj: AwsEc2TransitGatewayDetails) => any;
4329
- }
4330
3598
  /**
4331
3599
  * <p>An attachment to an Amazon EC2 volume.</p>
4332
3600
  */
@@ -4348,12 +3616,6 @@ export interface AwsEc2VolumeAttachment {
4348
3616
  */
4349
3617
  Status?: string;
4350
3618
  }
4351
- export declare namespace AwsEc2VolumeAttachment {
4352
- /**
4353
- * @internal
4354
- */
4355
- const filterSensitiveLog: (obj: AwsEc2VolumeAttachment) => any;
4356
- }
4357
3619
  /**
4358
3620
  * <p>Details about an EC2 volume.</p>
4359
3621
  */
@@ -4411,12 +3673,6 @@ export interface AwsEc2VolumeDetails {
4411
3673
  */
4412
3674
  VolumeScanStatus?: string;
4413
3675
  }
4414
- export declare namespace AwsEc2VolumeDetails {
4415
- /**
4416
- * @internal
4417
- */
4418
- const filterSensitiveLog: (obj: AwsEc2VolumeDetails) => any;
4419
- }
4420
3676
  /**
4421
3677
  * <p>An IPv4 CIDR block association.</p>
4422
3678
  */
@@ -4434,12 +3690,6 @@ export interface CidrBlockAssociation {
4434
3690
  */
4435
3691
  CidrBlockState?: string;
4436
3692
  }
4437
- export declare namespace CidrBlockAssociation {
4438
- /**
4439
- * @internal
4440
- */
4441
- const filterSensitiveLog: (obj: CidrBlockAssociation) => any;
4442
- }
4443
3693
  /**
4444
3694
  * <p>Details about an EC2 VPC.</p>
4445
3695
  */
@@ -4463,12 +3713,6 @@ export interface AwsEc2VpcDetails {
4463
3713
  */
4464
3714
  State?: string;
4465
3715
  }
4466
- export declare namespace AwsEc2VpcDetails {
4467
- /**
4468
- * @internal
4469
- */
4470
- const filterSensitiveLog: (obj: AwsEc2VpcDetails) => any;
4471
- }
4472
3716
  /**
4473
3717
  * <p>The service type information for a VPC endpoint service.</p>
4474
3718
  */
@@ -4478,12 +3722,6 @@ export interface AwsEc2VpcEndpointServiceServiceTypeDetails {
4478
3722
  */
4479
3723
  ServiceType?: string;
4480
3724
  }
4481
- export declare namespace AwsEc2VpcEndpointServiceServiceTypeDetails {
4482
- /**
4483
- * @internal
4484
- */
4485
- const filterSensitiveLog: (obj: AwsEc2VpcEndpointServiceServiceTypeDetails) => any;
4486
- }
4487
3725
  /**
4488
3726
  * <p>Contains details about the service configuration for a VPC endpoint service.</p>
4489
3727
  */
@@ -4533,12 +3771,6 @@ export interface AwsEc2VpcEndpointServiceDetails {
4533
3771
  */
4534
3772
  ServiceType?: AwsEc2VpcEndpointServiceServiceTypeDetails[];
4535
3773
  }
4536
- export declare namespace AwsEc2VpcEndpointServiceDetails {
4537
- /**
4538
- * @internal
4539
- */
4540
- const filterSensitiveLog: (obj: AwsEc2VpcEndpointServiceDetails) => any;
4541
- }
4542
3774
  /**
4543
3775
  * <p>Provides details about the IPv4 CIDR blocks for the VPC.
4544
3776
  * </p>
@@ -4550,12 +3782,6 @@ export interface VpcInfoCidrBlockSetDetails {
4550
3782
  */
4551
3783
  CidrBlock?: string;
4552
3784
  }
4553
- export declare namespace VpcInfoCidrBlockSetDetails {
4554
- /**
4555
- * @internal
4556
- */
4557
- const filterSensitiveLog: (obj: VpcInfoCidrBlockSetDetails) => any;
4558
- }
4559
3785
  /**
4560
3786
  * <p>Provides details about the IPv6 CIDR blocks for the VPC.
4561
3787
  * </p>
@@ -4567,12 +3793,6 @@ export interface VpcInfoIpv6CidrBlockSetDetails {
4567
3793
  */
4568
3794
  Ipv6CidrBlock?: string;
4569
3795
  }
4570
- export declare namespace VpcInfoIpv6CidrBlockSetDetails {
4571
- /**
4572
- * @internal
4573
- */
4574
- const filterSensitiveLog: (obj: VpcInfoIpv6CidrBlockSetDetails) => any;
4575
- }
4576
3796
  /**
4577
3797
  * <p>Provides information about the VPC peering connection options for the accepter or requester VPC.
4578
3798
  * </p>
@@ -4594,12 +3814,6 @@ export interface VpcInfoPeeringOptionsDetails {
4594
3814
  */
4595
3815
  AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
4596
3816
  }
4597
- export declare namespace VpcInfoPeeringOptionsDetails {
4598
- /**
4599
- * @internal
4600
- */
4601
- const filterSensitiveLog: (obj: VpcInfoPeeringOptionsDetails) => any;
4602
- }
4603
3817
  /**
4604
3818
  * <p>Describes a VPC in a VPC peering connection.
4605
3819
  * </p>
@@ -4641,12 +3855,6 @@ export interface AwsEc2VpcPeeringConnectionVpcInfoDetails {
4641
3855
  */
4642
3856
  VpcId?: string;
4643
3857
  }
4644
- export declare namespace AwsEc2VpcPeeringConnectionVpcInfoDetails {
4645
- /**
4646
- * @internal
4647
- */
4648
- const filterSensitiveLog: (obj: AwsEc2VpcPeeringConnectionVpcInfoDetails) => any;
4649
- }
4650
3858
  /**
4651
3859
  * <p>Details about the status of the VPC peering connection.
4652
3860
  * </p>
@@ -4663,12 +3871,6 @@ export interface AwsEc2VpcPeeringConnectionStatusDetails {
4663
3871
  */
4664
3872
  Message?: string;
4665
3873
  }
4666
- export declare namespace AwsEc2VpcPeeringConnectionStatusDetails {
4667
- /**
4668
- * @internal
4669
- */
4670
- const filterSensitiveLog: (obj: AwsEc2VpcPeeringConnectionStatusDetails) => any;
4671
- }
4672
3874
  /**
4673
3875
  * <p>Provides information about a VPC peering connection between two VPCs: a requester VPC that you own and an
4674
3876
  * accepter VPC with which to create the connection.
@@ -4701,12 +3903,6 @@ export interface AwsEc2VpcPeeringConnectionDetails {
4701
3903
  */
4702
3904
  VpcPeeringConnectionId?: string;
4703
3905
  }
4704
- export declare namespace AwsEc2VpcPeeringConnectionDetails {
4705
- /**
4706
- * @internal
4707
- */
4708
- const filterSensitiveLog: (obj: AwsEc2VpcPeeringConnectionDetails) => any;
4709
- }
4710
3906
  /**
4711
3907
  * <p>The VPN tunnel options.</p>
4712
3908
  */
@@ -4785,12 +3981,6 @@ export interface AwsEc2VpnConnectionOptionsTunnelOptionsDetails {
4785
3981
  */
4786
3982
  TunnelInsideCidr?: string;
4787
3983
  }
4788
- export declare namespace AwsEc2VpnConnectionOptionsTunnelOptionsDetails {
4789
- /**
4790
- * @internal
4791
- */
4792
- const filterSensitiveLog: (obj: AwsEc2VpnConnectionOptionsTunnelOptionsDetails) => any;
4793
- }
4794
3984
  /**
4795
3985
  * <p>VPN connection options.</p>
4796
3986
  */
@@ -4804,12 +3994,6 @@ export interface AwsEc2VpnConnectionOptionsDetails {
4804
3994
  */
4805
3995
  TunnelOptions?: AwsEc2VpnConnectionOptionsTunnelOptionsDetails[];
4806
3996
  }
4807
- export declare namespace AwsEc2VpnConnectionOptionsDetails {
4808
- /**
4809
- * @internal
4810
- */
4811
- const filterSensitiveLog: (obj: AwsEc2VpnConnectionOptionsDetails) => any;
4812
- }
4813
3997
  /**
4814
3998
  * <p>A static routes associated with
4815
3999
  * the VPN connection.</p>
@@ -4824,12 +4008,6 @@ export interface AwsEc2VpnConnectionRoutesDetails {
4824
4008
  */
4825
4009
  State?: string;
4826
4010
  }
4827
- export declare namespace AwsEc2VpnConnectionRoutesDetails {
4828
- /**
4829
- * @internal
4830
- */
4831
- const filterSensitiveLog: (obj: AwsEc2VpnConnectionRoutesDetails) => any;
4832
- }
4833
4011
  /**
4834
4012
  * <p>Information about the VPN tunnel.</p>
4835
4013
  */
@@ -4863,12 +4041,6 @@ export interface AwsEc2VpnConnectionVgwTelemetryDetails {
4863
4041
  */
4864
4042
  StatusMessage?: string;
4865
4043
  }
4866
- export declare namespace AwsEc2VpnConnectionVgwTelemetryDetails {
4867
- /**
4868
- * @internal
4869
- */
4870
- const filterSensitiveLog: (obj: AwsEc2VpnConnectionVgwTelemetryDetails) => any;
4871
- }
4872
4044
  /**
4873
4045
  * <p>Details about an Amazon EC2 VPN
4874
4046
  * connection.</p>
@@ -4922,12 +4094,6 @@ export interface AwsEc2VpnConnectionDetails {
4922
4094
  */
4923
4095
  TransitGatewayId?: string;
4924
4096
  }
4925
- export declare namespace AwsEc2VpnConnectionDetails {
4926
- /**
4927
- * @internal
4928
- */
4929
- const filterSensitiveLog: (obj: AwsEc2VpnConnectionDetails) => any;
4930
- }
4931
4097
  /**
4932
4098
  * <p>Information about an Amazon ECR image.</p>
4933
4099
  */
@@ -4961,12 +4127,6 @@ export interface AwsEcrContainerImageDetails {
4961
4127
  */
4962
4128
  ImagePublishedAt?: string;
4963
4129
  }
4964
- export declare namespace AwsEcrContainerImageDetails {
4965
- /**
4966
- * @internal
4967
- */
4968
- const filterSensitiveLog: (obj: AwsEcrContainerImageDetails) => any;
4969
- }
4970
4130
  /**
4971
4131
  * <p>The image scanning configuration for a repository.</p>
4972
4132
  */
@@ -4976,12 +4136,6 @@ export interface AwsEcrRepositoryImageScanningConfigurationDetails {
4976
4136
  */
4977
4137
  ScanOnPush?: boolean;
4978
4138
  }
4979
- export declare namespace AwsEcrRepositoryImageScanningConfigurationDetails {
4980
- /**
4981
- * @internal
4982
- */
4983
- const filterSensitiveLog: (obj: AwsEcrRepositoryImageScanningConfigurationDetails) => any;
4984
- }
4985
4139
  /**
4986
4140
  * <p>Information about the lifecycle policy for the repository.</p>
4987
4141
  */
@@ -4995,12 +4149,6 @@ export interface AwsEcrRepositoryLifecyclePolicyDetails {
4995
4149
  */
4996
4150
  RegistryId?: string;
4997
4151
  }
4998
- export declare namespace AwsEcrRepositoryLifecyclePolicyDetails {
4999
- /**
5000
- * @internal
5001
- */
5002
- const filterSensitiveLog: (obj: AwsEcrRepositoryLifecyclePolicyDetails) => any;
5003
- }
5004
4152
  /**
5005
4153
  * <p>Provides information about an Amazon Elastic Container Registry repository.</p>
5006
4154
  */
@@ -5030,12 +4178,6 @@ export interface AwsEcrRepositoryDetails {
5030
4178
  */
5031
4179
  RepositoryPolicyText?: string;
5032
4180
  }
5033
- export declare namespace AwsEcrRepositoryDetails {
5034
- /**
5035
- * @internal
5036
- */
5037
- const filterSensitiveLog: (obj: AwsEcrRepositoryDetails) => any;
5038
- }
5039
4181
  /**
5040
4182
  * <p>Indicates whether to enable CloudWatch Container Insights for the ECS cluster.</p>
5041
4183
  */
@@ -5049,12 +4191,6 @@ export interface AwsEcsClusterClusterSettingsDetails {
5049
4191
  */
5050
4192
  Value?: string;
5051
4193
  }
5052
- export declare namespace AwsEcsClusterClusterSettingsDetails {
5053
- /**
5054
- * @internal
5055
- */
5056
- const filterSensitiveLog: (obj: AwsEcsClusterClusterSettingsDetails) => any;
5057
- }
5058
4194
  /**
5059
4195
  * <p>The log configuration for the results of the run command actions.</p>
5060
4196
  */
@@ -5080,12 +4216,6 @@ export interface AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigu
5080
4216
  */
5081
4217
  S3KeyPrefix?: string;
5082
4218
  }
5083
- export declare namespace AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails {
5084
- /**
5085
- * @internal
5086
- */
5087
- const filterSensitiveLog: (obj: AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails) => any;
5088
- }
5089
4219
  /**
5090
4220
  * <p>Contains the run command configuration for the cluster.</p>
5091
4221
  */
@@ -5103,12 +4233,6 @@ export interface AwsEcsClusterConfigurationExecuteCommandConfigurationDetails {
5103
4233
  */
5104
4234
  Logging?: string;
5105
4235
  }
5106
- export declare namespace AwsEcsClusterConfigurationExecuteCommandConfigurationDetails {
5107
- /**
5108
- * @internal
5109
- */
5110
- const filterSensitiveLog: (obj: AwsEcsClusterConfigurationExecuteCommandConfigurationDetails) => any;
5111
- }
5112
4236
  /**
5113
4237
  * <p>The run command configuration for the cluster.</p>
5114
4238
  */
@@ -5118,12 +4242,6 @@ export interface AwsEcsClusterConfigurationDetails {
5118
4242
  */
5119
4243
  ExecuteCommandConfiguration?: AwsEcsClusterConfigurationExecuteCommandConfigurationDetails;
5120
4244
  }
5121
- export declare namespace AwsEcsClusterConfigurationDetails {
5122
- /**
5123
- * @internal
5124
- */
5125
- const filterSensitiveLog: (obj: AwsEcsClusterConfigurationDetails) => any;
5126
- }
5127
4245
  /**
5128
4246
  * <p>The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.</p>
5129
4247
  */
@@ -5141,12 +4259,6 @@ export interface AwsEcsClusterDefaultCapacityProviderStrategyDetails {
5141
4259
  */
5142
4260
  Weight?: number;
5143
4261
  }
5144
- export declare namespace AwsEcsClusterDefaultCapacityProviderStrategyDetails {
5145
- /**
5146
- * @internal
5147
- */
5148
- const filterSensitiveLog: (obj: AwsEcsClusterDefaultCapacityProviderStrategyDetails) => any;
5149
- }
5150
4262
  /**
5151
4263
  * <p>Provides details about an Amazon ECS cluster.</p>
5152
4264
  */
@@ -5200,12 +4312,6 @@ export interface AwsEcsClusterDetails {
5200
4312
  */
5201
4313
  Status?: string;
5202
4314
  }
5203
- export declare namespace AwsEcsClusterDetails {
5204
- /**
5205
- * @internal
5206
- */
5207
- const filterSensitiveLog: (obj: AwsEcsClusterDetails) => any;
5208
- }
5209
4315
  /**
5210
4316
  * <p>Details for a volume mount point that's used in a container definition.
5211
4317
  * </p>
@@ -5223,12 +4329,6 @@ export interface AwsMountPoint {
5223
4329
  */
5224
4330
  ContainerPath?: string;
5225
4331
  }
5226
- export declare namespace AwsMountPoint {
5227
- /**
5228
- * @internal
5229
- */
5230
- const filterSensitiveLog: (obj: AwsMountPoint) => any;
5231
- }
5232
4332
  /**
5233
4333
  * <p>Provides information about an Amazon ECS container.
5234
4334
  * </p>
@@ -5256,12 +4356,6 @@ export interface AwsEcsContainerDetails {
5256
4356
  */
5257
4357
  Privileged?: boolean;
5258
4358
  }
5259
- export declare namespace AwsEcsContainerDetails {
5260
- /**
5261
- * @internal
5262
- */
5263
- const filterSensitiveLog: (obj: AwsEcsContainerDetails) => any;
5264
- }
5265
4359
  /**
5266
4360
  * <p>Strategy item for the capacity provider strategy that the service uses.</p>
5267
4361
  */
@@ -5282,12 +4376,6 @@ export interface AwsEcsServiceCapacityProviderStrategyDetails {
5282
4376
  */
5283
4377
  Weight?: number;
5284
4378
  }
5285
- export declare namespace AwsEcsServiceCapacityProviderStrategyDetails {
5286
- /**
5287
- * @internal
5288
- */
5289
- const filterSensitiveLog: (obj: AwsEcsServiceCapacityProviderStrategyDetails) => any;
5290
- }
5291
4379
  /**
5292
4380
  * <p>Determines whether a service deployment fails if a service cannot reach a steady state.</p>
5293
4381
  */
@@ -5301,12 +4389,6 @@ export interface AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDet
5301
4389
  */
5302
4390
  Rollback?: boolean;
5303
4391
  }
5304
- export declare namespace AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails {
5305
- /**
5306
- * @internal
5307
- */
5308
- const filterSensitiveLog: (obj: AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails) => any;
5309
- }
5310
4392
  /**
5311
4393
  * <p>Optional deployment parameters for the service.</p>
5312
4394
  */
@@ -5328,12 +4410,6 @@ export interface AwsEcsServiceDeploymentConfigurationDetails {
5328
4410
  */
5329
4411
  MinimumHealthyPercent?: number;
5330
4412
  }
5331
- export declare namespace AwsEcsServiceDeploymentConfigurationDetails {
5332
- /**
5333
- * @internal
5334
- */
5335
- const filterSensitiveLog: (obj: AwsEcsServiceDeploymentConfigurationDetails) => any;
5336
- }
5337
4413
  /**
5338
4414
  * <p>Information about the deployment controller type that the service uses.</p>
5339
4415
  */
@@ -5347,12 +4423,6 @@ export interface AwsEcsServiceDeploymentControllerDetails {
5347
4423
  */
5348
4424
  Type?: string;
5349
4425
  }
5350
- export declare namespace AwsEcsServiceDeploymentControllerDetails {
5351
- /**
5352
- * @internal
5353
- */
5354
- const filterSensitiveLog: (obj: AwsEcsServiceDeploymentControllerDetails) => any;
5355
- }
5356
4426
  /**
5357
4427
  * <p>Information about a load balancer that the service uses.</p>
5358
4428
  */
@@ -5376,12 +4446,6 @@ export interface AwsEcsServiceLoadBalancersDetails {
5376
4446
  */
5377
4447
  TargetGroupArn?: string;
5378
4448
  }
5379
- export declare namespace AwsEcsServiceLoadBalancersDetails {
5380
- /**
5381
- * @internal
5382
- */
5383
- const filterSensitiveLog: (obj: AwsEcsServiceLoadBalancersDetails) => any;
5384
- }
5385
4449
  /**
5386
4450
  * <p>For tasks that use the <code>awsvpc</code> networking mode, the VPC subnet and security group configuration.</p>
5387
4451
  */
@@ -5403,12 +4467,6 @@ export interface AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails {
5403
4467
  */
5404
4468
  Subnets?: string[];
5405
4469
  }
5406
- export declare namespace AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails {
5407
- /**
5408
- * @internal
5409
- */
5410
- const filterSensitiveLog: (obj: AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails) => any;
5411
- }
5412
4470
  /**
5413
4471
  * <p>For tasks that use the <code>awsvpc</code> networking mode, the VPC subnet and security group configuration.</p>
5414
4472
  */
@@ -5418,12 +4476,6 @@ export interface AwsEcsServiceNetworkConfigurationDetails {
5418
4476
  */
5419
4477
  AwsVpcConfiguration?: AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails;
5420
4478
  }
5421
- export declare namespace AwsEcsServiceNetworkConfigurationDetails {
5422
- /**
5423
- * @internal
5424
- */
5425
- const filterSensitiveLog: (obj: AwsEcsServiceNetworkConfigurationDetails) => any;
5426
- }
5427
4479
  /**
5428
4480
  * <p>A placement constraint for the tasks in the service.</p>
5429
4481
  */
@@ -5439,12 +4491,6 @@ export interface AwsEcsServicePlacementConstraintsDetails {
5439
4491
  */
5440
4492
  Type?: string;
5441
4493
  }
5442
- export declare namespace AwsEcsServicePlacementConstraintsDetails {
5443
- /**
5444
- * @internal
5445
- */
5446
- const filterSensitiveLog: (obj: AwsEcsServicePlacementConstraintsDetails) => any;
5447
- }
5448
4494
  /**
5449
4495
  * <p>A placement strategy that determines how to place the tasks for the service.</p>
5450
4496
  */
@@ -5466,12 +4512,6 @@ export interface AwsEcsServicePlacementStrategiesDetails {
5466
4512
  */
5467
4513
  Type?: string;
5468
4514
  }
5469
- export declare namespace AwsEcsServicePlacementStrategiesDetails {
5470
- /**
5471
- * @internal
5472
- */
5473
- const filterSensitiveLog: (obj: AwsEcsServicePlacementStrategiesDetails) => any;
5474
- }
5475
4515
  /**
5476
4516
  * <p>Information about a service discovery registry to assign to the service.</p>
5477
4517
  */
@@ -5497,12 +4537,6 @@ export interface AwsEcsServiceServiceRegistriesDetails {
5497
4537
  */
5498
4538
  RegistryArn?: string;
5499
4539
  }
5500
- export declare namespace AwsEcsServiceServiceRegistriesDetails {
5501
- /**
5502
- * @internal
5503
- */
5504
- const filterSensitiveLog: (obj: AwsEcsServiceServiceRegistriesDetails) => any;
5505
- }
5506
4540
  /**
5507
4541
  * <p>Provides details about a service within an ECS cluster.</p>
5508
4542
  */
@@ -5605,12 +4639,6 @@ export interface AwsEcsServiceDetails {
5605
4639
  */
5606
4640
  TaskDefinition?: string;
5607
4641
  }
5608
- export declare namespace AwsEcsServiceDetails {
5609
- /**
5610
- * @internal
5611
- */
5612
- const filterSensitiveLog: (obj: AwsEcsServiceDetails) => any;
5613
- }
5614
4642
  /**
5615
4643
  * <p>A dependency that is defined for container startup and shutdown.</p>
5616
4644
  */
@@ -5624,12 +4652,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails {
5624
4652
  */
5625
4653
  ContainerName?: string;
5626
4654
  }
5627
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails {
5628
- /**
5629
- * @internal
5630
- */
5631
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails) => any;
5632
- }
5633
4655
  /**
5634
4656
  * <p>An environment variable to pass to the container.</p>
5635
4657
  */
@@ -5643,12 +4665,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails {
5643
4665
  */
5644
4666
  Value?: string;
5645
4667
  }
5646
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails {
5647
- /**
5648
- * @internal
5649
- */
5650
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails) => any;
5651
- }
5652
4668
  /**
5653
4669
  * <p>A file that contain environment variables to pass to a container.</p>
5654
4670
  */
@@ -5662,12 +4678,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails
5662
4678
  */
5663
4679
  Value?: string;
5664
4680
  }
5665
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails {
5666
- /**
5667
- * @internal
5668
- */
5669
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails) => any;
5670
- }
5671
4681
  /**
5672
4682
  * <p>A hostname and IP address mapping to append to the <b>/etc/hosts</b> file on the container.</p>
5673
4683
  */
@@ -5681,12 +4691,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails {
5681
4691
  */
5682
4692
  IpAddress?: string;
5683
4693
  }
5684
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails {
5685
- /**
5686
- * @internal
5687
- */
5688
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails) => any;
5689
- }
5690
4694
  /**
5691
4695
  * <p>The FireLens configuration for the container. The configuration specifies and configures a log router for container logs.</p>
5692
4696
  */
@@ -5717,12 +4721,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDe
5717
4721
  */
5718
4722
  Type?: string;
5719
4723
  }
5720
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails {
5721
- /**
5722
- * @internal
5723
- */
5724
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails) => any;
5725
- }
5726
4724
  /**
5727
4725
  * <p>The container health check command and associated configuration parameters for the container.</p>
5728
4726
  */
@@ -5748,12 +4746,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails {
5748
4746
  */
5749
4747
  Timeout?: number;
5750
4748
  }
5751
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails {
5752
- /**
5753
- * @internal
5754
- */
5755
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails) => any;
5756
- }
5757
4749
  /**
5758
4750
  * <p>The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.</p>
5759
4751
  */
@@ -5767,12 +4759,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabili
5767
4759
  */
5768
4760
  Drop?: string[];
5769
4761
  }
5770
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails {
5771
- /**
5772
- * @internal
5773
- */
5774
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails) => any;
5775
- }
5776
4762
  /**
5777
4763
  * <p>A host device to expose to the container.</p>
5778
4764
  */
@@ -5790,12 +4776,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesD
5790
4776
  */
5791
4777
  Permissions?: string[];
5792
4778
  }
5793
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails {
5794
- /**
5795
- * @internal
5796
- */
5797
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails) => any;
5798
- }
5799
4779
  /**
5800
4780
  * <p>The container path, mount options, and size (in MiB) of a tmpfs mount.</p>
5801
4781
  */
@@ -5813,12 +4793,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDet
5813
4793
  */
5814
4794
  Size?: number;
5815
4795
  }
5816
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails {
5817
- /**
5818
- * @internal
5819
- */
5820
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails) => any;
5821
- }
5822
4796
  /**
5823
4797
  * <p>>Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.</p>
5824
4798
  */
@@ -5852,12 +4826,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails
5852
4826
  */
5853
4827
  Tmpfs?: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails[];
5854
4828
  }
5855
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails {
5856
- /**
5857
- * @internal
5858
- */
5859
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails) => any;
5860
- }
5861
4829
  /**
5862
4830
  * <p>A secret to pass to the log configuration.</p>
5863
4831
  */
@@ -5873,12 +4841,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretO
5873
4841
  */
5874
4842
  ValueFrom?: string;
5875
4843
  }
5876
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails {
5877
- /**
5878
- * @internal
5879
- */
5880
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails) => any;
5881
- }
5882
4844
  /**
5883
4845
  * <p>The log configuration specification for the container.</p>
5884
4846
  */
@@ -5896,12 +4858,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails
5896
4858
  */
5897
4859
  SecretOptions?: AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails[];
5898
4860
  }
5899
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails {
5900
- /**
5901
- * @internal
5902
- */
5903
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails) => any;
5904
- }
5905
4861
  /**
5906
4862
  * <p>A mount point for the data volumes in the container.</p>
5907
4863
  */
@@ -5919,12 +4875,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails {
5919
4875
  */
5920
4876
  SourceVolume?: string;
5921
4877
  }
5922
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails {
5923
- /**
5924
- * @internal
5925
- */
5926
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails) => any;
5927
- }
5928
4878
  /**
5929
4879
  * <p>A port mapping for the container.</p>
5930
4880
  */
@@ -5942,12 +4892,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails {
5942
4892
  */
5943
4893
  Protocol?: string;
5944
4894
  }
5945
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails {
5946
- /**
5947
- * @internal
5948
- */
5949
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails) => any;
5950
- }
5951
4895
  /**
5952
4896
  * <p>The private repository authentication credentials to use.</p>
5953
4897
  */
@@ -5957,12 +4901,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDe
5957
4901
  */
5958
4902
  CredentialsParameter?: string;
5959
4903
  }
5960
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails {
5961
- /**
5962
- * @internal
5963
- */
5964
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails) => any;
5965
- }
5966
4904
  /**
5967
4905
  * <p>A resource to assign to a container.</p>
5968
4906
  */
@@ -5980,12 +4918,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDet
5980
4918
  */
5981
4919
  Value?: string;
5982
4920
  }
5983
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails {
5984
- /**
5985
- * @internal
5986
- */
5987
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails) => any;
5988
- }
5989
4921
  /**
5990
4922
  * <p>A secret to pass to the container.</p>
5991
4923
  */
@@ -6000,12 +4932,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails {
6000
4932
  */
6001
4933
  ValueFrom?: string;
6002
4934
  }
6003
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails {
6004
- /**
6005
- * @internal
6006
- */
6007
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails) => any;
6008
- }
6009
4935
  /**
6010
4936
  * <p>A namespaced kernel parameter to set in the container.</p>
6011
4937
  */
@@ -6019,12 +4945,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails {
6019
4945
  */
6020
4946
  Value?: string;
6021
4947
  }
6022
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails {
6023
- /**
6024
- * @internal
6025
- */
6026
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails) => any;
6027
- }
6028
4948
  /**
6029
4949
  * <p>A ulimit to set in the container.</p>
6030
4950
  */
@@ -6042,12 +4962,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails {
6042
4962
  */
6043
4963
  SoftLimit?: number;
6044
4964
  }
6045
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails {
6046
- /**
6047
- * @internal
6048
- */
6049
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails) => any;
6050
- }
6051
4965
  /**
6052
4966
  * <p>A data volume to mount from another container.</p>
6053
4967
  */
@@ -6061,12 +4975,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails {
6061
4975
  */
6062
4976
  SourceContainer?: string;
6063
4977
  }
6064
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails {
6065
- /**
6066
- * @internal
6067
- */
6068
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails) => any;
6069
- }
6070
4978
  /**
6071
4979
  * <p>A container definition that describes a container in the task.</p>
6072
4980
  */
@@ -6283,12 +5191,6 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsDetails {
6283
5191
  */
6284
5192
  WorkingDirectory?: string;
6285
5193
  }
6286
- export declare namespace AwsEcsTaskDefinitionContainerDefinitionsDetails {
6287
- /**
6288
- * @internal
6289
- */
6290
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsDetails) => any;
6291
- }
6292
5194
  /**
6293
5195
  * <p>An Elastic Inference accelerator to use
6294
5196
  * for the containers in the task.</p>
@@ -6303,12 +5205,6 @@ export interface AwsEcsTaskDefinitionInferenceAcceleratorsDetails {
6303
5205
  */
6304
5206
  DeviceType?: string;
6305
5207
  }
6306
- export declare namespace AwsEcsTaskDefinitionInferenceAcceleratorsDetails {
6307
- /**
6308
- * @internal
6309
- */
6310
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionInferenceAcceleratorsDetails) => any;
6311
- }
6312
5208
  /**
6313
5209
  * <p>A placement constraint object to use for tasks.</p>
6314
5210
  */
@@ -6322,12 +5218,6 @@ export interface AwsEcsTaskDefinitionPlacementConstraintsDetails {
6322
5218
  */
6323
5219
  Type?: string;
6324
5220
  }
6325
- export declare namespace AwsEcsTaskDefinitionPlacementConstraintsDetails {
6326
- /**
6327
- * @internal
6328
- */
6329
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionPlacementConstraintsDetails) => any;
6330
- }
6331
5221
  /**
6332
5222
  * <p>A network configuration parameter to provide to the Container Network Interface (CNI) plugin.</p>
6333
5223
  */
@@ -6341,12 +5231,6 @@ export interface AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropert
6341
5231
  */
6342
5232
  Value?: string;
6343
5233
  }
6344
- export declare namespace AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails {
6345
- /**
6346
- * @internal
6347
- */
6348
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails) => any;
6349
- }
6350
5234
  /**
6351
5235
  * <p>The configuration details for the App Mesh
6352
5236
  * proxy.</p>
@@ -6365,12 +5249,6 @@ export interface AwsEcsTaskDefinitionProxyConfigurationDetails {
6365
5249
  */
6366
5250
  Type?: string;
6367
5251
  }
6368
- export declare namespace AwsEcsTaskDefinitionProxyConfigurationDetails {
6369
- /**
6370
- * @internal
6371
- */
6372
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionProxyConfigurationDetails) => any;
6373
- }
6374
5252
  /**
6375
5253
  * <p>Information about a Docker volume.</p>
6376
5254
  */
@@ -6396,12 +5274,6 @@ export interface AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails {
6396
5274
  */
6397
5275
  Scope?: string;
6398
5276
  }
6399
- export declare namespace AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails {
6400
- /**
6401
- * @internal
6402
- */
6403
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails) => any;
6404
- }
6405
5277
  /**
6406
5278
  * <p></p>
6407
5279
  */
@@ -6415,12 +5287,6 @@ export interface AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationC
6415
5287
  */
6416
5288
  Iam?: string;
6417
5289
  }
6418
- export declare namespace AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails {
6419
- /**
6420
- * @internal
6421
- */
6422
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails) => any;
6423
- }
6424
5290
  /**
6425
5291
  * <p>Information about the Amazon Elastic File System file system that is used for task storage.</p>
6426
5292
  */
@@ -6446,12 +5312,6 @@ export interface AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails {
6446
5312
  */
6447
5313
  TransitEncryptionPort?: number;
6448
5314
  }
6449
- export declare namespace AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails {
6450
- /**
6451
- * @internal
6452
- */
6453
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails) => any;
6454
- }
6455
5315
  /**
6456
5316
  * <p>Information about a bind mount host volume.</p>
6457
5317
  */
@@ -6461,12 +5321,6 @@ export interface AwsEcsTaskDefinitionVolumesHostDetails {
6461
5321
  */
6462
5322
  SourcePath?: string;
6463
5323
  }
6464
- export declare namespace AwsEcsTaskDefinitionVolumesHostDetails {
6465
- /**
6466
- * @internal
6467
- */
6468
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionVolumesHostDetails) => any;
6469
- }
6470
5324
  /**
6471
5325
  * <p>A data volume to mount from another container.</p>
6472
5326
  */
@@ -6488,12 +5342,6 @@ export interface AwsEcsTaskDefinitionVolumesDetails {
6488
5342
  */
6489
5343
  Name?: string;
6490
5344
  }
6491
- export declare namespace AwsEcsTaskDefinitionVolumesDetails {
6492
- /**
6493
- * @internal
6494
- */
6495
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionVolumesDetails) => any;
6496
- }
6497
5345
  /**
6498
5346
  * <p>Details about a task definition. A task definition describes the container and volume definitions
6499
5347
  * of an Amazon Elastic Container Service task.</p>
@@ -6556,12 +5404,6 @@ export interface AwsEcsTaskDefinitionDetails {
6556
5404
  */
6557
5405
  Volumes?: AwsEcsTaskDefinitionVolumesDetails[];
6558
5406
  }
6559
- export declare namespace AwsEcsTaskDefinitionDetails {
6560
- /**
6561
- * @internal
6562
- */
6563
- const filterSensitiveLog: (obj: AwsEcsTaskDefinitionDetails) => any;
6564
- }
6565
5407
  /**
6566
5408
  * <p>Provides details on a container instance bind mount host volume.
6567
5409
  * </p>
@@ -6574,12 +5416,6 @@ export interface AwsEcsTaskVolumeHostDetails {
6574
5416
  */
6575
5417
  SourcePath?: string;
6576
5418
  }
6577
- export declare namespace AwsEcsTaskVolumeHostDetails {
6578
- /**
6579
- * @internal
6580
- */
6581
- const filterSensitiveLog: (obj: AwsEcsTaskVolumeHostDetails) => any;
6582
- }
6583
5419
  /**
6584
5420
  * <p>Provides information about a data volume that's used in a task definition.
6585
5421
  * </p>
@@ -6598,12 +5434,6 @@ export interface AwsEcsTaskVolumeDetails {
6598
5434
  */
6599
5435
  Host?: AwsEcsTaskVolumeHostDetails;
6600
5436
  }
6601
- export declare namespace AwsEcsTaskVolumeDetails {
6602
- /**
6603
- * @internal
6604
- */
6605
- const filterSensitiveLog: (obj: AwsEcsTaskVolumeDetails) => any;
6606
- }
6607
5437
  /**
6608
5438
  * <p>Provides details about a task in a cluster.
6609
5439
  * </p>
@@ -6658,12 +5488,6 @@ export interface AwsEcsTaskDetails {
6658
5488
  */
6659
5489
  Containers?: AwsEcsContainerDetails[];
6660
5490
  }
6661
- export declare namespace AwsEcsTaskDetails {
6662
- /**
6663
- * @internal
6664
- */
6665
- const filterSensitiveLog: (obj: AwsEcsTaskDetails) => any;
6666
- }
6667
5491
  /**
6668
5492
  * <p>Provides details for all file system operations using this Amazon EFS access point.
6669
5493
  * </p>
@@ -6685,12 +5509,6 @@ export interface AwsEfsAccessPointPosixUserDetails {
6685
5509
  */
6686
5510
  Uid?: string;
6687
5511
  }
6688
- export declare namespace AwsEfsAccessPointPosixUserDetails {
6689
- /**
6690
- * @internal
6691
- */
6692
- const filterSensitiveLog: (obj: AwsEfsAccessPointPosixUserDetails) => any;
6693
- }
6694
5512
  /**
6695
5513
  * <p>Provides information about the settings that Amazon EFS uses to create the root directory
6696
5514
  * when a client connects to an access point.
@@ -6714,12 +5532,6 @@ export interface AwsEfsAccessPointRootDirectoryCreationInfoDetails {
6714
5532
  */
6715
5533
  Permissions?: string;
6716
5534
  }
6717
- export declare namespace AwsEfsAccessPointRootDirectoryCreationInfoDetails {
6718
- /**
6719
- * @internal
6720
- */
6721
- const filterSensitiveLog: (obj: AwsEfsAccessPointRootDirectoryCreationInfoDetails) => any;
6722
- }
6723
5535
  /**
6724
5536
  * <p>Provides information about the directory on the Amazon EFS file system that the access point exposes
6725
5537
  * as the root directory to NFS clients using the access point.
@@ -6739,12 +5551,6 @@ export interface AwsEfsAccessPointRootDirectoryDetails {
6739
5551
  */
6740
5552
  Path?: string;
6741
5553
  }
6742
- export declare namespace AwsEfsAccessPointRootDirectoryDetails {
6743
- /**
6744
- * @internal
6745
- */
6746
- const filterSensitiveLog: (obj: AwsEfsAccessPointRootDirectoryDetails) => any;
6747
- }
6748
5554
  /**
6749
5555
  * <p>Provides information about an Amazon EFS access point.
6750
5556
  * </p>
@@ -6782,12 +5588,6 @@ export interface AwsEfsAccessPointDetails {
6782
5588
  */
6783
5589
  RootDirectory?: AwsEfsAccessPointRootDirectoryDetails;
6784
5590
  }
6785
- export declare namespace AwsEfsAccessPointDetails {
6786
- /**
6787
- * @internal
6788
- */
6789
- const filterSensitiveLog: (obj: AwsEfsAccessPointDetails) => any;
6790
- }
6791
5591
  /**
6792
5592
  * <p>Details for a cluster logging configuration.</p>
6793
5593
  */
@@ -6801,12 +5601,6 @@ export interface AwsEksClusterLoggingClusterLoggingDetails {
6801
5601
  */
6802
5602
  Types?: string[];
6803
5603
  }
6804
- export declare namespace AwsEksClusterLoggingClusterLoggingDetails {
6805
- /**
6806
- * @internal
6807
- */
6808
- const filterSensitiveLog: (obj: AwsEksClusterLoggingClusterLoggingDetails) => any;
6809
- }
6810
5604
  /**
6811
5605
  * <p>The logging configuration for an Amazon EKS cluster.</p>
6812
5606
  */
@@ -6816,12 +5610,6 @@ export interface AwsEksClusterLoggingDetails {
6816
5610
  */
6817
5611
  ClusterLogging?: AwsEksClusterLoggingClusterLoggingDetails[];
6818
5612
  }
6819
- export declare namespace AwsEksClusterLoggingDetails {
6820
- /**
6821
- * @internal
6822
- */
6823
- const filterSensitiveLog: (obj: AwsEksClusterLoggingDetails) => any;
6824
- }
6825
5613
  /**
6826
5614
  * <p>Information about the VPC configuration used by the cluster control plane.</p>
6827
5615
  */
@@ -6835,12 +5623,6 @@ export interface AwsEksClusterResourcesVpcConfigDetails {
6835
5623
  */
6836
5624
  SubnetIds?: string[];
6837
5625
  }
6838
- export declare namespace AwsEksClusterResourcesVpcConfigDetails {
6839
- /**
6840
- * @internal
6841
- */
6842
- const filterSensitiveLog: (obj: AwsEksClusterResourcesVpcConfigDetails) => any;
6843
- }
6844
5626
  /**
6845
5627
  * <p>Provides details about an Amazon EKS cluster.</p>
6846
5628
  */
@@ -6882,12 +5664,6 @@ export interface AwsEksClusterDetails {
6882
5664
  */
6883
5665
  Logging?: AwsEksClusterLoggingDetails;
6884
5666
  }
6885
- export declare namespace AwsEksClusterDetails {
6886
- /**
6887
- * @internal
6888
- */
6889
- const filterSensitiveLog: (obj: AwsEksClusterDetails) => any;
6890
- }
6891
5667
  /**
6892
5668
  * <p>Contains information about a link to another environment that is in the same group.</p>
6893
5669
  */
@@ -6901,12 +5677,6 @@ export interface AwsElasticBeanstalkEnvironmentEnvironmentLink {
6901
5677
  */
6902
5678
  LinkName?: string;
6903
5679
  }
6904
- export declare namespace AwsElasticBeanstalkEnvironmentEnvironmentLink {
6905
- /**
6906
- * @internal
6907
- */
6908
- const filterSensitiveLog: (obj: AwsElasticBeanstalkEnvironmentEnvironmentLink) => any;
6909
- }
6910
5680
  /**
6911
5681
  * <p>A configuration option setting for the environment.</p>
6912
5682
  */
@@ -6928,12 +5698,6 @@ export interface AwsElasticBeanstalkEnvironmentOptionSetting {
6928
5698
  */
6929
5699
  Value?: string;
6930
5700
  }
6931
- export declare namespace AwsElasticBeanstalkEnvironmentOptionSetting {
6932
- /**
6933
- * @internal
6934
- */
6935
- const filterSensitiveLog: (obj: AwsElasticBeanstalkEnvironmentOptionSetting) => any;
6936
- }
6937
5701
  /**
6938
5702
  * <p>Contains information about the tier of the environment.</p>
6939
5703
  */
@@ -6951,12 +5715,6 @@ export interface AwsElasticBeanstalkEnvironmentTier {
6951
5715
  */
6952
5716
  Version?: string;
6953
5717
  }
6954
- export declare namespace AwsElasticBeanstalkEnvironmentTier {
6955
- /**
6956
- * @internal
6957
- */
6958
- const filterSensitiveLog: (obj: AwsElasticBeanstalkEnvironmentTier) => any;
6959
- }
6960
5718
  /**
6961
5719
  * <p>Contains details about an Elastic Beanstalk environment.</p>
6962
5720
  */
@@ -7026,12 +5784,6 @@ export interface AwsElasticBeanstalkEnvironmentDetails {
7026
5784
  */
7027
5785
  VersionLabel?: string;
7028
5786
  }
7029
- export declare namespace AwsElasticBeanstalkEnvironmentDetails {
7030
- /**
7031
- * @internal
7032
- */
7033
- const filterSensitiveLog: (obj: AwsElasticBeanstalkEnvironmentDetails) => any;
7034
- }
7035
5787
  /**
7036
5788
  * <p>Additional options for the domain endpoint, such as whether to require HTTPS for all
7037
5789
  * traffic.</p>
@@ -7058,12 +5810,6 @@ export interface AwsElasticsearchDomainDomainEndpointOptions {
7058
5810
  */
7059
5811
  TLSSecurityPolicy?: string;
7060
5812
  }
7061
- export declare namespace AwsElasticsearchDomainDomainEndpointOptions {
7062
- /**
7063
- * @internal
7064
- */
7065
- const filterSensitiveLog: (obj: AwsElasticsearchDomainDomainEndpointOptions) => any;
7066
- }
7067
5813
  /**
7068
5814
  * <p>Configuration options for zone awareness.</p>
7069
5815
  */
@@ -7073,12 +5819,6 @@ export interface AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessCo
7073
5819
  */
7074
5820
  AvailabilityZoneCount?: number;
7075
5821
  }
7076
- export declare namespace AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails {
7077
- /**
7078
- * @internal
7079
- */
7080
- const filterSensitiveLog: (obj: AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails) => any;
7081
- }
7082
5822
  /**
7083
5823
  * <p>details about the configuration of an OpenSearch cluster.</p>
7084
5824
  */
@@ -7112,12 +5852,6 @@ export interface AwsElasticsearchDomainElasticsearchClusterConfigDetails {
7112
5852
  */
7113
5853
  ZoneAwarenessEnabled?: boolean;
7114
5854
  }
7115
- export declare namespace AwsElasticsearchDomainElasticsearchClusterConfigDetails {
7116
- /**
7117
- * @internal
7118
- */
7119
- const filterSensitiveLog: (obj: AwsElasticsearchDomainElasticsearchClusterConfigDetails) => any;
7120
- }
7121
5855
  /**
7122
5856
  * <p>Details about the configuration for encryption at rest.</p>
7123
5857
  */
@@ -7131,12 +5865,6 @@ export interface AwsElasticsearchDomainEncryptionAtRestOptions {
7131
5865
  */
7132
5866
  KmsKeyId?: string;
7133
5867
  }
7134
- export declare namespace AwsElasticsearchDomainEncryptionAtRestOptions {
7135
- /**
7136
- * @internal
7137
- */
7138
- const filterSensitiveLog: (obj: AwsElasticsearchDomainEncryptionAtRestOptions) => any;
7139
- }
7140
5868
  /**
7141
5869
  * <p>The log configuration.</p>
7142
5870
  */
@@ -7150,12 +5878,6 @@ export interface AwsElasticsearchDomainLogPublishingOptionsLogConfig {
7150
5878
  */
7151
5879
  Enabled?: boolean;
7152
5880
  }
7153
- export declare namespace AwsElasticsearchDomainLogPublishingOptionsLogConfig {
7154
- /**
7155
- * @internal
7156
- */
7157
- const filterSensitiveLog: (obj: AwsElasticsearchDomainLogPublishingOptionsLogConfig) => any;
7158
- }
7159
5881
  /**
7160
5882
  * <p>configures the CloudWatch Logs to publish for the
7161
5883
  * Elasticsearch domain.</p>
@@ -7176,12 +5898,6 @@ export interface AwsElasticsearchDomainLogPublishingOptions {
7176
5898
  */
7177
5899
  AuditLogs?: AwsElasticsearchDomainLogPublishingOptionsLogConfig;
7178
5900
  }
7179
- export declare namespace AwsElasticsearchDomainLogPublishingOptions {
7180
- /**
7181
- * @internal
7182
- */
7183
- const filterSensitiveLog: (obj: AwsElasticsearchDomainLogPublishingOptions) => any;
7184
- }
7185
5901
  /**
7186
5902
  * <p>Details about the configuration for node-to-node encryption.</p>
7187
5903
  */
@@ -7191,12 +5907,6 @@ export interface AwsElasticsearchDomainNodeToNodeEncryptionOptions {
7191
5907
  */
7192
5908
  Enabled?: boolean;
7193
5909
  }
7194
- export declare namespace AwsElasticsearchDomainNodeToNodeEncryptionOptions {
7195
- /**
7196
- * @internal
7197
- */
7198
- const filterSensitiveLog: (obj: AwsElasticsearchDomainNodeToNodeEncryptionOptions) => any;
7199
- }
7200
5910
  /**
7201
5911
  * <p>Information about the state of the domain relative to the latest service software.</p>
7202
5912
  */
@@ -7231,12 +5941,6 @@ export interface AwsElasticsearchDomainServiceSoftwareOptions {
7231
5941
  */
7232
5942
  UpdateStatus?: string;
7233
5943
  }
7234
- export declare namespace AwsElasticsearchDomainServiceSoftwareOptions {
7235
- /**
7236
- * @internal
7237
- */
7238
- const filterSensitiveLog: (obj: AwsElasticsearchDomainServiceSoftwareOptions) => any;
7239
- }
7240
5944
  /**
7241
5945
  * <p>Information that OpenSearch derives based on <code>VPCOptions</code> for the
7242
5946
  * domain.</p>
@@ -7259,12 +5963,6 @@ export interface AwsElasticsearchDomainVPCOptions {
7259
5963
  */
7260
5964
  VPCId?: string;
7261
5965
  }
7262
- export declare namespace AwsElasticsearchDomainVPCOptions {
7263
- /**
7264
- * @internal
7265
- */
7266
- const filterSensitiveLog: (obj: AwsElasticsearchDomainVPCOptions) => any;
7267
- }
7268
5966
  /**
7269
5967
  * <p>Information about an Elasticsearch domain.</p>
7270
5968
  */
@@ -7330,12 +6028,6 @@ export interface AwsElasticsearchDomainDetails {
7330
6028
  */
7331
6029
  VPCOptions?: AwsElasticsearchDomainVPCOptions;
7332
6030
  }
7333
- export declare namespace AwsElasticsearchDomainDetails {
7334
- /**
7335
- * @internal
7336
- */
7337
- const filterSensitiveLog: (obj: AwsElasticsearchDomainDetails) => any;
7338
- }
7339
6031
  /**
7340
6032
  * <p>Contains information about a stickiness policy that was created using
7341
6033
  * <code>CreateAppCookieStickinessPolicy</code>.</p>
@@ -7351,12 +6043,6 @@ export interface AwsElbAppCookieStickinessPolicy {
7351
6043
  */
7352
6044
  PolicyName?: string;
7353
6045
  }
7354
- export declare namespace AwsElbAppCookieStickinessPolicy {
7355
- /**
7356
- * @internal
7357
- */
7358
- const filterSensitiveLog: (obj: AwsElbAppCookieStickinessPolicy) => any;
7359
- }
7360
6046
  /**
7361
6047
  * <p>Contains information about a stickiness policy that was created using
7362
6048
  * <code>CreateLBCookieStickinessPolicy</code>.</p>
@@ -7374,12 +6060,6 @@ export interface AwsElbLbCookieStickinessPolicy {
7374
6060
  */
7375
6061
  PolicyName?: string;
7376
6062
  }
7377
- export declare namespace AwsElbLbCookieStickinessPolicy {
7378
- /**
7379
- * @internal
7380
- */
7381
- const filterSensitiveLog: (obj: AwsElbLbCookieStickinessPolicy) => any;
7382
- }
7383
6063
  /**
7384
6064
  * <p>Contains information about the access log configuration for the load balancer.</p>
7385
6065
  */
@@ -7403,12 +6083,6 @@ export interface AwsElbLoadBalancerAccessLog {
7403
6083
  */
7404
6084
  S3BucketPrefix?: string;
7405
6085
  }
7406
- export declare namespace AwsElbLoadBalancerAccessLog {
7407
- /**
7408
- * @internal
7409
- */
7410
- const filterSensitiveLog: (obj: AwsElbLoadBalancerAccessLog) => any;
7411
- }
7412
6086
  /**
7413
6087
  * <p>Provides information about additional attributes for the load balancer.</p>
7414
6088
  */
@@ -7422,12 +6096,6 @@ export interface AwsElbLoadBalancerAdditionalAttribute {
7422
6096
  */
7423
6097
  Value?: string;
7424
6098
  }
7425
- export declare namespace AwsElbLoadBalancerAdditionalAttribute {
7426
- /**
7427
- * @internal
7428
- */
7429
- const filterSensitiveLog: (obj: AwsElbLoadBalancerAdditionalAttribute) => any;
7430
- }
7431
6099
  /**
7432
6100
  * <p>Contains information about the connection draining configuration for the load
7433
6101
  * balancer.</p>
@@ -7443,12 +6111,6 @@ export interface AwsElbLoadBalancerConnectionDraining {
7443
6111
  */
7444
6112
  Timeout?: number;
7445
6113
  }
7446
- export declare namespace AwsElbLoadBalancerConnectionDraining {
7447
- /**
7448
- * @internal
7449
- */
7450
- const filterSensitiveLog: (obj: AwsElbLoadBalancerConnectionDraining) => any;
7451
- }
7452
6114
  /**
7453
6115
  * <p>Contains connection settings for the load balancer.</p>
7454
6116
  */
@@ -7459,12 +6121,6 @@ export interface AwsElbLoadBalancerConnectionSettings {
7459
6121
  */
7460
6122
  IdleTimeout?: number;
7461
6123
  }
7462
- export declare namespace AwsElbLoadBalancerConnectionSettings {
7463
- /**
7464
- * @internal
7465
- */
7466
- const filterSensitiveLog: (obj: AwsElbLoadBalancerConnectionSettings) => any;
7467
- }
7468
6124
  /**
7469
6125
  * <p>Contains cross-zone load balancing settings for the load balancer.</p>
7470
6126
  */
@@ -7474,12 +6130,6 @@ export interface AwsElbLoadBalancerCrossZoneLoadBalancing {
7474
6130
  */
7475
6131
  Enabled?: boolean;
7476
6132
  }
7477
- export declare namespace AwsElbLoadBalancerCrossZoneLoadBalancing {
7478
- /**
7479
- * @internal
7480
- */
7481
- const filterSensitiveLog: (obj: AwsElbLoadBalancerCrossZoneLoadBalancing) => any;
7482
- }
7483
6133
  /**
7484
6134
  * <p>Contains attributes for the load balancer.</p>
7485
6135
  */
@@ -7514,12 +6164,6 @@ export interface AwsElbLoadBalancerAttributes {
7514
6164
  */
7515
6165
  AdditionalAttributes?: AwsElbLoadBalancerAdditionalAttribute[];
7516
6166
  }
7517
- export declare namespace AwsElbLoadBalancerAttributes {
7518
- /**
7519
- * @internal
7520
- */
7521
- const filterSensitiveLog: (obj: AwsElbLoadBalancerAttributes) => any;
7522
- }
7523
6167
  /**
7524
6168
  * <p>Provides information about the configuration of an EC2 instance for the load
7525
6169
  * balancer.</p>
@@ -7534,12 +6178,6 @@ export interface AwsElbLoadBalancerBackendServerDescription {
7534
6178
  */
7535
6179
  PolicyNames?: string[];
7536
6180
  }
7537
- export declare namespace AwsElbLoadBalancerBackendServerDescription {
7538
- /**
7539
- * @internal
7540
- */
7541
- const filterSensitiveLog: (obj: AwsElbLoadBalancerBackendServerDescription) => any;
7542
- }
7543
6181
  /**
7544
6182
  * <p>Contains information about the health checks that are conducted on the load
7545
6183
  * balancer.</p>
@@ -7584,12 +6222,6 @@ export interface AwsElbLoadBalancerHealthCheck {
7584
6222
  */
7585
6223
  UnhealthyThreshold?: number;
7586
6224
  }
7587
- export declare namespace AwsElbLoadBalancerHealthCheck {
7588
- /**
7589
- * @internal
7590
- */
7591
- const filterSensitiveLog: (obj: AwsElbLoadBalancerHealthCheck) => any;
7592
- }
7593
6225
  /**
7594
6226
  * <p>Provides information about an EC2 instance for a load balancer.</p>
7595
6227
  */
@@ -7599,12 +6231,6 @@ export interface AwsElbLoadBalancerInstance {
7599
6231
  */
7600
6232
  InstanceId?: string;
7601
6233
  }
7602
- export declare namespace AwsElbLoadBalancerInstance {
7603
- /**
7604
- * @internal
7605
- */
7606
- const filterSensitiveLog: (obj: AwsElbLoadBalancerInstance) => any;
7607
- }
7608
6234
  /**
7609
6235
  * <p>Information about a load balancer listener.</p>
7610
6236
  */
@@ -7639,12 +6265,6 @@ export interface AwsElbLoadBalancerListener {
7639
6265
  */
7640
6266
  SslCertificateId?: string;
7641
6267
  }
7642
- export declare namespace AwsElbLoadBalancerListener {
7643
- /**
7644
- * @internal
7645
- */
7646
- const filterSensitiveLog: (obj: AwsElbLoadBalancerListener) => any;
7647
- }
7648
6268
  /**
7649
6269
  * <p>Lists the policies that are enabled for a load balancer listener.</p>
7650
6270
  */
@@ -7658,12 +6278,6 @@ export interface AwsElbLoadBalancerListenerDescription {
7658
6278
  */
7659
6279
  PolicyNames?: string[];
7660
6280
  }
7661
- export declare namespace AwsElbLoadBalancerListenerDescription {
7662
- /**
7663
- * @internal
7664
- */
7665
- const filterSensitiveLog: (obj: AwsElbLoadBalancerListenerDescription) => any;
7666
- }
7667
6281
  /**
7668
6282
  * <p>Contains information about the policies for a load balancer.</p>
7669
6283
  */
@@ -7683,12 +6297,6 @@ export interface AwsElbLoadBalancerPolicies {
7683
6297
  */
7684
6298
  OtherPolicies?: string[];
7685
6299
  }
7686
- export declare namespace AwsElbLoadBalancerPolicies {
7687
- /**
7688
- * @internal
7689
- */
7690
- const filterSensitiveLog: (obj: AwsElbLoadBalancerPolicies) => any;
7691
- }
7692
6300
  /**
7693
6301
  * <p>Contains information about the security group for the load balancer.</p>
7694
6302
  */
@@ -7702,12 +6310,6 @@ export interface AwsElbLoadBalancerSourceSecurityGroup {
7702
6310
  */
7703
6311
  OwnerAlias?: string;
7704
6312
  }
7705
- export declare namespace AwsElbLoadBalancerSourceSecurityGroup {
7706
- /**
7707
- * @internal
7708
- */
7709
- const filterSensitiveLog: (obj: AwsElbLoadBalancerSourceSecurityGroup) => any;
7710
- }
7711
6313
  /**
7712
6314
  * <p>Contains details about a Classic Load Balancer.</p>
7713
6315
  */
@@ -7790,12 +6392,6 @@ export interface AwsElbLoadBalancerDetails {
7790
6392
  */
7791
6393
  VpcId?: string;
7792
6394
  }
7793
- export declare namespace AwsElbLoadBalancerDetails {
7794
- /**
7795
- * @internal
7796
- */
7797
- const filterSensitiveLog: (obj: AwsElbLoadBalancerDetails) => any;
7798
- }
7799
6395
  /**
7800
6396
  * <p>A load balancer attribute.</p>
7801
6397
  */
@@ -7809,12 +6405,6 @@ export interface AwsElbv2LoadBalancerAttribute {
7809
6405
  */
7810
6406
  Value?: string;
7811
6407
  }
7812
- export declare namespace AwsElbv2LoadBalancerAttribute {
7813
- /**
7814
- * @internal
7815
- */
7816
- const filterSensitiveLog: (obj: AwsElbv2LoadBalancerAttribute) => any;
7817
- }
7818
6408
  /**
7819
6409
  * <p>Information about the state of the load balancer.</p>
7820
6410
  */
@@ -7831,12 +6421,6 @@ export interface LoadBalancerState {
7831
6421
  */
7832
6422
  Reason?: string;
7833
6423
  }
7834
- export declare namespace LoadBalancerState {
7835
- /**
7836
- * @internal
7837
- */
7838
- const filterSensitiveLog: (obj: LoadBalancerState) => any;
7839
- }
7840
6424
  /**
7841
6425
  * <p>Information about a load balancer.</p>
7842
6426
  */
@@ -7891,12 +6475,6 @@ export interface AwsElbv2LoadBalancerDetails {
7891
6475
  */
7892
6476
  LoadBalancerAttributes?: AwsElbv2LoadBalancerAttribute[];
7893
6477
  }
7894
- export declare namespace AwsElbv2LoadBalancerDetails {
7895
- /**
7896
- * @internal
7897
- */
7898
- const filterSensitiveLog: (obj: AwsElbv2LoadBalancerDetails) => any;
7899
- }
7900
6478
  /**
7901
6479
  * <p>Attributes of the session that the key was used for.</p>
7902
6480
  */
@@ -7913,12 +6491,6 @@ export interface AwsIamAccessKeySessionContextAttributes {
7913
6491
  */
7914
6492
  CreationDate?: string;
7915
6493
  }
7916
- export declare namespace AwsIamAccessKeySessionContextAttributes {
7917
- /**
7918
- * @internal
7919
- */
7920
- const filterSensitiveLog: (obj: AwsIamAccessKeySessionContextAttributes) => any;
7921
- }
7922
6494
  /**
7923
6495
  * <p>Information about the entity that created the session.</p>
7924
6496
  */
@@ -7945,12 +6517,6 @@ export interface AwsIamAccessKeySessionContextSessionIssuer {
7945
6517
  */
7946
6518
  UserName?: string;
7947
6519
  }
7948
- export declare namespace AwsIamAccessKeySessionContextSessionIssuer {
7949
- /**
7950
- * @internal
7951
- */
7952
- const filterSensitiveLog: (obj: AwsIamAccessKeySessionContextSessionIssuer) => any;
7953
- }
7954
6520
  /**
7955
6521
  * <p>Provides information about the session that the key was used for.</p>
7956
6522
  */
@@ -7964,12 +6530,6 @@ export interface AwsIamAccessKeySessionContext {
7964
6530
  */
7965
6531
  SessionIssuer?: AwsIamAccessKeySessionContextSessionIssuer;
7966
6532
  }
7967
- export declare namespace AwsIamAccessKeySessionContext {
7968
- /**
7969
- * @internal
7970
- */
7971
- const filterSensitiveLog: (obj: AwsIamAccessKeySessionContext) => any;
7972
- }
7973
6533
  export declare enum AwsIamAccessKeyStatus {
7974
6534
  ACTIVE = "Active",
7975
6535
  INACTIVE = "Inactive"
@@ -8023,12 +6583,6 @@ export interface AwsIamAccessKeyDetails {
8023
6583
  */
8024
6584
  SessionContext?: AwsIamAccessKeySessionContext;
8025
6585
  }
8026
- export declare namespace AwsIamAccessKeyDetails {
8027
- /**
8028
- * @internal
8029
- */
8030
- const filterSensitiveLog: (obj: AwsIamAccessKeyDetails) => any;
8031
- }
8032
6586
  /**
8033
6587
  * <p>A managed policy that is attached to an IAM principal.</p>
8034
6588
  */
@@ -8042,12 +6596,6 @@ export interface AwsIamAttachedManagedPolicy {
8042
6596
  */
8043
6597
  PolicyArn?: string;
8044
6598
  }
8045
- export declare namespace AwsIamAttachedManagedPolicy {
8046
- /**
8047
- * @internal
8048
- */
8049
- const filterSensitiveLog: (obj: AwsIamAttachedManagedPolicy) => any;
8050
- }
8051
6599
  /**
8052
6600
  * <p>A managed policy that is attached to the IAM group.</p>
8053
6601
  */
@@ -8057,12 +6605,6 @@ export interface AwsIamGroupPolicy {
8057
6605
  */
8058
6606
  PolicyName?: string;
8059
6607
  }
8060
- export declare namespace AwsIamGroupPolicy {
8061
- /**
8062
- * @internal
8063
- */
8064
- const filterSensitiveLog: (obj: AwsIamGroupPolicy) => any;
8065
- }
8066
6608
  /**
8067
6609
  * <p>Contains details about an IAM group.</p>
8068
6610
  */
@@ -8095,12 +6637,6 @@ export interface AwsIamGroupDetails {
8095
6637
  */
8096
6638
  Path?: string;
8097
6639
  }
8098
- export declare namespace AwsIamGroupDetails {
8099
- /**
8100
- * @internal
8101
- */
8102
- const filterSensitiveLog: (obj: AwsIamGroupDetails) => any;
8103
- }
8104
6640
  /**
8105
6641
  * <p>Information about a role associated with an instance profile.</p>
8106
6642
  */
@@ -8133,12 +6669,6 @@ export interface AwsIamInstanceProfileRole {
8133
6669
  */
8134
6670
  RoleName?: string;
8135
6671
  }
8136
- export declare namespace AwsIamInstanceProfileRole {
8137
- /**
8138
- * @internal
8139
- */
8140
- const filterSensitiveLog: (obj: AwsIamInstanceProfileRole) => any;
8141
- }
8142
6672
  /**
8143
6673
  * <p>Information about an instance profile.</p>
8144
6674
  */
@@ -8171,12 +6701,6 @@ export interface AwsIamInstanceProfile {
8171
6701
  */
8172
6702
  Roles?: AwsIamInstanceProfileRole[];
8173
6703
  }
8174
- export declare namespace AwsIamInstanceProfile {
8175
- /**
8176
- * @internal
8177
- */
8178
- const filterSensitiveLog: (obj: AwsIamInstanceProfile) => any;
8179
- }
8180
6704
  /**
8181
6705
  * <p>Information about the policy used to set the permissions boundary for an IAM
8182
6706
  * principal.</p>
@@ -8191,12 +6715,6 @@ export interface AwsIamPermissionsBoundary {
8191
6715
  */
8192
6716
  PermissionsBoundaryType?: string;
8193
6717
  }
8194
- export declare namespace AwsIamPermissionsBoundary {
8195
- /**
8196
- * @internal
8197
- */
8198
- const filterSensitiveLog: (obj: AwsIamPermissionsBoundary) => any;
8199
- }
8200
6718
  /**
8201
6719
  * <p>A version of an IAM policy.</p>
8202
6720
  */
@@ -8217,12 +6735,6 @@ export interface AwsIamPolicyVersion {
8217
6735
  */
8218
6736
  CreateDate?: string;
8219
6737
  }
8220
- export declare namespace AwsIamPolicyVersion {
8221
- /**
8222
- * @internal
8223
- */
8224
- const filterSensitiveLog: (obj: AwsIamPolicyVersion) => any;
8225
- }
8226
6738
  /**
8227
6739
  * <p>Represents an IAM permissions policy.</p>
8228
6740
  */
@@ -8279,12 +6791,6 @@ export interface AwsIamPolicyDetails {
8279
6791
  */
8280
6792
  UpdateDate?: string;
8281
6793
  }
8282
- export declare namespace AwsIamPolicyDetails {
8283
- /**
8284
- * @internal
8285
- */
8286
- const filterSensitiveLog: (obj: AwsIamPolicyDetails) => any;
8287
- }
8288
6794
  /**
8289
6795
  * <p>An inline policy that is embedded in the role.</p>
8290
6796
  */
@@ -8294,12 +6800,6 @@ export interface AwsIamRolePolicy {
8294
6800
  */
8295
6801
  PolicyName?: string;
8296
6802
  }
8297
- export declare namespace AwsIamRolePolicy {
8298
- /**
8299
- * @internal
8300
- */
8301
- const filterSensitiveLog: (obj: AwsIamRolePolicy) => any;
8302
- }
8303
6803
  /**
8304
6804
  * <p>Contains information about an IAM role, including all of the role's policies.</p>
8305
6805
  */
@@ -8349,12 +6849,6 @@ export interface AwsIamRoleDetails {
8349
6849
  */
8350
6850
  Path?: string;
8351
6851
  }
8352
- export declare namespace AwsIamRoleDetails {
8353
- /**
8354
- * @internal
8355
- */
8356
- const filterSensitiveLog: (obj: AwsIamRoleDetails) => any;
8357
- }
8358
6852
  /**
8359
6853
  * <p>Information about an inline policy that is embedded in the user.</p>
8360
6854
  */
@@ -8364,12 +6858,6 @@ export interface AwsIamUserPolicy {
8364
6858
  */
8365
6859
  PolicyName?: string;
8366
6860
  }
8367
- export declare namespace AwsIamUserPolicy {
8368
- /**
8369
- * @internal
8370
- */
8371
- const filterSensitiveLog: (obj: AwsIamUserPolicy) => any;
8372
- }
8373
6861
  /**
8374
6862
  * <p>Information about an IAM user.</p>
8375
6863
  */
@@ -8410,12 +6898,6 @@ export interface AwsIamUserDetails {
8410
6898
  */
8411
6899
  UserPolicyList?: AwsIamUserPolicy[];
8412
6900
  }
8413
- export declare namespace AwsIamUserDetails {
8414
- /**
8415
- * @internal
8416
- */
8417
- const filterSensitiveLog: (obj: AwsIamUserDetails) => any;
8418
- }
8419
6901
  /**
8420
6902
  * <p>Provides information about stream encryption.
8421
6903
  * </p>
@@ -8431,12 +6913,6 @@ export interface AwsKinesisStreamStreamEncryptionDetails {
8431
6913
  */
8432
6914
  KeyId?: string;
8433
6915
  }
8434
- export declare namespace AwsKinesisStreamStreamEncryptionDetails {
8435
- /**
8436
- * @internal
8437
- */
8438
- const filterSensitiveLog: (obj: AwsKinesisStreamStreamEncryptionDetails) => any;
8439
- }
8440
6916
  /**
8441
6917
  * <p>Provides information about an Amazon Kinesis data stream.
8442
6918
  * </p>
@@ -8470,12 +6946,6 @@ export interface AwsKinesisStreamDetails {
8470
6946
  */
8471
6947
  RetentionPeriodHours?: number;
8472
6948
  }
8473
- export declare namespace AwsKinesisStreamDetails {
8474
- /**
8475
- * @internal
8476
- */
8477
- const filterSensitiveLog: (obj: AwsKinesisStreamDetails) => any;
8478
- }
8479
6949
  /**
8480
6950
  * <p>Contains metadata about an KMS key.</p>
8481
6951
  */
@@ -8520,12 +6990,6 @@ export interface AwsKmsKeyDetails {
8520
6990
  */
8521
6991
  KeyRotationStatus?: boolean;
8522
6992
  }
8523
- export declare namespace AwsKmsKeyDetails {
8524
- /**
8525
- * @internal
8526
- */
8527
- const filterSensitiveLog: (obj: AwsKmsKeyDetails) => any;
8528
- }
8529
6993
  /**
8530
6994
  * <p>The code for the Lambda function. You can specify either an object in Amazon S3, or upload a deployment package directly.</p>
8531
6995
  */
@@ -8547,12 +7011,6 @@ export interface AwsLambdaFunctionCode {
8547
7011
  */
8548
7012
  ZipFile?: string;
8549
7013
  }
8550
- export declare namespace AwsLambdaFunctionCode {
8551
- /**
8552
- * @internal
8553
- */
8554
- const filterSensitiveLog: (obj: AwsLambdaFunctionCode) => any;
8555
- }
8556
7014
  /**
8557
7015
  * <p>The dead-letter queue for failed asynchronous invocations.</p>
8558
7016
  */
@@ -8562,12 +7020,6 @@ export interface AwsLambdaFunctionDeadLetterConfig {
8562
7020
  */
8563
7021
  TargetArn?: string;
8564
7022
  }
8565
- export declare namespace AwsLambdaFunctionDeadLetterConfig {
8566
- /**
8567
- * @internal
8568
- */
8569
- const filterSensitiveLog: (obj: AwsLambdaFunctionDeadLetterConfig) => any;
8570
- }
8571
7023
  /**
8572
7024
  * <p>Error messages for environment variables that could not be applied.</p>
8573
7025
  */
@@ -8581,12 +7033,6 @@ export interface AwsLambdaFunctionEnvironmentError {
8581
7033
  */
8582
7034
  Message?: string;
8583
7035
  }
8584
- export declare namespace AwsLambdaFunctionEnvironmentError {
8585
- /**
8586
- * @internal
8587
- */
8588
- const filterSensitiveLog: (obj: AwsLambdaFunctionEnvironmentError) => any;
8589
- }
8590
7036
  /**
8591
7037
  * <p>A function's environment variable settings.</p>
8592
7038
  */
@@ -8600,12 +7046,6 @@ export interface AwsLambdaFunctionEnvironment {
8600
7046
  */
8601
7047
  Error?: AwsLambdaFunctionEnvironmentError;
8602
7048
  }
8603
- export declare namespace AwsLambdaFunctionEnvironment {
8604
- /**
8605
- * @internal
8606
- */
8607
- const filterSensitiveLog: (obj: AwsLambdaFunctionEnvironment) => any;
8608
- }
8609
7049
  /**
8610
7050
  * <p>An Lambda layer.</p>
8611
7051
  */
@@ -8619,12 +7059,6 @@ export interface AwsLambdaFunctionLayer {
8619
7059
  */
8620
7060
  CodeSize?: number;
8621
7061
  }
8622
- export declare namespace AwsLambdaFunctionLayer {
8623
- /**
8624
- * @internal
8625
- */
8626
- const filterSensitiveLog: (obj: AwsLambdaFunctionLayer) => any;
8627
- }
8628
7062
  /**
8629
7063
  * <p>The function's X-Ray tracing configuration.</p>
8630
7064
  */
@@ -8634,12 +7068,6 @@ export interface AwsLambdaFunctionTracingConfig {
8634
7068
  */
8635
7069
  Mode?: string;
8636
7070
  }
8637
- export declare namespace AwsLambdaFunctionTracingConfig {
8638
- /**
8639
- * @internal
8640
- */
8641
- const filterSensitiveLog: (obj: AwsLambdaFunctionTracingConfig) => any;
8642
- }
8643
7071
  /**
8644
7072
  * <p>The VPC security groups and subnets that are attached to a Lambda function.</p>
8645
7073
  */
@@ -8657,12 +7085,6 @@ export interface AwsLambdaFunctionVpcConfig {
8657
7085
  */
8658
7086
  VpcId?: string;
8659
7087
  }
8660
- export declare namespace AwsLambdaFunctionVpcConfig {
8661
- /**
8662
- * @internal
8663
- */
8664
- const filterSensitiveLog: (obj: AwsLambdaFunctionVpcConfig) => any;
8665
- }
8666
7088
  /**
8667
7089
  * <p>Details about a function's configuration.</p>
8668
7090
  */
@@ -8743,12 +7165,6 @@ export interface AwsLambdaFunctionDetails {
8743
7165
  */
8744
7166
  Version?: string;
8745
7167
  }
8746
- export declare namespace AwsLambdaFunctionDetails {
8747
- /**
8748
- * @internal
8749
- */
8750
- const filterSensitiveLog: (obj: AwsLambdaFunctionDetails) => any;
8751
- }
8752
7168
  /**
8753
7169
  * <p>Details about a Lambda layer version.</p>
8754
7170
  */
@@ -8775,12 +7191,6 @@ export interface AwsLambdaLayerVersionDetails {
8775
7191
  */
8776
7192
  CreatedDate?: string;
8777
7193
  }
8778
- export declare namespace AwsLambdaLayerVersionDetails {
8779
- /**
8780
- * @internal
8781
- */
8782
- const filterSensitiveLog: (obj: AwsLambdaLayerVersionDetails) => any;
8783
- }
8784
7194
  /**
8785
7195
  * <p>A public subnet that Network Firewall uses for the firewall.</p>
8786
7196
  */
@@ -8790,12 +7200,6 @@ export interface AwsNetworkFirewallFirewallSubnetMappingsDetails {
8790
7200
  */
8791
7201
  SubnetId?: string;
8792
7202
  }
8793
- export declare namespace AwsNetworkFirewallFirewallSubnetMappingsDetails {
8794
- /**
8795
- * @internal
8796
- */
8797
- const filterSensitiveLog: (obj: AwsNetworkFirewallFirewallSubnetMappingsDetails) => any;
8798
- }
8799
7203
  /**
8800
7204
  * <p>Details about an Network Firewall firewall.</p>
8801
7205
  */
@@ -8841,12 +7245,6 @@ export interface AwsNetworkFirewallFirewallDetails {
8841
7245
  */
8842
7246
  VpcId?: string;
8843
7247
  }
8844
- export declare namespace AwsNetworkFirewallFirewallDetails {
8845
- /**
8846
- * @internal
8847
- */
8848
- const filterSensitiveLog: (obj: AwsNetworkFirewallFirewallDetails) => any;
8849
- }
8850
7248
  /**
8851
7249
  * <p>A stateful rule group that is used by the firewall policy.</p>
8852
7250
  */
@@ -8856,12 +7254,6 @@ export interface FirewallPolicyStatefulRuleGroupReferencesDetails {
8856
7254
  */
8857
7255
  ResourceArn?: string;
8858
7256
  }
8859
- export declare namespace FirewallPolicyStatefulRuleGroupReferencesDetails {
8860
- /**
8861
- * @internal
8862
- */
8863
- const filterSensitiveLog: (obj: FirewallPolicyStatefulRuleGroupReferencesDetails) => any;
8864
- }
8865
7257
  /**
8866
7258
  * <p>Defines a CloudWatch dimension value to publish.</p>
8867
7259
  */
@@ -8871,12 +7263,6 @@ export interface StatelessCustomPublishMetricActionDimension {
8871
7263
  */
8872
7264
  Value?: string;
8873
7265
  }
8874
- export declare namespace StatelessCustomPublishMetricActionDimension {
8875
- /**
8876
- * @internal
8877
- */
8878
- const filterSensitiveLog: (obj: StatelessCustomPublishMetricActionDimension) => any;
8879
- }
8880
7266
  /**
8881
7267
  * <p>Information about metrics to publish to CloudWatch.</p>
8882
7268
  */
@@ -8886,12 +7272,6 @@ export interface StatelessCustomPublishMetricAction {
8886
7272
  */
8887
7273
  Dimensions?: StatelessCustomPublishMetricActionDimension[];
8888
7274
  }
8889
- export declare namespace StatelessCustomPublishMetricAction {
8890
- /**
8891
- * @internal
8892
- */
8893
- const filterSensitiveLog: (obj: StatelessCustomPublishMetricAction) => any;
8894
- }
8895
7275
  /**
8896
7276
  * <p>The definition of a custom action that can be used for stateless packet handling.</p>
8897
7277
  */
@@ -8901,12 +7281,6 @@ export interface StatelessCustomActionDefinition {
8901
7281
  */
8902
7282
  PublishMetricAction?: StatelessCustomPublishMetricAction;
8903
7283
  }
8904
- export declare namespace StatelessCustomActionDefinition {
8905
- /**
8906
- * @internal
8907
- */
8908
- const filterSensitiveLog: (obj: StatelessCustomActionDefinition) => any;
8909
- }
8910
7284
  /**
8911
7285
  * <p>A custom action that can be used for stateless packet handling.</p>
8912
7286
  */
@@ -8920,12 +7294,6 @@ export interface FirewallPolicyStatelessCustomActionsDetails {
8920
7294
  */
8921
7295
  ActionName?: string;
8922
7296
  }
8923
- export declare namespace FirewallPolicyStatelessCustomActionsDetails {
8924
- /**
8925
- * @internal
8926
- */
8927
- const filterSensitiveLog: (obj: FirewallPolicyStatelessCustomActionsDetails) => any;
8928
- }
8929
7297
  /**
8930
7298
  * <p>A stateless rule group that is used by the firewall policy.</p>
8931
7299
  */
@@ -8939,12 +7307,6 @@ export interface FirewallPolicyStatelessRuleGroupReferencesDetails {
8939
7307
  */
8940
7308
  ResourceArn?: string;
8941
7309
  }
8942
- export declare namespace FirewallPolicyStatelessRuleGroupReferencesDetails {
8943
- /**
8944
- * @internal
8945
- */
8946
- const filterSensitiveLog: (obj: FirewallPolicyStatelessRuleGroupReferencesDetails) => any;
8947
- }
8948
7310
  /**
8949
7311
  * <p>Defines the behavior of the firewall.</p>
8950
7312
  */
@@ -8974,12 +7336,6 @@ export interface FirewallPolicyDetails {
8974
7336
  */
8975
7337
  StatelessRuleGroupReferences?: FirewallPolicyStatelessRuleGroupReferencesDetails[];
8976
7338
  }
8977
- export declare namespace FirewallPolicyDetails {
8978
- /**
8979
- * @internal
8980
- */
8981
- const filterSensitiveLog: (obj: FirewallPolicyDetails) => any;
8982
- }
8983
7339
  /**
8984
7340
  * <p>Details about a firewall policy. A firewall policy defines the behavior of a network firewall.</p>
8985
7341
  */
@@ -9005,12 +7361,6 @@ export interface AwsNetworkFirewallFirewallPolicyDetails {
9005
7361
  */
9006
7362
  Description?: string;
9007
7363
  }
9008
- export declare namespace AwsNetworkFirewallFirewallPolicyDetails {
9009
- /**
9010
- * @internal
9011
- */
9012
- const filterSensitiveLog: (obj: AwsNetworkFirewallFirewallPolicyDetails) => any;
9013
- }
9014
7364
  /**
9015
7365
  * <p>Stateful inspection criteria for a domain list rule group.</p>
9016
7366
  */
@@ -9028,12 +7378,6 @@ export interface RuleGroupSourceListDetails {
9028
7378
  */
9029
7379
  Targets?: string[];
9030
7380
  }
9031
- export declare namespace RuleGroupSourceListDetails {
9032
- /**
9033
- * @internal
9034
- */
9035
- const filterSensitiveLog: (obj: RuleGroupSourceListDetails) => any;
9036
- }
9037
7381
  /**
9038
7382
  * <p>The inspection criteria for a stateful rule.</p>
9039
7383
  */
@@ -9063,12 +7407,6 @@ export interface RuleGroupSourceStatefulRulesHeaderDetails {
9063
7407
  */
9064
7408
  SourcePort?: string;
9065
7409
  }
9066
- export declare namespace RuleGroupSourceStatefulRulesHeaderDetails {
9067
- /**
9068
- * @internal
9069
- */
9070
- const filterSensitiveLog: (obj: RuleGroupSourceStatefulRulesHeaderDetails) => any;
9071
- }
9072
7410
  /**
9073
7411
  * <p>A rule option for a stateful rule.</p>
9074
7412
  */
@@ -9082,12 +7420,6 @@ export interface RuleGroupSourceStatefulRulesOptionsDetails {
9082
7420
  */
9083
7421
  Settings?: string[];
9084
7422
  }
9085
- export declare namespace RuleGroupSourceStatefulRulesOptionsDetails {
9086
- /**
9087
- * @internal
9088
- */
9089
- const filterSensitiveLog: (obj: RuleGroupSourceStatefulRulesOptionsDetails) => any;
9090
- }
9091
7423
  /**
9092
7424
  * <p>A Suricata rule specification.</p>
9093
7425
  */
@@ -9105,12 +7437,6 @@ export interface RuleGroupSourceStatefulRulesDetails {
9105
7437
  */
9106
7438
  RuleOptions?: RuleGroupSourceStatefulRulesOptionsDetails[];
9107
7439
  }
9108
- export declare namespace RuleGroupSourceStatefulRulesDetails {
9109
- /**
9110
- * @internal
9111
- */
9112
- const filterSensitiveLog: (obj: RuleGroupSourceStatefulRulesDetails) => any;
9113
- }
9114
7440
  /**
9115
7441
  * <p>A custom action definition. A custom action is an optional, non-standard action to use for stateless packet handling.</p>
9116
7442
  */
@@ -9124,12 +7450,6 @@ export interface RuleGroupSourceCustomActionsDetails {
9124
7450
  */
9125
7451
  ActionName?: string;
9126
7452
  }
9127
- export declare namespace RuleGroupSourceCustomActionsDetails {
9128
- /**
9129
- * @internal
9130
- */
9131
- const filterSensitiveLog: (obj: RuleGroupSourceCustomActionsDetails) => any;
9132
- }
9133
7453
  /**
9134
7454
  * <p>A port range to specify the destination ports to inspect for.</p>
9135
7455
  */
@@ -9143,12 +7463,6 @@ export interface RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts {
9143
7463
  */
9144
7464
  ToPort?: number;
9145
7465
  }
9146
- export declare namespace RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts {
9147
- /**
9148
- * @internal
9149
- */
9150
- const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts) => any;
9151
- }
9152
7466
  /**
9153
7467
  * <p>A destination IP address or range.</p>
9154
7468
  */
@@ -9158,12 +7472,6 @@ export interface RuleGroupSourceStatelessRuleMatchAttributesDestinations {
9158
7472
  */
9159
7473
  AddressDefinition?: string;
9160
7474
  }
9161
- export declare namespace RuleGroupSourceStatelessRuleMatchAttributesDestinations {
9162
- /**
9163
- * @internal
9164
- */
9165
- const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinations) => any;
9166
- }
9167
7475
  /**
9168
7476
  * <p>A port range to specify the source ports to inspect for.</p>
9169
7477
  */
@@ -9177,12 +7485,6 @@ export interface RuleGroupSourceStatelessRuleMatchAttributesSourcePorts {
9177
7485
  */
9178
7486
  ToPort?: number;
9179
7487
  }
9180
- export declare namespace RuleGroupSourceStatelessRuleMatchAttributesSourcePorts {
9181
- /**
9182
- * @internal
9183
- */
9184
- const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts) => any;
9185
- }
9186
7488
  /**
9187
7489
  * <p>A source IP addresses and address range to inspect for.</p>
9188
7490
  */
@@ -9192,12 +7494,6 @@ export interface RuleGroupSourceStatelessRuleMatchAttributesSources {
9192
7494
  */
9193
7495
  AddressDefinition?: string;
9194
7496
  }
9195
- export declare namespace RuleGroupSourceStatelessRuleMatchAttributesSources {
9196
- /**
9197
- * @internal
9198
- */
9199
- const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSources) => any;
9200
- }
9201
7497
  /**
9202
7498
  * <p>A set of TCP flags and masks to inspect for.</p>
9203
7499
  */
@@ -9211,12 +7507,6 @@ export interface RuleGroupSourceStatelessRuleMatchAttributesTcpFlags {
9211
7507
  */
9212
7508
  Masks?: string[];
9213
7509
  }
9214
- export declare namespace RuleGroupSourceStatelessRuleMatchAttributesTcpFlags {
9215
- /**
9216
- * @internal
9217
- */
9218
- const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags) => any;
9219
- }
9220
7510
  /**
9221
7511
  * <p>Criteria for the stateless rule.</p>
9222
7512
  */
@@ -9246,12 +7536,6 @@ export interface RuleGroupSourceStatelessRuleMatchAttributes {
9246
7536
  */
9247
7537
  TcpFlags?: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags[];
9248
7538
  }
9249
- export declare namespace RuleGroupSourceStatelessRuleMatchAttributes {
9250
- /**
9251
- * @internal
9252
- */
9253
- const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributes) => any;
9254
- }
9255
7539
  /**
9256
7540
  * <p>The definition of the stateless rule.</p>
9257
7541
  */
@@ -9265,12 +7549,6 @@ export interface RuleGroupSourceStatelessRuleDefinition {
9265
7549
  */
9266
7550
  MatchAttributes?: RuleGroupSourceStatelessRuleMatchAttributes;
9267
7551
  }
9268
- export declare namespace RuleGroupSourceStatelessRuleDefinition {
9269
- /**
9270
- * @internal
9271
- */
9272
- const filterSensitiveLog: (obj: RuleGroupSourceStatelessRuleDefinition) => any;
9273
- }
9274
7552
  /**
9275
7553
  * <p>A stateless rule in the rule group.</p>
9276
7554
  */
@@ -9284,12 +7562,6 @@ export interface RuleGroupSourceStatelessRulesDetails {
9284
7562
  */
9285
7563
  RuleDefinition?: RuleGroupSourceStatelessRuleDefinition;
9286
7564
  }
9287
- export declare namespace RuleGroupSourceStatelessRulesDetails {
9288
- /**
9289
- * @internal
9290
- */
9291
- const filterSensitiveLog: (obj: RuleGroupSourceStatelessRulesDetails) => any;
9292
- }
9293
7565
  /**
9294
7566
  * <p>Stateless rules and custom actions for a stateless rule group.</p>
9295
7567
  */
@@ -9303,12 +7575,6 @@ export interface RuleGroupSourceStatelessRulesAndCustomActionsDetails {
9303
7575
  */
9304
7576
  StatelessRules?: RuleGroupSourceStatelessRulesDetails[];
9305
7577
  }
9306
- export declare namespace RuleGroupSourceStatelessRulesAndCustomActionsDetails {
9307
- /**
9308
- * @internal
9309
- */
9310
- const filterSensitiveLog: (obj: RuleGroupSourceStatelessRulesAndCustomActionsDetails) => any;
9311
- }
9312
7578
  /**
9313
7579
  * <p>The rules and actions for the rule group.</p>
9314
7580
  */
@@ -9330,12 +7596,6 @@ export interface RuleGroupSource {
9330
7596
  */
9331
7597
  StatelessRulesAndCustomActions?: RuleGroupSourceStatelessRulesAndCustomActionsDetails;
9332
7598
  }
9333
- export declare namespace RuleGroupSource {
9334
- /**
9335
- * @internal
9336
- */
9337
- const filterSensitiveLog: (obj: RuleGroupSource) => any;
9338
- }
9339
7599
  /**
9340
7600
  * <p>A list of IP addresses and address ranges, in CIDR notation.</p>
9341
7601
  */
@@ -9345,9 +7605,1167 @@ export interface RuleGroupVariablesIpSetsDetails {
9345
7605
  */
9346
7606
  Definition?: string[];
9347
7607
  }
9348
- export declare namespace RuleGroupVariablesIpSetsDetails {
9349
- /**
9350
- * @internal
9351
- */
9352
- const filterSensitiveLog: (obj: RuleGroupVariablesIpSetsDetails) => any;
9353
- }
7608
+ /**
7609
+ * @internal
7610
+ */
7611
+ export declare const AcceptAdministratorInvitationRequestFilterSensitiveLog: (obj: AcceptAdministratorInvitationRequest) => any;
7612
+ /**
7613
+ * @internal
7614
+ */
7615
+ export declare const AcceptAdministratorInvitationResponseFilterSensitiveLog: (obj: AcceptAdministratorInvitationResponse) => any;
7616
+ /**
7617
+ * @internal
7618
+ */
7619
+ export declare const AcceptInvitationRequestFilterSensitiveLog: (obj: AcceptInvitationRequest) => any;
7620
+ /**
7621
+ * @internal
7622
+ */
7623
+ export declare const AcceptInvitationResponseFilterSensitiveLog: (obj: AcceptInvitationResponse) => any;
7624
+ /**
7625
+ * @internal
7626
+ */
7627
+ export declare const AccountDetailsFilterSensitiveLog: (obj: AccountDetails) => any;
7628
+ /**
7629
+ * @internal
7630
+ */
7631
+ export declare const AwsApiCallActionDomainDetailsFilterSensitiveLog: (obj: AwsApiCallActionDomainDetails) => any;
7632
+ /**
7633
+ * @internal
7634
+ */
7635
+ export declare const CityFilterSensitiveLog: (obj: City) => any;
7636
+ /**
7637
+ * @internal
7638
+ */
7639
+ export declare const CountryFilterSensitiveLog: (obj: Country) => any;
7640
+ /**
7641
+ * @internal
7642
+ */
7643
+ export declare const GeoLocationFilterSensitiveLog: (obj: GeoLocation) => any;
7644
+ /**
7645
+ * @internal
7646
+ */
7647
+ export declare const IpOrganizationDetailsFilterSensitiveLog: (obj: IpOrganizationDetails) => any;
7648
+ /**
7649
+ * @internal
7650
+ */
7651
+ export declare const ActionRemoteIpDetailsFilterSensitiveLog: (obj: ActionRemoteIpDetails) => any;
7652
+ /**
7653
+ * @internal
7654
+ */
7655
+ export declare const AwsApiCallActionFilterSensitiveLog: (obj: AwsApiCallAction) => any;
7656
+ /**
7657
+ * @internal
7658
+ */
7659
+ export declare const DnsRequestActionFilterSensitiveLog: (obj: DnsRequestAction) => any;
7660
+ /**
7661
+ * @internal
7662
+ */
7663
+ export declare const ActionLocalPortDetailsFilterSensitiveLog: (obj: ActionLocalPortDetails) => any;
7664
+ /**
7665
+ * @internal
7666
+ */
7667
+ export declare const ActionRemotePortDetailsFilterSensitiveLog: (obj: ActionRemotePortDetails) => any;
7668
+ /**
7669
+ * @internal
7670
+ */
7671
+ export declare const NetworkConnectionActionFilterSensitiveLog: (obj: NetworkConnectionAction) => any;
7672
+ /**
7673
+ * @internal
7674
+ */
7675
+ export declare const ActionLocalIpDetailsFilterSensitiveLog: (obj: ActionLocalIpDetails) => any;
7676
+ /**
7677
+ * @internal
7678
+ */
7679
+ export declare const PortProbeDetailFilterSensitiveLog: (obj: PortProbeDetail) => any;
7680
+ /**
7681
+ * @internal
7682
+ */
7683
+ export declare const PortProbeActionFilterSensitiveLog: (obj: PortProbeAction) => any;
7684
+ /**
7685
+ * @internal
7686
+ */
7687
+ export declare const ActionFilterSensitiveLog: (obj: Action) => any;
7688
+ /**
7689
+ * @internal
7690
+ */
7691
+ export declare const ActionTargetFilterSensitiveLog: (obj: ActionTarget) => any;
7692
+ /**
7693
+ * @internal
7694
+ */
7695
+ export declare const AdjustmentFilterSensitiveLog: (obj: Adjustment) => any;
7696
+ /**
7697
+ * @internal
7698
+ */
7699
+ export declare const AdminAccountFilterSensitiveLog: (obj: AdminAccount) => any;
7700
+ /**
7701
+ * @internal
7702
+ */
7703
+ export declare const AvailabilityZoneFilterSensitiveLog: (obj: AvailabilityZone) => any;
7704
+ /**
7705
+ * @internal
7706
+ */
7707
+ export declare const AwsApiGatewayAccessLogSettingsFilterSensitiveLog: (obj: AwsApiGatewayAccessLogSettings) => any;
7708
+ /**
7709
+ * @internal
7710
+ */
7711
+ export declare const AwsApiGatewayCanarySettingsFilterSensitiveLog: (obj: AwsApiGatewayCanarySettings) => any;
7712
+ /**
7713
+ * @internal
7714
+ */
7715
+ export declare const AwsApiGatewayEndpointConfigurationFilterSensitiveLog: (obj: AwsApiGatewayEndpointConfiguration) => any;
7716
+ /**
7717
+ * @internal
7718
+ */
7719
+ export declare const AwsApiGatewayMethodSettingsFilterSensitiveLog: (obj: AwsApiGatewayMethodSettings) => any;
7720
+ /**
7721
+ * @internal
7722
+ */
7723
+ export declare const AwsApiGatewayRestApiDetailsFilterSensitiveLog: (obj: AwsApiGatewayRestApiDetails) => any;
7724
+ /**
7725
+ * @internal
7726
+ */
7727
+ export declare const AwsApiGatewayStageDetailsFilterSensitiveLog: (obj: AwsApiGatewayStageDetails) => any;
7728
+ /**
7729
+ * @internal
7730
+ */
7731
+ export declare const AwsCorsConfigurationFilterSensitiveLog: (obj: AwsCorsConfiguration) => any;
7732
+ /**
7733
+ * @internal
7734
+ */
7735
+ export declare const AwsApiGatewayV2ApiDetailsFilterSensitiveLog: (obj: AwsApiGatewayV2ApiDetails) => any;
7736
+ /**
7737
+ * @internal
7738
+ */
7739
+ export declare const AwsApiGatewayV2RouteSettingsFilterSensitiveLog: (obj: AwsApiGatewayV2RouteSettings) => any;
7740
+ /**
7741
+ * @internal
7742
+ */
7743
+ export declare const AwsApiGatewayV2StageDetailsFilterSensitiveLog: (obj: AwsApiGatewayV2StageDetails) => any;
7744
+ /**
7745
+ * @internal
7746
+ */
7747
+ export declare const AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetailsFilterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails) => any;
7748
+ /**
7749
+ * @internal
7750
+ */
7751
+ export declare const AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationFilterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification) => any;
7752
+ /**
7753
+ * @internal
7754
+ */
7755
+ export declare const AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetailsFilterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails) => any;
7756
+ /**
7757
+ * @internal
7758
+ */
7759
+ export declare const AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationFilterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification) => any;
7760
+ /**
7761
+ * @internal
7762
+ */
7763
+ export declare const AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetailsFilterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails) => any;
7764
+ /**
7765
+ * @internal
7766
+ */
7767
+ export declare const AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetailsFilterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails) => any;
7768
+ /**
7769
+ * @internal
7770
+ */
7771
+ export declare const AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetailsFilterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails) => any;
7772
+ /**
7773
+ * @internal
7774
+ */
7775
+ export declare const AwsAutoScalingAutoScalingGroupDetailsFilterSensitiveLog: (obj: AwsAutoScalingAutoScalingGroupDetails) => any;
7776
+ /**
7777
+ * @internal
7778
+ */
7779
+ export declare const AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetailsFilterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails) => any;
7780
+ /**
7781
+ * @internal
7782
+ */
7783
+ export declare const AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetailsFilterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails) => any;
7784
+ /**
7785
+ * @internal
7786
+ */
7787
+ export declare const AwsAutoScalingLaunchConfigurationInstanceMonitoringDetailsFilterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails) => any;
7788
+ /**
7789
+ * @internal
7790
+ */
7791
+ export declare const AwsAutoScalingLaunchConfigurationMetadataOptionsFilterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationMetadataOptions) => any;
7792
+ /**
7793
+ * @internal
7794
+ */
7795
+ export declare const AwsAutoScalingLaunchConfigurationDetailsFilterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationDetails) => any;
7796
+ /**
7797
+ * @internal
7798
+ */
7799
+ export declare const AwsCertificateManagerCertificateResourceRecordFilterSensitiveLog: (obj: AwsCertificateManagerCertificateResourceRecord) => any;
7800
+ /**
7801
+ * @internal
7802
+ */
7803
+ export declare const AwsCertificateManagerCertificateDomainValidationOptionFilterSensitiveLog: (obj: AwsCertificateManagerCertificateDomainValidationOption) => any;
7804
+ /**
7805
+ * @internal
7806
+ */
7807
+ export declare const AwsCertificateManagerCertificateExtendedKeyUsageFilterSensitiveLog: (obj: AwsCertificateManagerCertificateExtendedKeyUsage) => any;
7808
+ /**
7809
+ * @internal
7810
+ */
7811
+ export declare const AwsCertificateManagerCertificateKeyUsageFilterSensitiveLog: (obj: AwsCertificateManagerCertificateKeyUsage) => any;
7812
+ /**
7813
+ * @internal
7814
+ */
7815
+ export declare const AwsCertificateManagerCertificateOptionsFilterSensitiveLog: (obj: AwsCertificateManagerCertificateOptions) => any;
7816
+ /**
7817
+ * @internal
7818
+ */
7819
+ export declare const AwsCertificateManagerCertificateRenewalSummaryFilterSensitiveLog: (obj: AwsCertificateManagerCertificateRenewalSummary) => any;
7820
+ /**
7821
+ * @internal
7822
+ */
7823
+ export declare const AwsCertificateManagerCertificateDetailsFilterSensitiveLog: (obj: AwsCertificateManagerCertificateDetails) => any;
7824
+ /**
7825
+ * @internal
7826
+ */
7827
+ export declare const AwsCloudFormationStackDriftInformationDetailsFilterSensitiveLog: (obj: AwsCloudFormationStackDriftInformationDetails) => any;
7828
+ /**
7829
+ * @internal
7830
+ */
7831
+ export declare const AwsCloudFormationStackOutputsDetailsFilterSensitiveLog: (obj: AwsCloudFormationStackOutputsDetails) => any;
7832
+ /**
7833
+ * @internal
7834
+ */
7835
+ export declare const AwsCloudFormationStackDetailsFilterSensitiveLog: (obj: AwsCloudFormationStackDetails) => any;
7836
+ /**
7837
+ * @internal
7838
+ */
7839
+ export declare const AwsCloudFrontDistributionCacheBehaviorFilterSensitiveLog: (obj: AwsCloudFrontDistributionCacheBehavior) => any;
7840
+ /**
7841
+ * @internal
7842
+ */
7843
+ export declare const AwsCloudFrontDistributionCacheBehaviorsFilterSensitiveLog: (obj: AwsCloudFrontDistributionCacheBehaviors) => any;
7844
+ /**
7845
+ * @internal
7846
+ */
7847
+ export declare const AwsCloudFrontDistributionDefaultCacheBehaviorFilterSensitiveLog: (obj: AwsCloudFrontDistributionDefaultCacheBehavior) => any;
7848
+ /**
7849
+ * @internal
7850
+ */
7851
+ export declare const AwsCloudFrontDistributionLoggingFilterSensitiveLog: (obj: AwsCloudFrontDistributionLogging) => any;
7852
+ /**
7853
+ * @internal
7854
+ */
7855
+ export declare const AwsCloudFrontDistributionOriginGroupFailoverStatusCodesFilterSensitiveLog: (obj: AwsCloudFrontDistributionOriginGroupFailoverStatusCodes) => any;
7856
+ /**
7857
+ * @internal
7858
+ */
7859
+ export declare const AwsCloudFrontDistributionOriginGroupFailoverFilterSensitiveLog: (obj: AwsCloudFrontDistributionOriginGroupFailover) => any;
7860
+ /**
7861
+ * @internal
7862
+ */
7863
+ export declare const AwsCloudFrontDistributionOriginGroupFilterSensitiveLog: (obj: AwsCloudFrontDistributionOriginGroup) => any;
7864
+ /**
7865
+ * @internal
7866
+ */
7867
+ export declare const AwsCloudFrontDistributionOriginGroupsFilterSensitiveLog: (obj: AwsCloudFrontDistributionOriginGroups) => any;
7868
+ /**
7869
+ * @internal
7870
+ */
7871
+ export declare const AwsCloudFrontDistributionOriginSslProtocolsFilterSensitiveLog: (obj: AwsCloudFrontDistributionOriginSslProtocols) => any;
7872
+ /**
7873
+ * @internal
7874
+ */
7875
+ export declare const AwsCloudFrontDistributionOriginCustomOriginConfigFilterSensitiveLog: (obj: AwsCloudFrontDistributionOriginCustomOriginConfig) => any;
7876
+ /**
7877
+ * @internal
7878
+ */
7879
+ export declare const AwsCloudFrontDistributionOriginS3OriginConfigFilterSensitiveLog: (obj: AwsCloudFrontDistributionOriginS3OriginConfig) => any;
7880
+ /**
7881
+ * @internal
7882
+ */
7883
+ export declare const AwsCloudFrontDistributionOriginItemFilterSensitiveLog: (obj: AwsCloudFrontDistributionOriginItem) => any;
7884
+ /**
7885
+ * @internal
7886
+ */
7887
+ export declare const AwsCloudFrontDistributionOriginsFilterSensitiveLog: (obj: AwsCloudFrontDistributionOrigins) => any;
7888
+ /**
7889
+ * @internal
7890
+ */
7891
+ export declare const AwsCloudFrontDistributionViewerCertificateFilterSensitiveLog: (obj: AwsCloudFrontDistributionViewerCertificate) => any;
7892
+ /**
7893
+ * @internal
7894
+ */
7895
+ export declare const AwsCloudFrontDistributionDetailsFilterSensitiveLog: (obj: AwsCloudFrontDistributionDetails) => any;
7896
+ /**
7897
+ * @internal
7898
+ */
7899
+ export declare const AwsCloudTrailTrailDetailsFilterSensitiveLog: (obj: AwsCloudTrailTrailDetails) => any;
7900
+ /**
7901
+ * @internal
7902
+ */
7903
+ export declare const AwsCloudWatchAlarmDimensionsDetailsFilterSensitiveLog: (obj: AwsCloudWatchAlarmDimensionsDetails) => any;
7904
+ /**
7905
+ * @internal
7906
+ */
7907
+ export declare const AwsCloudWatchAlarmDetailsFilterSensitiveLog: (obj: AwsCloudWatchAlarmDetails) => any;
7908
+ /**
7909
+ * @internal
7910
+ */
7911
+ export declare const AwsCodeBuildProjectArtifactsDetailsFilterSensitiveLog: (obj: AwsCodeBuildProjectArtifactsDetails) => any;
7912
+ /**
7913
+ * @internal
7914
+ */
7915
+ export declare const AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetailsFilterSensitiveLog: (obj: AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails) => any;
7916
+ /**
7917
+ * @internal
7918
+ */
7919
+ export declare const AwsCodeBuildProjectEnvironmentRegistryCredentialFilterSensitiveLog: (obj: AwsCodeBuildProjectEnvironmentRegistryCredential) => any;
7920
+ /**
7921
+ * @internal
7922
+ */
7923
+ export declare const AwsCodeBuildProjectEnvironmentFilterSensitiveLog: (obj: AwsCodeBuildProjectEnvironment) => any;
7924
+ /**
7925
+ * @internal
7926
+ */
7927
+ export declare const AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsFilterSensitiveLog: (obj: AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails) => any;
7928
+ /**
7929
+ * @internal
7930
+ */
7931
+ export declare const AwsCodeBuildProjectLogsConfigS3LogsDetailsFilterSensitiveLog: (obj: AwsCodeBuildProjectLogsConfigS3LogsDetails) => any;
7932
+ /**
7933
+ * @internal
7934
+ */
7935
+ export declare const AwsCodeBuildProjectLogsConfigDetailsFilterSensitiveLog: (obj: AwsCodeBuildProjectLogsConfigDetails) => any;
7936
+ /**
7937
+ * @internal
7938
+ */
7939
+ export declare const AwsCodeBuildProjectSourceFilterSensitiveLog: (obj: AwsCodeBuildProjectSource) => any;
7940
+ /**
7941
+ * @internal
7942
+ */
7943
+ export declare const AwsCodeBuildProjectVpcConfigFilterSensitiveLog: (obj: AwsCodeBuildProjectVpcConfig) => any;
7944
+ /**
7945
+ * @internal
7946
+ */
7947
+ export declare const AwsCodeBuildProjectDetailsFilterSensitiveLog: (obj: AwsCodeBuildProjectDetails) => any;
7948
+ /**
7949
+ * @internal
7950
+ */
7951
+ export declare const AwsDynamoDbTableAttributeDefinitionFilterSensitiveLog: (obj: AwsDynamoDbTableAttributeDefinition) => any;
7952
+ /**
7953
+ * @internal
7954
+ */
7955
+ export declare const AwsDynamoDbTableBillingModeSummaryFilterSensitiveLog: (obj: AwsDynamoDbTableBillingModeSummary) => any;
7956
+ /**
7957
+ * @internal
7958
+ */
7959
+ export declare const AwsDynamoDbTableKeySchemaFilterSensitiveLog: (obj: AwsDynamoDbTableKeySchema) => any;
7960
+ /**
7961
+ * @internal
7962
+ */
7963
+ export declare const AwsDynamoDbTableProjectionFilterSensitiveLog: (obj: AwsDynamoDbTableProjection) => any;
7964
+ /**
7965
+ * @internal
7966
+ */
7967
+ export declare const AwsDynamoDbTableProvisionedThroughputFilterSensitiveLog: (obj: AwsDynamoDbTableProvisionedThroughput) => any;
7968
+ /**
7969
+ * @internal
7970
+ */
7971
+ export declare const AwsDynamoDbTableGlobalSecondaryIndexFilterSensitiveLog: (obj: AwsDynamoDbTableGlobalSecondaryIndex) => any;
7972
+ /**
7973
+ * @internal
7974
+ */
7975
+ export declare const AwsDynamoDbTableLocalSecondaryIndexFilterSensitiveLog: (obj: AwsDynamoDbTableLocalSecondaryIndex) => any;
7976
+ /**
7977
+ * @internal
7978
+ */
7979
+ export declare const AwsDynamoDbTableProvisionedThroughputOverrideFilterSensitiveLog: (obj: AwsDynamoDbTableProvisionedThroughputOverride) => any;
7980
+ /**
7981
+ * @internal
7982
+ */
7983
+ export declare const AwsDynamoDbTableReplicaGlobalSecondaryIndexFilterSensitiveLog: (obj: AwsDynamoDbTableReplicaGlobalSecondaryIndex) => any;
7984
+ /**
7985
+ * @internal
7986
+ */
7987
+ export declare const AwsDynamoDbTableReplicaFilterSensitiveLog: (obj: AwsDynamoDbTableReplica) => any;
7988
+ /**
7989
+ * @internal
7990
+ */
7991
+ export declare const AwsDynamoDbTableRestoreSummaryFilterSensitiveLog: (obj: AwsDynamoDbTableRestoreSummary) => any;
7992
+ /**
7993
+ * @internal
7994
+ */
7995
+ export declare const AwsDynamoDbTableSseDescriptionFilterSensitiveLog: (obj: AwsDynamoDbTableSseDescription) => any;
7996
+ /**
7997
+ * @internal
7998
+ */
7999
+ export declare const AwsDynamoDbTableStreamSpecificationFilterSensitiveLog: (obj: AwsDynamoDbTableStreamSpecification) => any;
8000
+ /**
8001
+ * @internal
8002
+ */
8003
+ export declare const AwsDynamoDbTableDetailsFilterSensitiveLog: (obj: AwsDynamoDbTableDetails) => any;
8004
+ /**
8005
+ * @internal
8006
+ */
8007
+ export declare const AwsEc2EipDetailsFilterSensitiveLog: (obj: AwsEc2EipDetails) => any;
8008
+ /**
8009
+ * @internal
8010
+ */
8011
+ export declare const AwsEc2InstanceMetadataOptionsFilterSensitiveLog: (obj: AwsEc2InstanceMetadataOptions) => any;
8012
+ /**
8013
+ * @internal
8014
+ */
8015
+ export declare const AwsEc2InstanceNetworkInterfacesDetailsFilterSensitiveLog: (obj: AwsEc2InstanceNetworkInterfacesDetails) => any;
8016
+ /**
8017
+ * @internal
8018
+ */
8019
+ export declare const AwsEc2InstanceDetailsFilterSensitiveLog: (obj: AwsEc2InstanceDetails) => any;
8020
+ /**
8021
+ * @internal
8022
+ */
8023
+ export declare const AwsEc2NetworkAclAssociationFilterSensitiveLog: (obj: AwsEc2NetworkAclAssociation) => any;
8024
+ /**
8025
+ * @internal
8026
+ */
8027
+ export declare const IcmpTypeCodeFilterSensitiveLog: (obj: IcmpTypeCode) => any;
8028
+ /**
8029
+ * @internal
8030
+ */
8031
+ export declare const PortRangeFromToFilterSensitiveLog: (obj: PortRangeFromTo) => any;
8032
+ /**
8033
+ * @internal
8034
+ */
8035
+ export declare const AwsEc2NetworkAclEntryFilterSensitiveLog: (obj: AwsEc2NetworkAclEntry) => any;
8036
+ /**
8037
+ * @internal
8038
+ */
8039
+ export declare const AwsEc2NetworkAclDetailsFilterSensitiveLog: (obj: AwsEc2NetworkAclDetails) => any;
8040
+ /**
8041
+ * @internal
8042
+ */
8043
+ export declare const AwsEc2NetworkInterfaceAttachmentFilterSensitiveLog: (obj: AwsEc2NetworkInterfaceAttachment) => any;
8044
+ /**
8045
+ * @internal
8046
+ */
8047
+ export declare const AwsEc2NetworkInterfaceIpV6AddressDetailFilterSensitiveLog: (obj: AwsEc2NetworkInterfaceIpV6AddressDetail) => any;
8048
+ /**
8049
+ * @internal
8050
+ */
8051
+ export declare const AwsEc2NetworkInterfacePrivateIpAddressDetailFilterSensitiveLog: (obj: AwsEc2NetworkInterfacePrivateIpAddressDetail) => any;
8052
+ /**
8053
+ * @internal
8054
+ */
8055
+ export declare const AwsEc2NetworkInterfaceSecurityGroupFilterSensitiveLog: (obj: AwsEc2NetworkInterfaceSecurityGroup) => any;
8056
+ /**
8057
+ * @internal
8058
+ */
8059
+ export declare const AwsEc2NetworkInterfaceDetailsFilterSensitiveLog: (obj: AwsEc2NetworkInterfaceDetails) => any;
8060
+ /**
8061
+ * @internal
8062
+ */
8063
+ export declare const AwsEc2SecurityGroupIpRangeFilterSensitiveLog: (obj: AwsEc2SecurityGroupIpRange) => any;
8064
+ /**
8065
+ * @internal
8066
+ */
8067
+ export declare const AwsEc2SecurityGroupIpv6RangeFilterSensitiveLog: (obj: AwsEc2SecurityGroupIpv6Range) => any;
8068
+ /**
8069
+ * @internal
8070
+ */
8071
+ export declare const AwsEc2SecurityGroupPrefixListIdFilterSensitiveLog: (obj: AwsEc2SecurityGroupPrefixListId) => any;
8072
+ /**
8073
+ * @internal
8074
+ */
8075
+ export declare const AwsEc2SecurityGroupUserIdGroupPairFilterSensitiveLog: (obj: AwsEc2SecurityGroupUserIdGroupPair) => any;
8076
+ /**
8077
+ * @internal
8078
+ */
8079
+ export declare const AwsEc2SecurityGroupIpPermissionFilterSensitiveLog: (obj: AwsEc2SecurityGroupIpPermission) => any;
8080
+ /**
8081
+ * @internal
8082
+ */
8083
+ export declare const AwsEc2SecurityGroupDetailsFilterSensitiveLog: (obj: AwsEc2SecurityGroupDetails) => any;
8084
+ /**
8085
+ * @internal
8086
+ */
8087
+ export declare const Ipv6CidrBlockAssociationFilterSensitiveLog: (obj: Ipv6CidrBlockAssociation) => any;
8088
+ /**
8089
+ * @internal
8090
+ */
8091
+ export declare const AwsEc2SubnetDetailsFilterSensitiveLog: (obj: AwsEc2SubnetDetails) => any;
8092
+ /**
8093
+ * @internal
8094
+ */
8095
+ export declare const AwsEc2TransitGatewayDetailsFilterSensitiveLog: (obj: AwsEc2TransitGatewayDetails) => any;
8096
+ /**
8097
+ * @internal
8098
+ */
8099
+ export declare const AwsEc2VolumeAttachmentFilterSensitiveLog: (obj: AwsEc2VolumeAttachment) => any;
8100
+ /**
8101
+ * @internal
8102
+ */
8103
+ export declare const AwsEc2VolumeDetailsFilterSensitiveLog: (obj: AwsEc2VolumeDetails) => any;
8104
+ /**
8105
+ * @internal
8106
+ */
8107
+ export declare const CidrBlockAssociationFilterSensitiveLog: (obj: CidrBlockAssociation) => any;
8108
+ /**
8109
+ * @internal
8110
+ */
8111
+ export declare const AwsEc2VpcDetailsFilterSensitiveLog: (obj: AwsEc2VpcDetails) => any;
8112
+ /**
8113
+ * @internal
8114
+ */
8115
+ export declare const AwsEc2VpcEndpointServiceServiceTypeDetailsFilterSensitiveLog: (obj: AwsEc2VpcEndpointServiceServiceTypeDetails) => any;
8116
+ /**
8117
+ * @internal
8118
+ */
8119
+ export declare const AwsEc2VpcEndpointServiceDetailsFilterSensitiveLog: (obj: AwsEc2VpcEndpointServiceDetails) => any;
8120
+ /**
8121
+ * @internal
8122
+ */
8123
+ export declare const VpcInfoCidrBlockSetDetailsFilterSensitiveLog: (obj: VpcInfoCidrBlockSetDetails) => any;
8124
+ /**
8125
+ * @internal
8126
+ */
8127
+ export declare const VpcInfoIpv6CidrBlockSetDetailsFilterSensitiveLog: (obj: VpcInfoIpv6CidrBlockSetDetails) => any;
8128
+ /**
8129
+ * @internal
8130
+ */
8131
+ export declare const VpcInfoPeeringOptionsDetailsFilterSensitiveLog: (obj: VpcInfoPeeringOptionsDetails) => any;
8132
+ /**
8133
+ * @internal
8134
+ */
8135
+ export declare const AwsEc2VpcPeeringConnectionVpcInfoDetailsFilterSensitiveLog: (obj: AwsEc2VpcPeeringConnectionVpcInfoDetails) => any;
8136
+ /**
8137
+ * @internal
8138
+ */
8139
+ export declare const AwsEc2VpcPeeringConnectionStatusDetailsFilterSensitiveLog: (obj: AwsEc2VpcPeeringConnectionStatusDetails) => any;
8140
+ /**
8141
+ * @internal
8142
+ */
8143
+ export declare const AwsEc2VpcPeeringConnectionDetailsFilterSensitiveLog: (obj: AwsEc2VpcPeeringConnectionDetails) => any;
8144
+ /**
8145
+ * @internal
8146
+ */
8147
+ export declare const AwsEc2VpnConnectionOptionsTunnelOptionsDetailsFilterSensitiveLog: (obj: AwsEc2VpnConnectionOptionsTunnelOptionsDetails) => any;
8148
+ /**
8149
+ * @internal
8150
+ */
8151
+ export declare const AwsEc2VpnConnectionOptionsDetailsFilterSensitiveLog: (obj: AwsEc2VpnConnectionOptionsDetails) => any;
8152
+ /**
8153
+ * @internal
8154
+ */
8155
+ export declare const AwsEc2VpnConnectionRoutesDetailsFilterSensitiveLog: (obj: AwsEc2VpnConnectionRoutesDetails) => any;
8156
+ /**
8157
+ * @internal
8158
+ */
8159
+ export declare const AwsEc2VpnConnectionVgwTelemetryDetailsFilterSensitiveLog: (obj: AwsEc2VpnConnectionVgwTelemetryDetails) => any;
8160
+ /**
8161
+ * @internal
8162
+ */
8163
+ export declare const AwsEc2VpnConnectionDetailsFilterSensitiveLog: (obj: AwsEc2VpnConnectionDetails) => any;
8164
+ /**
8165
+ * @internal
8166
+ */
8167
+ export declare const AwsEcrContainerImageDetailsFilterSensitiveLog: (obj: AwsEcrContainerImageDetails) => any;
8168
+ /**
8169
+ * @internal
8170
+ */
8171
+ export declare const AwsEcrRepositoryImageScanningConfigurationDetailsFilterSensitiveLog: (obj: AwsEcrRepositoryImageScanningConfigurationDetails) => any;
8172
+ /**
8173
+ * @internal
8174
+ */
8175
+ export declare const AwsEcrRepositoryLifecyclePolicyDetailsFilterSensitiveLog: (obj: AwsEcrRepositoryLifecyclePolicyDetails) => any;
8176
+ /**
8177
+ * @internal
8178
+ */
8179
+ export declare const AwsEcrRepositoryDetailsFilterSensitiveLog: (obj: AwsEcrRepositoryDetails) => any;
8180
+ /**
8181
+ * @internal
8182
+ */
8183
+ export declare const AwsEcsClusterClusterSettingsDetailsFilterSensitiveLog: (obj: AwsEcsClusterClusterSettingsDetails) => any;
8184
+ /**
8185
+ * @internal
8186
+ */
8187
+ export declare const AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails) => any;
8188
+ /**
8189
+ * @internal
8190
+ */
8191
+ export declare const AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsClusterConfigurationExecuteCommandConfigurationDetails) => any;
8192
+ /**
8193
+ * @internal
8194
+ */
8195
+ export declare const AwsEcsClusterConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsClusterConfigurationDetails) => any;
8196
+ /**
8197
+ * @internal
8198
+ */
8199
+ export declare const AwsEcsClusterDefaultCapacityProviderStrategyDetailsFilterSensitiveLog: (obj: AwsEcsClusterDefaultCapacityProviderStrategyDetails) => any;
8200
+ /**
8201
+ * @internal
8202
+ */
8203
+ export declare const AwsEcsClusterDetailsFilterSensitiveLog: (obj: AwsEcsClusterDetails) => any;
8204
+ /**
8205
+ * @internal
8206
+ */
8207
+ export declare const AwsMountPointFilterSensitiveLog: (obj: AwsMountPoint) => any;
8208
+ /**
8209
+ * @internal
8210
+ */
8211
+ export declare const AwsEcsContainerDetailsFilterSensitiveLog: (obj: AwsEcsContainerDetails) => any;
8212
+ /**
8213
+ * @internal
8214
+ */
8215
+ export declare const AwsEcsServiceCapacityProviderStrategyDetailsFilterSensitiveLog: (obj: AwsEcsServiceCapacityProviderStrategyDetails) => any;
8216
+ /**
8217
+ * @internal
8218
+ */
8219
+ export declare const AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetailsFilterSensitiveLog: (obj: AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails) => any;
8220
+ /**
8221
+ * @internal
8222
+ */
8223
+ export declare const AwsEcsServiceDeploymentConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsServiceDeploymentConfigurationDetails) => any;
8224
+ /**
8225
+ * @internal
8226
+ */
8227
+ export declare const AwsEcsServiceDeploymentControllerDetailsFilterSensitiveLog: (obj: AwsEcsServiceDeploymentControllerDetails) => any;
8228
+ /**
8229
+ * @internal
8230
+ */
8231
+ export declare const AwsEcsServiceLoadBalancersDetailsFilterSensitiveLog: (obj: AwsEcsServiceLoadBalancersDetails) => any;
8232
+ /**
8233
+ * @internal
8234
+ */
8235
+ export declare const AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails) => any;
8236
+ /**
8237
+ * @internal
8238
+ */
8239
+ export declare const AwsEcsServiceNetworkConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsServiceNetworkConfigurationDetails) => any;
8240
+ /**
8241
+ * @internal
8242
+ */
8243
+ export declare const AwsEcsServicePlacementConstraintsDetailsFilterSensitiveLog: (obj: AwsEcsServicePlacementConstraintsDetails) => any;
8244
+ /**
8245
+ * @internal
8246
+ */
8247
+ export declare const AwsEcsServicePlacementStrategiesDetailsFilterSensitiveLog: (obj: AwsEcsServicePlacementStrategiesDetails) => any;
8248
+ /**
8249
+ * @internal
8250
+ */
8251
+ export declare const AwsEcsServiceServiceRegistriesDetailsFilterSensitiveLog: (obj: AwsEcsServiceServiceRegistriesDetails) => any;
8252
+ /**
8253
+ * @internal
8254
+ */
8255
+ export declare const AwsEcsServiceDetailsFilterSensitiveLog: (obj: AwsEcsServiceDetails) => any;
8256
+ /**
8257
+ * @internal
8258
+ */
8259
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails) => any;
8260
+ /**
8261
+ * @internal
8262
+ */
8263
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails) => any;
8264
+ /**
8265
+ * @internal
8266
+ */
8267
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails) => any;
8268
+ /**
8269
+ * @internal
8270
+ */
8271
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails) => any;
8272
+ /**
8273
+ * @internal
8274
+ */
8275
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails) => any;
8276
+ /**
8277
+ * @internal
8278
+ */
8279
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails) => any;
8280
+ /**
8281
+ * @internal
8282
+ */
8283
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails) => any;
8284
+ /**
8285
+ * @internal
8286
+ */
8287
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails) => any;
8288
+ /**
8289
+ * @internal
8290
+ */
8291
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails) => any;
8292
+ /**
8293
+ * @internal
8294
+ */
8295
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails) => any;
8296
+ /**
8297
+ * @internal
8298
+ */
8299
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails) => any;
8300
+ /**
8301
+ * @internal
8302
+ */
8303
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails) => any;
8304
+ /**
8305
+ * @internal
8306
+ */
8307
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails) => any;
8308
+ /**
8309
+ * @internal
8310
+ */
8311
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails) => any;
8312
+ /**
8313
+ * @internal
8314
+ */
8315
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails) => any;
8316
+ /**
8317
+ * @internal
8318
+ */
8319
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails) => any;
8320
+ /**
8321
+ * @internal
8322
+ */
8323
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsSecretsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails) => any;
8324
+ /**
8325
+ * @internal
8326
+ */
8327
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails) => any;
8328
+ /**
8329
+ * @internal
8330
+ */
8331
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails) => any;
8332
+ /**
8333
+ * @internal
8334
+ */
8335
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails) => any;
8336
+ /**
8337
+ * @internal
8338
+ */
8339
+ export declare const AwsEcsTaskDefinitionContainerDefinitionsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionContainerDefinitionsDetails) => any;
8340
+ /**
8341
+ * @internal
8342
+ */
8343
+ export declare const AwsEcsTaskDefinitionInferenceAcceleratorsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionInferenceAcceleratorsDetails) => any;
8344
+ /**
8345
+ * @internal
8346
+ */
8347
+ export declare const AwsEcsTaskDefinitionPlacementConstraintsDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionPlacementConstraintsDetails) => any;
8348
+ /**
8349
+ * @internal
8350
+ */
8351
+ export declare const AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails) => any;
8352
+ /**
8353
+ * @internal
8354
+ */
8355
+ export declare const AwsEcsTaskDefinitionProxyConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionProxyConfigurationDetails) => any;
8356
+ /**
8357
+ * @internal
8358
+ */
8359
+ export declare const AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails) => any;
8360
+ /**
8361
+ * @internal
8362
+ */
8363
+ export declare const AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails) => any;
8364
+ /**
8365
+ * @internal
8366
+ */
8367
+ export declare const AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails) => any;
8368
+ /**
8369
+ * @internal
8370
+ */
8371
+ export declare const AwsEcsTaskDefinitionVolumesHostDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionVolumesHostDetails) => any;
8372
+ /**
8373
+ * @internal
8374
+ */
8375
+ export declare const AwsEcsTaskDefinitionVolumesDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionVolumesDetails) => any;
8376
+ /**
8377
+ * @internal
8378
+ */
8379
+ export declare const AwsEcsTaskDefinitionDetailsFilterSensitiveLog: (obj: AwsEcsTaskDefinitionDetails) => any;
8380
+ /**
8381
+ * @internal
8382
+ */
8383
+ export declare const AwsEcsTaskVolumeHostDetailsFilterSensitiveLog: (obj: AwsEcsTaskVolumeHostDetails) => any;
8384
+ /**
8385
+ * @internal
8386
+ */
8387
+ export declare const AwsEcsTaskVolumeDetailsFilterSensitiveLog: (obj: AwsEcsTaskVolumeDetails) => any;
8388
+ /**
8389
+ * @internal
8390
+ */
8391
+ export declare const AwsEcsTaskDetailsFilterSensitiveLog: (obj: AwsEcsTaskDetails) => any;
8392
+ /**
8393
+ * @internal
8394
+ */
8395
+ export declare const AwsEfsAccessPointPosixUserDetailsFilterSensitiveLog: (obj: AwsEfsAccessPointPosixUserDetails) => any;
8396
+ /**
8397
+ * @internal
8398
+ */
8399
+ export declare const AwsEfsAccessPointRootDirectoryCreationInfoDetailsFilterSensitiveLog: (obj: AwsEfsAccessPointRootDirectoryCreationInfoDetails) => any;
8400
+ /**
8401
+ * @internal
8402
+ */
8403
+ export declare const AwsEfsAccessPointRootDirectoryDetailsFilterSensitiveLog: (obj: AwsEfsAccessPointRootDirectoryDetails) => any;
8404
+ /**
8405
+ * @internal
8406
+ */
8407
+ export declare const AwsEfsAccessPointDetailsFilterSensitiveLog: (obj: AwsEfsAccessPointDetails) => any;
8408
+ /**
8409
+ * @internal
8410
+ */
8411
+ export declare const AwsEksClusterLoggingClusterLoggingDetailsFilterSensitiveLog: (obj: AwsEksClusterLoggingClusterLoggingDetails) => any;
8412
+ /**
8413
+ * @internal
8414
+ */
8415
+ export declare const AwsEksClusterLoggingDetailsFilterSensitiveLog: (obj: AwsEksClusterLoggingDetails) => any;
8416
+ /**
8417
+ * @internal
8418
+ */
8419
+ export declare const AwsEksClusterResourcesVpcConfigDetailsFilterSensitiveLog: (obj: AwsEksClusterResourcesVpcConfigDetails) => any;
8420
+ /**
8421
+ * @internal
8422
+ */
8423
+ export declare const AwsEksClusterDetailsFilterSensitiveLog: (obj: AwsEksClusterDetails) => any;
8424
+ /**
8425
+ * @internal
8426
+ */
8427
+ export declare const AwsElasticBeanstalkEnvironmentEnvironmentLinkFilterSensitiveLog: (obj: AwsElasticBeanstalkEnvironmentEnvironmentLink) => any;
8428
+ /**
8429
+ * @internal
8430
+ */
8431
+ export declare const AwsElasticBeanstalkEnvironmentOptionSettingFilterSensitiveLog: (obj: AwsElasticBeanstalkEnvironmentOptionSetting) => any;
8432
+ /**
8433
+ * @internal
8434
+ */
8435
+ export declare const AwsElasticBeanstalkEnvironmentTierFilterSensitiveLog: (obj: AwsElasticBeanstalkEnvironmentTier) => any;
8436
+ /**
8437
+ * @internal
8438
+ */
8439
+ export declare const AwsElasticBeanstalkEnvironmentDetailsFilterSensitiveLog: (obj: AwsElasticBeanstalkEnvironmentDetails) => any;
8440
+ /**
8441
+ * @internal
8442
+ */
8443
+ export declare const AwsElasticsearchDomainDomainEndpointOptionsFilterSensitiveLog: (obj: AwsElasticsearchDomainDomainEndpointOptions) => any;
8444
+ /**
8445
+ * @internal
8446
+ */
8447
+ export declare const AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetailsFilterSensitiveLog: (obj: AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails) => any;
8448
+ /**
8449
+ * @internal
8450
+ */
8451
+ export declare const AwsElasticsearchDomainElasticsearchClusterConfigDetailsFilterSensitiveLog: (obj: AwsElasticsearchDomainElasticsearchClusterConfigDetails) => any;
8452
+ /**
8453
+ * @internal
8454
+ */
8455
+ export declare const AwsElasticsearchDomainEncryptionAtRestOptionsFilterSensitiveLog: (obj: AwsElasticsearchDomainEncryptionAtRestOptions) => any;
8456
+ /**
8457
+ * @internal
8458
+ */
8459
+ export declare const AwsElasticsearchDomainLogPublishingOptionsLogConfigFilterSensitiveLog: (obj: AwsElasticsearchDomainLogPublishingOptionsLogConfig) => any;
8460
+ /**
8461
+ * @internal
8462
+ */
8463
+ export declare const AwsElasticsearchDomainLogPublishingOptionsFilterSensitiveLog: (obj: AwsElasticsearchDomainLogPublishingOptions) => any;
8464
+ /**
8465
+ * @internal
8466
+ */
8467
+ export declare const AwsElasticsearchDomainNodeToNodeEncryptionOptionsFilterSensitiveLog: (obj: AwsElasticsearchDomainNodeToNodeEncryptionOptions) => any;
8468
+ /**
8469
+ * @internal
8470
+ */
8471
+ export declare const AwsElasticsearchDomainServiceSoftwareOptionsFilterSensitiveLog: (obj: AwsElasticsearchDomainServiceSoftwareOptions) => any;
8472
+ /**
8473
+ * @internal
8474
+ */
8475
+ export declare const AwsElasticsearchDomainVPCOptionsFilterSensitiveLog: (obj: AwsElasticsearchDomainVPCOptions) => any;
8476
+ /**
8477
+ * @internal
8478
+ */
8479
+ export declare const AwsElasticsearchDomainDetailsFilterSensitiveLog: (obj: AwsElasticsearchDomainDetails) => any;
8480
+ /**
8481
+ * @internal
8482
+ */
8483
+ export declare const AwsElbAppCookieStickinessPolicyFilterSensitiveLog: (obj: AwsElbAppCookieStickinessPolicy) => any;
8484
+ /**
8485
+ * @internal
8486
+ */
8487
+ export declare const AwsElbLbCookieStickinessPolicyFilterSensitiveLog: (obj: AwsElbLbCookieStickinessPolicy) => any;
8488
+ /**
8489
+ * @internal
8490
+ */
8491
+ export declare const AwsElbLoadBalancerAccessLogFilterSensitiveLog: (obj: AwsElbLoadBalancerAccessLog) => any;
8492
+ /**
8493
+ * @internal
8494
+ */
8495
+ export declare const AwsElbLoadBalancerAdditionalAttributeFilterSensitiveLog: (obj: AwsElbLoadBalancerAdditionalAttribute) => any;
8496
+ /**
8497
+ * @internal
8498
+ */
8499
+ export declare const AwsElbLoadBalancerConnectionDrainingFilterSensitiveLog: (obj: AwsElbLoadBalancerConnectionDraining) => any;
8500
+ /**
8501
+ * @internal
8502
+ */
8503
+ export declare const AwsElbLoadBalancerConnectionSettingsFilterSensitiveLog: (obj: AwsElbLoadBalancerConnectionSettings) => any;
8504
+ /**
8505
+ * @internal
8506
+ */
8507
+ export declare const AwsElbLoadBalancerCrossZoneLoadBalancingFilterSensitiveLog: (obj: AwsElbLoadBalancerCrossZoneLoadBalancing) => any;
8508
+ /**
8509
+ * @internal
8510
+ */
8511
+ export declare const AwsElbLoadBalancerAttributesFilterSensitiveLog: (obj: AwsElbLoadBalancerAttributes) => any;
8512
+ /**
8513
+ * @internal
8514
+ */
8515
+ export declare const AwsElbLoadBalancerBackendServerDescriptionFilterSensitiveLog: (obj: AwsElbLoadBalancerBackendServerDescription) => any;
8516
+ /**
8517
+ * @internal
8518
+ */
8519
+ export declare const AwsElbLoadBalancerHealthCheckFilterSensitiveLog: (obj: AwsElbLoadBalancerHealthCheck) => any;
8520
+ /**
8521
+ * @internal
8522
+ */
8523
+ export declare const AwsElbLoadBalancerInstanceFilterSensitiveLog: (obj: AwsElbLoadBalancerInstance) => any;
8524
+ /**
8525
+ * @internal
8526
+ */
8527
+ export declare const AwsElbLoadBalancerListenerFilterSensitiveLog: (obj: AwsElbLoadBalancerListener) => any;
8528
+ /**
8529
+ * @internal
8530
+ */
8531
+ export declare const AwsElbLoadBalancerListenerDescriptionFilterSensitiveLog: (obj: AwsElbLoadBalancerListenerDescription) => any;
8532
+ /**
8533
+ * @internal
8534
+ */
8535
+ export declare const AwsElbLoadBalancerPoliciesFilterSensitiveLog: (obj: AwsElbLoadBalancerPolicies) => any;
8536
+ /**
8537
+ * @internal
8538
+ */
8539
+ export declare const AwsElbLoadBalancerSourceSecurityGroupFilterSensitiveLog: (obj: AwsElbLoadBalancerSourceSecurityGroup) => any;
8540
+ /**
8541
+ * @internal
8542
+ */
8543
+ export declare const AwsElbLoadBalancerDetailsFilterSensitiveLog: (obj: AwsElbLoadBalancerDetails) => any;
8544
+ /**
8545
+ * @internal
8546
+ */
8547
+ export declare const AwsElbv2LoadBalancerAttributeFilterSensitiveLog: (obj: AwsElbv2LoadBalancerAttribute) => any;
8548
+ /**
8549
+ * @internal
8550
+ */
8551
+ export declare const LoadBalancerStateFilterSensitiveLog: (obj: LoadBalancerState) => any;
8552
+ /**
8553
+ * @internal
8554
+ */
8555
+ export declare const AwsElbv2LoadBalancerDetailsFilterSensitiveLog: (obj: AwsElbv2LoadBalancerDetails) => any;
8556
+ /**
8557
+ * @internal
8558
+ */
8559
+ export declare const AwsIamAccessKeySessionContextAttributesFilterSensitiveLog: (obj: AwsIamAccessKeySessionContextAttributes) => any;
8560
+ /**
8561
+ * @internal
8562
+ */
8563
+ export declare const AwsIamAccessKeySessionContextSessionIssuerFilterSensitiveLog: (obj: AwsIamAccessKeySessionContextSessionIssuer) => any;
8564
+ /**
8565
+ * @internal
8566
+ */
8567
+ export declare const AwsIamAccessKeySessionContextFilterSensitiveLog: (obj: AwsIamAccessKeySessionContext) => any;
8568
+ /**
8569
+ * @internal
8570
+ */
8571
+ export declare const AwsIamAccessKeyDetailsFilterSensitiveLog: (obj: AwsIamAccessKeyDetails) => any;
8572
+ /**
8573
+ * @internal
8574
+ */
8575
+ export declare const AwsIamAttachedManagedPolicyFilterSensitiveLog: (obj: AwsIamAttachedManagedPolicy) => any;
8576
+ /**
8577
+ * @internal
8578
+ */
8579
+ export declare const AwsIamGroupPolicyFilterSensitiveLog: (obj: AwsIamGroupPolicy) => any;
8580
+ /**
8581
+ * @internal
8582
+ */
8583
+ export declare const AwsIamGroupDetailsFilterSensitiveLog: (obj: AwsIamGroupDetails) => any;
8584
+ /**
8585
+ * @internal
8586
+ */
8587
+ export declare const AwsIamInstanceProfileRoleFilterSensitiveLog: (obj: AwsIamInstanceProfileRole) => any;
8588
+ /**
8589
+ * @internal
8590
+ */
8591
+ export declare const AwsIamInstanceProfileFilterSensitiveLog: (obj: AwsIamInstanceProfile) => any;
8592
+ /**
8593
+ * @internal
8594
+ */
8595
+ export declare const AwsIamPermissionsBoundaryFilterSensitiveLog: (obj: AwsIamPermissionsBoundary) => any;
8596
+ /**
8597
+ * @internal
8598
+ */
8599
+ export declare const AwsIamPolicyVersionFilterSensitiveLog: (obj: AwsIamPolicyVersion) => any;
8600
+ /**
8601
+ * @internal
8602
+ */
8603
+ export declare const AwsIamPolicyDetailsFilterSensitiveLog: (obj: AwsIamPolicyDetails) => any;
8604
+ /**
8605
+ * @internal
8606
+ */
8607
+ export declare const AwsIamRolePolicyFilterSensitiveLog: (obj: AwsIamRolePolicy) => any;
8608
+ /**
8609
+ * @internal
8610
+ */
8611
+ export declare const AwsIamRoleDetailsFilterSensitiveLog: (obj: AwsIamRoleDetails) => any;
8612
+ /**
8613
+ * @internal
8614
+ */
8615
+ export declare const AwsIamUserPolicyFilterSensitiveLog: (obj: AwsIamUserPolicy) => any;
8616
+ /**
8617
+ * @internal
8618
+ */
8619
+ export declare const AwsIamUserDetailsFilterSensitiveLog: (obj: AwsIamUserDetails) => any;
8620
+ /**
8621
+ * @internal
8622
+ */
8623
+ export declare const AwsKinesisStreamStreamEncryptionDetailsFilterSensitiveLog: (obj: AwsKinesisStreamStreamEncryptionDetails) => any;
8624
+ /**
8625
+ * @internal
8626
+ */
8627
+ export declare const AwsKinesisStreamDetailsFilterSensitiveLog: (obj: AwsKinesisStreamDetails) => any;
8628
+ /**
8629
+ * @internal
8630
+ */
8631
+ export declare const AwsKmsKeyDetailsFilterSensitiveLog: (obj: AwsKmsKeyDetails) => any;
8632
+ /**
8633
+ * @internal
8634
+ */
8635
+ export declare const AwsLambdaFunctionCodeFilterSensitiveLog: (obj: AwsLambdaFunctionCode) => any;
8636
+ /**
8637
+ * @internal
8638
+ */
8639
+ export declare const AwsLambdaFunctionDeadLetterConfigFilterSensitiveLog: (obj: AwsLambdaFunctionDeadLetterConfig) => any;
8640
+ /**
8641
+ * @internal
8642
+ */
8643
+ export declare const AwsLambdaFunctionEnvironmentErrorFilterSensitiveLog: (obj: AwsLambdaFunctionEnvironmentError) => any;
8644
+ /**
8645
+ * @internal
8646
+ */
8647
+ export declare const AwsLambdaFunctionEnvironmentFilterSensitiveLog: (obj: AwsLambdaFunctionEnvironment) => any;
8648
+ /**
8649
+ * @internal
8650
+ */
8651
+ export declare const AwsLambdaFunctionLayerFilterSensitiveLog: (obj: AwsLambdaFunctionLayer) => any;
8652
+ /**
8653
+ * @internal
8654
+ */
8655
+ export declare const AwsLambdaFunctionTracingConfigFilterSensitiveLog: (obj: AwsLambdaFunctionTracingConfig) => any;
8656
+ /**
8657
+ * @internal
8658
+ */
8659
+ export declare const AwsLambdaFunctionVpcConfigFilterSensitiveLog: (obj: AwsLambdaFunctionVpcConfig) => any;
8660
+ /**
8661
+ * @internal
8662
+ */
8663
+ export declare const AwsLambdaFunctionDetailsFilterSensitiveLog: (obj: AwsLambdaFunctionDetails) => any;
8664
+ /**
8665
+ * @internal
8666
+ */
8667
+ export declare const AwsLambdaLayerVersionDetailsFilterSensitiveLog: (obj: AwsLambdaLayerVersionDetails) => any;
8668
+ /**
8669
+ * @internal
8670
+ */
8671
+ export declare const AwsNetworkFirewallFirewallSubnetMappingsDetailsFilterSensitiveLog: (obj: AwsNetworkFirewallFirewallSubnetMappingsDetails) => any;
8672
+ /**
8673
+ * @internal
8674
+ */
8675
+ export declare const AwsNetworkFirewallFirewallDetailsFilterSensitiveLog: (obj: AwsNetworkFirewallFirewallDetails) => any;
8676
+ /**
8677
+ * @internal
8678
+ */
8679
+ export declare const FirewallPolicyStatefulRuleGroupReferencesDetailsFilterSensitiveLog: (obj: FirewallPolicyStatefulRuleGroupReferencesDetails) => any;
8680
+ /**
8681
+ * @internal
8682
+ */
8683
+ export declare const StatelessCustomPublishMetricActionDimensionFilterSensitiveLog: (obj: StatelessCustomPublishMetricActionDimension) => any;
8684
+ /**
8685
+ * @internal
8686
+ */
8687
+ export declare const StatelessCustomPublishMetricActionFilterSensitiveLog: (obj: StatelessCustomPublishMetricAction) => any;
8688
+ /**
8689
+ * @internal
8690
+ */
8691
+ export declare const StatelessCustomActionDefinitionFilterSensitiveLog: (obj: StatelessCustomActionDefinition) => any;
8692
+ /**
8693
+ * @internal
8694
+ */
8695
+ export declare const FirewallPolicyStatelessCustomActionsDetailsFilterSensitiveLog: (obj: FirewallPolicyStatelessCustomActionsDetails) => any;
8696
+ /**
8697
+ * @internal
8698
+ */
8699
+ export declare const FirewallPolicyStatelessRuleGroupReferencesDetailsFilterSensitiveLog: (obj: FirewallPolicyStatelessRuleGroupReferencesDetails) => any;
8700
+ /**
8701
+ * @internal
8702
+ */
8703
+ export declare const FirewallPolicyDetailsFilterSensitiveLog: (obj: FirewallPolicyDetails) => any;
8704
+ /**
8705
+ * @internal
8706
+ */
8707
+ export declare const AwsNetworkFirewallFirewallPolicyDetailsFilterSensitiveLog: (obj: AwsNetworkFirewallFirewallPolicyDetails) => any;
8708
+ /**
8709
+ * @internal
8710
+ */
8711
+ export declare const RuleGroupSourceListDetailsFilterSensitiveLog: (obj: RuleGroupSourceListDetails) => any;
8712
+ /**
8713
+ * @internal
8714
+ */
8715
+ export declare const RuleGroupSourceStatefulRulesHeaderDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatefulRulesHeaderDetails) => any;
8716
+ /**
8717
+ * @internal
8718
+ */
8719
+ export declare const RuleGroupSourceStatefulRulesOptionsDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatefulRulesOptionsDetails) => any;
8720
+ /**
8721
+ * @internal
8722
+ */
8723
+ export declare const RuleGroupSourceStatefulRulesDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatefulRulesDetails) => any;
8724
+ /**
8725
+ * @internal
8726
+ */
8727
+ export declare const RuleGroupSourceCustomActionsDetailsFilterSensitiveLog: (obj: RuleGroupSourceCustomActionsDetails) => any;
8728
+ /**
8729
+ * @internal
8730
+ */
8731
+ export declare const RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts) => any;
8732
+ /**
8733
+ * @internal
8734
+ */
8735
+ export declare const RuleGroupSourceStatelessRuleMatchAttributesDestinationsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinations) => any;
8736
+ /**
8737
+ * @internal
8738
+ */
8739
+ export declare const RuleGroupSourceStatelessRuleMatchAttributesSourcePortsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts) => any;
8740
+ /**
8741
+ * @internal
8742
+ */
8743
+ export declare const RuleGroupSourceStatelessRuleMatchAttributesSourcesFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSources) => any;
8744
+ /**
8745
+ * @internal
8746
+ */
8747
+ export declare const RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags) => any;
8748
+ /**
8749
+ * @internal
8750
+ */
8751
+ export declare const RuleGroupSourceStatelessRuleMatchAttributesFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributes) => any;
8752
+ /**
8753
+ * @internal
8754
+ */
8755
+ export declare const RuleGroupSourceStatelessRuleDefinitionFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleDefinition) => any;
8756
+ /**
8757
+ * @internal
8758
+ */
8759
+ export declare const RuleGroupSourceStatelessRulesDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRulesDetails) => any;
8760
+ /**
8761
+ * @internal
8762
+ */
8763
+ export declare const RuleGroupSourceStatelessRulesAndCustomActionsDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRulesAndCustomActionsDetails) => any;
8764
+ /**
8765
+ * @internal
8766
+ */
8767
+ export declare const RuleGroupSourceFilterSensitiveLog: (obj: RuleGroupSource) => any;
8768
+ /**
8769
+ * @internal
8770
+ */
8771
+ export declare const RuleGroupVariablesIpSetsDetailsFilterSensitiveLog: (obj: RuleGroupVariablesIpSetsDetails) => any;