@aws-sdk/client-elasticsearch-service 3.131.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +2 -2
  4. package/dist-cjs/commands/AddTagsCommand.js +1 -1
  5. package/dist-cjs/commands/AssociatePackageCommand.js +2 -2
  6. package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +2 -2
  7. package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +2 -2
  8. package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +2 -2
  9. package/dist-cjs/commands/CreatePackageCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +2 -2
  13. package/dist-cjs/commands/DeletePackageCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribePackagesCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +2 -2
  25. package/dist-cjs/commands/DissociatePackageCommand.js +2 -2
  26. package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +2 -2
  27. package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +2 -2
  28. package/dist-cjs/commands/GetUpgradeHistoryCommand.js +2 -2
  29. package/dist-cjs/commands/GetUpgradeStatusCommand.js +2 -2
  30. package/dist-cjs/commands/ListDomainNamesCommand.js +2 -2
  31. package/dist-cjs/commands/ListDomainsForPackageCommand.js +2 -2
  32. package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +2 -2
  33. package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +2 -2
  34. package/dist-cjs/commands/ListPackagesForDomainCommand.js +2 -2
  35. package/dist-cjs/commands/ListTagsCommand.js +2 -2
  36. package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +2 -2
  37. package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +2 -2
  38. package/dist-cjs/commands/RemoveTagsCommand.js +1 -1
  39. package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +2 -2
  41. package/dist-cjs/commands/UpdatePackageCommand.js +2 -2
  42. package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +2 -2
  43. package/dist-cjs/models/models_0.js +627 -933
  44. package/dist-cjs/protocols/Aws_restJson1.js +2 -0
  45. package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +3 -3
  46. package/dist-es/commands/AddTagsCommand.js +2 -2
  47. package/dist-es/commands/AssociatePackageCommand.js +3 -3
  48. package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +3 -3
  49. package/dist-es/commands/CreateElasticsearchDomainCommand.js +3 -3
  50. package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +3 -3
  51. package/dist-es/commands/CreatePackageCommand.js +3 -3
  52. package/dist-es/commands/DeleteElasticsearchDomainCommand.js +3 -3
  53. package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +3 -3
  54. package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +3 -3
  55. package/dist-es/commands/DeletePackageCommand.js +3 -3
  56. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +3 -3
  57. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +3 -3
  58. package/dist-es/commands/DescribeElasticsearchDomainCommand.js +3 -3
  59. package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +3 -3
  60. package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +3 -3
  61. package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +3 -3
  62. package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +3 -3
  63. package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +3 -3
  64. package/dist-es/commands/DescribePackagesCommand.js +3 -3
  65. package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +3 -3
  66. package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +3 -3
  67. package/dist-es/commands/DissociatePackageCommand.js +3 -3
  68. package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +3 -3
  69. package/dist-es/commands/GetPackageVersionHistoryCommand.js +3 -3
  70. package/dist-es/commands/GetUpgradeHistoryCommand.js +3 -3
  71. package/dist-es/commands/GetUpgradeStatusCommand.js +3 -3
  72. package/dist-es/commands/ListDomainNamesCommand.js +3 -3
  73. package/dist-es/commands/ListDomainsForPackageCommand.js +3 -3
  74. package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +3 -3
  75. package/dist-es/commands/ListElasticsearchVersionsCommand.js +3 -3
  76. package/dist-es/commands/ListPackagesForDomainCommand.js +3 -3
  77. package/dist-es/commands/ListTagsCommand.js +3 -3
  78. package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +3 -3
  79. package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +3 -3
  80. package/dist-es/commands/RemoveTagsCommand.js +2 -2
  81. package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +3 -3
  82. package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +3 -3
  83. package/dist-es/commands/UpdatePackageCommand.js +3 -3
  84. package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +3 -3
  85. package/dist-es/models/models_0.js +157 -616
  86. package/dist-es/protocols/Aws_restJson1.js +2 -1
  87. package/dist-types/models/models_0.d.ts +621 -918
  88. package/dist-types/ts3.4/models/models_0.d.ts +308 -612
  89. package/package.json +6 -6
@@ -9,12 +9,6 @@ export interface AcceptInboundCrossClusterSearchConnectionRequest {
9
9
  */
10
10
  CrossClusterSearchConnectionId: string | undefined;
11
11
  }
12
- export declare namespace AcceptInboundCrossClusterSearchConnectionRequest {
13
- /**
14
- * @internal
15
- */
16
- const filterSensitiveLog: (obj: AcceptInboundCrossClusterSearchConnectionRequest) => any;
17
- }
18
12
  export declare enum InboundCrossClusterSearchConnectionStatusCode {
19
13
  APPROVED = "APPROVED",
20
14
  DELETED = "DELETED",
@@ -44,12 +38,6 @@ export interface InboundCrossClusterSearchConnectionStatus {
44
38
  */
45
39
  Message?: string;
46
40
  }
47
- export declare namespace InboundCrossClusterSearchConnectionStatus {
48
- /**
49
- * @internal
50
- */
51
- const filterSensitiveLog: (obj: InboundCrossClusterSearchConnectionStatus) => any;
52
- }
53
41
  export interface DomainInformation {
54
42
  OwnerId?: string;
55
43
  /**
@@ -58,12 +46,6 @@ export interface DomainInformation {
58
46
  DomainName: string | undefined;
59
47
  Region?: string;
60
48
  }
61
- export declare namespace DomainInformation {
62
- /**
63
- * @internal
64
- */
65
- const filterSensitiveLog: (obj: DomainInformation) => any;
66
- }
67
49
  /**
68
50
  * <p>Specifies details of an inbound connection.</p>
69
51
  */
@@ -85,12 +67,6 @@ export interface InboundCrossClusterSearchConnection {
85
67
  */
86
68
  ConnectionStatus?: InboundCrossClusterSearchConnectionStatus;
87
69
  }
88
- export declare namespace InboundCrossClusterSearchConnection {
89
- /**
90
- * @internal
91
- */
92
- const filterSensitiveLog: (obj: InboundCrossClusterSearchConnection) => any;
93
- }
94
70
  /**
95
71
  * <p>The result of a <code><a>AcceptInboundCrossClusterSearchConnection</a></code> operation. Contains details of accepted inbound connection.</p>
96
72
  */
@@ -100,12 +76,6 @@ export interface AcceptInboundCrossClusterSearchConnectionResponse {
100
76
  */
101
77
  CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
102
78
  }
103
- export declare namespace AcceptInboundCrossClusterSearchConnectionResponse {
104
- /**
105
- * @internal
106
- */
107
- const filterSensitiveLog: (obj: AcceptInboundCrossClusterSearchConnectionResponse) => any;
108
- }
109
79
  /**
110
80
  * <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
111
81
  */
@@ -176,12 +146,6 @@ export interface OptionStatus {
176
146
  */
177
147
  PendingDeletion?: boolean;
178
148
  }
179
- export declare namespace OptionStatus {
180
- /**
181
- * @internal
182
- */
183
- const filterSensitiveLog: (obj: OptionStatus) => any;
184
- }
185
149
  /**
186
150
  * <p>The configured access rules for the domain's document and search endpoints, and the current status of those rules.</p>
187
151
  */
@@ -196,12 +160,6 @@ export interface AccessPoliciesStatus {
196
160
  */
197
161
  Status: OptionStatus | undefined;
198
162
  }
199
- export declare namespace AccessPoliciesStatus {
200
- /**
201
- * @internal
202
- */
203
- const filterSensitiveLog: (obj: AccessPoliciesStatus) => any;
204
- }
205
163
  /**
206
164
  * <p>
207
165
  * List of limits that are specific to a given InstanceType and for each of it's
@@ -252,12 +210,6 @@ export interface AdditionalLimit {
252
210
  */
253
211
  LimitValues?: string[];
254
212
  }
255
- export declare namespace AdditionalLimit {
256
- /**
257
- * @internal
258
- */
259
- const filterSensitiveLog: (obj: AdditionalLimit) => any;
260
- }
261
213
  /**
262
214
  * <p>Specifies a key value pair for a resource tag.</p>
263
215
  */
@@ -272,12 +224,6 @@ export interface Tag {
272
224
  */
273
225
  Value: string | undefined;
274
226
  }
275
- export declare namespace Tag {
276
- /**
277
- * @internal
278
- */
279
- const filterSensitiveLog: (obj: Tag) => any;
280
- }
281
227
  /**
282
228
  * <p>Container for the parameters to the <code><a>AddTags</a></code> operation. Specify the tags that you want to attach to the Elasticsearch domain.</p>
283
229
  */
@@ -291,12 +237,6 @@ export interface AddTagsRequest {
291
237
  */
292
238
  TagList: Tag[] | undefined;
293
239
  }
294
- export declare namespace AddTagsRequest {
295
- /**
296
- * @internal
297
- */
298
- const filterSensitiveLog: (obj: AddTagsRequest) => any;
299
- }
300
240
  /**
301
241
  * <p>An error occurred while processing the request.</p>
302
242
  */
@@ -349,12 +289,6 @@ export interface AdvancedOptionsStatus {
349
289
  */
350
290
  Status: OptionStatus | undefined;
351
291
  }
352
- export declare namespace AdvancedOptionsStatus {
353
- /**
354
- * @internal
355
- */
356
- const filterSensitiveLog: (obj: AdvancedOptionsStatus) => any;
357
- }
358
292
  /**
359
293
  * <p>Specifies the SAML Identity Provider's information.</p>
360
294
  */
@@ -368,12 +302,6 @@ export interface SAMLIdp {
368
302
  */
369
303
  EntityId: string | undefined;
370
304
  }
371
- export declare namespace SAMLIdp {
372
- /**
373
- * @internal
374
- */
375
- const filterSensitiveLog: (obj: SAMLIdp) => any;
376
- }
377
305
  /**
378
306
  * <p>Describes the SAML application configured for the domain.</p>
379
307
  */
@@ -399,12 +327,6 @@ export interface SAMLOptionsOutput {
399
327
  */
400
328
  SessionTimeoutMinutes?: number;
401
329
  }
402
- export declare namespace SAMLOptionsOutput {
403
- /**
404
- * @internal
405
- */
406
- const filterSensitiveLog: (obj: SAMLOptionsOutput) => any;
407
- }
408
330
  /**
409
331
  * <p>Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.</p>
410
332
  */
@@ -430,12 +352,6 @@ export interface AdvancedSecurityOptions {
430
352
  */
431
353
  AnonymousAuthEnabled?: boolean;
432
354
  }
433
- export declare namespace AdvancedSecurityOptions {
434
- /**
435
- * @internal
436
- */
437
- const filterSensitiveLog: (obj: AdvancedSecurityOptions) => any;
438
- }
439
355
  /**
440
356
  * <p>Credentials for the master user: username and password, ARN, or both.</p>
441
357
  */
@@ -453,12 +369,6 @@ export interface MasterUserOptions {
453
369
  */
454
370
  MasterUserPassword?: string;
455
371
  }
456
- export declare namespace MasterUserOptions {
457
- /**
458
- * @internal
459
- */
460
- const filterSensitiveLog: (obj: MasterUserOptions) => any;
461
- }
462
372
  /**
463
373
  * <p>Specifies the SAML application configuration for the domain.</p>
464
374
  */
@@ -492,12 +402,6 @@ export interface SAMLOptionsInput {
492
402
  */
493
403
  SessionTimeoutMinutes?: number;
494
404
  }
495
- export declare namespace SAMLOptionsInput {
496
- /**
497
- * @internal
498
- */
499
- const filterSensitiveLog: (obj: SAMLOptionsInput) => any;
500
- }
501
405
  /**
502
406
  * <p>Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM is enabled).</p>
503
407
  */
@@ -523,12 +427,6 @@ export interface AdvancedSecurityOptionsInput {
523
427
  */
524
428
  AnonymousAuthEnabled?: boolean;
525
429
  }
526
- export declare namespace AdvancedSecurityOptionsInput {
527
- /**
528
- * @internal
529
- */
530
- const filterSensitiveLog: (obj: AdvancedSecurityOptionsInput) => any;
531
- }
532
430
  /**
533
431
  * <p> Specifies the status of advanced security options for the specified Elasticsearch domain.</p>
534
432
  */
@@ -542,12 +440,6 @@ export interface AdvancedSecurityOptionsStatus {
542
440
  */
543
441
  Status: OptionStatus | undefined;
544
442
  }
545
- export declare namespace AdvancedSecurityOptionsStatus {
546
- /**
547
- * @internal
548
- */
549
- const filterSensitiveLog: (obj: AdvancedSecurityOptionsStatus) => any;
550
- }
551
443
  /**
552
444
  * <p>
553
445
  * Container for request parameters to
@@ -567,23 +459,11 @@ export interface AssociatePackageRequest {
567
459
  */
568
460
  DomainName: string | undefined;
569
461
  }
570
- export declare namespace AssociatePackageRequest {
571
- /**
572
- * @internal
573
- */
574
- const filterSensitiveLog: (obj: AssociatePackageRequest) => any;
575
- }
576
462
  export declare type DomainPackageStatus = "ACTIVE" | "ASSOCIATING" | "ASSOCIATION_FAILED" | "DISSOCIATING" | "DISSOCIATION_FAILED";
577
463
  export interface ErrorDetails {
578
464
  ErrorType?: string;
579
465
  ErrorMessage?: string;
580
466
  }
581
- export declare namespace ErrorDetails {
582
- /**
583
- * @internal
584
- */
585
- const filterSensitiveLog: (obj: ErrorDetails) => any;
586
- }
587
467
  export declare type PackageType = "TXT-DICTIONARY";
588
468
  /**
589
469
  * <p>Information on a package that is associated with a domain.</p>
@@ -623,12 +503,6 @@ export interface DomainPackageDetails {
623
503
  */
624
504
  ErrorDetails?: ErrorDetails;
625
505
  }
626
- export declare namespace DomainPackageDetails {
627
- /**
628
- * @internal
629
- */
630
- const filterSensitiveLog: (obj: DomainPackageDetails) => any;
631
- }
632
506
  /**
633
507
  * <p>
634
508
  * Container for response returned by
@@ -644,12 +518,6 @@ export interface AssociatePackageResponse {
644
518
  */
645
519
  DomainPackageDetails?: DomainPackageDetails;
646
520
  }
647
- export declare namespace AssociatePackageResponse {
648
- /**
649
- * @internal
650
- */
651
- const filterSensitiveLog: (obj: AssociatePackageResponse) => any;
652
- }
653
521
  /**
654
522
  * <p>An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.</p>
655
523
  */
@@ -670,12 +538,6 @@ export interface CancelElasticsearchServiceSoftwareUpdateRequest {
670
538
  */
671
539
  DomainName: string | undefined;
672
540
  }
673
- export declare namespace CancelElasticsearchServiceSoftwareUpdateRequest {
674
- /**
675
- * @internal
676
- */
677
- const filterSensitiveLog: (obj: CancelElasticsearchServiceSoftwareUpdateRequest) => any;
678
- }
679
541
  export declare type DeploymentStatus = "COMPLETED" | "ELIGIBLE" | "IN_PROGRESS" | "NOT_ELIGIBLE" | "PENDING_UPDATE";
