@aws-sdk/client-elasticsearch-service 3.49.0 → 3.50.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 (84) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/ElasticsearchService.js +15 -0
  3. package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +36 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_0.js +41 -4
  6. package/dist-cjs/protocols/Aws_restJson1.js +160 -2
  7. package/dist-es/ElasticsearchService.js +15 -0
  8. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +39 -0
  9. package/dist-es/commands/index.js +1 -0
  10. package/dist-es/models/models_0.js +27 -0
  11. package/dist-es/protocols/Aws_restJson1.js +175 -0
  12. package/dist-types/ElasticsearchService.d.ts +8 -0
  13. package/dist-types/ElasticsearchServiceClient.d.ts +3 -2
  14. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +36 -0
  15. package/dist-types/commands/index.d.ts +1 -0
  16. package/dist-types/models/models_0.d.ts +144 -0
  17. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  18. package/package.json +25 -25
  19. package/dist-types/ts3.4/ElasticsearchService.d.ts +0 -205
  20. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +0 -113
  21. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +0 -16
  30. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/index.d.ts +0 -40
  62. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  63. package/dist-types/ts3.4/index.d.ts +0 -5
  64. package/dist-types/ts3.4/models/index.d.ts +0 -1
  65. package/dist-types/ts3.4/models/models_0.d.ts +0 -2066
  66. package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +0 -4
  67. package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +0 -4
  68. package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +0 -4
  69. package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +0 -4
  70. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +0 -4
  71. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +0 -4
  72. package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +0 -4
  73. package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +0 -4
  74. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  75. package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +0 -4
  76. package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +0 -4
  77. package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +0 -4
  78. package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +0 -4
  79. package/dist-types/ts3.4/pagination/index.d.ts +0 -13
  80. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -122
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,2066 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface AcceptInboundCrossClusterSearchConnectionRequest {
4
-
5
- CrossClusterSearchConnectionId: string | undefined;
6
- }
7
- export declare namespace AcceptInboundCrossClusterSearchConnectionRequest {
8
-
9
- const filterSensitiveLog: (obj: AcceptInboundCrossClusterSearchConnectionRequest) => any;
10
- }
11
- export declare enum InboundCrossClusterSearchConnectionStatusCode {
12
- APPROVED = "APPROVED",
13
- DELETED = "DELETED",
14
- DELETING = "DELETING",
15
- PENDING_ACCEPTANCE = "PENDING_ACCEPTANCE",
16
- REJECTED = "REJECTED",
17
- REJECTING = "REJECTING"
18
- }
19
-
20
- export interface InboundCrossClusterSearchConnectionStatus {
21
-
22
- StatusCode?: InboundCrossClusterSearchConnectionStatusCode | string;
23
-
24
- Message?: string;
25
- }
26
- export declare namespace InboundCrossClusterSearchConnectionStatus {
27
-
28
- const filterSensitiveLog: (obj: InboundCrossClusterSearchConnectionStatus) => any;
29
- }
30
- export interface DomainInformation {
31
- OwnerId?: string;
32
-
33
- DomainName: string | undefined;
34
- Region?: string;
35
- }
36
- export declare namespace DomainInformation {
37
-
38
- const filterSensitiveLog: (obj: DomainInformation) => any;
39
- }
40
-
41
- export interface InboundCrossClusterSearchConnection {
42
-
43
- SourceDomainInfo?: DomainInformation;
44
-
45
- DestinationDomainInfo?: DomainInformation;
46
-
47
- CrossClusterSearchConnectionId?: string;
48
-
49
- ConnectionStatus?: InboundCrossClusterSearchConnectionStatus;
50
- }
51
- export declare namespace InboundCrossClusterSearchConnection {
52
-
53
- const filterSensitiveLog: (obj: InboundCrossClusterSearchConnection) => any;
54
- }
55
-
56
- export interface AcceptInboundCrossClusterSearchConnectionResponse {
57
-
58
- CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
59
- }
60
- export declare namespace AcceptInboundCrossClusterSearchConnectionResponse {
61
-
62
- const filterSensitiveLog: (obj: AcceptInboundCrossClusterSearchConnectionResponse) => any;
63
- }
64
-
65
- export interface DisabledOperationException extends __SmithyException, $MetadataBearer {
66
- name: "DisabledOperationException";
67
- $fault: "client";
68
-
69
- message?: string;
70
- }
71
-
72
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
73
- name: "LimitExceededException";
74
- $fault: "client";
75
-
76
- message?: string;
77
- }
78
-
79
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
80
- name: "ResourceNotFoundException";
81
- $fault: "client";
82
-
83
- message?: string;
84
- }
85
-
86
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
87
- name: "AccessDeniedException";
88
- $fault: "client";
89
-
90
- message?: string;
91
- }
92
- export declare type OptionState = "Active" | "Processing" | "RequiresIndexDocuments";
93
-
94
- export interface OptionStatus {
95
-
96
- CreationDate: Date | undefined;
97
-
98
- UpdateDate: Date | undefined;
99
-
100
- UpdateVersion?: number;
101
-
102
- State: OptionState | string | undefined;
103
-
104
- PendingDeletion?: boolean;
105
- }
106
- export declare namespace OptionStatus {
107
-
108
- const filterSensitiveLog: (obj: OptionStatus) => any;
109
- }
110
-
111
- export interface AccessPoliciesStatus {
112
-
113
- Options: string | undefined;
114
-
115
- Status: OptionStatus | undefined;
116
- }
117
- export declare namespace AccessPoliciesStatus {
118
-
119
- const filterSensitiveLog: (obj: AccessPoliciesStatus) => any;
120
- }
121
-
122
- export interface AdditionalLimit {
123
-
124
- LimitName?: string;
125
-
126
- LimitValues?: string[];
127
- }
128
- export declare namespace AdditionalLimit {
129
-
130
- const filterSensitiveLog: (obj: AdditionalLimit) => any;
131
- }
132
-
133
- export interface Tag {
134
-
135
- Key: string | undefined;
136
-
137
- Value: string | undefined;
138
- }
139
- export declare namespace Tag {
140
-
141
- const filterSensitiveLog: (obj: Tag) => any;
142
- }
143
-
144
- export interface AddTagsRequest {
145
-
146
- ARN: string | undefined;
147
-
148
- TagList: Tag[] | undefined;
149
- }
150
- export declare namespace AddTagsRequest {
151
-
152
- const filterSensitiveLog: (obj: AddTagsRequest) => any;
153
- }
154
-
155
- export interface BaseException extends __SmithyException, $MetadataBearer {
156
- name: "BaseException";
157
- $fault: "client";
158
-
159
- message?: string;
160
- }
161
-
162
- export interface InternalException extends __SmithyException, $MetadataBearer {
163
- name: "InternalException";
164
- $fault: "server";
165
-
166
- message?: string;
167
- }
168
-
169
- export interface ValidationException extends __SmithyException, $MetadataBearer {
170
- name: "ValidationException";
171
- $fault: "client";
172
-
173
- message?: string;
174
- }
175
-
176
- export interface AdvancedOptionsStatus {
177
-
178
- Options: {
179
- [key: string]: string;
180
- } | undefined;
181
-
182
- Status: OptionStatus | undefined;
183
- }
184
- export declare namespace AdvancedOptionsStatus {
185
-
186
- const filterSensitiveLog: (obj: AdvancedOptionsStatus) => any;
187
- }
188
-
189
- export interface SAMLIdp {
190
-
191
- MetadataContent: string | undefined;
192
-
193
- EntityId: string | undefined;
194
- }
195
- export declare namespace SAMLIdp {
196
-
197
- const filterSensitiveLog: (obj: SAMLIdp) => any;
198
- }
199
-
200
- export interface SAMLOptionsOutput {
201
-
202
- Enabled?: boolean;
203
-
204
- Idp?: SAMLIdp;
205
-
206
- SubjectKey?: string;
207
-
208
- RolesKey?: string;
209
-
210
- SessionTimeoutMinutes?: number;
211
- }
212
- export declare namespace SAMLOptionsOutput {
213
-
214
- const filterSensitiveLog: (obj: SAMLOptionsOutput) => any;
215
- }
216
-
217
- export interface AdvancedSecurityOptions {
218
-
219
- Enabled?: boolean;
220
-
221
- InternalUserDatabaseEnabled?: boolean;
222
-
223
- SAMLOptions?: SAMLOptionsOutput;
224
-
225
- AnonymousAuthDisableDate?: Date;
226
-
227
- AnonymousAuthEnabled?: boolean;
228
- }
229
- export declare namespace AdvancedSecurityOptions {
230
-
231
- const filterSensitiveLog: (obj: AdvancedSecurityOptions) => any;
232
- }
233
-
234
- export interface MasterUserOptions {
235
-
236
- MasterUserARN?: string;
237
-
238
- MasterUserName?: string;
239
-
240
- MasterUserPassword?: string;
241
- }
242
- export declare namespace MasterUserOptions {
243
-
244
- const filterSensitiveLog: (obj: MasterUserOptions) => any;
245
- }
246
-
247
- export interface SAMLOptionsInput {
248
-
249
- Enabled?: boolean;
250
-
251
- Idp?: SAMLIdp;
252
-
253
- MasterUserName?: string;
254
-
255
- MasterBackendRole?: string;
256
-
257
- SubjectKey?: string;
258
-
259
- RolesKey?: string;
260
-
261
- SessionTimeoutMinutes?: number;
262
- }
263
- export declare namespace SAMLOptionsInput {
264
-
265
- const filterSensitiveLog: (obj: SAMLOptionsInput) => any;
266
- }
267
-
268
- export interface AdvancedSecurityOptionsInput {
269
-
270
- Enabled?: boolean;
271
-
272
- InternalUserDatabaseEnabled?: boolean;
273
-
274
- MasterUserOptions?: MasterUserOptions;
275
-
276
- SAMLOptions?: SAMLOptionsInput;
277
-
278
- AnonymousAuthEnabled?: boolean;
279
- }
280
- export declare namespace AdvancedSecurityOptionsInput {
281
-
282
- const filterSensitiveLog: (obj: AdvancedSecurityOptionsInput) => any;
283
- }
284
-
285
- export interface AdvancedSecurityOptionsStatus {
286
-
287
- Options: AdvancedSecurityOptions | undefined;
288
-
289
- Status: OptionStatus | undefined;
290
- }
291
- export declare namespace AdvancedSecurityOptionsStatus {
292
-
293
- const filterSensitiveLog: (obj: AdvancedSecurityOptionsStatus) => any;
294
- }
295
-
296
- export interface AssociatePackageRequest {
297
-
298
- PackageID: string | undefined;
299
-
300
- DomainName: string | undefined;
301
- }
302
- export declare namespace AssociatePackageRequest {
303
-
304
- const filterSensitiveLog: (obj: AssociatePackageRequest) => any;
305
- }
306
- export declare type DomainPackageStatus = "ACTIVE" | "ASSOCIATING" | "ASSOCIATION_FAILED" | "DISSOCIATING" | "DISSOCIATION_FAILED";
307
- export interface ErrorDetails {
308
- ErrorType?: string;
309
- ErrorMessage?: string;
310
- }
311
- export declare namespace ErrorDetails {
312
-
313
- const filterSensitiveLog: (obj: ErrorDetails) => any;
314
- }
315
- export declare type PackageType = "TXT-DICTIONARY";
316
-
317
- export interface DomainPackageDetails {
318
-
319
- PackageID?: string;
320
-
321
- PackageName?: string;
322
-
323
- PackageType?: PackageType | string;
324
-
325
- LastUpdated?: Date;
326
-
327
- DomainName?: string;
328
-
329
- DomainPackageStatus?: DomainPackageStatus | string;
330
- PackageVersion?: string;
331
-
332
- ReferencePath?: string;
333
-
334
- ErrorDetails?: ErrorDetails;
335
- }
336
- export declare namespace DomainPackageDetails {
337
-
338
- const filterSensitiveLog: (obj: DomainPackageDetails) => any;
339
- }
340
-
341
- export interface AssociatePackageResponse {
342
-
343
- DomainPackageDetails?: DomainPackageDetails;
344
- }
345
- export declare namespace AssociatePackageResponse {
346
-
347
- const filterSensitiveLog: (obj: AssociatePackageResponse) => any;
348
- }
349
-
350
- export interface ConflictException extends __SmithyException, $MetadataBearer {
351
- name: "ConflictException";
352
- $fault: "client";
353
-
354
- message?: string;
355
- }
356
-
357
- export interface CancelElasticsearchServiceSoftwareUpdateRequest {
358
-
359
- DomainName: string | undefined;
360
- }
361
- export declare namespace CancelElasticsearchServiceSoftwareUpdateRequest {
362
-
363
- const filterSensitiveLog: (obj: CancelElasticsearchServiceSoftwareUpdateRequest) => any;
364
- }
365
- export declare type DeploymentStatus = "COMPLETED" | "ELIGIBLE" | "IN_PROGRESS" | "NOT_ELIGIBLE" | "PENDING_UPDATE";
366
-
367
- export interface ServiceSoftwareOptions {
368
-
369
- CurrentVersion?: string;
370
-
371
- NewVersion?: string;
372
-
373
- UpdateAvailable?: boolean;
374
-
375
- Cancellable?: boolean;
376
-
377
- UpdateStatus?: DeploymentStatus | string;
378
-
379
- Description?: string;
380
-
381
- AutomatedUpdateDate?: Date;
382
-
383
- OptionalDeployment?: boolean;
384
- }
385
- export declare namespace ServiceSoftwareOptions {
386
-
387
- const filterSensitiveLog: (obj: ServiceSoftwareOptions) => any;
388
- }
389
-
390
- export interface CancelElasticsearchServiceSoftwareUpdateResponse {
391
-
392
- ServiceSoftwareOptions?: ServiceSoftwareOptions;
393
- }
394
- export declare namespace CancelElasticsearchServiceSoftwareUpdateResponse {
395
-
396
- const filterSensitiveLog: (obj: CancelElasticsearchServiceSoftwareUpdateResponse) => any;
397
- }
398
- export declare enum AutoTuneDesiredState {
399
- DISABLED = "DISABLED",
400
- ENABLED = "ENABLED"
401
- }
402
- export declare enum TimeUnit {
403
- HOURS = "HOURS"
404
- }
405
-
406
- export interface Duration {
407
-
408
- Value?: number;
409
-
410
- Unit?: TimeUnit | string;
411
- }
412
- export declare namespace Duration {
413
-
414
- const filterSensitiveLog: (obj: Duration) => any;
415
- }
416
-
417
- export interface AutoTuneMaintenanceSchedule {
418
-
419
- StartAt?: Date;
420
-
421
- Duration?: Duration;
422
-
423
- CronExpressionForRecurrence?: string;
424
- }
425
- export declare namespace AutoTuneMaintenanceSchedule {
426
-
427
- const filterSensitiveLog: (obj: AutoTuneMaintenanceSchedule) => any;
428
- }
429
-
430
- export interface AutoTuneOptionsInput {
431
-
432
- DesiredState?: AutoTuneDesiredState | string;
433
-
434
- MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
435
- }
436
- export declare namespace AutoTuneOptionsInput {
437
-
438
- const filterSensitiveLog: (obj: AutoTuneOptionsInput) => any;
439
- }
440
-
441
- export interface CognitoOptions {
442
-
443
- Enabled?: boolean;
444
-
445
- UserPoolId?: string;
446
-
447
- IdentityPoolId?: string;
448
-
449
- RoleArn?: string;
450
- }
451
- export declare namespace CognitoOptions {
452
-
453
- const filterSensitiveLog: (obj: CognitoOptions) => any;
454
- }
455
- export declare enum TLSSecurityPolicy {
456
- POLICY_MIN_TLS_1_0_2019_07 = "Policy-Min-TLS-1-0-2019-07",
457
- POLICY_MIN_TLS_1_2_2019_07 = "Policy-Min-TLS-1-2-2019-07"
458
- }
459
-
460
- export interface DomainEndpointOptions {
461
-
462
- EnforceHTTPS?: boolean;
463
-
464
- TLSSecurityPolicy?: TLSSecurityPolicy | string;
465
-
466
- CustomEndpointEnabled?: boolean;
467
-
468
- CustomEndpoint?: string;
469
-
470
- CustomEndpointCertificateArn?: string;
471
- }
472
- export declare namespace DomainEndpointOptions {
473
-
474
- const filterSensitiveLog: (obj: DomainEndpointOptions) => any;
475
- }
476
- export declare type VolumeType = "gp2" | "io1" | "standard";
477
-
478
- export interface EBSOptions {
479
-
480
- EBSEnabled?: boolean;
481
-
482
- VolumeType?: VolumeType | string;
483
-
484
- VolumeSize?: number;
485
-
486
- Iops?: number;
487
- }
488
- export declare namespace EBSOptions {
489
-
490
- const filterSensitiveLog: (obj: EBSOptions) => any;
491
- }
492
-
493
- export interface ColdStorageOptions {
494
-
495
- Enabled: boolean | undefined;
496
- }
497
- export declare namespace ColdStorageOptions {
498
-
499
- const filterSensitiveLog: (obj: ColdStorageOptions) => any;
500
- }
501
- 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";
502
- export declare type ESWarmPartitionInstanceType = "ultrawarm1.large.elasticsearch" | "ultrawarm1.medium.elasticsearch";
503
-
504
- export interface ZoneAwarenessConfig {
505
-
506
- AvailabilityZoneCount?: number;
507
- }
508
- export declare namespace ZoneAwarenessConfig {
509
-
510
- const filterSensitiveLog: (obj: ZoneAwarenessConfig) => any;
511
- }
512
-
513
- export interface ElasticsearchClusterConfig {
514
-
515
- InstanceType?: ESPartitionInstanceType | string;
516
-
517
- InstanceCount?: number;
518
-
519
- DedicatedMasterEnabled?: boolean;
520
-
521
- ZoneAwarenessEnabled?: boolean;
522
-
523
- ZoneAwarenessConfig?: ZoneAwarenessConfig;
524
-
525
- DedicatedMasterType?: ESPartitionInstanceType | string;
526
-
527
- DedicatedMasterCount?: number;
528
-
529
- WarmEnabled?: boolean;
530
-
531
- WarmType?: ESWarmPartitionInstanceType | string;
532
-
533
- WarmCount?: number;
534
-
535
- ColdStorageOptions?: ColdStorageOptions;
536
- }
537
- export declare namespace ElasticsearchClusterConfig {
538
-
539
- const filterSensitiveLog: (obj: ElasticsearchClusterConfig) => any;
540
- }
541
-
542
- export interface EncryptionAtRestOptions {
543
-
544
- Enabled?: boolean;
545
-
546
- KmsKeyId?: string;
547
- }
548
- export declare namespace EncryptionAtRestOptions {
549
-
550
- const filterSensitiveLog: (obj: EncryptionAtRestOptions) => any;
551
- }
552
- export declare type LogType = "AUDIT_LOGS" | "ES_APPLICATION_LOGS" | "INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS";
553
-
554
- export interface LogPublishingOption {
555
-
556
- CloudWatchLogsLogGroupArn?: string;
557
-
558
- Enabled?: boolean;
559
- }
560
- export declare namespace LogPublishingOption {
561
-
562
- const filterSensitiveLog: (obj: LogPublishingOption) => any;
563
- }
564
-
565
- export interface NodeToNodeEncryptionOptions {
566
-
567
- Enabled?: boolean;
568
- }
569
- export declare namespace NodeToNodeEncryptionOptions {
570
-
571
- const filterSensitiveLog: (obj: NodeToNodeEncryptionOptions) => any;
572
- }
573
-
574
- export interface SnapshotOptions {
575
-
576
- AutomatedSnapshotStartHour?: number;
577
- }
578
- export declare namespace SnapshotOptions {
579
-
580
- const filterSensitiveLog: (obj: SnapshotOptions) => any;
581
- }
582
-
583
- export interface VPCOptions {
584
-
585
- SubnetIds?: string[];
586
-
587
- SecurityGroupIds?: string[];
588
- }
589
- export declare namespace VPCOptions {
590
-
591
- const filterSensitiveLog: (obj: VPCOptions) => any;
592
- }
593
- export interface CreateElasticsearchDomainRequest {
594
-
595
- DomainName: string | undefined;
596
-
597
- ElasticsearchVersion?: string;
598
-
599
- ElasticsearchClusterConfig?: ElasticsearchClusterConfig;
600
-
601
- EBSOptions?: EBSOptions;
602
-
603
- AccessPolicies?: string;
604
-
605
- SnapshotOptions?: SnapshotOptions;
606
-
607
- VPCOptions?: VPCOptions;
608
-
609
- CognitoOptions?: CognitoOptions;
610
-
611
- EncryptionAtRestOptions?: EncryptionAtRestOptions;
612
-
613
- NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
614
-
615
- AdvancedOptions?: {
616
- [key: string]: string;
617
- };
618
-
619
- LogPublishingOptions?: {
620
- [key: string]: LogPublishingOption;
621
- };
622
-
623
- DomainEndpointOptions?: DomainEndpointOptions;
624
-
625
- AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
626
-
627
- AutoTuneOptions?: AutoTuneOptionsInput;
628
-
629
- TagList?: Tag[];
630
- }
631
- export declare namespace CreateElasticsearchDomainRequest {
632
-
633
- const filterSensitiveLog: (obj: CreateElasticsearchDomainRequest) => any;
634
- }
635
- export declare enum AutoTuneState {
636
- DISABLED = "DISABLED",
637
- DISABLED_AND_ROLLBACK_COMPLETE = "DISABLED_AND_ROLLBACK_COMPLETE",
638
- DISABLED_AND_ROLLBACK_ERROR = "DISABLED_AND_ROLLBACK_ERROR",
639
- DISABLED_AND_ROLLBACK_IN_PROGRESS = "DISABLED_AND_ROLLBACK_IN_PROGRESS",
640
- DISABLED_AND_ROLLBACK_SCHEDULED = "DISABLED_AND_ROLLBACK_SCHEDULED",
641
- DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
642
- ENABLED = "ENABLED",
643
- ENABLE_IN_PROGRESS = "ENABLE_IN_PROGRESS",
644
- ERROR = "ERROR"
645
- }
646
-
647
- export interface AutoTuneOptionsOutput {
648
-
649
- State?: AutoTuneState | string;
650
-
651
- ErrorMessage?: string;
652
- }
653
- export declare namespace AutoTuneOptionsOutput {
654
-
655
- const filterSensitiveLog: (obj: AutoTuneOptionsOutput) => any;
656
- }
657
-
658
- export interface VPCDerivedInfo {
659
-
660
- VPCId?: string;
661
-
662
- SubnetIds?: string[];
663
-
664
- AvailabilityZones?: string[];
665
-
666
- SecurityGroupIds?: string[];
667
- }
668
- export declare namespace VPCDerivedInfo {
669
-
670
- const filterSensitiveLog: (obj: VPCDerivedInfo) => any;
671
- }
672
-
673
- export interface ElasticsearchDomainStatus {
674
-
675
- DomainId: string | undefined;
676
-
677
- DomainName: string | undefined;
678
-
679
- ARN: string | undefined;
680
-
681
- Created?: boolean;
682
-
683
- Deleted?: boolean;
684
-
685
- Endpoint?: string;
686
-
687
- Endpoints?: {
688
- [key: string]: string;
689
- };
690
-
691
- Processing?: boolean;
692
-
693
- UpgradeProcessing?: boolean;
694
- ElasticsearchVersion?: string;
695
-
696
- ElasticsearchClusterConfig: ElasticsearchClusterConfig | undefined;
697
-
698
- EBSOptions?: EBSOptions;
699
-
700
- AccessPolicies?: string;
701
-
702
- SnapshotOptions?: SnapshotOptions;
703
-
704
- VPCOptions?: VPCDerivedInfo;
705
-
706
- CognitoOptions?: CognitoOptions;
707
-
708
- EncryptionAtRestOptions?: EncryptionAtRestOptions;
709
-
710
- NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
711
-
712
- AdvancedOptions?: {
713
- [key: string]: string;
714
- };
715
-
716
- LogPublishingOptions?: {
717
- [key: string]: LogPublishingOption;
718
- };
719
-
720
- ServiceSoftwareOptions?: ServiceSoftwareOptions;
721
-
722
- DomainEndpointOptions?: DomainEndpointOptions;
723
-
724
- AdvancedSecurityOptions?: AdvancedSecurityOptions;
725
-
726
- AutoTuneOptions?: AutoTuneOptionsOutput;
727
- }
728
- export declare namespace ElasticsearchDomainStatus {
729
-
730
- const filterSensitiveLog: (obj: ElasticsearchDomainStatus) => any;
731
- }
732
-
733
- export interface CreateElasticsearchDomainResponse {
734
-
735
- DomainStatus?: ElasticsearchDomainStatus;
736
- }
737
- export declare namespace CreateElasticsearchDomainResponse {
738
-
739
- const filterSensitiveLog: (obj: CreateElasticsearchDomainResponse) => any;
740
- }
741
-
742
- export interface InvalidTypeException extends __SmithyException, $MetadataBearer {
743
- name: "InvalidTypeException";
744
- $fault: "client";
745
-
746
- message?: string;
747
- }
748
-
749
- export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
750
- name: "ResourceAlreadyExistsException";
751
- $fault: "client";
752
-
753
- message?: string;
754
- }
755
-
756
- export interface CreateOutboundCrossClusterSearchConnectionRequest {
757
-
758
- SourceDomainInfo: DomainInformation | undefined;
759
-
760
- DestinationDomainInfo: DomainInformation | undefined;
761
-
762
- ConnectionAlias: string | undefined;
763
- }
764
- export declare namespace CreateOutboundCrossClusterSearchConnectionRequest {
765
-
766
- const filterSensitiveLog: (obj: CreateOutboundCrossClusterSearchConnectionRequest) => any;
767
- }
768
- export declare enum OutboundCrossClusterSearchConnectionStatusCode {
769
- ACTIVE = "ACTIVE",
770
- DELETED = "DELETED",
771
- DELETING = "DELETING",
772
- PENDING_ACCEPTANCE = "PENDING_ACCEPTANCE",
773
- PROVISIONING = "PROVISIONING",
774
- REJECTED = "REJECTED",
775
- VALIDATING = "VALIDATING",
776
- VALIDATION_FAILED = "VALIDATION_FAILED"
777
- }
778
-
779
- export interface OutboundCrossClusterSearchConnectionStatus {
780
-
781
- StatusCode?: OutboundCrossClusterSearchConnectionStatusCode | string;
782
-
783
- Message?: string;
784
- }
785
- export declare namespace OutboundCrossClusterSearchConnectionStatus {
786
-
787
- const filterSensitiveLog: (obj: OutboundCrossClusterSearchConnectionStatus) => any;
788
- }
789
-
790
- export interface CreateOutboundCrossClusterSearchConnectionResponse {
791
-
792
- SourceDomainInfo?: DomainInformation;
793
-
794
- DestinationDomainInfo?: DomainInformation;
795
-
796
- ConnectionAlias?: string;
797
-
798
- ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus;
799
-
800
- CrossClusterSearchConnectionId?: string;
801
- }
802
- export declare namespace CreateOutboundCrossClusterSearchConnectionResponse {
803
-
804
- const filterSensitiveLog: (obj: CreateOutboundCrossClusterSearchConnectionResponse) => any;
805
- }
806
-
807
- export interface PackageSource {
808
-
809
- S3BucketName?: string;
810
-
811
- S3Key?: string;
812
- }
813
- export declare namespace PackageSource {
814
-
815
- const filterSensitiveLog: (obj: PackageSource) => any;
816
- }
817
-
818
- export interface CreatePackageRequest {
819
-
820
- PackageName: string | undefined;
821
-
822
- PackageType: PackageType | string | undefined;
823
-
824
- PackageDescription?: string;
825
-
826
- PackageSource: PackageSource | undefined;
827
- }
828
- export declare namespace CreatePackageRequest {
829
-
830
- const filterSensitiveLog: (obj: CreatePackageRequest) => any;
831
- }
832
- export declare type PackageStatus = "AVAILABLE" | "COPYING" | "COPY_FAILED" | "DELETED" | "DELETE_FAILED" | "DELETING" | "VALIDATING" | "VALIDATION_FAILED";
833
-
834
- export interface PackageDetails {
835
-
836
- PackageID?: string;
837
-
838
- PackageName?: string;
839
-
840
- PackageType?: PackageType | string;
841
-
842
- PackageDescription?: string;
843
-
844
- PackageStatus?: PackageStatus | string;
845
-
846
- CreatedAt?: Date;
847
- LastUpdatedAt?: Date;
848
- AvailablePackageVersion?: string;
849
-
850
- ErrorDetails?: ErrorDetails;
851
- }
852
- export declare namespace PackageDetails {
853
-
854
- const filterSensitiveLog: (obj: PackageDetails) => any;
855
- }
856
-
857
- export interface CreatePackageResponse {
858
-
859
- PackageDetails?: PackageDetails;
860
- }
861
- export declare namespace CreatePackageResponse {
862
-
863
- const filterSensitiveLog: (obj: CreatePackageResponse) => any;
864
- }
865
-
866
- export interface DeleteElasticsearchDomainRequest {
867
-
868
- DomainName: string | undefined;
869
- }
870
- export declare namespace DeleteElasticsearchDomainRequest {
871
-
872
- const filterSensitiveLog: (obj: DeleteElasticsearchDomainRequest) => any;
873
- }
874
-
875
- export interface DeleteElasticsearchDomainResponse {
876
-
877
- DomainStatus?: ElasticsearchDomainStatus;
878
- }
879
- export declare namespace DeleteElasticsearchDomainResponse {
880
-
881
- const filterSensitiveLog: (obj: DeleteElasticsearchDomainResponse) => any;
882
- }
883
-
884
- export interface DeleteInboundCrossClusterSearchConnectionRequest {
885
-
886
- CrossClusterSearchConnectionId: string | undefined;
887
- }
888
- export declare namespace DeleteInboundCrossClusterSearchConnectionRequest {
889
-
890
- const filterSensitiveLog: (obj: DeleteInboundCrossClusterSearchConnectionRequest) => any;
891
- }
892
-
893
- export interface DeleteInboundCrossClusterSearchConnectionResponse {
894
-
895
- CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
896
- }
897
- export declare namespace DeleteInboundCrossClusterSearchConnectionResponse {
898
-
899
- const filterSensitiveLog: (obj: DeleteInboundCrossClusterSearchConnectionResponse) => any;
900
- }
901
-
902
- export interface DeleteOutboundCrossClusterSearchConnectionRequest {
903
-
904
- CrossClusterSearchConnectionId: string | undefined;
905
- }
906
- export declare namespace DeleteOutboundCrossClusterSearchConnectionRequest {
907
-
908
- const filterSensitiveLog: (obj: DeleteOutboundCrossClusterSearchConnectionRequest) => any;
909
- }
910
-
911
- export interface OutboundCrossClusterSearchConnection {
912
-
913
- SourceDomainInfo?: DomainInformation;
914
-
915
- DestinationDomainInfo?: DomainInformation;
916
-
917
- CrossClusterSearchConnectionId?: string;
918
-
919
- ConnectionAlias?: string;
920
-
921
- ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus;
922
- }
923
- export declare namespace OutboundCrossClusterSearchConnection {
924
-
925
- const filterSensitiveLog: (obj: OutboundCrossClusterSearchConnection) => any;
926
- }
927
-
928
- export interface DeleteOutboundCrossClusterSearchConnectionResponse {
929
-
930
- CrossClusterSearchConnection?: OutboundCrossClusterSearchConnection;
931
- }
932
- export declare namespace DeleteOutboundCrossClusterSearchConnectionResponse {
933
-
934
- const filterSensitiveLog: (obj: DeleteOutboundCrossClusterSearchConnectionResponse) => any;
935
- }
936
-
937
- export interface DeletePackageRequest {
938
-
939
- PackageID: string | undefined;
940
- }
941
- export declare namespace DeletePackageRequest {
942
-
943
- const filterSensitiveLog: (obj: DeletePackageRequest) => any;
944
- }
945
-
946
- export interface DeletePackageResponse {
947
-
948
- PackageDetails?: PackageDetails;
949
- }
950
- export declare namespace DeletePackageResponse {
951
-
952
- const filterSensitiveLog: (obj: DeletePackageResponse) => any;
953
- }
954
-
955
- export interface DescribeDomainAutoTunesRequest {
956
-
957
- DomainName: string | undefined;
958
-
959
- MaxResults?: number;
960
-
961
- NextToken?: string;
962
- }
963
- export declare namespace DescribeDomainAutoTunesRequest {
964
-
965
- const filterSensitiveLog: (obj: DescribeDomainAutoTunesRequest) => any;
966
- }
967
- export declare enum ScheduledAutoTuneActionType {
968
- JVM_HEAP_SIZE_TUNING = "JVM_HEAP_SIZE_TUNING",
969
- JVM_YOUNG_GEN_TUNING = "JVM_YOUNG_GEN_TUNING"
970
- }
971
- export declare enum ScheduledAutoTuneSeverityType {
972
- HIGH = "HIGH",
973
- LOW = "LOW",
974
- MEDIUM = "MEDIUM"
975
- }
976
-
977
- export interface ScheduledAutoTuneDetails {
978
-
979
- Date?: Date;
980
-
981
- ActionType?: ScheduledAutoTuneActionType | string;
982
-
983
- Action?: string;
984
-
985
- Severity?: ScheduledAutoTuneSeverityType | string;
986
- }
987
- export declare namespace ScheduledAutoTuneDetails {
988
-
989
- const filterSensitiveLog: (obj: ScheduledAutoTuneDetails) => any;
990
- }
991
-
992
- export interface AutoTuneDetails {
993
-
994
- ScheduledAutoTuneDetails?: ScheduledAutoTuneDetails;
995
- }
996
- export declare namespace AutoTuneDetails {
997
-
998
- const filterSensitiveLog: (obj: AutoTuneDetails) => any;
999
- }
1000
- export declare enum AutoTuneType {
1001
- SCHEDULED_ACTION = "SCHEDULED_ACTION"
1002
- }
1003
-
1004
- export interface AutoTune {
1005
-
1006
- AutoTuneType?: AutoTuneType | string;
1007
-
1008
- AutoTuneDetails?: AutoTuneDetails;
1009
- }
1010
- export declare namespace AutoTune {
1011
-
1012
- const filterSensitiveLog: (obj: AutoTune) => any;
1013
- }
1014
-
1015
- export interface DescribeDomainAutoTunesResponse {
1016
-
1017
- AutoTunes?: AutoTune[];
1018
-
1019
- NextToken?: string;
1020
- }
1021
- export declare namespace DescribeDomainAutoTunesResponse {
1022
-
1023
- const filterSensitiveLog: (obj: DescribeDomainAutoTunesResponse) => any;
1024
- }
1025
-
1026
- export interface DescribeElasticsearchDomainRequest {
1027
-
1028
- DomainName: string | undefined;
1029
- }
1030
- export declare namespace DescribeElasticsearchDomainRequest {
1031
-
1032
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainRequest) => any;
1033
- }
1034
-
1035
- export interface DescribeElasticsearchDomainResponse {
1036
-
1037
- DomainStatus: ElasticsearchDomainStatus | undefined;
1038
- }
1039
- export declare namespace DescribeElasticsearchDomainResponse {
1040
-
1041
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainResponse) => any;
1042
- }
1043
-
1044
- export interface DescribeElasticsearchDomainConfigRequest {
1045
-
1046
- DomainName: string | undefined;
1047
- }
1048
- export declare namespace DescribeElasticsearchDomainConfigRequest {
1049
-
1050
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainConfigRequest) => any;
1051
- }
1052
- export declare enum RollbackOnDisable {
1053
- DEFAULT_ROLLBACK = "DEFAULT_ROLLBACK",
1054
- NO_ROLLBACK = "NO_ROLLBACK"
1055
- }
1056
-
1057
- export interface AutoTuneOptions {
1058
-
1059
- DesiredState?: AutoTuneDesiredState | string;
1060
-
1061
- RollbackOnDisable?: RollbackOnDisable | string;
1062
-
1063
- MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
1064
- }
1065
- export declare namespace AutoTuneOptions {
1066
-
1067
- const filterSensitiveLog: (obj: AutoTuneOptions) => any;
1068
- }
1069
-
1070
- export interface AutoTuneStatus {
1071
-
1072
- CreationDate: Date | undefined;
1073
-
1074
- UpdateDate: Date | undefined;
1075
-
1076
- UpdateVersion?: number;
1077
-
1078
- State: AutoTuneState | string | undefined;
1079
-
1080
- ErrorMessage?: string;
1081
-
1082
- PendingDeletion?: boolean;
1083
- }
1084
- export declare namespace AutoTuneStatus {
1085
-
1086
- const filterSensitiveLog: (obj: AutoTuneStatus) => any;
1087
- }
1088
-
1089
- export interface AutoTuneOptionsStatus {
1090
-
1091
- Options?: AutoTuneOptions;
1092
-
1093
- Status?: AutoTuneStatus;
1094
- }
1095
- export declare namespace AutoTuneOptionsStatus {
1096
-
1097
- const filterSensitiveLog: (obj: AutoTuneOptionsStatus) => any;
1098
- }
1099
-
1100
- export interface CognitoOptionsStatus {
1101
-
1102
- Options: CognitoOptions | undefined;
1103
-
1104
- Status: OptionStatus | undefined;
1105
- }
1106
- export declare namespace CognitoOptionsStatus {
1107
-
1108
- const filterSensitiveLog: (obj: CognitoOptionsStatus) => any;
1109
- }
1110
-
1111
- export interface DomainEndpointOptionsStatus {
1112
-
1113
- Options: DomainEndpointOptions | undefined;
1114
-
1115
- Status: OptionStatus | undefined;
1116
- }
1117
- export declare namespace DomainEndpointOptionsStatus {
1118
-
1119
- const filterSensitiveLog: (obj: DomainEndpointOptionsStatus) => any;
1120
- }
1121
-
1122
- export interface EBSOptionsStatus {
1123
-
1124
- Options: EBSOptions | undefined;
1125
-
1126
- Status: OptionStatus | undefined;
1127
- }
1128
- export declare namespace EBSOptionsStatus {
1129
-
1130
- const filterSensitiveLog: (obj: EBSOptionsStatus) => any;
1131
- }
1132
-
1133
- export interface ElasticsearchClusterConfigStatus {
1134
-
1135
- Options: ElasticsearchClusterConfig | undefined;
1136
-
1137
- Status: OptionStatus | undefined;
1138
- }
1139
- export declare namespace ElasticsearchClusterConfigStatus {
1140
-
1141
- const filterSensitiveLog: (obj: ElasticsearchClusterConfigStatus) => any;
1142
- }
1143
-
1144
- export interface ElasticsearchVersionStatus {
1145
-
1146
- Options: string | undefined;
1147
-
1148
- Status: OptionStatus | undefined;
1149
- }
1150
- export declare namespace ElasticsearchVersionStatus {
1151
-
1152
- const filterSensitiveLog: (obj: ElasticsearchVersionStatus) => any;
1153
- }
1154
-
1155
- export interface EncryptionAtRestOptionsStatus {
1156
-
1157
- Options: EncryptionAtRestOptions | undefined;
1158
-
1159
- Status: OptionStatus | undefined;
1160
- }
1161
- export declare namespace EncryptionAtRestOptionsStatus {
1162
-
1163
- const filterSensitiveLog: (obj: EncryptionAtRestOptionsStatus) => any;
1164
- }
1165
-
1166
- export interface LogPublishingOptionsStatus {
1167
-
1168
- Options?: {
1169
- [key: string]: LogPublishingOption;
1170
- };
1171
-
1172
- Status?: OptionStatus;
1173
- }
1174
- export declare namespace LogPublishingOptionsStatus {
1175
-
1176
- const filterSensitiveLog: (obj: LogPublishingOptionsStatus) => any;
1177
- }
1178
-
1179
- export interface NodeToNodeEncryptionOptionsStatus {
1180
-
1181
- Options: NodeToNodeEncryptionOptions | undefined;
1182
-
1183
- Status: OptionStatus | undefined;
1184
- }
1185
- export declare namespace NodeToNodeEncryptionOptionsStatus {
1186
-
1187
- const filterSensitiveLog: (obj: NodeToNodeEncryptionOptionsStatus) => any;
1188
- }
1189
-
1190
- export interface SnapshotOptionsStatus {
1191
-
1192
- Options: SnapshotOptions | undefined;
1193
-
1194
- Status: OptionStatus | undefined;
1195
- }
1196
- export declare namespace SnapshotOptionsStatus {
1197
-
1198
- const filterSensitiveLog: (obj: SnapshotOptionsStatus) => any;
1199
- }
1200
-
1201
- export interface VPCDerivedInfoStatus {
1202
-
1203
- Options: VPCDerivedInfo | undefined;
1204
-
1205
- Status: OptionStatus | undefined;
1206
- }
1207
- export declare namespace VPCDerivedInfoStatus {
1208
-
1209
- const filterSensitiveLog: (obj: VPCDerivedInfoStatus) => any;
1210
- }
1211
-
1212
- export interface ElasticsearchDomainConfig {
1213
-
1214
- ElasticsearchVersion?: ElasticsearchVersionStatus;
1215
-
1216
- ElasticsearchClusterConfig?: ElasticsearchClusterConfigStatus;
1217
-
1218
- EBSOptions?: EBSOptionsStatus;
1219
-
1220
- AccessPolicies?: AccessPoliciesStatus;
1221
-
1222
- SnapshotOptions?: SnapshotOptionsStatus;
1223
-
1224
- VPCOptions?: VPCDerivedInfoStatus;
1225
-
1226
- CognitoOptions?: CognitoOptionsStatus;
1227
-
1228
- EncryptionAtRestOptions?: EncryptionAtRestOptionsStatus;
1229
-
1230
- NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptionsStatus;
1231
-
1232
- AdvancedOptions?: AdvancedOptionsStatus;
1233
-
1234
- LogPublishingOptions?: LogPublishingOptionsStatus;
1235
-
1236
- DomainEndpointOptions?: DomainEndpointOptionsStatus;
1237
-
1238
- AdvancedSecurityOptions?: AdvancedSecurityOptionsStatus;
1239
-
1240
- AutoTuneOptions?: AutoTuneOptionsStatus;
1241
- }
1242
- export declare namespace ElasticsearchDomainConfig {
1243
-
1244
- const filterSensitiveLog: (obj: ElasticsearchDomainConfig) => any;
1245
- }
1246
-
1247
- export interface DescribeElasticsearchDomainConfigResponse {
1248
-
1249
- DomainConfig: ElasticsearchDomainConfig | undefined;
1250
- }
1251
- export declare namespace DescribeElasticsearchDomainConfigResponse {
1252
-
1253
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainConfigResponse) => any;
1254
- }
1255
-
1256
- export interface DescribeElasticsearchDomainsRequest {
1257
-
1258
- DomainNames: string[] | undefined;
1259
- }
1260
- export declare namespace DescribeElasticsearchDomainsRequest {
1261
-
1262
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainsRequest) => any;
1263
- }
1264
-
1265
- export interface DescribeElasticsearchDomainsResponse {
1266
-
1267
- DomainStatusList: ElasticsearchDomainStatus[] | undefined;
1268
- }
1269
- export declare namespace DescribeElasticsearchDomainsResponse {
1270
-
1271
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainsResponse) => any;
1272
- }
1273
-
1274
- export interface DescribeElasticsearchInstanceTypeLimitsRequest {
1275
-
1276
- DomainName?: string;
1277
-
1278
- InstanceType: ESPartitionInstanceType | string | undefined;
1279
-
1280
- ElasticsearchVersion: string | undefined;
1281
- }
1282
- export declare namespace DescribeElasticsearchInstanceTypeLimitsRequest {
1283
-
1284
- const filterSensitiveLog: (obj: DescribeElasticsearchInstanceTypeLimitsRequest) => any;
1285
- }
1286
-
1287
- export interface InstanceCountLimits {
1288
-
1289
- MinimumInstanceCount?: number;
1290
-
1291
- MaximumInstanceCount?: number;
1292
- }
1293
- export declare namespace InstanceCountLimits {
1294
-
1295
- const filterSensitiveLog: (obj: InstanceCountLimits) => any;
1296
- }
1297
-
1298
- export interface InstanceLimits {
1299
-
1300
- InstanceCountLimits?: InstanceCountLimits;
1301
- }
1302
- export declare namespace InstanceLimits {
1303
-
1304
- const filterSensitiveLog: (obj: InstanceLimits) => any;
1305
- }
1306
-
1307
- export interface StorageTypeLimit {
1308
-
1309
- LimitName?: string;
1310
-
1311
- LimitValues?: string[];
1312
- }
1313
- export declare namespace StorageTypeLimit {
1314
-
1315
- const filterSensitiveLog: (obj: StorageTypeLimit) => any;
1316
- }
1317
-
1318
- export interface StorageType {
1319
-
1320
- StorageTypeName?: string;
1321
-
1322
- StorageSubTypeName?: string;
1323
-
1324
- StorageTypeLimits?: StorageTypeLimit[];
1325
- }
1326
- export declare namespace StorageType {
1327
-
1328
- const filterSensitiveLog: (obj: StorageType) => any;
1329
- }
1330
-
1331
- export interface Limits {
1332
-
1333
- StorageTypes?: StorageType[];
1334
-
1335
- InstanceLimits?: InstanceLimits;
1336
-
1337
- AdditionalLimits?: AdditionalLimit[];
1338
- }
1339
- export declare namespace Limits {
1340
-
1341
- const filterSensitiveLog: (obj: Limits) => any;
1342
- }
1343
-
1344
- export interface DescribeElasticsearchInstanceTypeLimitsResponse {
1345
-
1346
- LimitsByRole?: {
1347
- [key: string]: Limits;
1348
- };
1349
- }
1350
- export declare namespace DescribeElasticsearchInstanceTypeLimitsResponse {
1351
-
1352
- const filterSensitiveLog: (obj: DescribeElasticsearchInstanceTypeLimitsResponse) => any;
1353
- }
1354
-
1355
- export interface Filter {
1356
-
1357
- Name?: string;
1358
-
1359
- Values?: string[];
1360
- }
1361
- export declare namespace Filter {
1362
-
1363
- const filterSensitiveLog: (obj: Filter) => any;
1364
- }
1365
-
1366
- export interface DescribeInboundCrossClusterSearchConnectionsRequest {
1367
-
1368
- Filters?: Filter[];
1369
-
1370
- MaxResults?: number;
1371
-
1372
- NextToken?: string;
1373
- }
1374
- export declare namespace DescribeInboundCrossClusterSearchConnectionsRequest {
1375
-
1376
- const filterSensitiveLog: (obj: DescribeInboundCrossClusterSearchConnectionsRequest) => any;
1377
- }
1378
-
1379
- export interface DescribeInboundCrossClusterSearchConnectionsResponse {
1380
-
1381
- CrossClusterSearchConnections?: InboundCrossClusterSearchConnection[];
1382
-
1383
- NextToken?: string;
1384
- }
1385
- export declare namespace DescribeInboundCrossClusterSearchConnectionsResponse {
1386
-
1387
- const filterSensitiveLog: (obj: DescribeInboundCrossClusterSearchConnectionsResponse) => any;
1388
- }
1389
-
1390
- export interface InvalidPaginationTokenException extends __SmithyException, $MetadataBearer {
1391
- name: "InvalidPaginationTokenException";
1392
- $fault: "client";
1393
-
1394
- message?: string;
1395
- }
1396
-
1397
- export interface DescribeOutboundCrossClusterSearchConnectionsRequest {
1398
-
1399
- Filters?: Filter[];
1400
-
1401
- MaxResults?: number;
1402
-
1403
- NextToken?: string;
1404
- }
1405
- export declare namespace DescribeOutboundCrossClusterSearchConnectionsRequest {
1406
-
1407
- const filterSensitiveLog: (obj: DescribeOutboundCrossClusterSearchConnectionsRequest) => any;
1408
- }
1409
-
1410
- export interface DescribeOutboundCrossClusterSearchConnectionsResponse {
1411
-
1412
- CrossClusterSearchConnections?: OutboundCrossClusterSearchConnection[];
1413
-
1414
- NextToken?: string;
1415
- }
1416
- export declare namespace DescribeOutboundCrossClusterSearchConnectionsResponse {
1417
-
1418
- const filterSensitiveLog: (obj: DescribeOutboundCrossClusterSearchConnectionsResponse) => any;
1419
- }
1420
- export declare enum DescribePackagesFilterName {
1421
- PackageID = "PackageID",
1422
- PackageName = "PackageName",
1423
- PackageStatus = "PackageStatus"
1424
- }
1425
-
1426
- export interface DescribePackagesFilter {
1427
-
1428
- Name?: DescribePackagesFilterName | string;
1429
-
1430
- Value?: string[];
1431
- }
1432
- export declare namespace DescribePackagesFilter {
1433
-
1434
- const filterSensitiveLog: (obj: DescribePackagesFilter) => any;
1435
- }
1436
-
1437
- export interface DescribePackagesRequest {
1438
-
1439
- Filters?: DescribePackagesFilter[];
1440
-
1441
- MaxResults?: number;
1442
-
1443
- NextToken?: string;
1444
- }
1445
- export declare namespace DescribePackagesRequest {
1446
-
1447
- const filterSensitiveLog: (obj: DescribePackagesRequest) => any;
1448
- }
1449
-
1450
- export interface DescribePackagesResponse {
1451
-
1452
- PackageDetailsList?: PackageDetails[];
1453
- NextToken?: string;
1454
- }
1455
- export declare namespace DescribePackagesResponse {
1456
-
1457
- const filterSensitiveLog: (obj: DescribePackagesResponse) => any;
1458
- }
1459
-
1460
- export interface DescribeReservedElasticsearchInstanceOfferingsRequest {
1461
-
1462
- ReservedElasticsearchInstanceOfferingId?: string;
1463
-
1464
- MaxResults?: number;
1465
-
1466
- NextToken?: string;
1467
- }
1468
- export declare namespace DescribeReservedElasticsearchInstanceOfferingsRequest {
1469
-
1470
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstanceOfferingsRequest) => any;
1471
- }
1472
- export declare type ReservedElasticsearchInstancePaymentOption = "ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT";
1473
-
1474
- export interface RecurringCharge {
1475
-
1476
- RecurringChargeAmount?: number;
1477
-
1478
- RecurringChargeFrequency?: string;
1479
- }
1480
- export declare namespace RecurringCharge {
1481
-
1482
- const filterSensitiveLog: (obj: RecurringCharge) => any;
1483
- }
1484
-
1485
- export interface ReservedElasticsearchInstanceOffering {
1486
-
1487
- ReservedElasticsearchInstanceOfferingId?: string;
1488
-
1489
- ElasticsearchInstanceType?: ESPartitionInstanceType | string;
1490
-
1491
- Duration?: number;
1492
-
1493
- FixedPrice?: number;
1494
-
1495
- UsagePrice?: number;
1496
-
1497
- CurrencyCode?: string;
1498
-
1499
- PaymentOption?: ReservedElasticsearchInstancePaymentOption | string;
1500
-
1501
- RecurringCharges?: RecurringCharge[];
1502
- }
1503
- export declare namespace ReservedElasticsearchInstanceOffering {
1504
-
1505
- const filterSensitiveLog: (obj: ReservedElasticsearchInstanceOffering) => any;
1506
- }
1507
-
1508
- export interface DescribeReservedElasticsearchInstanceOfferingsResponse {
1509
-
1510
- NextToken?: string;
1511
-
1512
- ReservedElasticsearchInstanceOfferings?: ReservedElasticsearchInstanceOffering[];
1513
- }
1514
- export declare namespace DescribeReservedElasticsearchInstanceOfferingsResponse {
1515
-
1516
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstanceOfferingsResponse) => any;
1517
- }
1518
-
1519
- export interface DescribeReservedElasticsearchInstancesRequest {
1520
-
1521
- ReservedElasticsearchInstanceId?: string;
1522
-
1523
- MaxResults?: number;
1524
-
1525
- NextToken?: string;
1526
- }
1527
- export declare namespace DescribeReservedElasticsearchInstancesRequest {
1528
-
1529
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstancesRequest) => any;
1530
- }
1531
-
1532
- export interface ReservedElasticsearchInstance {
1533
-
1534
- ReservationName?: string;
1535
-
1536
- ReservedElasticsearchInstanceId?: string;
1537
-
1538
- ReservedElasticsearchInstanceOfferingId?: string;
1539
-
1540
- ElasticsearchInstanceType?: ESPartitionInstanceType | string;
1541
-
1542
- StartTime?: Date;
1543
-
1544
- Duration?: number;
1545
-
1546
- FixedPrice?: number;
1547
-
1548
- UsagePrice?: number;
1549
-
1550
- CurrencyCode?: string;
1551
-
1552
- ElasticsearchInstanceCount?: number;
1553
-
1554
- State?: string;
1555
-
1556
- PaymentOption?: ReservedElasticsearchInstancePaymentOption | string;
1557
-
1558
- RecurringCharges?: RecurringCharge[];
1559
- }
1560
- export declare namespace ReservedElasticsearchInstance {
1561
-
1562
- const filterSensitiveLog: (obj: ReservedElasticsearchInstance) => any;
1563
- }
1564
-
1565
- export interface DescribeReservedElasticsearchInstancesResponse {
1566
-
1567
- NextToken?: string;
1568
-
1569
- ReservedElasticsearchInstances?: ReservedElasticsearchInstance[];
1570
- }
1571
- export declare namespace DescribeReservedElasticsearchInstancesResponse {
1572
-
1573
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstancesResponse) => any;
1574
- }
1575
-
1576
- export interface DissociatePackageRequest {
1577
-
1578
- PackageID: string | undefined;
1579
-
1580
- DomainName: string | undefined;
1581
- }
1582
- export declare namespace DissociatePackageRequest {
1583
-
1584
- const filterSensitiveLog: (obj: DissociatePackageRequest) => any;
1585
- }
1586
-
1587
- export interface DissociatePackageResponse {
1588
-
1589
- DomainPackageDetails?: DomainPackageDetails;
1590
- }
1591
- export declare namespace DissociatePackageResponse {
1592
-
1593
- const filterSensitiveLog: (obj: DissociatePackageResponse) => any;
1594
- }
1595
-
1596
- export interface GetCompatibleElasticsearchVersionsRequest {
1597
-
1598
- DomainName?: string;
1599
- }
1600
- export declare namespace GetCompatibleElasticsearchVersionsRequest {
1601
-
1602
- const filterSensitiveLog: (obj: GetCompatibleElasticsearchVersionsRequest) => any;
1603
- }
1604
-
1605
- export interface CompatibleVersionsMap {
1606
-
1607
- SourceVersion?: string;
1608
-
1609
- TargetVersions?: string[];
1610
- }
1611
- export declare namespace CompatibleVersionsMap {
1612
-
1613
- const filterSensitiveLog: (obj: CompatibleVersionsMap) => any;
1614
- }
1615
-
1616
- export interface GetCompatibleElasticsearchVersionsResponse {
1617
-
1618
- CompatibleElasticsearchVersions?: CompatibleVersionsMap[];
1619
- }
1620
- export declare namespace GetCompatibleElasticsearchVersionsResponse {
1621
-
1622
- const filterSensitiveLog: (obj: GetCompatibleElasticsearchVersionsResponse) => any;
1623
- }
1624
-
1625
- export interface GetPackageVersionHistoryRequest {
1626
-
1627
- PackageID: string | undefined;
1628
-
1629
- MaxResults?: number;
1630
-
1631
- NextToken?: string;
1632
- }
1633
- export declare namespace GetPackageVersionHistoryRequest {
1634
-
1635
- const filterSensitiveLog: (obj: GetPackageVersionHistoryRequest) => any;
1636
- }
1637
-
1638
- export interface PackageVersionHistory {
1639
-
1640
- PackageVersion?: string;
1641
-
1642
- CommitMessage?: string;
1643
-
1644
- CreatedAt?: Date;
1645
- }
1646
- export declare namespace PackageVersionHistory {
1647
-
1648
- const filterSensitiveLog: (obj: PackageVersionHistory) => any;
1649
- }
1650
-
1651
- export interface GetPackageVersionHistoryResponse {
1652
- PackageID?: string;
1653
-
1654
- PackageVersionHistoryList?: PackageVersionHistory[];
1655
- NextToken?: string;
1656
- }
1657
- export declare namespace GetPackageVersionHistoryResponse {
1658
-
1659
- const filterSensitiveLog: (obj: GetPackageVersionHistoryResponse) => any;
1660
- }
1661
-
1662
- export interface GetUpgradeHistoryRequest {
1663
-
1664
- DomainName: string | undefined;
1665
-
1666
- MaxResults?: number;
1667
-
1668
- NextToken?: string;
1669
- }
1670
- export declare namespace GetUpgradeHistoryRequest {
1671
-
1672
- const filterSensitiveLog: (obj: GetUpgradeHistoryRequest) => any;
1673
- }
1674
- export declare type UpgradeStep = "PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE";
1675
- export declare type UpgradeStatus = "FAILED" | "IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES";
1676
-
1677
- export interface UpgradeStepItem {
1678
-
1679
- UpgradeStep?: UpgradeStep | string;
1680
-
1681
- UpgradeStepStatus?: UpgradeStatus | string;
1682
-
1683
- Issues?: string[];
1684
-
1685
- ProgressPercent?: number;
1686
- }
1687
- export declare namespace UpgradeStepItem {
1688
-
1689
- const filterSensitiveLog: (obj: UpgradeStepItem) => any;
1690
- }
1691
-
1692
- export interface UpgradeHistory {
1693
-
1694
- UpgradeName?: string;
1695
-
1696
- StartTimestamp?: Date;
1697
-
1698
- UpgradeStatus?: UpgradeStatus | string;
1699
-
1700
- StepsList?: UpgradeStepItem[];
1701
- }
1702
- export declare namespace UpgradeHistory {
1703
-
1704
- const filterSensitiveLog: (obj: UpgradeHistory) => any;
1705
- }
1706
-
1707
- export interface GetUpgradeHistoryResponse {
1708
-
1709
- UpgradeHistories?: UpgradeHistory[];
1710
-
1711
- NextToken?: string;
1712
- }
1713
- export declare namespace GetUpgradeHistoryResponse {
1714
-
1715
- const filterSensitiveLog: (obj: GetUpgradeHistoryResponse) => any;
1716
- }
1717
-
1718
- export interface GetUpgradeStatusRequest {
1719
-
1720
- DomainName: string | undefined;
1721
- }
1722
- export declare namespace GetUpgradeStatusRequest {
1723
-
1724
- const filterSensitiveLog: (obj: GetUpgradeStatusRequest) => any;
1725
- }
1726
-
1727
- export interface GetUpgradeStatusResponse {
1728
-
1729
- UpgradeStep?: UpgradeStep | string;
1730
-
1731
- StepStatus?: UpgradeStatus | string;
1732
-
1733
- UpgradeName?: string;
1734
- }
1735
- export declare namespace GetUpgradeStatusResponse {
1736
-
1737
- const filterSensitiveLog: (obj: GetUpgradeStatusResponse) => any;
1738
- }
1739
- export declare enum EngineType {
1740
- Elasticsearch = "Elasticsearch",
1741
- OpenSearch = "OpenSearch"
1742
- }
1743
-
1744
- export interface ListDomainNamesRequest {
1745
-
1746
- EngineType?: EngineType | string;
1747
- }
1748
- export declare namespace ListDomainNamesRequest {
1749
-
1750
- const filterSensitiveLog: (obj: ListDomainNamesRequest) => any;
1751
- }
1752
- export interface DomainInfo {
1753
-
1754
- DomainName?: string;
1755
-
1756
- EngineType?: EngineType | string;
1757
- }
1758
- export declare namespace DomainInfo {
1759
-
1760
- const filterSensitiveLog: (obj: DomainInfo) => any;
1761
- }
1762
-
1763
- export interface ListDomainNamesResponse {
1764
-
1765
- DomainNames?: DomainInfo[];
1766
- }
1767
- export declare namespace ListDomainNamesResponse {
1768
-
1769
- const filterSensitiveLog: (obj: ListDomainNamesResponse) => any;
1770
- }
1771
-
1772
- export interface ListDomainsForPackageRequest {
1773
-
1774
- PackageID: string | undefined;
1775
-
1776
- MaxResults?: number;
1777
-
1778
- NextToken?: string;
1779
- }
1780
- export declare namespace ListDomainsForPackageRequest {
1781
-
1782
- const filterSensitiveLog: (obj: ListDomainsForPackageRequest) => any;
1783
- }
1784
-
1785
- export interface ListDomainsForPackageResponse {
1786
-
1787
- DomainPackageDetailsList?: DomainPackageDetails[];
1788
- NextToken?: string;
1789
- }
1790
- export declare namespace ListDomainsForPackageResponse {
1791
-
1792
- const filterSensitiveLog: (obj: ListDomainsForPackageResponse) => any;
1793
- }
1794
-
1795
- export interface ListElasticsearchInstanceTypesRequest {
1796
-
1797
- ElasticsearchVersion: string | undefined;
1798
-
1799
- DomainName?: string;
1800
-
1801
- MaxResults?: number;
1802
-
1803
- NextToken?: string;
1804
- }
1805
- export declare namespace ListElasticsearchInstanceTypesRequest {
1806
-
1807
- const filterSensitiveLog: (obj: ListElasticsearchInstanceTypesRequest) => any;
1808
- }
1809
-
1810
- export interface ListElasticsearchInstanceTypesResponse {
1811
-
1812
- ElasticsearchInstanceTypes?: (ESPartitionInstanceType | string)[];
1813
-
1814
- NextToken?: string;
1815
- }
1816
- export declare namespace ListElasticsearchInstanceTypesResponse {
1817
-
1818
- const filterSensitiveLog: (obj: ListElasticsearchInstanceTypesResponse) => any;
1819
- }
1820
-
1821
- export interface ListElasticsearchVersionsRequest {
1822
-
1823
- MaxResults?: number;
1824
-
1825
- NextToken?: string;
1826
- }
1827
- export declare namespace ListElasticsearchVersionsRequest {
1828
-
1829
- const filterSensitiveLog: (obj: ListElasticsearchVersionsRequest) => any;
1830
- }
1831
-
1832
- export interface ListElasticsearchVersionsResponse {
1833
-
1834
- ElasticsearchVersions?: string[];
1835
-
1836
- NextToken?: string;
1837
- }
1838
- export declare namespace ListElasticsearchVersionsResponse {
1839
-
1840
- const filterSensitiveLog: (obj: ListElasticsearchVersionsResponse) => any;
1841
- }
1842
-
1843
- export interface ListPackagesForDomainRequest {
1844
-
1845
- DomainName: string | undefined;
1846
-
1847
- MaxResults?: number;
1848
-
1849
- NextToken?: string;
1850
- }
1851
- export declare namespace ListPackagesForDomainRequest {
1852
-
1853
- const filterSensitiveLog: (obj: ListPackagesForDomainRequest) => any;
1854
- }
1855
-
1856
- export interface ListPackagesForDomainResponse {
1857
-
1858
- DomainPackageDetailsList?: DomainPackageDetails[];
1859
-
1860
- NextToken?: string;
1861
- }
1862
- export declare namespace ListPackagesForDomainResponse {
1863
-
1864
- const filterSensitiveLog: (obj: ListPackagesForDomainResponse) => any;
1865
- }
1866
-
1867
- export interface ListTagsRequest {
1868
-
1869
- ARN: string | undefined;
1870
- }
1871
- export declare namespace ListTagsRequest {
1872
-
1873
- const filterSensitiveLog: (obj: ListTagsRequest) => any;
1874
- }
1875
-
1876
- export interface ListTagsResponse {
1877
-
1878
- TagList?: Tag[];
1879
- }
1880
- export declare namespace ListTagsResponse {
1881
-
1882
- const filterSensitiveLog: (obj: ListTagsResponse) => any;
1883
- }
1884
-
1885
- export interface PurchaseReservedElasticsearchInstanceOfferingRequest {
1886
-
1887
- ReservedElasticsearchInstanceOfferingId: string | undefined;
1888
-
1889
- ReservationName: string | undefined;
1890
-
1891
- InstanceCount?: number;
1892
- }
1893
- export declare namespace PurchaseReservedElasticsearchInstanceOfferingRequest {
1894
-
1895
- const filterSensitiveLog: (obj: PurchaseReservedElasticsearchInstanceOfferingRequest) => any;
1896
- }
1897
-
1898
- export interface PurchaseReservedElasticsearchInstanceOfferingResponse {
1899
-
1900
- ReservedElasticsearchInstanceId?: string;
1901
-
1902
- ReservationName?: string;
1903
- }
1904
- export declare namespace PurchaseReservedElasticsearchInstanceOfferingResponse {
1905
-
1906
- const filterSensitiveLog: (obj: PurchaseReservedElasticsearchInstanceOfferingResponse) => any;
1907
- }
1908
-
1909
- export interface RejectInboundCrossClusterSearchConnectionRequest {
1910
-
1911
- CrossClusterSearchConnectionId: string | undefined;
1912
- }
1913
- export declare namespace RejectInboundCrossClusterSearchConnectionRequest {
1914
-
1915
- const filterSensitiveLog: (obj: RejectInboundCrossClusterSearchConnectionRequest) => any;
1916
- }
1917
-
1918
- export interface RejectInboundCrossClusterSearchConnectionResponse {
1919
-
1920
- CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
1921
- }
1922
- export declare namespace RejectInboundCrossClusterSearchConnectionResponse {
1923
-
1924
- const filterSensitiveLog: (obj: RejectInboundCrossClusterSearchConnectionResponse) => any;
1925
- }
1926
-
1927
- export interface RemoveTagsRequest {
1928
-
1929
- ARN: string | undefined;
1930
-
1931
- TagKeys: string[] | undefined;
1932
- }
1933
- export declare namespace RemoveTagsRequest {
1934
-
1935
- const filterSensitiveLog: (obj: RemoveTagsRequest) => any;
1936
- }
1937
-
1938
- export interface StartElasticsearchServiceSoftwareUpdateRequest {
1939
-
1940
- DomainName: string | undefined;
1941
- }
1942
- export declare namespace StartElasticsearchServiceSoftwareUpdateRequest {
1943
-
1944
- const filterSensitiveLog: (obj: StartElasticsearchServiceSoftwareUpdateRequest) => any;
1945
- }
1946
-
1947
- export interface StartElasticsearchServiceSoftwareUpdateResponse {
1948
-
1949
- ServiceSoftwareOptions?: ServiceSoftwareOptions;
1950
- }
1951
- export declare namespace StartElasticsearchServiceSoftwareUpdateResponse {
1952
-
1953
- const filterSensitiveLog: (obj: StartElasticsearchServiceSoftwareUpdateResponse) => any;
1954
- }
1955
-
1956
- export interface UpdateElasticsearchDomainConfigRequest {
1957
-
1958
- DomainName: string | undefined;
1959
-
1960
- ElasticsearchClusterConfig?: ElasticsearchClusterConfig;
1961
-
1962
- EBSOptions?: EBSOptions;
1963
-
1964
- SnapshotOptions?: SnapshotOptions;
1965
-
1966
- VPCOptions?: VPCOptions;
1967
-
1968
- CognitoOptions?: CognitoOptions;
1969
-
1970
- AdvancedOptions?: {
1971
- [key: string]: string;
1972
- };
1973
-
1974
- AccessPolicies?: string;
1975
-
1976
- LogPublishingOptions?: {
1977
- [key: string]: LogPublishingOption;
1978
- };
1979
-
1980
- DomainEndpointOptions?: DomainEndpointOptions;
1981
-
1982
- AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
1983
-
1984
- NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
1985
-
1986
- EncryptionAtRestOptions?: EncryptionAtRestOptions;
1987
-
1988
- AutoTuneOptions?: AutoTuneOptions;
1989
-
1990
- DryRun?: boolean;
1991
- }
1992
- export declare namespace UpdateElasticsearchDomainConfigRequest {
1993
-
1994
- const filterSensitiveLog: (obj: UpdateElasticsearchDomainConfigRequest) => any;
1995
- }
1996
- export interface DryRunResults {
1997
-
1998
- DeploymentType?: string;
1999
-
2000
- Message?: string;
2001
- }
2002
- export declare namespace DryRunResults {
2003
-
2004
- const filterSensitiveLog: (obj: DryRunResults) => any;
2005
- }
2006
-
2007
- export interface UpdateElasticsearchDomainConfigResponse {
2008
-
2009
- DomainConfig: ElasticsearchDomainConfig | undefined;
2010
-
2011
- DryRunResults?: DryRunResults;
2012
- }
2013
- export declare namespace UpdateElasticsearchDomainConfigResponse {
2014
-
2015
- const filterSensitiveLog: (obj: UpdateElasticsearchDomainConfigResponse) => any;
2016
- }
2017
-
2018
- export interface UpdatePackageRequest {
2019
-
2020
- PackageID: string | undefined;
2021
-
2022
- PackageSource: PackageSource | undefined;
2023
-
2024
- PackageDescription?: string;
2025
-
2026
- CommitMessage?: string;
2027
- }
2028
- export declare namespace UpdatePackageRequest {
2029
-
2030
- const filterSensitiveLog: (obj: UpdatePackageRequest) => any;
2031
- }
2032
-
2033
- export interface UpdatePackageResponse {
2034
-
2035
- PackageDetails?: PackageDetails;
2036
- }
2037
- export declare namespace UpdatePackageResponse {
2038
-
2039
- const filterSensitiveLog: (obj: UpdatePackageResponse) => any;
2040
- }
2041
-
2042
- export interface UpgradeElasticsearchDomainRequest {
2043
-
2044
- DomainName: string | undefined;
2045
-
2046
- TargetVersion: string | undefined;
2047
-
2048
- PerformCheckOnly?: boolean;
2049
- }
2050
- export declare namespace UpgradeElasticsearchDomainRequest {
2051
-
2052
- const filterSensitiveLog: (obj: UpgradeElasticsearchDomainRequest) => any;
2053
- }
2054
-
2055
- export interface UpgradeElasticsearchDomainResponse {
2056
-
2057
- DomainName?: string;
2058
-
2059
- TargetVersion?: string;
2060
-
2061
- PerformCheckOnly?: boolean;
2062
- }
2063
- export declare namespace UpgradeElasticsearchDomainResponse {
2064
-
2065
- const filterSensitiveLog: (obj: UpgradeElasticsearchDomainResponse) => any;
2066
- }