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