680
542
  /**
681
543
  * <p>The current options of an Elasticsearch domain service software options.</p>
@@ -714,12 +576,6 @@ export interface ServiceSoftwareOptions {
714
576
  */
715
577
  OptionalDeployment?: boolean;
716
578
  }
717
- export declare namespace ServiceSoftwareOptions {
718
- /**
719
- * @internal
720
- */
721
- const filterSensitiveLog: (obj: ServiceSoftwareOptions) => any;
722
- }
723
579
  /**
724
580
  * <p>The result of a <code>CancelElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>
725
581
  */
@@ -729,12 +585,6 @@ export interface CancelElasticsearchServiceSoftwareUpdateResponse {
729
585
  */
730
586
  ServiceSoftwareOptions?: ServiceSoftwareOptions;
731
587
  }
732
- export declare namespace CancelElasticsearchServiceSoftwareUpdateResponse {
733
- /**
734
- * @internal
735
- */
736
- const filterSensitiveLog: (obj: CancelElasticsearchServiceSoftwareUpdateResponse) => any;
737
- }
738
588
  export declare enum AutoTuneDesiredState {
739
589
  DISABLED = "DISABLED",
740
590
  ENABLED = "ENABLED"
@@ -755,12 +605,6 @@ export interface Duration {
755
605
  */
756
606
  Unit?: TimeUnit | string;
757
607
  }
758
- export declare namespace Duration {
759
- /**
760
- * @internal
761
- */
762
- const filterSensitiveLog: (obj: Duration) => any;
763
- }
764
608
  /**
765
609
  * <p>Specifies Auto-Tune maitenance schedule. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
766
610
  */
@@ -778,12 +622,6 @@ export interface AutoTuneMaintenanceSchedule {
778
622
  */
779
623
  CronExpressionForRecurrence?: string;
780
624
  }
781
- export declare namespace AutoTuneMaintenanceSchedule {
782
- /**
783
- * @internal
784
- */
785
- const filterSensitiveLog: (obj: AutoTuneMaintenanceSchedule) => any;
786
- }
787
625
  /**
788
626
  * <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.</p>
789
627
  */
@@ -797,12 +635,6 @@ export interface AutoTuneOptionsInput {
797
635
  */
798
636
  MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
799
637
  }
800
- export declare namespace AutoTuneOptionsInput {
801
- /**
802
- * @internal
803
- */
804
- const filterSensitiveLog: (obj: AutoTuneOptionsInput) => any;
805
- }
806
638
  /**
807
639
  * <p>Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html" target="_blank">Amazon Cognito Authentication for Kibana</a>.</p>
808
640
  */
@@ -824,12 +656,6 @@ export interface CognitoOptions {
824
656
  */
825
657
  RoleArn?: string;
826
658
  }
827
- export declare namespace CognitoOptions {
828
- /**
829
- * @internal
830
- */
831
- const filterSensitiveLog: (obj: CognitoOptions) => any;
832
- }
833
659
  export declare enum TLSSecurityPolicy {
834
660
  POLICY_MIN_TLS_1_0_2019_07 = "Policy-Min-TLS-1-0-2019-07",
835
661
  POLICY_MIN_TLS_1_2_2019_07 = "Policy-Min-TLS-1-2-2019-07"
@@ -865,13 +691,7 @@ export interface DomainEndpointOptions {
865
691
  */
866
692
  CustomEndpointCertificateArn?: string;
867
693
  }
868
- export declare namespace DomainEndpointOptions {
869
- /**
870
- * @internal
871
- */
872
- const filterSensitiveLog: (obj: DomainEndpointOptions) => any;
873
- }
874
- export declare type VolumeType = "gp2" | "io1" | "standard";
694
+ export declare type VolumeType = "gp2" | "gp3" | "io1" | "standard";
875
695
  /**
876
696
  * <p>Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs" target="_blank"> Configuring EBS-based Storage</a>.</p>
877
697
  */
@@ -889,15 +709,13 @@ export interface EBSOptions {
889
709
  */
890
710
  VolumeSize?: number;
891
711
  /**
892
- * <p>Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).</p>
712
+ * <p>Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).</p>
893
713
  */
894
714
  Iops?: number;
895
- }
896
- export declare namespace EBSOptions {
897
715
  /**
898
- * @internal
716
+ * <p>Specifies the Throughput for GP3 EBS volume (SSD).</p>
899
717
  */
900
- const filterSensitiveLog: (obj: EBSOptions) => any;
718
+ Throughput?: number;
901
719
  }
902
720
  /**
903
721
  * <p>Specifies the configuration for cold storage options such as enabled</p>
@@ -908,12 +726,6 @@ export interface ColdStorageOptions {
908
726
  */
909
727
  Enabled: boolean | undefined;
910
728
  }
911
- export declare namespace ColdStorageOptions {
912
- /**
913
- * @internal
914
- */
915
- const filterSensitiveLog: (obj: ColdStorageOptions) => any;
916
- }
917
729
  export declare type ESPartitionInstanceType = "c4.2xlarge.elasticsearch" | "c4.4xlarge.elasticsearch" | "c4.8xlarge.elasticsearch" | "c4.large.elasticsearch" | "c4.xlarge.elasticsearch" | "c5.18xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "d2.2xlarge.elasticsearch" | "d2.4xlarge.elasticsearch" | "d2.8xlarge.elasticsearch" | "d2.xlarge.elasticsearch" | "i2.2xlarge.elasticsearch" | "i2.xlarge.elasticsearch" | "i3.16xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "m3.2xlarge.elasticsearch" | "m3.large.elasticsearch" | "m3.medium.elasticsearch" | "m3.xlarge.elasticsearch" | "m4.10xlarge.elasticsearch" | "m4.2xlarge.elasticsearch" | "m4.4xlarge.elasticsearch" | "m4.large.elasticsearch" | "m4.xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "r3.2xlarge.elasticsearch" | "r3.4xlarge.elasticsearch" | "r3.8xlarge.elasticsearch" | "r3.large.elasticsearch" | "r3.xlarge.elasticsearch" | "r4.16xlarge.elasticsearch" | "r4.2xlarge.elasticsearch" | "r4.4xlarge.elasticsearch" | "r4.8xlarge.elasticsearch" | "r4.large.elasticsearch" | "r4.xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "t2.medium.elasticsearch" | "t2.micro.elasticsearch" | "t2.small.elasticsearch" | "ultrawarm1.large.elasticsearch" | "ultrawarm1.medium.elasticsearch";
918
730
  export declare type ESWarmPartitionInstanceType = "ultrawarm1.large.elasticsearch" | "ultrawarm1.medium.elasticsearch";
919
731
  /**
@@ -925,12 +737,6 @@ export interface ZoneAwarenessConfig {
925
737
  */
926
738
  AvailabilityZoneCount?: number;
927
739
  }
928
- export declare namespace ZoneAwarenessConfig {
929
- /**
930
- * @internal
931
- */
932
- const filterSensitiveLog: (obj: ZoneAwarenessConfig) => any;
933
- }
934
740
  /**
935
741
  * <p>Specifies the configuration for the domain cluster, such as the type and number of instances.</p>
936
742
  */
@@ -980,12 +786,6 @@ export interface ElasticsearchClusterConfig {
980
786
  */
981
787
  ColdStorageOptions?: ColdStorageOptions;
982
788
  }
983
- export declare namespace ElasticsearchClusterConfig {
984
- /**
985
- * @internal
986
- */
987
- const filterSensitiveLog: (obj: ElasticsearchClusterConfig) => any;
988
- }
989
789
  /**
990
790
  * <p>Specifies the Encryption At Rest Options.</p>
991
791
  */
@@ -999,12 +799,6 @@ export interface EncryptionAtRestOptions {
999
799
  */
1000
800
  KmsKeyId?: string;
1001
801
  }
1002
- export declare namespace EncryptionAtRestOptions {
1003
- /**
1004
- * @internal
1005
- */
1006
- const filterSensitiveLog: (obj: EncryptionAtRestOptions) => any;
1007
- }
1008
802
  export declare type LogType = "AUDIT_LOGS" | "ES_APPLICATION_LOGS" | "INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS";
1009
803
  /**
1010
804
  * <p>Log Publishing option that is set for given domain.
@@ -1025,12 +819,6 @@ export interface LogPublishingOption {
1025
819
  */
1026
820
  Enabled?: boolean;
1027
821
  }
1028
- export declare namespace LogPublishingOption {
1029
- /**
1030
- * @internal
1031
- */
1032
- const filterSensitiveLog: (obj: LogPublishingOption) => any;
1033
- }
1034
822
  /**
1035
823
  * <p>Specifies the node-to-node encryption options.</p>
1036
824
  */
@@ -1040,12 +828,6 @@ export interface NodeToNodeEncryptionOptions {
1040
828
  */
1041
829
  Enabled?: boolean;
1042
830
  }
1043
- export declare namespace NodeToNodeEncryptionOptions {
1044
- /**
1045
- * @internal
1046
- */
1047
- const filterSensitiveLog: (obj: NodeToNodeEncryptionOptions) => any;
1048
- }
1049
831
  /**
1050
832
  * <p>Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is <code>0</code> hours.</p>
1051
833
  */
@@ -1055,12 +837,6 @@ export interface SnapshotOptions {
1055
837
  */
1056
838
  AutomatedSnapshotStartHour?: number;
1057
839
  }
1058
- export declare namespace SnapshotOptions {
1059
- /**
1060
- * @internal
1061
- */
1062
- const filterSensitiveLog: (obj: SnapshotOptions) => any;
1063
- }
1064
840
  /**
1065
841
  * <p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html" target="_blank"> VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>
1066
842
  */
@@ -1074,12 +850,6 @@ export interface VPCOptions {
1074
850
  */
1075
851
  SecurityGroupIds?: string[];
1076
852
  }
1077
- export declare namespace VPCOptions {
1078
- /**
1079
- * @internal
1080
- */
1081
- const filterSensitiveLog: (obj: VPCOptions) => any;
1082
- }
1083
853
  export interface CreateElasticsearchDomainRequest {
1084
854
  /**
1085
855
  * <p>The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a lowercase letter and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
@@ -1148,12 +918,6 @@ export interface CreateElasticsearchDomainRequest {
1148
918
  */
1149
919
  TagList?: Tag[];
1150
920
  }
1151
- export declare namespace CreateElasticsearchDomainRequest {
1152
- /**
1153
- * @internal
1154
- */
1155
- const filterSensitiveLog: (obj: CreateElasticsearchDomainRequest) => any;
1156
- }
1157
921
  export declare enum AutoTuneState {
1158
922
  DISABLED = "DISABLED",
1159
923
  DISABLED_AND_ROLLBACK_COMPLETE = "DISABLED_AND_ROLLBACK_COMPLETE",
@@ -1178,12 +942,6 @@ export interface AutoTuneOptionsOutput {
1178
942
  */
1179
943
  ErrorMessage?: string;
1180
944
  }
1181
- export declare namespace AutoTuneOptionsOutput {
1182
- /**
1183
- * @internal
1184
- */
1185
- const filterSensitiveLog: (obj: AutoTuneOptionsOutput) => any;
1186
- }
1187
945
  /**
1188
946
  * <p>Specifies change details of the domain configuration change.</p>
1189
947
  */
@@ -1197,12 +955,6 @@ export interface ChangeProgressDetails {
1197
955
  */
1198
956
  Message?: string;
1199
957
  }
1200
- export declare namespace ChangeProgressDetails {
1201
- /**
1202
- * @internal
1203
- */
1204
- const filterSensitiveLog: (obj: ChangeProgressDetails) => any;
1205
- }
1206
958
  /**
1207
959
  * <p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html" target="_blank"> VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>
1208
960
  */
@@ -1224,12 +976,6 @@ export interface VPCDerivedInfo {
1224
976
  */
1225
977
  SecurityGroupIds?: string[];
1226
978
  }
1227
- export declare namespace VPCDerivedInfo {
1228
- /**
1229
- * @internal
1230
- */
1231
- const filterSensitiveLog: (obj: VPCDerivedInfo) => any;
1232
- }
1233
979
  /**
1234
980
  * <p>The current status of an Elasticsearch domain.</p>
1235
981
  */
@@ -1332,12 +1078,6 @@ export interface ElasticsearchDomainStatus {
1332
1078
  */
1333
1079
  ChangeProgressDetails?: ChangeProgressDetails;
1334
1080
  }
1335
- export declare namespace ElasticsearchDomainStatus {
1336
- /**
1337
- * @internal
1338
- */
1339
- const filterSensitiveLog: (obj: ElasticsearchDomainStatus) => any;
1340
- }
1341
1081
  /**
1342
1082
  * <p>The result of a <code>CreateElasticsearchDomain</code> operation. Contains the status of the newly created Elasticsearch domain.</p>
1343
1083
  */
@@ -1347,12 +1087,6 @@ export interface CreateElasticsearchDomainResponse {
1347
1087
  */
1348
1088
  DomainStatus?: ElasticsearchDomainStatus;
1349
1089
  }
1350
- export declare namespace CreateElasticsearchDomainResponse {
1351
- /**
1352
- * @internal
1353
- */
1354
- const filterSensitiveLog: (obj: CreateElasticsearchDomainResponse) => any;
1355
- }
1356
1090
  /**
1357
1091
  * <p>An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.</p>
1358
1092
  */
@@ -1392,12 +1126,6 @@ export interface CreateOutboundCrossClusterSearchConnectionRequest {
1392
1126
  */
1393
1127
  ConnectionAlias: string | undefined;
1394
1128
  }
1395
- export declare namespace CreateOutboundCrossClusterSearchConnectionRequest {
1396
- /**
1397
- * @internal
1398
- */
1399
- const filterSensitiveLog: (obj: CreateOutboundCrossClusterSearchConnectionRequest) => any;
1400
- }
1401
1129
  export declare enum OutboundCrossClusterSearchConnectionStatusCode {
1402
1130
  ACTIVE = "ACTIVE",
1403
1131
  DELETED = "DELETED",
@@ -1431,12 +1159,6 @@ export interface OutboundCrossClusterSearchConnectionStatus {
1431
1159
  */
1432
1160
  Message?: string;
1433
1161
  }
1434
- export declare namespace OutboundCrossClusterSearchConnectionStatus {
1435
- /**
1436
- * @internal
1437
- */
1438
- const filterSensitiveLog: (obj: OutboundCrossClusterSearchConnectionStatus) => any;
1439
- }
1440
1162
  /**
1441
1163
  * <p>The result of a <code><a>CreateOutboundCrossClusterSearchConnection</a></code> request. Contains the details of the newly created cross-cluster search connection.</p>
1442
1164
  */
@@ -1462,12 +1184,6 @@ export interface CreateOutboundCrossClusterSearchConnectionResponse {
1462
1184
  */
1463
1185
  CrossClusterSearchConnectionId?: string;
1464
1186
  }
1465
- export declare namespace CreateOutboundCrossClusterSearchConnectionResponse {
1466
- /**
1467
- * @internal
1468
- */
1469
- const filterSensitiveLog: (obj: CreateOutboundCrossClusterSearchConnectionResponse) => any;
1470
- }
1471
1187
  /**
1472
1188
  * <p>The S3 location for importing the package specified as <code>S3BucketName</code> and <code>S3Key</code></p>
1473
1189
  */
@@ -1481,12 +1197,6 @@ export interface PackageSource {
1481
1197
  */
1482
1198
  S3Key?: string;
1483
1199
  }
1484
- export declare namespace PackageSource {
1485
- /**
1486
- * @internal
1487
- */
1488
- const filterSensitiveLog: (obj: PackageSource) => any;
1489
- }
1490
1200
  /**
1491
1201
  * <p>
1492
1202
  * Container for request parameters to
@@ -1514,12 +1224,6 @@ export interface CreatePackageRequest {
1514
1224
  */
1515
1225
  PackageSource: PackageSource | undefined;
1516
1226
  }
1517
- export declare namespace CreatePackageRequest {
1518
- /**
1519
- * @internal
1520
- */
1521
- const filterSensitiveLog: (obj: CreatePackageRequest) => any;
1522
- }
1523
1227
  export declare type PackageStatus = "AVAILABLE" | "COPYING" | "COPY_FAILED" | "DELETED" | "DELETE_FAILED" | "DELETING" | "VALIDATING" | "VALIDATION_FAILED";
1524
1228
  /**
1525
1229
  * <p>Basic information about a package.</p>
@@ -1556,12 +1260,6 @@ export interface PackageDetails {
1556
1260
  */
1557
1261
  ErrorDetails?: ErrorDetails;
1558
1262
  }
1559
- export declare namespace PackageDetails {
1560
- /**
1561
- * @internal
1562
- */
1563
- const filterSensitiveLog: (obj: PackageDetails) => any;
1564
- }
1565
1263
  /**
1566
1264
  * <p>
1567
1265
  * Container for response returned by
@@ -1577,12 +1275,6 @@ export interface CreatePackageResponse {
1577
1275
  */
1578
1276
  PackageDetails?: PackageDetails;
1579
1277
  }
1580
- export declare namespace CreatePackageResponse {
1581
- /**
1582
- * @internal
1583
- */
1584
- const filterSensitiveLog: (obj: CreatePackageResponse) => any;
1585
- }
1586
1278
  /**
1587
1279
  * <p>Container for the parameters to the <code><a>DeleteElasticsearchDomain</a></code> operation. Specifies the name of the Elasticsearch domain that you want to delete.</p>
1588
1280
  */
@@ -1592,12 +1284,6 @@ export interface DeleteElasticsearchDomainRequest {
1592
1284
  */
1593
1285
  DomainName: string | undefined;
1594
1286
  }
1595
- export declare namespace DeleteElasticsearchDomainRequest {
1596
- /**
1597
- * @internal
1598
- */
1599
- const filterSensitiveLog: (obj: DeleteElasticsearchDomainRequest) => any;
1600
- }
1601
1287
  /**
1602
1288
  * <p>The result of a <code>DeleteElasticsearchDomain</code> request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.</p>
1603
1289
  */
@@ -1607,12 +1293,6 @@ export interface DeleteElasticsearchDomainResponse {
1607
1293
  */
1608
1294
  DomainStatus?: ElasticsearchDomainStatus;
1609
1295
  }
1610
- export declare namespace DeleteElasticsearchDomainResponse {
1611
- /**
1612
- * @internal
1613
- */
1614
- const filterSensitiveLog: (obj: DeleteElasticsearchDomainResponse) => any;
1615
- }
1616
1296
  /**
1617
1297
  * <p>Container for the parameters to the <code><a>DeleteInboundCrossClusterSearchConnection</a></code> operation.</p>
1618
1298
  */
@@ -1622,12 +1302,6 @@ export interface DeleteInboundCrossClusterSearchConnectionRequest {
1622
1302
  */
1623
1303
  CrossClusterSearchConnectionId: string | undefined;
1624
1304
  }
1625
- export declare namespace DeleteInboundCrossClusterSearchConnectionRequest {
1626
- /**
1627
- * @internal
1628
- */
1629
- const filterSensitiveLog: (obj: DeleteInboundCrossClusterSearchConnectionRequest) => any;
1630
- }
1631
1305
  /**
1632
1306
  * <p>The result of a <code><a>DeleteInboundCrossClusterSearchConnection</a></code> operation. Contains details of deleted inbound connection.</p>
1633
1307
  */
@@ -1637,12 +1311,6 @@ export interface DeleteInboundCrossClusterSearchConnectionResponse {
1637
1311
  */
1638
1312
  CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
1639
1313
  }
1640
- export declare namespace DeleteInboundCrossClusterSearchConnectionResponse {
1641
- /**
1642
- * @internal
1643
- */
1644
- const filterSensitiveLog: (obj: DeleteInboundCrossClusterSearchConnectionResponse) => any;
1645
- }
1646
1314
  /**
1647
1315
  * <p>Container for the parameters to the <code><a>DeleteOutboundCrossClusterSearchConnection</a></code> operation.</p>
1648
1316
  */
@@ -1652,12 +1320,6 @@ export interface DeleteOutboundCrossClusterSearchConnectionRequest {
1652
1320
  */
1653
1321
  CrossClusterSearchConnectionId: string | undefined;
1654
1322
  }
1655
- export declare namespace DeleteOutboundCrossClusterSearchConnectionRequest {
1656
- /**
1657
- * @internal
1658
- */
1659
- const filterSensitiveLog: (obj: DeleteOutboundCrossClusterSearchConnectionRequest) => any;
1660
- }
1661
1323
  /**
1662
1324
  * <p>Specifies details of an outbound connection.</p>
1663
1325
  */
@@ -1683,12 +1345,6 @@ export interface OutboundCrossClusterSearchConnection {
1683
1345
  */
1684
1346
  ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus;
1685
1347
  }
1686
- export declare namespace OutboundCrossClusterSearchConnection {
1687
- /**
1688
- * @internal
1689
- */
1690
- const filterSensitiveLog: (obj: OutboundCrossClusterSearchConnection) => any;
1691
- }
1692
1348
  /**
1693
1349
  * <p>The result of a <code><a>DeleteOutboundCrossClusterSearchConnection</a></code> operation. Contains details of deleted outbound connection.</p>
1694
1350
  */
@@ -1698,12 +1354,6 @@ export interface DeleteOutboundCrossClusterSearchConnectionResponse {
1698
1354
  */
1699
1355
  CrossClusterSearchConnection?: OutboundCrossClusterSearchConnection;
1700
1356
  }
1701
- export declare namespace DeleteOutboundCrossClusterSearchConnectionResponse {
1702
- /**
1703
- * @internal
1704
- */
1705
- const filterSensitiveLog: (obj: DeleteOutboundCrossClusterSearchConnectionResponse) => any;
1706
- }
1707
1357
  /**
1708
1358
  * <p>
1709
1359
  * Container for request parameters to
@@ -1719,12 +1369,6 @@ export interface DeletePackageRequest {
1719
1369
  */
1720
1370
  PackageID: string | undefined;
1721
1371
  }
1722
- export declare namespace DeletePackageRequest {
1723
- /**
1724
- * @internal
1725
- */
1726
- const filterSensitiveLog: (obj: DeletePackageRequest) => any;
1727
- }
1728
1372
  /**
1729
1373
  * <p>
1730
1374
  * Container for response parameters to
@@ -1740,12 +1384,6 @@ export interface DeletePackageResponse {
1740
1384
  */
1741
1385
  PackageDetails?: PackageDetails;
1742
1386
  }
1743
- export declare namespace DeletePackageResponse {
1744
- /**
1745
- * @internal
1746
- */
1747
- const filterSensitiveLog: (obj: DeletePackageResponse) => any;
1748
- }
1749
1387
  /**
1750
1388
  * <p>Container for the parameters to the <code>DescribeDomainAutoTunes</code> operation.</p>
1751
1389
  */
@@ -1763,12 +1401,6 @@ export interface DescribeDomainAutoTunesRequest {
1763
1401
  */
1764
1402
  NextToken?: string;
1765
1403
  }
1766
- export declare namespace DescribeDomainAutoTunesRequest {
1767
- /**
1768
- * @internal
1769
- */
1770
- const filterSensitiveLog: (obj: DescribeDomainAutoTunesRequest) => any;
1771
- }
1772
1404
  export declare enum ScheduledAutoTuneActionType {
1773
1405
  JVM_HEAP_SIZE_TUNING = "JVM_HEAP_SIZE_TUNING",
1774
1406
  JVM_YOUNG_GEN_TUNING = "JVM_YOUNG_GEN_TUNING"
@@ -1799,12 +1431,6 @@ export interface ScheduledAutoTuneDetails {
1799
1431
  */
1800
1432
  Severity?: ScheduledAutoTuneSeverityType | string;
1801
1433
  }
1802
- export declare namespace ScheduledAutoTuneDetails {
1803
- /**
1804
- * @internal
1805
- */
1806
- const filterSensitiveLog: (obj: ScheduledAutoTuneDetails) => any;
1807
- }
1808
1434
  /**
1809
1435
  * <p>Specifies details of the Auto-Tune action. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information. </p>
1810
1436
  */
@@ -1814,12 +1440,6 @@ export interface AutoTuneDetails {
1814
1440
  */
1815
1441
  ScheduledAutoTuneDetails?: ScheduledAutoTuneDetails;
1816
1442
  }
1817
- export declare namespace AutoTuneDetails {
1818
- /**
1819
- * @internal
1820
- */
1821
- const filterSensitiveLog: (obj: AutoTuneDetails) => any;
1822
- }
1823
1443
  export declare enum AutoTuneType {
1824
1444
  SCHEDULED_ACTION = "SCHEDULED_ACTION"
1825
1445
  }
@@ -1836,12 +1456,6 @@ export interface AutoTune {
1836
1456
  */
1837
1457
  AutoTuneDetails?: AutoTuneDetails;
1838
1458
  }
1839
- export declare namespace AutoTune {
1840
- /**
1841
- * @internal
1842
- */
1843
- const filterSensitiveLog: (obj: AutoTune) => any;
1844
- }
1845
1459
  /**
1846
1460
  * <p>The result of <code>DescribeDomainAutoTunes</code> request. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information. </p>
1847
1461
  */
@@ -1855,12 +1469,6 @@ export interface DescribeDomainAutoTunesResponse {
1855
1469
  */
1856
1470
  NextToken?: string;
1857
1471
  }
1858
- export declare namespace DescribeDomainAutoTunesResponse {
1859
- /**
1860
- * @internal
1861
- */
1862
- const filterSensitiveLog: (obj: DescribeDomainAutoTunesResponse) => any;
1863
- }
1864
1472
  /**
1865
1473
  * <p>Container for the parameters to the <code>DescribeDomainChangeProgress</code> operation. Specifies the
1866
1474
  * domain name and optional change specific identity for which you want progress information.
@@ -1878,12 +1486,6 @@ export interface DescribeDomainChangeProgressRequest {
1878
1486
  */
1879
1487
  ChangeId?: string;
1880
1488
  }
1881
- export declare namespace DescribeDomainChangeProgressRequest {
1882
- /**
1883
- * @internal
1884
- */
1885
- const filterSensitiveLog: (obj: DescribeDomainChangeProgressRequest) => any;
1886
- }
1887
1489
  /**
1888
1490
  * <p>A progress stage details of a specific domain configuration change.</p>
1889
1491
  */
@@ -1905,12 +1507,6 @@ export interface ChangeProgressStage {
1905
1507
  */
1906
1508
  LastUpdated?: Date;
1907
1509
  }
1908
- export declare namespace ChangeProgressStage {
1909
- /**
1910
- * @internal
1911
- */
1912
- const filterSensitiveLog: (obj: ChangeProgressStage) => any;
1913
- }
1914
1510
  export declare enum OverallChangeStatus {
1915
1511
  COMPLETED = "COMPLETED",
1916
1512
  FAILED = "FAILED",
@@ -1950,12 +1546,6 @@ export interface ChangeProgressStatusDetails {
1950
1546
  */
1951
1547
  ChangeProgressStages?: ChangeProgressStage[];
1952
1548
  }
1953
- export declare namespace ChangeProgressStatusDetails {
1954
- /**
1955
- * @internal
1956
- */
1957
- const filterSensitiveLog: (obj: ChangeProgressStatusDetails) => any;
1958
- }
1959
1549
  /**
1960
1550
  * <p>The result of a <code>DescribeDomainChangeProgress</code> request. Contains the progress information of
1961
1551
  * the requested domain change.
@@ -1968,12 +1558,6 @@ export interface DescribeDomainChangeProgressResponse {
1968
1558
  */
1969
1559
  ChangeProgressStatus?: ChangeProgressStatusDetails;
1970
1560
  }
1971
- export declare namespace DescribeDomainChangeProgressResponse {
1972
- /**
1973
- * @internal
1974
- */
1975
- const filterSensitiveLog: (obj: DescribeDomainChangeProgressResponse) => any;
1976
- }
1977
1561
  /**
1978
1562
  * <p>Container for the parameters to the <code><a>DescribeElasticsearchDomain</a></code> operation.</p>
1979
1563
  */
@@ -1983,12 +1567,6 @@ export interface DescribeElasticsearchDomainRequest {
1983
1567
  */
1984
1568
  DomainName: string | undefined;
1985
1569
  }
1986
- export declare namespace DescribeElasticsearchDomainRequest {
1987
- /**
1988
- * @internal
1989
- */
1990
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainRequest) => any;
1991
- }
1992
1570
  /**
1993
1571
  * <p>The result of a <code>DescribeElasticsearchDomain</code> request. Contains the status of the domain specified in the request.</p>
1994
1572
  */
@@ -1998,12 +1576,6 @@ export interface DescribeElasticsearchDomainResponse {
1998
1576
  */
1999
1577
  DomainStatus: ElasticsearchDomainStatus | undefined;
2000
1578
  }
2001
- export declare namespace DescribeElasticsearchDomainResponse {
2002
- /**
2003
- * @internal
2004
- */
2005
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainResponse) => any;
2006
- }
2007
1579
  /**
2008
1580
  * <p> Container for the parameters to the <code>DescribeElasticsearchDomainConfig</code> operation. Specifies the domain name for which you want configuration information.</p>
2009
1581
  */
@@ -2013,12 +1585,6 @@ export interface DescribeElasticsearchDomainConfigRequest {
2013
1585
  */
2014
1586
  DomainName: string | undefined;
2015
1587
  }
2016
- export declare namespace DescribeElasticsearchDomainConfigRequest {
2017
- /**
2018
- * @internal
2019
- */
2020
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainConfigRequest) => any;
2021
- }
2022
1588
  export declare enum RollbackOnDisable {
2023
1589
  DEFAULT_ROLLBACK = "DEFAULT_ROLLBACK",
2024
1590
  NO_ROLLBACK = "NO_ROLLBACK"
@@ -2040,12 +1606,6 @@ export interface AutoTuneOptions {
2040
1606
  */
2041
1607
  MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
2042
1608
  }
2043
- export declare namespace AutoTuneOptions {
2044
- /**
2045
- * @internal
2046
- */
2047
- const filterSensitiveLog: (obj: AutoTuneOptions) => any;
2048
- }
2049
1609
  /**
2050
1610
  * <p>Provides the current status of the Auto-Tune options. </p>
2051
1611
  */
@@ -2075,12 +1635,6 @@ export interface AutoTuneStatus {
2075
1635
  */
2076
1636
  PendingDeletion?: boolean;
2077
1637
  }
2078
- export declare namespace AutoTuneStatus {
2079
- /**
2080
- * @internal
2081
- */
2082
- const filterSensitiveLog: (obj: AutoTuneStatus) => any;
2083
- }
2084
1638
  /**
2085
1639
  * <p> Specifies the status of Auto-Tune options for the specified Elasticsearch domain.</p>
2086
1640
  */
@@ -2094,12 +1648,6 @@ export interface AutoTuneOptionsStatus {
2094
1648
  */
2095
1649
  Status?: AutoTuneStatus;
2096
1650
  }
2097
- export declare namespace AutoTuneOptionsStatus {
2098
- /**
2099
- * @internal
2100
- */
2101
- const filterSensitiveLog: (obj: AutoTuneOptionsStatus) => any;
2102
- }
2103
1651
  /**
2104
1652
  * <p>Status of the Cognito options for the specified Elasticsearch domain.</p>
2105
1653
  */
@@ -2113,12 +1661,6 @@ export interface CognitoOptionsStatus {
2113
1661
  */
2114
1662
  Status: OptionStatus | undefined;
2115
1663
  }
2116
- export declare namespace CognitoOptionsStatus {
2117
- /**
2118
- * @internal
2119
- */
2120
- const filterSensitiveLog: (obj: CognitoOptionsStatus) => any;
2121
- }
2122
1664
  /**
2123
1665
  * <p>The configured endpoint options for the domain and their current status.</p>
2124
1666
  */
@@ -2132,12 +1674,6 @@ export interface DomainEndpointOptionsStatus {
2132
1674
  */
2133
1675
  Status: OptionStatus | undefined;
2134
1676
  }
2135
- export declare namespace DomainEndpointOptionsStatus {
2136
- /**
2137
- * @internal
2138
- */
2139
- const filterSensitiveLog: (obj: DomainEndpointOptionsStatus) => any;
2140
- }
2141
1677
  /**
2142
1678
  * <p> Status of the EBS options for the specified Elasticsearch domain.</p>
2143
1679
  */
@@ -2151,12 +1687,6 @@ export interface EBSOptionsStatus {
2151
1687
  */
2152
1688
  Status: OptionStatus | undefined;
2153
1689
  }
2154
- export declare namespace EBSOptionsStatus {
2155
- /**
2156
- * @internal
2157
- */
2158
- const filterSensitiveLog: (obj: EBSOptionsStatus) => any;
2159
- }
2160
1690
  /**
2161
1691
  * <p> Specifies the configuration status for the specified Elasticsearch domain.</p>
2162
1692
  */
@@ -2170,12 +1700,6 @@ export interface ElasticsearchClusterConfigStatus {
2170
1700
  */
2171
1701
  Status: OptionStatus | undefined;
2172
1702
  }
2173
- export declare namespace ElasticsearchClusterConfigStatus {
2174
- /**
2175
- * @internal
2176
- */
2177
- const filterSensitiveLog: (obj: ElasticsearchClusterConfigStatus) => any;
2178
- }
2179
1703
  /**
2180
1704
  * <p> Status of the Elasticsearch version options for the specified Elasticsearch domain.</p>
2181
1705
  */
@@ -2189,12 +1713,6 @@ export interface ElasticsearchVersionStatus {
2189
1713
  */
2190
1714
  Status: OptionStatus | undefined;
2191
1715
  }
2192
- export declare namespace ElasticsearchVersionStatus {
2193
- /**
2194
- * @internal
2195
- */
2196
- const filterSensitiveLog: (obj: ElasticsearchVersionStatus) => any;
2197
- }
2198
1716
  /**
2199
1717
  * <p> Status of the Encryption At Rest options for the specified Elasticsearch domain.</p>
2200
1718
  */
@@ -2208,12 +1726,6 @@ export interface EncryptionAtRestOptionsStatus {
2208
1726
  */
2209
1727
  Status: OptionStatus | undefined;
2210
1728
  }
2211
- export declare namespace EncryptionAtRestOptionsStatus {
2212
- /**
2213
- * @internal
2214
- */
2215
- const filterSensitiveLog: (obj: EncryptionAtRestOptionsStatus) => any;
2216
- }
2217
1729
  /**
2218
1730
  * <p>The configured log publishing options for the domain and their current status.</p>
2219
1731
  */
@@ -2227,12 +1739,6 @@ export interface LogPublishingOptionsStatus {
2227
1739
  */
2228
1740
  Status?: OptionStatus;
2229
1741
  }
2230
- export declare namespace LogPublishingOptionsStatus {
2231
- /**
2232
- * @internal
2233
- */
2234
- const filterSensitiveLog: (obj: LogPublishingOptionsStatus) => any;
2235
- }
2236
1742
  /**
2237
1743
  * <p>Status of the node-to-node encryption options for the specified Elasticsearch domain.</p>
2238
1744
  */
@@ -2246,12 +1752,6 @@ export interface NodeToNodeEncryptionOptionsStatus {
2246
1752
  */
2247
1753
  Status: OptionStatus | undefined;
2248
1754
  }
2249
- export declare namespace NodeToNodeEncryptionOptionsStatus {
2250
- /**
2251
- * @internal
2252
- */
2253
- const filterSensitiveLog: (obj: NodeToNodeEncryptionOptionsStatus) => any;
2254
- }
2255
1755
  /**
2256
1756
  * <p>Status of a daily automated snapshot.</p>
2257
1757
  */
@@ -2265,12 +1765,6 @@ export interface SnapshotOptionsStatus {
2265
1765
  */
2266
1766
  Status: OptionStatus | undefined;
2267
1767
  }
2268
- export declare namespace SnapshotOptionsStatus {
2269
- /**
2270
- * @internal
2271
- */
2272
- const filterSensitiveLog: (obj: SnapshotOptionsStatus) => any;
2273
- }
2274
1768
  /**
2275
1769
  * <p> Status of the VPC options for the specified Elasticsearch domain.</p>
2276
1770
  */
@@ -2284,12 +1778,6 @@ export interface VPCDerivedInfoStatus {
2284
1778
  */
2285
1779
  Status: OptionStatus | undefined;
2286
1780
  }
2287
- export declare namespace VPCDerivedInfoStatus {
2288
- /**
2289
- * @internal
2290
- */
2291
- const filterSensitiveLog: (obj: VPCDerivedInfoStatus) => any;
2292
- }
2293
1781
  /**
2294
1782
  * <p>The configuration of an Elasticsearch domain.</p>
2295
1783
  */
@@ -2355,12 +1843,6 @@ export interface ElasticsearchDomainConfig {
2355
1843
  */
2356
1844
  ChangeProgressDetails?: ChangeProgressDetails;
2357
1845
  }
2358
- export declare namespace ElasticsearchDomainConfig {
2359
- /**
2360
- * @internal
2361
- */
2362
- const filterSensitiveLog: (obj: ElasticsearchDomainConfig) => any;
2363
- }
2364
1846
  /**
2365
1847
  * <p>The result of a <code>DescribeElasticsearchDomainConfig</code> request. Contains the configuration information of the requested domain.</p>
2366
1848
  */
@@ -2370,12 +1852,6 @@ export interface DescribeElasticsearchDomainConfigResponse {
2370
1852
  */
2371
1853
  DomainConfig: ElasticsearchDomainConfig | undefined;
2372
1854
  }
2373
- export declare namespace DescribeElasticsearchDomainConfigResponse {
2374
- /**
2375
- * @internal
2376
- */
2377
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainConfigResponse) => any;
2378
- }
2379
1855
  /**
2380
1856
  * <p>Container for the parameters to the <code><a>DescribeElasticsearchDomains</a></code> operation. By default, the API returns the status of all Elasticsearch domains.</p>
2381
1857
  */
@@ -2385,12 +1861,6 @@ export interface DescribeElasticsearchDomainsRequest {
2385
1861
  */
2386
1862
  DomainNames: string[] | undefined;
2387
1863
  }
2388
- export declare namespace DescribeElasticsearchDomainsRequest {
2389
- /**
2390
- * @internal
2391
- */
2392
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainsRequest) => any;
2393
- }
2394
1864
  /**
2395
1865
  * <p>The result of a <code>DescribeElasticsearchDomains</code> request. Contains the status of the specified domains or all domains owned by the account.</p>
2396
1866
  */
@@ -2400,12 +1870,6 @@ export interface DescribeElasticsearchDomainsResponse {
2400
1870
  */
2401
1871
  DomainStatusList: ElasticsearchDomainStatus[] | undefined;
2402
1872
  }
2403
- export declare namespace DescribeElasticsearchDomainsResponse {
2404
- /**
2405
- * @internal
2406
- */
2407
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainsResponse) => any;
2408
- }
2409
1873
  /**
2410
1874
  * <p>
2411
1875
  * Container for the parameters to
@@ -2449,12 +1913,6 @@ export interface DescribeElasticsearchInstanceTypeLimitsRequest {
2449
1913
  */
2450
1914
  ElasticsearchVersion: string | undefined;
2451
1915
  }
2452
- export declare namespace DescribeElasticsearchInstanceTypeLimitsRequest {
2453
- /**
2454
- * @internal
2455
- */
2456
- const filterSensitiveLog: (obj: DescribeElasticsearchInstanceTypeLimitsRequest) => any;
2457
- }
2458
1916
  /**
2459
1917
  * <p>
2460
1918
  * InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for
@@ -2475,12 +1933,6 @@ export interface InstanceCountLimits {
2475
1933
  */
2476
1934
  MaximumInstanceCount?: number;
2477
1935
  }
2478
- export declare namespace InstanceCountLimits {
2479
- /**
2480
- * @internal
2481
- */
2482
- const filterSensitiveLog: (obj: InstanceCountLimits) => any;
2483
- }
2484
1936
  /**
2485
1937
  * <p>InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
2486
1938
  * </p>
@@ -2494,12 +1946,6 @@ export interface InstanceLimits {
2494
1946
  */
2495
1947
  InstanceCountLimits?: InstanceCountLimits;
2496
1948
  }
2497
- export declare namespace InstanceLimits {
2498
- /**
2499
- * @internal
2500
- */
2501
- const filterSensitiveLog: (obj: InstanceLimits) => any;
2502
- }
2503
1949
  /**
2504
1950
  * <p>Limits that are applicable for given storage type.
2505
1951
  * </p>
@@ -2522,6 +1968,10 @@ export interface StorageTypeLimit {
2522
1968
  * Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
2523
1969
  * <li>MinimumIops</li>
2524
1970
  * Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
1971
+ * <li>MaximumThroughput</li>
1972
+ * Maximum amount of Throughput that is applicable for given storage type.It can be empty if it is not applicable.
1973
+ * <li>MinimumThroughput</li>
1974
+ * Minimum amount of Throughput that is applicable for given storage type.It can be empty if it is not applicable.
2525
1975
  * </ol>
2526
1976
  * </p>
2527
1977
  */
@@ -2537,12 +1987,6 @@ export interface StorageTypeLimit {
2537
1987
  */
2538
1988
  LimitValues?: string[];
2539
1989
  }
2540
- export declare namespace StorageTypeLimit {
2541
- /**
2542
- * @internal
2543
- */
2544
- const filterSensitiveLog: (obj: StorageTypeLimit) => any;
2545
- }
2546
1990
  /**
2547
1991
  * <p>StorageTypes represents the list of storage related types and their attributes
2548
1992
  * that are available for given InstanceType.
@@ -2569,6 +2013,7 @@ export interface StorageType {
2569
2013
  * <ol>
2570
2014
  * <li>standard</li>
2571
2015
  * <li>gp2</li>
2016
+ * <li>gp3</li>
2572
2017
  * <li>io1</li>
2573
2018
  * </ol>
2574
2019
  * Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options.
@@ -2581,12 +2026,6 @@ export interface StorageType {
2581
2026
  */
2582
2027
  StorageTypeLimits?: StorageTypeLimit[];
2583
2028
  }
2584
- export declare namespace StorageType {
2585
- /**
2586
- * @internal
2587
- */
2588
- const filterSensitiveLog: (obj: StorageType) => any;
2589
- }
2590
2029
  /**
2591
2030
  * <p>
2592
2031
  * Limits for given InstanceType and for each of it's role.
@@ -2627,12 +2066,6 @@ export interface Limits {
2627
2066
  */
2628
2067
  AdditionalLimits?: AdditionalLimit[];
2629
2068
  }
2630
- export declare namespace Limits {
2631
- /**
2632
- * @internal
2633
- */
2634
- const filterSensitiveLog: (obj: Limits) => any;
2635
- }
2636
2069
  /**
2637
2070
  * <p>
2638
2071
  * Container for the parameters received from
@@ -2657,12 +2090,6 @@ export interface DescribeElasticsearchInstanceTypeLimitsResponse {
2657
2090
  */
2658
2091
  LimitsByRole?: Record<string, Limits>;
2659
2092
  }
2660
- export declare namespace DescribeElasticsearchInstanceTypeLimitsResponse {
2661
- /**
2662
- * @internal
2663
- */
2664
- const filterSensitiveLog: (obj: DescribeElasticsearchInstanceTypeLimitsResponse) => any;
2665
- }
2666
2093
  /**
2667
2094
  * <p>
2668
2095
  * A filter used to limit results when describing inbound or outbound cross-cluster search connections.
@@ -2685,12 +2112,6 @@ export interface Filter {
2685
2112
  */
2686
2113
  Values?: string[];
2687
2114
  }
2688
- export declare namespace Filter {
2689
- /**
2690
- * @internal
2691
- */
2692
- const filterSensitiveLog: (obj: Filter) => any;
2693
- }
2694
2115
  /**
2695
2116
  * <p>Container for the parameters to the <code><a>DescribeInboundCrossClusterSearchConnections</a></code> operation.</p>
2696
2117
  */
@@ -2718,12 +2139,6 @@ export interface DescribeInboundCrossClusterSearchConnectionsRequest {
2718
2139
  */
2719
2140
  NextToken?: string;
2720
2141
  }
2721
- export declare namespace DescribeInboundCrossClusterSearchConnectionsRequest {
2722
- /**
2723
- * @internal
2724
- */
2725
- const filterSensitiveLog: (obj: DescribeInboundCrossClusterSearchConnectionsRequest) => any;
2726
- }
2727
2142
  /**
2728
2143
  * <p>The result of a <code><a>DescribeInboundCrossClusterSearchConnections</a></code> request. Contains the list of connections matching the filter criteria.</p>
2729
2144
  */
@@ -2738,12 +2153,6 @@ export interface DescribeInboundCrossClusterSearchConnectionsResponse {
2738
2153
  */
2739
2154
  NextToken?: string;
2740
2155
  }
2741
- export declare namespace DescribeInboundCrossClusterSearchConnectionsResponse {
2742
- /**
2743
- * @internal
2744
- */
2745
- const filterSensitiveLog: (obj: DescribeInboundCrossClusterSearchConnectionsResponse) => any;
2746
- }
2747
2156
  /**
2748
2157
  * <p>The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400. </p>
2749
2158
  */
@@ -2782,12 +2191,6 @@ export interface DescribeOutboundCrossClusterSearchConnectionsRequest {
2782
2191
  */
2783
2192
  NextToken?: string;
2784
2193
  }
2785
- export declare namespace DescribeOutboundCrossClusterSearchConnectionsRequest {
2786
- /**
2787
- * @internal
2788
- */
2789
- const filterSensitiveLog: (obj: DescribeOutboundCrossClusterSearchConnectionsRequest) => any;
2790
- }
2791
2194
  /**
2792
2195
  * <p>The result of a <code><a>DescribeOutboundCrossClusterSearchConnections</a></code> request. Contains the list of connections matching the filter criteria.</p>
2793
2196
  */
@@ -2802,12 +2205,6 @@ export interface DescribeOutboundCrossClusterSearchConnectionsResponse {
2802
2205
  */
2803
2206
  NextToken?: string;
2804
2207
  }
2805
- export declare namespace DescribeOutboundCrossClusterSearchConnectionsResponse {
2806
- /**
2807
- * @internal
2808
- */
2809
- const filterSensitiveLog: (obj: DescribeOutboundCrossClusterSearchConnectionsResponse) => any;
2810
- }
2811
2208
  export declare enum DescribePackagesFilterName {
2812
2209
  PackageID = "PackageID",
2813
2210
  PackageName = "PackageName",
@@ -2826,12 +2223,6 @@ export interface DescribePackagesFilter {
2826
2223
  */
2827
2224
  Value?: string[];
2828
2225
  }
2829
- export declare namespace DescribePackagesFilter {
2830
- /**
2831
- * @internal
2832
- */
2833
- const filterSensitiveLog: (obj: DescribePackagesFilter) => any;
2834
- }
2835
2226
  /**
2836
2227
  * <p>
2837
2228
  * Container for request parameters to
@@ -2855,12 +2246,6 @@ export interface DescribePackagesRequest {
2855
2246
  */
2856
2247
  NextToken?: string;
2857
2248
  }
2858
- export declare namespace DescribePackagesRequest {
2859
- /**
2860
- * @internal
2861
- */
2862
- const filterSensitiveLog: (obj: DescribePackagesRequest) => any;
2863
- }
2864
2249
  /**
2865
2250
  * <p>
2866
2251
  * Container for response returned by
@@ -2877,12 +2262,6 @@ export interface DescribePackagesResponse {
2877
2262
  PackageDetailsList?: PackageDetails[];
2878
2263
  NextToken?: string;
2879
2264
  }
2880
- export declare namespace DescribePackagesResponse {
2881
- /**
2882
- * @internal
2883
- */
2884
- const filterSensitiveLog: (obj: DescribePackagesResponse) => any;
2885
- }
2886
2265
  /**
2887
2266
  * <p>Container for parameters to <code>DescribeReservedElasticsearchInstanceOfferings</code></p>
2888
2267
  */
@@ -2901,12 +2280,6 @@ export interface DescribeReservedElasticsearchInstanceOfferingsRequest {
2901
2280
  */
2902
2281
  NextToken?: string;
2903
2282
  }
2904
- export declare namespace DescribeReservedElasticsearchInstanceOfferingsRequest {
2905
- /**
2906
- * @internal
2907
- */
2908
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstanceOfferingsRequest) => any;
2909
- }
2910
2283
  export declare type ReservedElasticsearchInstancePaymentOption = "ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT";
2911
2284
  /**
2912
2285
  * <p>Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.</p>
@@ -2921,12 +2294,6 @@ export interface RecurringCharge {
2921
2294
  */
2922
2295
  RecurringChargeFrequency?: string;
2923
2296
  }
2924
- export declare namespace RecurringCharge {
2925
- /**
2926
- * @internal
2927
- */
2928
- const filterSensitiveLog: (obj: RecurringCharge) => any;
2929
- }
2930
2297
  /**
2931
2298
  * <p>Details of a reserved Elasticsearch instance offering.</p>
2932
2299
  */
@@ -2964,12 +2331,6 @@ export interface ReservedElasticsearchInstanceOffering {
2964
2331
  */
2965
2332
  RecurringCharges?: RecurringCharge[];
2966
2333
  }
2967
- export declare namespace ReservedElasticsearchInstanceOffering {
2968
- /**
2969
- * @internal
2970
- */
2971
- const filterSensitiveLog: (obj: ReservedElasticsearchInstanceOffering) => any;
2972
- }
2973
2334
  /**
2974
2335
  * <p>Container for results from <code>DescribeReservedElasticsearchInstanceOfferings</code></p>
2975
2336
  */
@@ -2983,12 +2344,6 @@ export interface DescribeReservedElasticsearchInstanceOfferingsResponse {
2983
2344
  */
2984
2345
  ReservedElasticsearchInstanceOfferings?: ReservedElasticsearchInstanceOffering[];
2985
2346
  }
2986
- export declare namespace DescribeReservedElasticsearchInstanceOfferingsResponse {
2987
- /**
2988
- * @internal
2989
- */
2990
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstanceOfferingsResponse) => any;
2991
- }
2992
2347
  /**
2993
2348
  * <p>Container for parameters to <code>DescribeReservedElasticsearchInstances</code></p>
2994
2349
  */
@@ -3007,12 +2362,6 @@ export interface DescribeReservedElasticsearchInstancesRequest {
3007
2362
  */
3008
2363
  NextToken?: string;
3009
2364
  }
3010
- export declare namespace DescribeReservedElasticsearchInstancesRequest {
3011
- /**
3012
- * @internal
3013
- */
3014
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstancesRequest) => any;
3015
- }
3016
2365
  /**
3017
2366
  * <p>Details of a reserved Elasticsearch instance.</p>
3018
2367
  */
@@ -3070,12 +2419,6 @@ export interface ReservedElasticsearchInstance {
3070
2419
  */
3071
2420
  RecurringCharges?: RecurringCharge[];
3072
2421
  }
3073
- export declare namespace ReservedElasticsearchInstance {
3074
- /**
3075
- * @internal
3076
- */
3077
- const filterSensitiveLog: (obj: ReservedElasticsearchInstance) => any;
3078
- }
3079
2422
  /**
3080
2423
  * <p>Container for results from <code>DescribeReservedElasticsearchInstances</code></p>
3081
2424
  */
@@ -3089,12 +2432,6 @@ export interface DescribeReservedElasticsearchInstancesResponse {
3089
2432
  */
3090
2433
  ReservedElasticsearchInstances?: ReservedElasticsearchInstance[];
3091
2434
  }
3092
- export declare namespace DescribeReservedElasticsearchInstancesResponse {
3093
- /**
3094
- * @internal
3095
- */
3096
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstancesResponse) => any;
3097
- }
3098
2435
  /**
3099
2436
  * <p>
3100
2437
  * Container for request parameters to
@@ -3114,12 +2451,6 @@ export interface DissociatePackageRequest {
3114
2451
  */
3115
2452
  DomainName: string | undefined;
3116
2453
  }
3117
- export declare namespace DissociatePackageRequest {
3118
- /**
3119
- * @internal
3120
- */
3121
- const filterSensitiveLog: (obj: DissociatePackageRequest) => any;
3122
- }
3123
2454
  /**
3124
2455
  * <p>
3125
2456
  * Container for response returned by
@@ -3135,12 +2466,6 @@ export interface DissociatePackageResponse {
3135
2466
  */
3136
2467
  DomainPackageDetails?: DomainPackageDetails;
3137
2468
  }
3138
- export declare namespace DissociatePackageResponse {
3139
- /**
3140
- * @internal
3141
- */
3142
- const filterSensitiveLog: (obj: DissociatePackageResponse) => any;
3143
- }
3144
2469
  /**
3145
2470
  * <p>
3146
2471
  * Container for request parameters to
@@ -3156,12 +2481,6 @@ export interface GetCompatibleElasticsearchVersionsRequest {
3156
2481
  */
3157
2482
  DomainName?: string;
3158
2483
  }
3159
- export declare namespace GetCompatibleElasticsearchVersionsRequest {
3160
- /**
3161
- * @internal
3162
- */
3163
- const filterSensitiveLog: (obj: GetCompatibleElasticsearchVersionsRequest) => any;
3164
- }
3165
2484
  /**
3166
2485
  * <p>
3167
2486
  * A map from an
@@ -3186,12 +2505,6 @@ export interface CompatibleVersionsMap {
3186
2505
  */
3187
2506
  TargetVersions?: string[];
3188
2507
  }
3189
- export declare namespace CompatibleVersionsMap {
3190
- /**
3191
- * @internal
3192
- */
3193
- const filterSensitiveLog: (obj: CompatibleVersionsMap) => any;
3194
- }
3195
2508
  /**
3196
2509
  * <p>
3197
2510
  * Container for response returned by
@@ -3213,12 +2526,6 @@ export interface GetCompatibleElasticsearchVersionsResponse {
3213
2526
  */
3214
2527
  CompatibleElasticsearchVersions?: CompatibleVersionsMap[];
3215
2528
  }
3216
- export declare namespace GetCompatibleElasticsearchVersionsResponse {
3217
- /**
3218
- * @internal
3219
- */
3220
- const filterSensitiveLog: (obj: GetCompatibleElasticsearchVersionsResponse) => any;
3221
- }
3222
2529
  /**
3223
2530
  * <p>
3224
2531
  * Container for request parameters to
@@ -3242,12 +2549,6 @@ export interface GetPackageVersionHistoryRequest {
3242
2549
  */
3243
2550
  NextToken?: string;
3244
2551
  }
3245
- export declare namespace GetPackageVersionHistoryRequest {
3246
- /**
3247
- * @internal
3248
- */
3249
- const filterSensitiveLog: (obj: GetPackageVersionHistoryRequest) => any;
3250
- }
3251
2552
  /**
3252
2553
  * <p>Details of a package version.</p>
3253
2554
  */
@@ -3265,12 +2566,6 @@ export interface PackageVersionHistory {
3265
2566
  */
3266
2567
  CreatedAt?: Date;
3267
2568
  }
3268
- export declare namespace PackageVersionHistory {
3269
- /**
3270
- * @internal
3271
- */
3272
- const filterSensitiveLog: (obj: PackageVersionHistory) => any;
3273
- }
3274
2569
  /**
3275
2570
  * <p>
3276
2571
  * Container for response returned by
@@ -3288,12 +2583,6 @@ export interface GetPackageVersionHistoryResponse {
3288
2583
  PackageVersionHistoryList?: PackageVersionHistory[];
3289
2584
  NextToken?: string;
3290
2585
  }
3291
- export declare namespace GetPackageVersionHistoryResponse {
3292
- /**
3293
- * @internal
3294
- */
3295
- const filterSensitiveLog: (obj: GetPackageVersionHistoryResponse) => any;
3296
- }
3297
2586
  /**
3298
2587
  * <p>
3299
2588
  * Container for request parameters to
@@ -3322,12 +2611,6 @@ export interface GetUpgradeHistoryRequest {
3322
2611
  */
3323
2612
  NextToken?: string;
3324
2613
  }
3325
- export declare namespace GetUpgradeHistoryRequest {
3326
- /**
3327
- * @internal
3328
- */
3329
- const filterSensitiveLog: (obj: GetUpgradeHistoryRequest) => any;
3330
- }
3331
2614
  export declare type UpgradeStep = "PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE";
3332
2615
  export declare type UpgradeStatus = "FAILED" | "IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES";
3333
2616
  /**
@@ -3366,12 +2649,6 @@ export interface UpgradeStepItem {
3366
2649
  */
3367
2650
  ProgressPercent?: number;
3368
2651
  }
3369
- export declare namespace UpgradeStepItem {
3370
- /**
3371
- * @internal
3372
- */
3373
- const filterSensitiveLog: (obj: UpgradeStepItem) => any;
3374
- }
3375
2652
  /**
3376
2653
  * <p>History of the last 10 Upgrades and Upgrade Eligibility Checks.</p>
3377
2654
  */
@@ -3407,12 +2684,6 @@ export interface UpgradeHistory {
3407
2684
  */
3408
2685
  StepsList?: UpgradeStepItem[];
3409
2686
  }
3410
- export declare namespace UpgradeHistory {
3411
- /**
3412
- * @internal
3413
- */
3414
- const filterSensitiveLog: (obj: UpgradeHistory) => any;
3415
- }
3416
2687
  /**
3417
2688
  * <p>
3418
2689
  * Container for response returned by
@@ -3442,12 +2713,6 @@ export interface GetUpgradeHistoryResponse {
3442
2713
  */
3443
2714
  NextToken?: string;
3444
2715
  }
3445
- export declare namespace GetUpgradeHistoryResponse {
3446
- /**
3447
- * @internal
3448
- */
3449
- const filterSensitiveLog: (obj: GetUpgradeHistoryResponse) => any;
3450
- }
3451
2716
  /**
3452
2717
  * <p>
3453
2718
  * Container for request parameters to
@@ -3463,12 +2728,6 @@ export interface GetUpgradeStatusRequest {
3463
2728
  */
3464
2729
  DomainName: string | undefined;
3465
2730
  }
3466
- export declare namespace GetUpgradeStatusRequest {
3467
- /**
3468
- * @internal
3469
- */
3470
- const filterSensitiveLog: (obj: GetUpgradeStatusRequest) => any;
3471
- }
3472
2731
  /**
3473
2732
  * <p>
3474
2733
  * Container for response returned by
@@ -3511,12 +2770,6 @@ export interface GetUpgradeStatusResponse {
3511
2770
  */
3512
2771
  UpgradeName?: string;
3513
2772
  }
3514
- export declare namespace GetUpgradeStatusResponse {
3515
- /**
3516
- * @internal
3517
- */
3518
- const filterSensitiveLog: (obj: GetUpgradeStatusResponse) => any;
3519
- }
3520
2773
  export declare enum EngineType {
3521
2774
  Elasticsearch = "Elasticsearch",
3522
2775
  OpenSearch = "OpenSearch"
@@ -3530,12 +2783,6 @@ export interface ListDomainNamesRequest {
3530
2783
  */
3531
2784
  EngineType?: EngineType | string;
3532
2785
  }
3533
- export declare namespace ListDomainNamesRequest {
3534
- /**
3535
- * @internal
3536
- */
3537
- const filterSensitiveLog: (obj: ListDomainNamesRequest) => any;
3538
- }
3539
2786
  export interface DomainInfo {
3540
2787
  /**
3541
2788
  * <p> Specifies the <code>DomainName</code>.</p>
@@ -3546,12 +2793,6 @@ export interface DomainInfo {
3546
2793
  */
3547
2794
  EngineType?: EngineType | string;
3548
2795
  }
3549
- export declare namespace DomainInfo {
3550
- /**
3551
- * @internal
3552
- */
3553
- const filterSensitiveLog: (obj: DomainInfo) => any;
3554
- }
3555
2796
  /**
3556
2797
  * <p>The result of a <code>ListDomainNames</code> operation. Contains the names of all domains owned by this account and their respective engine types.</p>
3557
2798
  */
@@ -3561,12 +2802,6 @@ export interface ListDomainNamesResponse {
3561
2802
  */
3562
2803
  DomainNames?: DomainInfo[];
3563
2804
  }
3564
- export declare namespace ListDomainNamesResponse {
3565
- /**
3566
- * @internal
3567
- */
3568
- const filterSensitiveLog: (obj: ListDomainNamesResponse) => any;
3569
- }
3570
2805
  /**
3571
2806
  * <p>
3572
2807
  * Container for request parameters to
@@ -3590,12 +2825,6 @@ export interface ListDomainsForPackageRequest {
3590
2825
  */
3591
2826
  NextToken?: string;
3592
2827
  }
3593
- export declare namespace ListDomainsForPackageRequest {
3594
- /**
3595
- * @internal
3596
- */
3597
- const filterSensitiveLog: (obj: ListDomainsForPackageRequest) => any;
3598
- }
3599
2828
  /**
3600
2829
  * <p>
3601
2830
  * Container for response parameters to
@@ -3612,12 +2841,6 @@ export interface ListDomainsForPackageResponse {
3612
2841
  DomainPackageDetailsList?: DomainPackageDetails[];
3613
2842
  NextToken?: string;
3614
2843
  }
3615
- export declare namespace ListDomainsForPackageResponse {
3616
- /**
3617
- * @internal
3618
- */
3619
- const filterSensitiveLog: (obj: ListDomainsForPackageResponse) => any;
3620
- }
3621
2844
  /**
3622
2845
  * <p>
3623
2846
  * Container for the parameters to the
@@ -3654,12 +2877,6 @@ export interface ListElasticsearchInstanceTypesRequest {
3654
2877
  */
3655
2878
  NextToken?: string;
3656
2879
  }
3657
- export declare namespace ListElasticsearchInstanceTypesRequest {
3658
- /**
3659
- * @internal
3660
- */
3661
- const filterSensitiveLog: (obj: ListElasticsearchInstanceTypesRequest) => any;
3662
- }
3663
2880
  /**
3664
2881
  * <p>
3665
2882
  * Container for the parameters returned by
@@ -3688,12 +2905,6 @@ export interface ListElasticsearchInstanceTypesResponse {
3688
2905
  */
3689
2906
  NextToken?: string;
3690
2907
  }
3691
- export declare namespace ListElasticsearchInstanceTypesResponse {
3692
- /**
3693
- * @internal
3694
- */
3695
- const filterSensitiveLog: (obj: ListElasticsearchInstanceTypesResponse) => any;
3696
- }
3697
2908
  /**
3698
2909
  * <p>
3699
2910
  * Container for the parameters to the
@@ -3735,12 +2946,6 @@ export interface ListElasticsearchVersionsRequest {
3735
2946
  */
3736
2947
  NextToken?: string;
3737
2948
  }
3738
- export declare namespace ListElasticsearchVersionsRequest {
3739
- /**
3740
- * @internal
3741
- */
3742
- const filterSensitiveLog: (obj: ListElasticsearchVersionsRequest) => any;
3743
- }
3744
2949
  /**
3745
2950
  * <p>
3746
2951
  * Container for the parameters for response received from
@@ -3764,12 +2969,6 @@ export interface ListElasticsearchVersionsResponse {
3764
2969
  */
3765
2970
  NextToken?: string;
3766
2971
  }
3767
- export declare namespace ListElasticsearchVersionsResponse {
3768
- /**
3769
- * @internal
3770
- */
3771
- const filterSensitiveLog: (obj: ListElasticsearchVersionsResponse) => any;
3772
- }
3773
2972
  /**
3774
2973
  * <p>
3775
2974
  * Container for request parameters to
@@ -3793,12 +2992,6 @@ export interface ListPackagesForDomainRequest {
3793
2992
  */
3794
2993
  NextToken?: string;
3795
2994
  }
3796
- export declare namespace ListPackagesForDomainRequest {
3797
- /**
3798
- * @internal
3799
- */
3800
- const filterSensitiveLog: (obj: ListPackagesForDomainRequest) => any;
3801
- }
3802
2995
  /**
3803
2996
  * <p>
3804
2997
  * Container for response parameters to
@@ -3818,12 +3011,6 @@ export interface ListPackagesForDomainResponse {
3818
3011
  */
3819
3012
  NextToken?: string;
3820
3013
  }
3821
- export declare namespace ListPackagesForDomainResponse {
3822
- /**
3823
- * @internal
3824
- */
3825
- const filterSensitiveLog: (obj: ListPackagesForDomainResponse) => any;
3826
- }
3827
3014
  /**
3828
3015
  * <p>Container for the parameters to the <code><a>ListTags</a></code> operation. Specify the <code>ARN</code> for the Elasticsearch domain to which the tags are attached that you want to view are attached.</p>
3829
3016
  */
@@ -3833,12 +3020,6 @@ export interface ListTagsRequest {
3833
3020
  */
3834
3021
  ARN: string | undefined;
3835
3022
  }
3836
- export declare namespace ListTagsRequest {
3837
- /**
3838
- * @internal
3839
- */
3840
- const filterSensitiveLog: (obj: ListTagsRequest) => any;
3841
- }
3842
3023
  /**
3843
3024
  * <p>The result of a <code>ListTags</code> operation. Contains tags for all requested Elasticsearch domains.</p>
3844
3025
  */
@@ -3848,12 +3029,6 @@ export interface ListTagsResponse {
3848
3029
  */
3849
3030
  TagList?: Tag[];
3850
3031
  }
3851
- export declare namespace ListTagsResponse {
3852
- /**
3853
- * @internal
3854
- */
3855
- const filterSensitiveLog: (obj: ListTagsResponse) => any;
3856
- }
3857
3032
  /**
3858
3033
  * <p>Container for parameters to <code>PurchaseReservedElasticsearchInstanceOffering</code></p>
3859
3034
  */
@@ -3871,12 +3046,6 @@ export interface PurchaseReservedElasticsearchInstanceOfferingRequest {
3871
3046
  */
3872
3047
  InstanceCount?: number;
3873
3048
  }
3874
- export declare namespace PurchaseReservedElasticsearchInstanceOfferingRequest {
3875
- /**
3876
- * @internal
3877
- */
3878
- const filterSensitiveLog: (obj: PurchaseReservedElasticsearchInstanceOfferingRequest) => any;
3879
- }
3880
3049
  /**
3881
3050
  * <p>Represents the output of a <code>PurchaseReservedElasticsearchInstanceOffering</code> operation.</p>
3882
3051
  */
@@ -3890,12 +3059,6 @@ export interface PurchaseReservedElasticsearchInstanceOfferingResponse {
3890
3059
  */
3891
3060
  ReservationName?: string;
3892
3061
  }
3893
- export declare namespace PurchaseReservedElasticsearchInstanceOfferingResponse {
3894
- /**
3895
- * @internal
3896
- */
3897
- const filterSensitiveLog: (obj: PurchaseReservedElasticsearchInstanceOfferingResponse) => any;
3898
- }
3899
3062
  /**
3900
3063
  * <p>Container for the parameters to the <code><a>RejectInboundCrossClusterSearchConnection</a></code> operation.</p>
3901
3064
  */
@@ -3905,12 +3068,6 @@ export interface RejectInboundCrossClusterSearchConnectionRequest {
3905
3068
  */
3906
3069
  CrossClusterSearchConnectionId: string | undefined;
3907
3070
  }
3908
- export declare namespace RejectInboundCrossClusterSearchConnectionRequest {
3909
- /**
3910
- * @internal
3911
- */
3912
- const filterSensitiveLog: (obj: RejectInboundCrossClusterSearchConnectionRequest) => any;
3913
- }
3914
3071
  /**
3915
3072
  * <p>The result of a <code><a>RejectInboundCrossClusterSearchConnection</a></code> operation. Contains details of rejected inbound connection.</p>
3916
3073
  */
@@ -3920,12 +3077,6 @@ export interface RejectInboundCrossClusterSearchConnectionResponse {
3920
3077
  */
3921
3078
  CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
3922
3079
  }
3923
- export declare namespace RejectInboundCrossClusterSearchConnectionResponse {
3924
- /**
3925
- * @internal
3926
- */
3927
- const filterSensitiveLog: (obj: RejectInboundCrossClusterSearchConnectionResponse) => any;
3928
- }
3929
3080
  /**
3930
3081
  * <p>Container for the parameters to the <code><a>RemoveTags</a></code> operation. Specify the <code>ARN</code> for the Elasticsearch domain from which you want to remove the specified <code>TagKey</code>.</p>
3931
3082
  */
@@ -3939,12 +3090,6 @@ export interface RemoveTagsRequest {
3939
3090
  */
3940
3091
  TagKeys: string[] | undefined;
3941
3092
  }
3942
- export declare namespace RemoveTagsRequest {
3943
- /**
3944
- * @internal
3945
- */
3946
- const filterSensitiveLog: (obj: RemoveTagsRequest) => any;
3947
- }
3948
3093
  /**
3949
3094
  * <p>Container for the parameters to the <code><a>StartElasticsearchServiceSoftwareUpdate</a></code> operation. Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.</p>
3950
3095
  */
@@ -3954,12 +3099,6 @@ export interface StartElasticsearchServiceSoftwareUpdateRequest {
3954
3099
  */
3955
3100
  DomainName: string | undefined;
3956
3101
  }
3957
- export declare namespace StartElasticsearchServiceSoftwareUpdateRequest {
3958
- /**
3959
- * @internal
3960
- */
3961
- const filterSensitiveLog: (obj: StartElasticsearchServiceSoftwareUpdateRequest) => any;
3962
- }
3963
3102
  /**
3964
3103
  * <p>The result of a <code>StartElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>
3965
3104
  */
@@ -3969,12 +3108,6 @@ export interface StartElasticsearchServiceSoftwareUpdateResponse {
3969
3108
  */
3970
3109
  ServiceSoftwareOptions?: ServiceSoftwareOptions;
3971
3110
  }
3972
- export declare namespace StartElasticsearchServiceSoftwareUpdateResponse {
3973
- /**
3974
- * @internal
3975
- */
3976
- const filterSensitiveLog: (obj: StartElasticsearchServiceSoftwareUpdateResponse) => any;
3977
- }
3978
3111
  /**
3979
3112
  * <p>Container for the parameters to the <code><a>UpdateElasticsearchDomain</a></code> operation. Specifies the type and number of instances in the domain cluster.</p>
3980
3113
  */
@@ -4045,12 +3178,6 @@ export interface UpdateElasticsearchDomainConfigRequest {
4045
3178
  */
4046
3179
  DryRun?: boolean;
4047
3180
  }
4048
- export declare namespace UpdateElasticsearchDomainConfigRequest {
4049
- /**
4050
- * @internal
4051
- */
4052
- const filterSensitiveLog: (obj: UpdateElasticsearchDomainConfigRequest) => any;
4053
- }
4054
3181
  export interface DryRunResults {
4055
3182
  /**
4056
3183
  * <p>
@@ -4068,12 +3195,6 @@ export interface DryRunResults {
4068
3195
  */
4069
3196
  Message?: string;
4070
3197
  }
4071
- export declare namespace DryRunResults {
4072
- /**
4073
- * @internal
4074
- */
4075
- const filterSensitiveLog: (obj: DryRunResults) => any;
4076
- }
4077
3198
  /**
4078
3199
  * <p>The result of an <code>UpdateElasticsearchDomain</code> request. Contains the status of the Elasticsearch domain being updated.</p>
4079
3200
  */
@@ -4087,12 +3208,6 @@ export interface UpdateElasticsearchDomainConfigResponse {
4087
3208
  */
4088
3209
  DryRunResults?: DryRunResults;
4089
3210
  }
4090
- export declare namespace UpdateElasticsearchDomainConfigResponse {
4091
- /**
4092
- * @internal
4093
- */
4094
- const filterSensitiveLog: (obj: UpdateElasticsearchDomainConfigResponse) => any;
4095
- }
4096
3211
  /**
4097
3212
  * <p>
4098
3213
  * Container for request parameters to
@@ -4120,12 +3235,6 @@ export interface UpdatePackageRequest {
4120
3235
  */
4121
3236
  CommitMessage?: string;
4122
3237
  }
4123
- export declare namespace UpdatePackageRequest {
4124
- /**
4125
- * @internal
4126
- */
4127
- const filterSensitiveLog: (obj: UpdatePackageRequest) => any;
4128
- }
4129
3238
  /**
4130
3239
  * <p>
4131
3240
  * Container for response returned by
@@ -4141,12 +3250,6 @@ export interface UpdatePackageResponse {
4141
3250
  */
4142
3251
  PackageDetails?: PackageDetails;
4143
3252
  }
4144
- export declare namespace UpdatePackageResponse {
4145
- /**
4146
- * @internal
4147
- */
4148
- const filterSensitiveLog: (obj: UpdatePackageResponse) => any;
4149
- }
4150
3253
  /**
4151
3254
  * <p>
4152
3255
  * Container for request parameters to
@@ -4173,12 +3276,6 @@ export interface UpgradeElasticsearchDomainRequest {
4173
3276
  */
4174
3277
  PerformCheckOnly?: boolean;
4175
3278
  }
4176
- export declare namespace UpgradeElasticsearchDomainRequest {
4177
- /**
4178
- * @internal
4179
- */
4180
- const filterSensitiveLog: (obj: UpgradeElasticsearchDomainRequest) => any;
4181
- }
4182
3279
  /**
4183
3280
  * <p>
4184
3281
  * Container for response returned by
@@ -4209,9 +3306,615 @@ export interface UpgradeElasticsearchDomainResponse {
4209
3306
  */
4210
3307
  ChangeProgressDetails?: ChangeProgressDetails;
4211
3308
  }
4212
- export declare namespace UpgradeElasticsearchDomainResponse {
4213
- /**
4214
- * @internal
4215
- */
4216
- const filterSensitiveLog: (obj: UpgradeElasticsearchDomainResponse) => any;
4217
- }
3309
+ /**
3310
+ * @internal
3311
+ */
3312
+ export declare const AcceptInboundCrossClusterSearchConnectionRequestFilterSensitiveLog: (obj: AcceptInboundCrossClusterSearchConnectionRequest) => any;
3313
+ /**
3314
+ * @internal
3315
+ */
3316
+ export declare const InboundCrossClusterSearchConnectionStatusFilterSensitiveLog: (obj: InboundCrossClusterSearchConnectionStatus) => any;
3317
+ /**
3318
+ * @internal
3319
+ */
3320
+ export declare const DomainInformationFilterSensitiveLog: (obj: DomainInformation) => any;
3321
+ /**
3322
+ * @internal
3323
+ */
3324
+ export declare const InboundCrossClusterSearchConnectionFilterSensitiveLog: (obj: InboundCrossClusterSearchConnection) => any;
3325
+ /**
3326
+ * @internal
3327
+ */
3328
+ export declare const AcceptInboundCrossClusterSearchConnectionResponseFilterSensitiveLog: (obj: AcceptInboundCrossClusterSearchConnectionResponse) => any;
3329
+ /**
3330
+ * @internal
3331
+ */
3332
+ export declare const OptionStatusFilterSensitiveLog: (obj: OptionStatus) => any;
3333
+ /**
3334
+ * @internal
3335
+ */
3336
+ export declare const AccessPoliciesStatusFilterSensitiveLog: (obj: AccessPoliciesStatus) => any;
3337
+ /**
3338
+ * @internal
3339
+ */
3340
+ export declare const AdditionalLimitFilterSensitiveLog: (obj: AdditionalLimit) => any;
3341
+ /**
3342
+ * @internal
3343
+ */
3344
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3345
+ /**
3346
+ * @internal
3347
+ */
3348
+ export declare const AddTagsRequestFilterSensitiveLog: (obj: AddTagsRequest) => any;
3349
+ /**
3350
+ * @internal
3351
+ */
3352
+ export declare const AdvancedOptionsStatusFilterSensitiveLog: (obj: AdvancedOptionsStatus) => any;
3353
+ /**
3354
+ * @internal
3355
+ */
3356
+ export declare const SAMLIdpFilterSensitiveLog: (obj: SAMLIdp) => any;
3357
+ /**
3358
+ * @internal
3359
+ */
3360
+ export declare const SAMLOptionsOutputFilterSensitiveLog: (obj: SAMLOptionsOutput) => any;
3361
+ /**
3362
+ * @internal
3363
+ */
3364
+ export declare const AdvancedSecurityOptionsFilterSensitiveLog: (obj: AdvancedSecurityOptions) => any;
3365
+ /**
3366
+ * @internal
3367
+ */
3368
+ export declare const MasterUserOptionsFilterSensitiveLog: (obj: MasterUserOptions) => any;
3369
+ /**
3370
+ * @internal
3371
+ */
3372
+ export declare const SAMLOptionsInputFilterSensitiveLog: (obj: SAMLOptionsInput) => any;
3373
+ /**
3374
+ * @internal
3375
+ */
3376
+ export declare const AdvancedSecurityOptionsInputFilterSensitiveLog: (obj: AdvancedSecurityOptionsInput) => any;
3377
+ /**
3378
+ * @internal
3379
+ */
3380
+ export declare const AdvancedSecurityOptionsStatusFilterSensitiveLog: (obj: AdvancedSecurityOptionsStatus) => any;
3381
+ /**
3382
+ * @internal
3383
+ */
3384
+ export declare const AssociatePackageRequestFilterSensitiveLog: (obj: AssociatePackageRequest) => any;
3385
+ /**
3386
+ * @internal
3387
+ */
3388
+ export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
3389
+ /**
3390
+ * @internal
3391
+ */
3392
+ export declare const DomainPackageDetailsFilterSensitiveLog: (obj: DomainPackageDetails) => any;
3393
+ /**
3394
+ * @internal
3395
+ */
3396
+ export declare const AssociatePackageResponseFilterSensitiveLog: (obj: AssociatePackageResponse) => any;
3397
+ /**
3398
+ * @internal
3399
+ */
3400
+ export declare const CancelElasticsearchServiceSoftwareUpdateRequestFilterSensitiveLog: (obj: CancelElasticsearchServiceSoftwareUpdateRequest) => any;
3401
+ /**
3402
+ * @internal
3403
+ */
3404
+ export declare const ServiceSoftwareOptionsFilterSensitiveLog: (obj: ServiceSoftwareOptions) => any;
3405
+ /**
3406
+ * @internal
3407
+ */
3408
+ export declare const CancelElasticsearchServiceSoftwareUpdateResponseFilterSensitiveLog: (obj: CancelElasticsearchServiceSoftwareUpdateResponse) => any;
3409
+ /**
3410
+ * @internal
3411
+ */
3412
+ export declare const DurationFilterSensitiveLog: (obj: Duration) => any;
3413
+ /**
3414
+ * @internal
3415
+ */
3416
+ export declare const AutoTuneMaintenanceScheduleFilterSensitiveLog: (obj: AutoTuneMaintenanceSchedule) => any;
3417
+ /**
3418
+ * @internal
3419
+ */
3420
+ export declare const AutoTuneOptionsInputFilterSensitiveLog: (obj: AutoTuneOptionsInput) => any;
3421
+ /**
3422
+ * @internal
3423
+ */
3424
+ export declare const CognitoOptionsFilterSensitiveLog: (obj: CognitoOptions) => any;
3425
+ /**
3426
+ * @internal
3427
+ */
3428
+ export declare const DomainEndpointOptionsFilterSensitiveLog: (obj: DomainEndpointOptions) => any;
3429
+ /**
3430
+ * @internal
3431
+ */
3432
+ export declare const EBSOptionsFilterSensitiveLog: (obj: EBSOptions) => any;
3433
+ /**
3434
+ * @internal
3435
+ */
3436
+ export declare const ColdStorageOptionsFilterSensitiveLog: (obj: ColdStorageOptions) => any;
3437
+ /**
3438
+ * @internal
3439
+ */
3440
+ export declare const ZoneAwarenessConfigFilterSensitiveLog: (obj: ZoneAwarenessConfig) => any;
3441
+ /**
3442
+ * @internal
3443
+ */
3444
+ export declare const ElasticsearchClusterConfigFilterSensitiveLog: (obj: ElasticsearchClusterConfig) => any;
3445
+ /**
3446
+ * @internal
3447
+ */
3448
+ export declare const EncryptionAtRestOptionsFilterSensitiveLog: (obj: EncryptionAtRestOptions) => any;
3449
+ /**
3450
+ * @internal
3451
+ */
3452
+ export declare const LogPublishingOptionFilterSensitiveLog: (obj: LogPublishingOption) => any;
3453
+ /**
3454
+ * @internal
3455
+ */
3456
+ export declare const NodeToNodeEncryptionOptionsFilterSensitiveLog: (obj: NodeToNodeEncryptionOptions) => any;
3457
+ /**
3458
+ * @internal
3459
+ */
3460
+ export declare const SnapshotOptionsFilterSensitiveLog: (obj: SnapshotOptions) => any;
3461
+ /**
3462
+ * @internal
3463
+ */
3464
+ export declare const VPCOptionsFilterSensitiveLog: (obj: VPCOptions) => any;
3465
+ /**
3466
+ * @internal
3467
+ */
3468
+ export declare const CreateElasticsearchDomainRequestFilterSensitiveLog: (obj: CreateElasticsearchDomainRequest) => any;
3469
+ /**
3470
+ * @internal
3471
+ */
3472
+ export declare const AutoTuneOptionsOutputFilterSensitiveLog: (obj: AutoTuneOptionsOutput) => any;
3473
+ /**
3474
+ * @internal
3475
+ */
3476
+ export declare const ChangeProgressDetailsFilterSensitiveLog: (obj: ChangeProgressDetails) => any;
3477
+ /**
3478
+ * @internal
3479
+ */
3480
+ export declare const VPCDerivedInfoFilterSensitiveLog: (obj: VPCDerivedInfo) => any;
3481
+ /**
3482
+ * @internal
3483
+ */
3484
+ export declare const ElasticsearchDomainStatusFilterSensitiveLog: (obj: ElasticsearchDomainStatus) => any;
3485
+ /**
3486
+ * @internal
3487
+ */
3488
+ export declare const CreateElasticsearchDomainResponseFilterSensitiveLog: (obj: CreateElasticsearchDomainResponse) => any;
3489
+ /**
3490
+ * @internal
3491
+ */
3492
+ export declare const CreateOutboundCrossClusterSearchConnectionRequestFilterSensitiveLog: (obj: CreateOutboundCrossClusterSearchConnectionRequest) => any;
3493
+ /**
3494
+ * @internal
3495
+ */
3496
+ export declare const OutboundCrossClusterSearchConnectionStatusFilterSensitiveLog: (obj: OutboundCrossClusterSearchConnectionStatus) => any;
3497
+ /**
3498
+ * @internal
3499
+ */
3500
+ export declare const CreateOutboundCrossClusterSearchConnectionResponseFilterSensitiveLog: (obj: CreateOutboundCrossClusterSearchConnectionResponse) => any;
3501
+ /**
3502
+ * @internal
3503
+ */
3504
+ export declare const PackageSourceFilterSensitiveLog: (obj: PackageSource) => any;
3505
+ /**
3506
+ * @internal
3507
+ */
3508
+ export declare const CreatePackageRequestFilterSensitiveLog: (obj: CreatePackageRequest) => any;
3509
+ /**
3510
+ * @internal
3511
+ */
3512
+ export declare const PackageDetailsFilterSensitiveLog: (obj: PackageDetails) => any;
3513
+ /**
3514
+ * @internal
3515
+ */
3516
+ export declare const CreatePackageResponseFilterSensitiveLog: (obj: CreatePackageResponse) => any;
3517
+ /**
3518
+ * @internal
3519
+ */
3520
+ export declare const DeleteElasticsearchDomainRequestFilterSensitiveLog: (obj: DeleteElasticsearchDomainRequest) => any;
3521
+ /**
3522
+ * @internal
3523
+ */
3524
+ export declare const DeleteElasticsearchDomainResponseFilterSensitiveLog: (obj: DeleteElasticsearchDomainResponse) => any;
3525
+ /**
3526
+ * @internal
3527
+ */
3528
+ export declare const DeleteInboundCrossClusterSearchConnectionRequestFilterSensitiveLog: (obj: DeleteInboundCrossClusterSearchConnectionRequest) => any;
3529
+ /**
3530
+ * @internal
3531
+ */
3532
+ export declare const DeleteInboundCrossClusterSearchConnectionResponseFilterSensitiveLog: (obj: DeleteInboundCrossClusterSearchConnectionResponse) => any;
3533
+ /**
3534
+ * @internal
3535
+ */
3536
+ export declare const DeleteOutboundCrossClusterSearchConnectionRequestFilterSensitiveLog: (obj: DeleteOutboundCrossClusterSearchConnectionRequest) => any;
3537
+ /**
3538
+ * @internal
3539
+ */
3540
+ export declare const OutboundCrossClusterSearchConnectionFilterSensitiveLog: (obj: OutboundCrossClusterSearchConnection) => any;
3541
+ /**
3542
+ * @internal
3543
+ */
3544
+ export declare const DeleteOutboundCrossClusterSearchConnectionResponseFilterSensitiveLog: (obj: DeleteOutboundCrossClusterSearchConnectionResponse) => any;
3545
+ /**
3546
+ * @internal
3547
+ */
3548
+ export declare const DeletePackageRequestFilterSensitiveLog: (obj: DeletePackageRequest) => any;
3549
+ /**
3550
+ * @internal
3551
+ */
3552
+ export declare const DeletePackageResponseFilterSensitiveLog: (obj: DeletePackageResponse) => any;
3553
+ /**
3554
+ * @internal
3555
+ */
3556
+ export declare const DescribeDomainAutoTunesRequestFilterSensitiveLog: (obj: DescribeDomainAutoTunesRequest) => any;
3557
+ /**
3558
+ * @internal
3559
+ */
3560
+ export declare const ScheduledAutoTuneDetailsFilterSensitiveLog: (obj: ScheduledAutoTuneDetails) => any;
3561
+ /**
3562
+ * @internal
3563
+ */
3564
+ export declare const AutoTuneDetailsFilterSensitiveLog: (obj: AutoTuneDetails) => any;
3565
+ /**
3566
+ * @internal
3567
+ */
3568
+ export declare const AutoTuneFilterSensitiveLog: (obj: AutoTune) => any;
3569
+ /**
3570
+ * @internal
3571
+ */
3572
+ export declare const DescribeDomainAutoTunesResponseFilterSensitiveLog: (obj: DescribeDomainAutoTunesResponse) => any;
3573
+ /**
3574
+ * @internal
3575
+ */
3576
+ export declare const DescribeDomainChangeProgressRequestFilterSensitiveLog: (obj: DescribeDomainChangeProgressRequest) => any;
3577
+ /**
3578
+ * @internal
3579
+ */
3580
+ export declare const ChangeProgressStageFilterSensitiveLog: (obj: ChangeProgressStage) => any;
3581
+ /**
3582
+ * @internal
3583
+ */
3584
+ export declare const ChangeProgressStatusDetailsFilterSensitiveLog: (obj: ChangeProgressStatusDetails) => any;
3585
+ /**
3586
+ * @internal
3587
+ */
3588
+ export declare const DescribeDomainChangeProgressResponseFilterSensitiveLog: (obj: DescribeDomainChangeProgressResponse) => any;
3589
+ /**
3590
+ * @internal
3591
+ */
3592
+ export declare const DescribeElasticsearchDomainRequestFilterSensitiveLog: (obj: DescribeElasticsearchDomainRequest) => any;
3593
+ /**
3594
+ * @internal
3595
+ */
3596
+ export declare const DescribeElasticsearchDomainResponseFilterSensitiveLog: (obj: DescribeElasticsearchDomainResponse) => any;
3597
+ /**
3598
+ * @internal
3599
+ */
3600
+ export declare const DescribeElasticsearchDomainConfigRequestFilterSensitiveLog: (obj: DescribeElasticsearchDomainConfigRequest) => any;
3601
+ /**
3602
+ * @internal
3603
+ */
3604
+ export declare const AutoTuneOptionsFilterSensitiveLog: (obj: AutoTuneOptions) => any;
3605
+ /**
3606
+ * @internal
3607
+ */
3608
+ export declare const AutoTuneStatusFilterSensitiveLog: (obj: AutoTuneStatus) => any;
3609
+ /**
3610
+ * @internal
3611
+ */
3612
+ export declare const AutoTuneOptionsStatusFilterSensitiveLog: (obj: AutoTuneOptionsStatus) => any;
3613
+ /**
3614
+ * @internal
3615
+ */
3616
+ export declare const CognitoOptionsStatusFilterSensitiveLog: (obj: CognitoOptionsStatus) => any;
3617
+ /**
3618
+ * @internal
3619
+ */
3620
+ export declare const DomainEndpointOptionsStatusFilterSensitiveLog: (obj: DomainEndpointOptionsStatus) => any;
3621
+ /**
3622
+ * @internal
3623
+ */
3624
+ export declare const EBSOptionsStatusFilterSensitiveLog: (obj: EBSOptionsStatus) => any;
3625
+ /**
3626
+ * @internal
3627
+ */
3628
+ export declare const ElasticsearchClusterConfigStatusFilterSensitiveLog: (obj: ElasticsearchClusterConfigStatus) => any;
3629
+ /**
3630
+ * @internal
3631
+ */
3632
+ export declare const ElasticsearchVersionStatusFilterSensitiveLog: (obj: ElasticsearchVersionStatus) => any;
3633
+ /**
3634
+ * @internal
3635
+ */
3636
+ export declare const EncryptionAtRestOptionsStatusFilterSensitiveLog: (obj: EncryptionAtRestOptionsStatus) => any;
3637
+ /**
3638
+ * @internal
3639
+ */
3640
+ export declare const LogPublishingOptionsStatusFilterSensitiveLog: (obj: LogPublishingOptionsStatus) => any;
3641
+ /**
3642
+ * @internal
3643
+ */
3644
+ export declare const NodeToNodeEncryptionOptionsStatusFilterSensitiveLog: (obj: NodeToNodeEncryptionOptionsStatus) => any;
3645
+ /**
3646
+ * @internal
3647
+ */
3648
+ export declare const SnapshotOptionsStatusFilterSensitiveLog: (obj: SnapshotOptionsStatus) => any;
3649
+ /**
3650
+ * @internal
3651
+ */
3652
+ export declare const VPCDerivedInfoStatusFilterSensitiveLog: (obj: VPCDerivedInfoStatus) => any;
3653
+ /**
3654
+ * @internal
3655
+ */
3656
+ export declare const ElasticsearchDomainConfigFilterSensitiveLog: (obj: ElasticsearchDomainConfig) => any;
3657
+ /**
3658
+ * @internal
3659
+ */
3660
+ export declare const DescribeElasticsearchDomainConfigResponseFilterSensitiveLog: (obj: DescribeElasticsearchDomainConfigResponse) => any;
3661
+ /**
3662
+ * @internal
3663
+ */
3664
+ export declare const DescribeElasticsearchDomainsRequestFilterSensitiveLog: (obj: DescribeElasticsearchDomainsRequest) => any;
3665
+ /**
3666
+ * @internal
3667
+ */
3668
+ export declare const DescribeElasticsearchDomainsResponseFilterSensitiveLog: (obj: DescribeElasticsearchDomainsResponse) => any;
3669
+ /**
3670
+ * @internal
3671
+ */
3672
+ export declare const DescribeElasticsearchInstanceTypeLimitsRequestFilterSensitiveLog: (obj: DescribeElasticsearchInstanceTypeLimitsRequest) => any;
3673
+ /**
3674
+ * @internal
3675
+ */
3676
+ export declare const InstanceCountLimitsFilterSensitiveLog: (obj: InstanceCountLimits) => any;
3677
+ /**
3678
+ * @internal
3679
+ */
3680
+ export declare const InstanceLimitsFilterSensitiveLog: (obj: InstanceLimits) => any;
3681
+ /**
3682
+ * @internal
3683
+ */
3684
+ export declare const StorageTypeLimitFilterSensitiveLog: (obj: StorageTypeLimit) => any;
3685
+ /**
3686
+ * @internal
3687
+ */
3688
+ export declare const StorageTypeFilterSensitiveLog: (obj: StorageType) => any;
3689
+ /**
3690
+ * @internal
3691
+ */
3692
+ export declare const LimitsFilterSensitiveLog: (obj: Limits) => any;
3693
+ /**
3694
+ * @internal
3695
+ */
3696
+ export declare const DescribeElasticsearchInstanceTypeLimitsResponseFilterSensitiveLog: (obj: DescribeElasticsearchInstanceTypeLimitsResponse) => any;
3697
+ /**
3698
+ * @internal
3699
+ */
3700
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
3701
+ /**
3702
+ * @internal
3703
+ */
3704
+ export declare const DescribeInboundCrossClusterSearchConnectionsRequestFilterSensitiveLog: (obj: DescribeInboundCrossClusterSearchConnectionsRequest) => any;
3705
+ /**
3706
+ * @internal
3707
+ */
3708
+ export declare const DescribeInboundCrossClusterSearchConnectionsResponseFilterSensitiveLog: (obj: DescribeInboundCrossClusterSearchConnectionsResponse) => any;
3709
+ /**
3710
+ * @internal
3711
+ */
3712
+ export declare const DescribeOutboundCrossClusterSearchConnectionsRequestFilterSensitiveLog: (obj: DescribeOutboundCrossClusterSearchConnectionsRequest) => any;
3713
+ /**
3714
+ * @internal
3715
+ */
3716
+ export declare const DescribeOutboundCrossClusterSearchConnectionsResponseFilterSensitiveLog: (obj: DescribeOutboundCrossClusterSearchConnectionsResponse) => any;
3717
+ /**
3718
+ * @internal
3719
+ */
3720
+ export declare const DescribePackagesFilterFilterSensitiveLog: (obj: DescribePackagesFilter) => any;
3721
+ /**
3722
+ * @internal
3723
+ */
3724
+ export declare const DescribePackagesRequestFilterSensitiveLog: (obj: DescribePackagesRequest) => any;
3725
+ /**
3726
+ * @internal
3727
+ */
3728
+ export declare const DescribePackagesResponseFilterSensitiveLog: (obj: DescribePackagesResponse) => any;
3729
+ /**
3730
+ * @internal
3731
+ */
3732
+ export declare const DescribeReservedElasticsearchInstanceOfferingsRequestFilterSensitiveLog: (obj: DescribeReservedElasticsearchInstanceOfferingsRequest) => any;
3733
+ /**
3734
+ * @internal
3735
+ */
3736
+ export declare const RecurringChargeFilterSensitiveLog: (obj: RecurringCharge) => any;
3737
+ /**
3738
+ * @internal
3739
+ */
3740
+ export declare const ReservedElasticsearchInstanceOfferingFilterSensitiveLog: (obj: ReservedElasticsearchInstanceOffering) => any;
3741
+ /**
3742
+ * @internal
3743
+ */
3744
+ export declare const DescribeReservedElasticsearchInstanceOfferingsResponseFilterSensitiveLog: (obj: DescribeReservedElasticsearchInstanceOfferingsResponse) => any;
3745
+ /**
3746
+ * @internal
3747
+ */
3748
+ export declare const DescribeReservedElasticsearchInstancesRequestFilterSensitiveLog: (obj: DescribeReservedElasticsearchInstancesRequest) => any;
3749
+ /**
3750
+ * @internal
3751
+ */
3752
+ export declare const ReservedElasticsearchInstanceFilterSensitiveLog: (obj: ReservedElasticsearchInstance) => any;
3753
+ /**
3754
+ * @internal
3755
+ */
3756
+ export declare const DescribeReservedElasticsearchInstancesResponseFilterSensitiveLog: (obj: DescribeReservedElasticsearchInstancesResponse) => any;
3757
+ /**
3758
+ * @internal
3759
+ */
3760
+ export declare const DissociatePackageRequestFilterSensitiveLog: (obj: DissociatePackageRequest) => any;
3761
+ /**
3762
+ * @internal
3763
+ */
3764
+ export declare const DissociatePackageResponseFilterSensitiveLog: (obj: DissociatePackageResponse) => any;
3765
+ /**
3766
+ * @internal
3767
+ */
3768
+ export declare const GetCompatibleElasticsearchVersionsRequestFilterSensitiveLog: (obj: GetCompatibleElasticsearchVersionsRequest) => any;
3769
+ /**
3770
+ * @internal
3771
+ */
3772
+ export declare const CompatibleVersionsMapFilterSensitiveLog: (obj: CompatibleVersionsMap) => any;
3773
+ /**
3774
+ * @internal
3775
+ */
3776
+ export declare const GetCompatibleElasticsearchVersionsResponseFilterSensitiveLog: (obj: GetCompatibleElasticsearchVersionsResponse) => any;
3777
+ /**
3778
+ * @internal
3779
+ */
3780
+ export declare const GetPackageVersionHistoryRequestFilterSensitiveLog: (obj: GetPackageVersionHistoryRequest) => any;
3781
+ /**
3782
+ * @internal
3783
+ */
3784
+ export declare const PackageVersionHistoryFilterSensitiveLog: (obj: PackageVersionHistory) => any;
3785
+ /**
3786
+ * @internal
3787
+ */
3788
+ export declare const GetPackageVersionHistoryResponseFilterSensitiveLog: (obj: GetPackageVersionHistoryResponse) => any;
3789
+ /**
3790
+ * @internal
3791
+ */
3792
+ export declare const GetUpgradeHistoryRequestFilterSensitiveLog: (obj: GetUpgradeHistoryRequest) => any;
3793
+ /**
3794
+ * @internal
3795
+ */
3796
+ export declare const UpgradeStepItemFilterSensitiveLog: (obj: UpgradeStepItem) => any;
3797
+ /**
3798
+ * @internal
3799
+ */
3800
+ export declare const UpgradeHistoryFilterSensitiveLog: (obj: UpgradeHistory) => any;
3801
+ /**
3802
+ * @internal
3803
+ */
3804
+ export declare const GetUpgradeHistoryResponseFilterSensitiveLog: (obj: GetUpgradeHistoryResponse) => any;
3805
+ /**
3806
+ * @internal
3807
+ */
3808
+ export declare const GetUpgradeStatusRequestFilterSensitiveLog: (obj: GetUpgradeStatusRequest) => any;
3809
+ /**
3810
+ * @internal
3811
+ */
3812
+ export declare const GetUpgradeStatusResponseFilterSensitiveLog: (obj: GetUpgradeStatusResponse) => any;
3813
+ /**
3814
+ * @internal
3815
+ */
3816
+ export declare const ListDomainNamesRequestFilterSensitiveLog: (obj: ListDomainNamesRequest) => any;
3817
+ /**
3818
+ * @internal
3819
+ */
3820
+ export declare const DomainInfoFilterSensitiveLog: (obj: DomainInfo) => any;
3821
+ /**
3822
+ * @internal
3823
+ */
3824
+ export declare const ListDomainNamesResponseFilterSensitiveLog: (obj: ListDomainNamesResponse) => any;
3825
+ /**
3826
+ * @internal
3827
+ */
3828
+ export declare const ListDomainsForPackageRequestFilterSensitiveLog: (obj: ListDomainsForPackageRequest) => any;
3829
+ /**
3830
+ * @internal
3831
+ */
3832
+ export declare const ListDomainsForPackageResponseFilterSensitiveLog: (obj: ListDomainsForPackageResponse) => any;
3833
+ /**
3834
+ * @internal
3835
+ */
3836
+ export declare const ListElasticsearchInstanceTypesRequestFilterSensitiveLog: (obj: ListElasticsearchInstanceTypesRequest) => any;
3837
+ /**
3838
+ * @internal
3839
+ */
3840
+ export declare const ListElasticsearchInstanceTypesResponseFilterSensitiveLog: (obj: ListElasticsearchInstanceTypesResponse) => any;
3841
+ /**
3842
+ * @internal
3843
+ */
3844
+ export declare const ListElasticsearchVersionsRequestFilterSensitiveLog: (obj: ListElasticsearchVersionsRequest) => any;
3845
+ /**
3846
+ * @internal
3847
+ */
3848
+ export declare const ListElasticsearchVersionsResponseFilterSensitiveLog: (obj: ListElasticsearchVersionsResponse) => any;
3849
+ /**
3850
+ * @internal
3851
+ */
3852
+ export declare const ListPackagesForDomainRequestFilterSensitiveLog: (obj: ListPackagesForDomainRequest) => any;
3853
+ /**
3854
+ * @internal
3855
+ */
3856
+ export declare const ListPackagesForDomainResponseFilterSensitiveLog: (obj: ListPackagesForDomainResponse) => any;
3857
+ /**
3858
+ * @internal
3859
+ */
3860
+ export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
3861
+ /**
3862
+ * @internal
3863
+ */
3864
+ export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
3865
+ /**
3866
+ * @internal
3867
+ */
3868
+ export declare const PurchaseReservedElasticsearchInstanceOfferingRequestFilterSensitiveLog: (obj: PurchaseReservedElasticsearchInstanceOfferingRequest) => any;
3869
+ /**
3870
+ * @internal
3871
+ */
3872
+ export declare const PurchaseReservedElasticsearchInstanceOfferingResponseFilterSensitiveLog: (obj: PurchaseReservedElasticsearchInstanceOfferingResponse) => any;
3873
+ /**
3874
+ * @internal
3875
+ */
3876
+ export declare const RejectInboundCrossClusterSearchConnectionRequestFilterSensitiveLog: (obj: RejectInboundCrossClusterSearchConnectionRequest) => any;
3877
+ /**
3878
+ * @internal
3879
+ */
3880
+ export declare const RejectInboundCrossClusterSearchConnectionResponseFilterSensitiveLog: (obj: RejectInboundCrossClusterSearchConnectionResponse) => any;
3881
+ /**
3882
+ * @internal
3883
+ */
3884
+ export declare const RemoveTagsRequestFilterSensitiveLog: (obj: RemoveTagsRequest) => any;
3885
+ /**
3886
+ * @internal
3887
+ */
3888
+ export declare const StartElasticsearchServiceSoftwareUpdateRequestFilterSensitiveLog: (obj: StartElasticsearchServiceSoftwareUpdateRequest) => any;
3889
+ /**
3890
+ * @internal
3891
+ */
3892
+ export declare const StartElasticsearchServiceSoftwareUpdateResponseFilterSensitiveLog: (obj: StartElasticsearchServiceSoftwareUpdateResponse) => any;
3893
+ /**
3894
+ * @internal
3895
+ */
3896
+ export declare const UpdateElasticsearchDomainConfigRequestFilterSensitiveLog: (obj: UpdateElasticsearchDomainConfigRequest) => any;
3897
+ /**
3898
+ * @internal
3899
+ */
3900
+ export declare const DryRunResultsFilterSensitiveLog: (obj: DryRunResults) => any;
3901
+ /**
3902
+ * @internal
3903
+ */
3904
+ export declare const UpdateElasticsearchDomainConfigResponseFilterSensitiveLog: (obj: UpdateElasticsearchDomainConfigResponse) => any;
3905
+ /**
3906
+ * @internal
3907
+ */
3908
+ export declare const UpdatePackageRequestFilterSensitiveLog: (obj: UpdatePackageRequest) => any;
3909
+ /**
3910
+ * @internal
3911
+ */
3912
+ export declare const UpdatePackageResponseFilterSensitiveLog: (obj: UpdatePackageResponse) => any;
3913
+ /**
3914
+ * @internal
3915
+ */
3916
+ export declare const UpgradeElasticsearchDomainRequestFilterSensitiveLog: (obj: UpgradeElasticsearchDomainRequest) => any;
3917
+ /**
3918
+ * @internal
3919
+ */
3920
+ export declare const UpgradeElasticsearchDomainResponseFilterSensitiveLog: (obj: UpgradeElasticsearchDomainResponse) => any;