@aws-sdk/client-elasticsearch-service 3.296.0 → 3.297.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/dist-types/ElasticsearchService.d.ts +51 -0
- package/dist-types/ElasticsearchServiceClient.d.ts +24 -4
- package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsCommand.d.ts +16 -0
- package/dist-types/commands/AssociatePackageCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +16 -0
- package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +16 -0
- package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreatePackageCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeletePackageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +16 -0
- package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +16 -0
- package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePackagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DissociatePackageCommand.d.ts +16 -0
- package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +16 -0
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +16 -0
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +16 -0
- package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +16 -0
- package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +16 -0
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePackageCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +16 -0
- package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +16 -0
- package/dist-types/models/ElasticsearchServiceServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +280 -0
- package/dist-types/pagination/DescribeDomainAutoTunesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePackagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPackageVersionHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/GetUpgradeHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDomainsForPackagePaginator.d.ts +3 -0
- package/dist-types/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListElasticsearchVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPackagesForDomainPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ElasticsearchServiceServiceException as __BaseException } from "./ElasticsearchServiceServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>Container for the parameters to the <code><a>AcceptInboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
5
6
|
*/
|
|
6
7
|
export interface AcceptInboundCrossClusterSearchConnectionRequest {
|
|
@@ -9,6 +10,9 @@ export interface AcceptInboundCrossClusterSearchConnectionRequest {
|
|
|
9
10
|
*/
|
|
10
11
|
CrossClusterSearchConnectionId: string | undefined;
|
|
11
12
|
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
12
16
|
export declare enum InboundCrossClusterSearchConnectionStatusCode {
|
|
13
17
|
APPROVED = "APPROVED",
|
|
14
18
|
DELETED = "DELETED",
|
|
@@ -18,6 +22,7 @@ export declare enum InboundCrossClusterSearchConnectionStatusCode {
|
|
|
18
22
|
REJECTING = "REJECTING"
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
25
|
+
* @public
|
|
21
26
|
* <p>Specifies the coonection status of an inbound cross-cluster search connection.</p>
|
|
22
27
|
*/
|
|
23
28
|
export interface InboundCrossClusterSearchConnectionStatus {
|
|
@@ -38,6 +43,9 @@ export interface InboundCrossClusterSearchConnectionStatus {
|
|
|
38
43
|
*/
|
|
39
44
|
Message?: string;
|
|
40
45
|
}
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
41
49
|
export interface DomainInformation {
|
|
42
50
|
OwnerId?: string;
|
|
43
51
|
/**
|
|
@@ -47,6 +55,7 @@ export interface DomainInformation {
|
|
|
47
55
|
Region?: string;
|
|
48
56
|
}
|
|
49
57
|
/**
|
|
58
|
+
* @public
|
|
50
59
|
* <p>Specifies details of an inbound connection.</p>
|
|
51
60
|
*/
|
|
52
61
|
export interface InboundCrossClusterSearchConnection {
|
|
@@ -68,6 +77,7 @@ export interface InboundCrossClusterSearchConnection {
|
|
|
68
77
|
ConnectionStatus?: InboundCrossClusterSearchConnectionStatus;
|
|
69
78
|
}
|
|
70
79
|
/**
|
|
80
|
+
* @public
|
|
71
81
|
* <p>The result of a <code><a>AcceptInboundCrossClusterSearchConnection</a></code> operation. Contains details of accepted inbound connection.</p>
|
|
72
82
|
*/
|
|
73
83
|
export interface AcceptInboundCrossClusterSearchConnectionResponse {
|
|
@@ -77,6 +87,7 @@ export interface AcceptInboundCrossClusterSearchConnectionResponse {
|
|
|
77
87
|
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
|
|
78
88
|
}
|
|
79
89
|
/**
|
|
90
|
+
* @public
|
|
80
91
|
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
81
92
|
*/
|
|
82
93
|
export declare class DisabledOperationException extends __BaseException {
|
|
@@ -88,6 +99,7 @@ export declare class DisabledOperationException extends __BaseException {
|
|
|
88
99
|
constructor(opts: __ExceptionOptionType<DisabledOperationException, __BaseException>);
|
|
89
100
|
}
|
|
90
101
|
/**
|
|
102
|
+
* @public
|
|
91
103
|
* <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
|
|
92
104
|
*/
|
|
93
105
|
export declare class LimitExceededException extends __BaseException {
|
|
@@ -99,6 +111,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
99
111
|
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
100
112
|
}
|
|
101
113
|
/**
|
|
114
|
+
* @public
|
|
102
115
|
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
103
116
|
*/
|
|
104
117
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -110,6 +123,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
110
123
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
111
124
|
}
|
|
112
125
|
/**
|
|
126
|
+
* @public
|
|
113
127
|
* <p>An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.</p>
|
|
114
128
|
*/
|
|
115
129
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -120,12 +134,16 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
120
134
|
*/
|
|
121
135
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
122
136
|
}
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
123
140
|
export declare enum OptionState {
|
|
124
141
|
Active = "Active",
|
|
125
142
|
Processing = "Processing",
|
|
126
143
|
RequiresIndexDocuments = "RequiresIndexDocuments"
|
|
127
144
|
}
|
|
128
145
|
/**
|
|
146
|
+
* @public
|
|
129
147
|
* <p>Provides the current status of the entity.</p>
|
|
130
148
|
*/
|
|
131
149
|
export interface OptionStatus {
|
|
@@ -151,6 +169,7 @@ export interface OptionStatus {
|
|
|
151
169
|
PendingDeletion?: boolean;
|
|
152
170
|
}
|
|
153
171
|
/**
|
|
172
|
+
* @public
|
|
154
173
|
* <p>The configured access rules for the domain's document and search endpoints, and the current status of those rules.</p>
|
|
155
174
|
*/
|
|
156
175
|
export interface AccessPoliciesStatus {
|
|
@@ -165,6 +184,7 @@ export interface AccessPoliciesStatus {
|
|
|
165
184
|
Status: OptionStatus | undefined;
|
|
166
185
|
}
|
|
167
186
|
/**
|
|
187
|
+
* @public
|
|
168
188
|
* <p>
|
|
169
189
|
* List of limits that are specific to a given InstanceType and for each of it's
|
|
170
190
|
* <code>
|
|
@@ -215,6 +235,7 @@ export interface AdditionalLimit {
|
|
|
215
235
|
LimitValues?: string[];
|
|
216
236
|
}
|
|
217
237
|
/**
|
|
238
|
+
* @public
|
|
218
239
|
* <p>Specifies a key value pair for a resource tag.</p>
|
|
219
240
|
*/
|
|
220
241
|
export interface Tag {
|
|
@@ -229,6 +250,7 @@ export interface Tag {
|
|
|
229
250
|
Value: string | undefined;
|
|
230
251
|
}
|
|
231
252
|
/**
|
|
253
|
+
* @public
|
|
232
254
|
* <p>Container for the parameters to the <code><a>AddTags</a></code> operation. Specify the tags that you want to attach to the Elasticsearch domain.</p>
|
|
233
255
|
*/
|
|
234
256
|
export interface AddTagsRequest {
|
|
@@ -242,6 +264,7 @@ export interface AddTagsRequest {
|
|
|
242
264
|
TagList: Tag[] | undefined;
|
|
243
265
|
}
|
|
244
266
|
/**
|
|
267
|
+
* @public
|
|
245
268
|
* <p>An error occurred while processing the request.</p>
|
|
246
269
|
*/
|
|
247
270
|
export declare class BaseException extends __BaseException {
|
|
@@ -253,6 +276,7 @@ export declare class BaseException extends __BaseException {
|
|
|
253
276
|
constructor(opts: __ExceptionOptionType<BaseException, __BaseException>);
|
|
254
277
|
}
|
|
255
278
|
/**
|
|
279
|
+
* @public
|
|
256
280
|
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
257
281
|
*/
|
|
258
282
|
export declare class InternalException extends __BaseException {
|
|
@@ -264,6 +288,7 @@ export declare class InternalException extends __BaseException {
|
|
|
264
288
|
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
265
289
|
}
|
|
266
290
|
/**
|
|
291
|
+
* @public
|
|
267
292
|
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
268
293
|
*/
|
|
269
294
|
export declare class ValidationException extends __BaseException {
|
|
@@ -275,6 +300,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
275
300
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
276
301
|
}
|
|
277
302
|
/**
|
|
303
|
+
* @public
|
|
278
304
|
* <p> Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:</p>
|
|
279
305
|
* <ul>
|
|
280
306
|
* <li>Option to allow references to indices in an HTTP request body. Must be <code>false</code> when configuring access to individual sub-resources. By default, the value is <code>true</code>.
|
|
@@ -294,6 +320,7 @@ export interface AdvancedOptionsStatus {
|
|
|
294
320
|
Status: OptionStatus | undefined;
|
|
295
321
|
}
|
|
296
322
|
/**
|
|
323
|
+
* @public
|
|
297
324
|
* <p>Specifies the SAML Identity Provider's information.</p>
|
|
298
325
|
*/
|
|
299
326
|
export interface SAMLIdp {
|
|
@@ -307,6 +334,7 @@ export interface SAMLIdp {
|
|
|
307
334
|
EntityId: string | undefined;
|
|
308
335
|
}
|
|
309
336
|
/**
|
|
337
|
+
* @public
|
|
310
338
|
* <p>Describes the SAML application configured for the domain.</p>
|
|
311
339
|
*/
|
|
312
340
|
export interface SAMLOptionsOutput {
|
|
@@ -332,6 +360,7 @@ export interface SAMLOptionsOutput {
|
|
|
332
360
|
SessionTimeoutMinutes?: number;
|
|
333
361
|
}
|
|
334
362
|
/**
|
|
363
|
+
* @public
|
|
335
364
|
* <p>Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.</p>
|
|
336
365
|
*/
|
|
337
366
|
export interface AdvancedSecurityOptions {
|
|
@@ -357,6 +386,7 @@ export interface AdvancedSecurityOptions {
|
|
|
357
386
|
AnonymousAuthEnabled?: boolean;
|
|
358
387
|
}
|
|
359
388
|
/**
|
|
389
|
+
* @public
|
|
360
390
|
* <p>Credentials for the master user: username and password, ARN, or both.</p>
|
|
361
391
|
*/
|
|
362
392
|
export interface MasterUserOptions {
|
|
@@ -374,6 +404,7 @@ export interface MasterUserOptions {
|
|
|
374
404
|
MasterUserPassword?: string;
|
|
375
405
|
}
|
|
376
406
|
/**
|
|
407
|
+
* @public
|
|
377
408
|
* <p>Specifies the SAML application configuration for the domain.</p>
|
|
378
409
|
*/
|
|
379
410
|
export interface SAMLOptionsInput {
|
|
@@ -407,6 +438,7 @@ export interface SAMLOptionsInput {
|
|
|
407
438
|
SessionTimeoutMinutes?: number;
|
|
408
439
|
}
|
|
409
440
|
/**
|
|
441
|
+
* @public
|
|
410
442
|
* <p>Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM is enabled).</p>
|
|
411
443
|
*/
|
|
412
444
|
export interface AdvancedSecurityOptionsInput {
|
|
@@ -432,6 +464,7 @@ export interface AdvancedSecurityOptionsInput {
|
|
|
432
464
|
AnonymousAuthEnabled?: boolean;
|
|
433
465
|
}
|
|
434
466
|
/**
|
|
467
|
+
* @public
|
|
435
468
|
* <p> Specifies the status of advanced security options for the specified Elasticsearch domain.</p>
|
|
436
469
|
*/
|
|
437
470
|
export interface AdvancedSecurityOptionsStatus {
|
|
@@ -445,6 +478,7 @@ export interface AdvancedSecurityOptionsStatus {
|
|
|
445
478
|
Status: OptionStatus | undefined;
|
|
446
479
|
}
|
|
447
480
|
/**
|
|
481
|
+
* @public
|
|
448
482
|
* <p>
|
|
449
483
|
* Container for request parameters to
|
|
450
484
|
* <code>
|
|
@@ -463,6 +497,9 @@ export interface AssociatePackageRequest {
|
|
|
463
497
|
*/
|
|
464
498
|
DomainName: string | undefined;
|
|
465
499
|
}
|
|
500
|
+
/**
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
466
503
|
export declare enum DomainPackageStatus {
|
|
467
504
|
ACTIVE = "ACTIVE",
|
|
468
505
|
ASSOCIATING = "ASSOCIATING",
|
|
@@ -470,14 +507,21 @@ export declare enum DomainPackageStatus {
|
|
|
470
507
|
DISSOCIATING = "DISSOCIATING",
|
|
471
508
|
DISSOCIATION_FAILED = "DISSOCIATION_FAILED"
|
|
472
509
|
}
|
|
510
|
+
/**
|
|
511
|
+
* @public
|
|
512
|
+
*/
|
|
473
513
|
export interface ErrorDetails {
|
|
474
514
|
ErrorType?: string;
|
|
475
515
|
ErrorMessage?: string;
|
|
476
516
|
}
|
|
517
|
+
/**
|
|
518
|
+
* @public
|
|
519
|
+
*/
|
|
477
520
|
export declare enum PackageType {
|
|
478
521
|
TXT_DICTIONARY = "TXT-DICTIONARY"
|
|
479
522
|
}
|
|
480
523
|
/**
|
|
524
|
+
* @public
|
|
481
525
|
* <p>Information on a package that is associated with a domain.</p>
|
|
482
526
|
*/
|
|
483
527
|
export interface DomainPackageDetails {
|
|
@@ -516,6 +560,7 @@ export interface DomainPackageDetails {
|
|
|
516
560
|
ErrorDetails?: ErrorDetails;
|
|
517
561
|
}
|
|
518
562
|
/**
|
|
563
|
+
* @public
|
|
519
564
|
* <p>
|
|
520
565
|
* Container for response returned by
|
|
521
566
|
* <code>
|
|
@@ -531,6 +576,7 @@ export interface AssociatePackageResponse {
|
|
|
531
576
|
DomainPackageDetails?: DomainPackageDetails;
|
|
532
577
|
}
|
|
533
578
|
/**
|
|
579
|
+
* @public
|
|
534
580
|
* <p>An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.</p>
|
|
535
581
|
*/
|
|
536
582
|
export declare class ConflictException extends __BaseException {
|
|
@@ -542,6 +588,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
542
588
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
543
589
|
}
|
|
544
590
|
/**
|
|
591
|
+
* @public
|
|
545
592
|
* <p>Container for request parameters to the <code><a>AuthorizeVpcEndpointAccess</a></code> operation.
|
|
546
593
|
* Specifies the account to be permitted to manage VPC endpoints against the domain.</p>
|
|
547
594
|
*/
|
|
@@ -555,11 +602,15 @@ export interface AuthorizeVpcEndpointAccessRequest {
|
|
|
555
602
|
*/
|
|
556
603
|
Account: string | undefined;
|
|
557
604
|
}
|
|
605
|
+
/**
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
558
608
|
export declare enum PrincipalType {
|
|
559
609
|
AWS_ACCOUNT = "AWS_ACCOUNT",
|
|
560
610
|
AWS_SERVICE = "AWS_SERVICE"
|
|
561
611
|
}
|
|
562
612
|
/**
|
|
613
|
+
* @public
|
|
563
614
|
* <p>Information about an account or service that has access to an Amazon
|
|
564
615
|
* OpenSearch Service domain through the use of an interface VPC endpoint.</p>
|
|
565
616
|
*/
|
|
@@ -574,6 +625,7 @@ export interface AuthorizedPrincipal {
|
|
|
574
625
|
Principal?: string;
|
|
575
626
|
}
|
|
576
627
|
/**
|
|
628
|
+
* @public
|
|
577
629
|
* <p>Container for response parameters to the <code><a>AuthorizeVpcEndpointAccess</a></code> operation.
|
|
578
630
|
* Contains the account ID and the type of the account being authorized to access the VPC endpoint.</p>
|
|
579
631
|
*/
|
|
@@ -585,6 +637,7 @@ export interface AuthorizeVpcEndpointAccessResponse {
|
|
|
585
637
|
AuthorizedPrincipal: AuthorizedPrincipal | undefined;
|
|
586
638
|
}
|
|
587
639
|
/**
|
|
640
|
+
* @public
|
|
588
641
|
* <p>Container for the parameters to the <code><a>CancelElasticsearchServiceSoftwareUpdate</a></code> operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software update on.</p>
|
|
589
642
|
*/
|
|
590
643
|
export interface CancelElasticsearchServiceSoftwareUpdateRequest {
|
|
@@ -593,6 +646,9 @@ export interface CancelElasticsearchServiceSoftwareUpdateRequest {
|
|
|
593
646
|
*/
|
|
594
647
|
DomainName: string | undefined;
|
|
595
648
|
}
|
|
649
|
+
/**
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
596
652
|
export declare enum DeploymentStatus {
|
|
597
653
|
COMPLETED = "COMPLETED",
|
|
598
654
|
ELIGIBLE = "ELIGIBLE",
|
|
@@ -601,6 +657,7 @@ export declare enum DeploymentStatus {
|
|
|
601
657
|
PENDING_UPDATE = "PENDING_UPDATE"
|
|
602
658
|
}
|
|
603
659
|
/**
|
|
660
|
+
* @public
|
|
604
661
|
* <p>The current options of an Elasticsearch domain service software options.</p>
|
|
605
662
|
*/
|
|
606
663
|
export interface ServiceSoftwareOptions {
|
|
@@ -638,6 +695,7 @@ export interface ServiceSoftwareOptions {
|
|
|
638
695
|
OptionalDeployment?: boolean;
|
|
639
696
|
}
|
|
640
697
|
/**
|
|
698
|
+
* @public
|
|
641
699
|
* <p>The result of a <code>CancelElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>
|
|
642
700
|
*/
|
|
643
701
|
export interface CancelElasticsearchServiceSoftwareUpdateResponse {
|
|
@@ -646,14 +704,21 @@ export interface CancelElasticsearchServiceSoftwareUpdateResponse {
|
|
|
646
704
|
*/
|
|
647
705
|
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
|
648
706
|
}
|
|
707
|
+
/**
|
|
708
|
+
* @public
|
|
709
|
+
*/
|
|
649
710
|
export declare enum AutoTuneDesiredState {
|
|
650
711
|
DISABLED = "DISABLED",
|
|
651
712
|
ENABLED = "ENABLED"
|
|
652
713
|
}
|
|
714
|
+
/**
|
|
715
|
+
* @public
|
|
716
|
+
*/
|
|
653
717
|
export declare enum TimeUnit {
|
|
654
718
|
HOURS = "HOURS"
|
|
655
719
|
}
|
|
656
720
|
/**
|
|
721
|
+
* @public
|
|
657
722
|
* <p>Specifies maintenance schedule duration: duration value and duration unit. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
|
|
658
723
|
*/
|
|
659
724
|
export interface Duration {
|
|
@@ -667,6 +732,7 @@ export interface Duration {
|
|
|
667
732
|
Unit?: TimeUnit | string;
|
|
668
733
|
}
|
|
669
734
|
/**
|
|
735
|
+
* @public
|
|
670
736
|
* <p>Specifies Auto-Tune maitenance schedule. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
|
|
671
737
|
*/
|
|
672
738
|
export interface AutoTuneMaintenanceSchedule {
|
|
@@ -684,6 +750,7 @@ export interface AutoTuneMaintenanceSchedule {
|
|
|
684
750
|
CronExpressionForRecurrence?: string;
|
|
685
751
|
}
|
|
686
752
|
/**
|
|
753
|
+
* @public
|
|
687
754
|
* <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.</p>
|
|
688
755
|
*/
|
|
689
756
|
export interface AutoTuneOptionsInput {
|
|
@@ -697,6 +764,7 @@ export interface AutoTuneOptionsInput {
|
|
|
697
764
|
MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
|
|
698
765
|
}
|
|
699
766
|
/**
|
|
767
|
+
* @public
|
|
700
768
|
* <p>Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html" target="_blank">Amazon Cognito Authentication for Kibana</a>.</p>
|
|
701
769
|
*/
|
|
702
770
|
export interface CognitoOptions {
|
|
@@ -717,11 +785,15 @@ export interface CognitoOptions {
|
|
|
717
785
|
*/
|
|
718
786
|
RoleArn?: string;
|
|
719
787
|
}
|
|
788
|
+
/**
|
|
789
|
+
* @public
|
|
790
|
+
*/
|
|
720
791
|
export declare enum TLSSecurityPolicy {
|
|
721
792
|
POLICY_MIN_TLS_1_0_2019_07 = "Policy-Min-TLS-1-0-2019-07",
|
|
722
793
|
POLICY_MIN_TLS_1_2_2019_07 = "Policy-Min-TLS-1-2-2019-07"
|
|
723
794
|
}
|
|
724
795
|
/**
|
|
796
|
+
* @public
|
|
725
797
|
* <p>Options to configure endpoint for the Elasticsearch domain.</p>
|
|
726
798
|
*/
|
|
727
799
|
export interface DomainEndpointOptions {
|
|
@@ -752,6 +824,9 @@ export interface DomainEndpointOptions {
|
|
|
752
824
|
*/
|
|
753
825
|
CustomEndpointCertificateArn?: string;
|
|
754
826
|
}
|
|
827
|
+
/**
|
|
828
|
+
* @public
|
|
829
|
+
*/
|
|
755
830
|
export declare enum VolumeType {
|
|
756
831
|
gp2 = "gp2",
|
|
757
832
|
gp3 = "gp3",
|
|
@@ -759,6 +834,7 @@ export declare enum VolumeType {
|
|
|
759
834
|
standard = "standard"
|
|
760
835
|
}
|
|
761
836
|
/**
|
|
837
|
+
* @public
|
|
762
838
|
* <p>Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs" target="_blank"> Configuring EBS-based Storage</a>.</p>
|
|
763
839
|
*/
|
|
764
840
|
export interface EBSOptions {
|
|
@@ -784,6 +860,7 @@ export interface EBSOptions {
|
|
|
784
860
|
Throughput?: number;
|
|
785
861
|
}
|
|
786
862
|
/**
|
|
863
|
+
* @public
|
|
787
864
|
* <p>Specifies the configuration for cold storage options such as enabled</p>
|
|
788
865
|
*/
|
|
789
866
|
export interface ColdStorageOptions {
|
|
@@ -792,6 +869,9 @@ export interface ColdStorageOptions {
|
|
|
792
869
|
*/
|
|
793
870
|
Enabled: boolean | undefined;
|
|
794
871
|
}
|
|
872
|
+
/**
|
|
873
|
+
* @public
|
|
874
|
+
*/
|
|
795
875
|
export declare enum ESPartitionInstanceType {
|
|
796
876
|
c4_2xlarge_elasticsearch = "c4.2xlarge.elasticsearch",
|
|
797
877
|
c4_4xlarge_elasticsearch = "c4.4xlarge.elasticsearch",
|
|
@@ -852,11 +932,15 @@ export declare enum ESPartitionInstanceType {
|
|
|
852
932
|
ultrawarm1_large_elasticsearch = "ultrawarm1.large.elasticsearch",
|
|
853
933
|
ultrawarm1_medium_elasticsearch = "ultrawarm1.medium.elasticsearch"
|
|
854
934
|
}
|
|
935
|
+
/**
|
|
936
|
+
* @public
|
|
937
|
+
*/
|
|
855
938
|
export declare enum ESWarmPartitionInstanceType {
|
|
856
939
|
ultrawarm1_large_elasticsearch = "ultrawarm1.large.elasticsearch",
|
|
857
940
|
ultrawarm1_medium_elasticsearch = "ultrawarm1.medium.elasticsearch"
|
|
858
941
|
}
|
|
859
942
|
/**
|
|
943
|
+
* @public
|
|
860
944
|
* <p>Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.</p>
|
|
861
945
|
*/
|
|
862
946
|
export interface ZoneAwarenessConfig {
|
|
@@ -866,6 +950,7 @@ export interface ZoneAwarenessConfig {
|
|
|
866
950
|
AvailabilityZoneCount?: number;
|
|
867
951
|
}
|
|
868
952
|
/**
|
|
953
|
+
* @public
|
|
869
954
|
* <p>Specifies the configuration for the domain cluster, such as the type and number of instances.</p>
|
|
870
955
|
*/
|
|
871
956
|
export interface ElasticsearchClusterConfig {
|
|
@@ -915,6 +1000,7 @@ export interface ElasticsearchClusterConfig {
|
|
|
915
1000
|
ColdStorageOptions?: ColdStorageOptions;
|
|
916
1001
|
}
|
|
917
1002
|
/**
|
|
1003
|
+
* @public
|
|
918
1004
|
* <p>Specifies the Encryption At Rest Options.</p>
|
|
919
1005
|
*/
|
|
920
1006
|
export interface EncryptionAtRestOptions {
|
|
@@ -927,6 +1013,9 @@ export interface EncryptionAtRestOptions {
|
|
|
927
1013
|
*/
|
|
928
1014
|
KmsKeyId?: string;
|
|
929
1015
|
}
|
|
1016
|
+
/**
|
|
1017
|
+
* @public
|
|
1018
|
+
*/
|
|
930
1019
|
export declare enum LogType {
|
|
931
1020
|
AUDIT_LOGS = "AUDIT_LOGS",
|
|
932
1021
|
ES_APPLICATION_LOGS = "ES_APPLICATION_LOGS",
|
|
@@ -934,6 +1023,7 @@ export declare enum LogType {
|
|
|
934
1023
|
SEARCH_SLOW_LOGS = "SEARCH_SLOW_LOGS"
|
|
935
1024
|
}
|
|
936
1025
|
/**
|
|
1026
|
+
* @public
|
|
937
1027
|
* <p>Log Publishing option that is set for given domain.
|
|
938
1028
|
* <br></br>Attributes and their details:
|
|
939
1029
|
* <ul>
|
|
@@ -953,6 +1043,7 @@ export interface LogPublishingOption {
|
|
|
953
1043
|
Enabled?: boolean;
|
|
954
1044
|
}
|
|
955
1045
|
/**
|
|
1046
|
+
* @public
|
|
956
1047
|
* <p>Specifies the node-to-node encryption options.</p>
|
|
957
1048
|
*/
|
|
958
1049
|
export interface NodeToNodeEncryptionOptions {
|
|
@@ -962,6 +1053,7 @@ export interface NodeToNodeEncryptionOptions {
|
|
|
962
1053
|
Enabled?: boolean;
|
|
963
1054
|
}
|
|
964
1055
|
/**
|
|
1056
|
+
* @public
|
|
965
1057
|
* <p>Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is <code>0</code> hours.</p>
|
|
966
1058
|
*/
|
|
967
1059
|
export interface SnapshotOptions {
|
|
@@ -971,6 +1063,7 @@ export interface SnapshotOptions {
|
|
|
971
1063
|
AutomatedSnapshotStartHour?: number;
|
|
972
1064
|
}
|
|
973
1065
|
/**
|
|
1066
|
+
* @public
|
|
974
1067
|
* <p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html" target="_blank"> VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>
|
|
975
1068
|
*/
|
|
976
1069
|
export interface VPCOptions {
|
|
@@ -983,6 +1076,9 @@ export interface VPCOptions {
|
|
|
983
1076
|
*/
|
|
984
1077
|
SecurityGroupIds?: string[];
|
|
985
1078
|
}
|
|
1079
|
+
/**
|
|
1080
|
+
* @public
|
|
1081
|
+
*/
|
|
986
1082
|
export interface CreateElasticsearchDomainRequest {
|
|
987
1083
|
/**
|
|
988
1084
|
* <p>The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a lowercase letter and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
@@ -1051,6 +1147,9 @@ export interface CreateElasticsearchDomainRequest {
|
|
|
1051
1147
|
*/
|
|
1052
1148
|
TagList?: Tag[];
|
|
1053
1149
|
}
|
|
1150
|
+
/**
|
|
1151
|
+
* @public
|
|
1152
|
+
*/
|
|
1054
1153
|
export declare enum AutoTuneState {
|
|
1055
1154
|
DISABLED = "DISABLED",
|
|
1056
1155
|
DISABLED_AND_ROLLBACK_COMPLETE = "DISABLED_AND_ROLLBACK_COMPLETE",
|
|
@@ -1063,6 +1162,7 @@ export declare enum AutoTuneState {
|
|
|
1063
1162
|
ERROR = "ERROR"
|
|
1064
1163
|
}
|
|
1065
1164
|
/**
|
|
1165
|
+
* @public
|
|
1066
1166
|
* <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.</p>
|
|
1067
1167
|
*/
|
|
1068
1168
|
export interface AutoTuneOptionsOutput {
|
|
@@ -1076,6 +1176,7 @@ export interface AutoTuneOptionsOutput {
|
|
|
1076
1176
|
ErrorMessage?: string;
|
|
1077
1177
|
}
|
|
1078
1178
|
/**
|
|
1179
|
+
* @public
|
|
1079
1180
|
* <p>Specifies change details of the domain configuration change.</p>
|
|
1080
1181
|
*/
|
|
1081
1182
|
export interface ChangeProgressDetails {
|
|
@@ -1089,6 +1190,7 @@ export interface ChangeProgressDetails {
|
|
|
1089
1190
|
Message?: string;
|
|
1090
1191
|
}
|
|
1091
1192
|
/**
|
|
1193
|
+
* @public
|
|
1092
1194
|
* <p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html" target="_blank"> VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>
|
|
1093
1195
|
*/
|
|
1094
1196
|
export interface VPCDerivedInfo {
|
|
@@ -1110,6 +1212,7 @@ export interface VPCDerivedInfo {
|
|
|
1110
1212
|
SecurityGroupIds?: string[];
|
|
1111
1213
|
}
|
|
1112
1214
|
/**
|
|
1215
|
+
* @public
|
|
1113
1216
|
* <p>The current status of an Elasticsearch domain.</p>
|
|
1114
1217
|
*/
|
|
1115
1218
|
export interface ElasticsearchDomainStatus {
|
|
@@ -1212,6 +1315,7 @@ export interface ElasticsearchDomainStatus {
|
|
|
1212
1315
|
ChangeProgressDetails?: ChangeProgressDetails;
|
|
1213
1316
|
}
|
|
1214
1317
|
/**
|
|
1318
|
+
* @public
|
|
1215
1319
|
* <p>The result of a <code>CreateElasticsearchDomain</code> operation. Contains the status of the newly created Elasticsearch domain.</p>
|
|
1216
1320
|
*/
|
|
1217
1321
|
export interface CreateElasticsearchDomainResponse {
|
|
@@ -1221,6 +1325,7 @@ export interface CreateElasticsearchDomainResponse {
|
|
|
1221
1325
|
DomainStatus?: ElasticsearchDomainStatus;
|
|
1222
1326
|
}
|
|
1223
1327
|
/**
|
|
1328
|
+
* @public
|
|
1224
1329
|
* <p>An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.</p>
|
|
1225
1330
|
*/
|
|
1226
1331
|
export declare class InvalidTypeException extends __BaseException {
|
|
@@ -1232,6 +1337,7 @@ export declare class InvalidTypeException extends __BaseException {
|
|
|
1232
1337
|
constructor(opts: __ExceptionOptionType<InvalidTypeException, __BaseException>);
|
|
1233
1338
|
}
|
|
1234
1339
|
/**
|
|
1340
|
+
* @public
|
|
1235
1341
|
* <p>An exception for creating a resource that already exists. Gives http status code of 400.</p>
|
|
1236
1342
|
*/
|
|
1237
1343
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
@@ -1243,6 +1349,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
|
1243
1349
|
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
1244
1350
|
}
|
|
1245
1351
|
/**
|
|
1352
|
+
* @public
|
|
1246
1353
|
* <p>Container for the parameters to the <code><a>CreateOutboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
1247
1354
|
*/
|
|
1248
1355
|
export interface CreateOutboundCrossClusterSearchConnectionRequest {
|
|
@@ -1259,6 +1366,9 @@ export interface CreateOutboundCrossClusterSearchConnectionRequest {
|
|
|
1259
1366
|
*/
|
|
1260
1367
|
ConnectionAlias: string | undefined;
|
|
1261
1368
|
}
|
|
1369
|
+
/**
|
|
1370
|
+
* @public
|
|
1371
|
+
*/
|
|
1262
1372
|
export declare enum OutboundCrossClusterSearchConnectionStatusCode {
|
|
1263
1373
|
ACTIVE = "ACTIVE",
|
|
1264
1374
|
DELETED = "DELETED",
|
|
@@ -1270,6 +1380,7 @@ export declare enum OutboundCrossClusterSearchConnectionStatusCode {
|
|
|
1270
1380
|
VALIDATION_FAILED = "VALIDATION_FAILED"
|
|
1271
1381
|
}
|
|
1272
1382
|
/**
|
|
1383
|
+
* @public
|
|
1273
1384
|
* <p>Specifies the connection status of an outbound cross-cluster search connection.</p>
|
|
1274
1385
|
*/
|
|
1275
1386
|
export interface OutboundCrossClusterSearchConnectionStatus {
|
|
@@ -1293,6 +1404,7 @@ export interface OutboundCrossClusterSearchConnectionStatus {
|
|
|
1293
1404
|
Message?: string;
|
|
1294
1405
|
}
|
|
1295
1406
|
/**
|
|
1407
|
+
* @public
|
|
1296
1408
|
* <p>The result of a <code><a>CreateOutboundCrossClusterSearchConnection</a></code> request. Contains the details of the newly created cross-cluster search connection.</p>
|
|
1297
1409
|
*/
|
|
1298
1410
|
export interface CreateOutboundCrossClusterSearchConnectionResponse {
|
|
@@ -1318,6 +1430,7 @@ export interface CreateOutboundCrossClusterSearchConnectionResponse {
|
|
|
1318
1430
|
CrossClusterSearchConnectionId?: string;
|
|
1319
1431
|
}
|
|
1320
1432
|
/**
|
|
1433
|
+
* @public
|
|
1321
1434
|
* <p>The S3 location for importing the package specified as <code>S3BucketName</code> and <code>S3Key</code></p>
|
|
1322
1435
|
*/
|
|
1323
1436
|
export interface PackageSource {
|
|
@@ -1331,6 +1444,7 @@ export interface PackageSource {
|
|
|
1331
1444
|
S3Key?: string;
|
|
1332
1445
|
}
|
|
1333
1446
|
/**
|
|
1447
|
+
* @public
|
|
1334
1448
|
* <p>
|
|
1335
1449
|
* Container for request parameters to
|
|
1336
1450
|
* <code>
|
|
@@ -1357,6 +1471,9 @@ export interface CreatePackageRequest {
|
|
|
1357
1471
|
*/
|
|
1358
1472
|
PackageSource: PackageSource | undefined;
|
|
1359
1473
|
}
|
|
1474
|
+
/**
|
|
1475
|
+
* @public
|
|
1476
|
+
*/
|
|
1360
1477
|
export declare enum PackageStatus {
|
|
1361
1478
|
AVAILABLE = "AVAILABLE",
|
|
1362
1479
|
COPYING = "COPYING",
|
|
@@ -1368,6 +1485,7 @@ export declare enum PackageStatus {
|
|
|
1368
1485
|
VALIDATION_FAILED = "VALIDATION_FAILED"
|
|
1369
1486
|
}
|
|
1370
1487
|
/**
|
|
1488
|
+
* @public
|
|
1371
1489
|
* <p>Basic information about a package.</p>
|
|
1372
1490
|
*/
|
|
1373
1491
|
export interface PackageDetails {
|
|
@@ -1403,6 +1521,7 @@ export interface PackageDetails {
|
|
|
1403
1521
|
ErrorDetails?: ErrorDetails;
|
|
1404
1522
|
}
|
|
1405
1523
|
/**
|
|
1524
|
+
* @public
|
|
1406
1525
|
* <p>
|
|
1407
1526
|
* Container for response returned by
|
|
1408
1527
|
* <code>
|
|
@@ -1418,6 +1537,7 @@ export interface CreatePackageResponse {
|
|
|
1418
1537
|
PackageDetails?: PackageDetails;
|
|
1419
1538
|
}
|
|
1420
1539
|
/**
|
|
1540
|
+
* @public
|
|
1421
1541
|
* <p>Container for the parameters to the <code><a>CreateVpcEndpointRequest</a></code> operation.</p>
|
|
1422
1542
|
*/
|
|
1423
1543
|
export interface CreateVpcEndpointRequest {
|
|
@@ -1434,6 +1554,9 @@ export interface CreateVpcEndpointRequest {
|
|
|
1434
1554
|
*/
|
|
1435
1555
|
ClientToken?: string;
|
|
1436
1556
|
}
|
|
1557
|
+
/**
|
|
1558
|
+
* @public
|
|
1559
|
+
*/
|
|
1437
1560
|
export declare enum VpcEndpointStatus {
|
|
1438
1561
|
ACTIVE = "ACTIVE",
|
|
1439
1562
|
CREATE_FAILED = "CREATE_FAILED",
|
|
@@ -1444,6 +1567,7 @@ export declare enum VpcEndpointStatus {
|
|
|
1444
1567
|
UPDATING = "UPDATING"
|
|
1445
1568
|
}
|
|
1446
1569
|
/**
|
|
1570
|
+
* @public
|
|
1447
1571
|
* <p>The connection endpoint for connecting to an Amazon OpenSearch Service domain through a
|
|
1448
1572
|
* proxy.</p>
|
|
1449
1573
|
*/
|
|
@@ -1475,6 +1599,7 @@ export interface VpcEndpoint {
|
|
|
1475
1599
|
Endpoint?: string;
|
|
1476
1600
|
}
|
|
1477
1601
|
/**
|
|
1602
|
+
* @public
|
|
1478
1603
|
* <p>Container for response parameters to the <code><a>CreateVpcEndpoint</a></code> operation. Contains the configuration and status of the VPC Endpoint being created.</p>
|
|
1479
1604
|
*/
|
|
1480
1605
|
export interface CreateVpcEndpointResponse {
|
|
@@ -1484,6 +1609,7 @@ export interface CreateVpcEndpointResponse {
|
|
|
1484
1609
|
VpcEndpoint: VpcEndpoint | undefined;
|
|
1485
1610
|
}
|
|
1486
1611
|
/**
|
|
1612
|
+
* @public
|
|
1487
1613
|
* <p>Container for the parameters to the <code><a>DeleteElasticsearchDomain</a></code> operation. Specifies the name of the Elasticsearch domain that you want to delete.</p>
|
|
1488
1614
|
*/
|
|
1489
1615
|
export interface DeleteElasticsearchDomainRequest {
|
|
@@ -1493,6 +1619,7 @@ export interface DeleteElasticsearchDomainRequest {
|
|
|
1493
1619
|
DomainName: string | undefined;
|
|
1494
1620
|
}
|
|
1495
1621
|
/**
|
|
1622
|
+
* @public
|
|
1496
1623
|
* <p>The result of a <code>DeleteElasticsearchDomain</code> request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.</p>
|
|
1497
1624
|
*/
|
|
1498
1625
|
export interface DeleteElasticsearchDomainResponse {
|
|
@@ -1502,6 +1629,7 @@ export interface DeleteElasticsearchDomainResponse {
|
|
|
1502
1629
|
DomainStatus?: ElasticsearchDomainStatus;
|
|
1503
1630
|
}
|
|
1504
1631
|
/**
|
|
1632
|
+
* @public
|
|
1505
1633
|
* <p>Container for the parameters to the <code><a>DeleteInboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
1506
1634
|
*/
|
|
1507
1635
|
export interface DeleteInboundCrossClusterSearchConnectionRequest {
|
|
@@ -1511,6 +1639,7 @@ export interface DeleteInboundCrossClusterSearchConnectionRequest {
|
|
|
1511
1639
|
CrossClusterSearchConnectionId: string | undefined;
|
|
1512
1640
|
}
|
|
1513
1641
|
/**
|
|
1642
|
+
* @public
|
|
1514
1643
|
* <p>The result of a <code><a>DeleteInboundCrossClusterSearchConnection</a></code> operation. Contains details of deleted inbound connection.</p>
|
|
1515
1644
|
*/
|
|
1516
1645
|
export interface DeleteInboundCrossClusterSearchConnectionResponse {
|
|
@@ -1520,6 +1649,7 @@ export interface DeleteInboundCrossClusterSearchConnectionResponse {
|
|
|
1520
1649
|
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
|
|
1521
1650
|
}
|
|
1522
1651
|
/**
|
|
1652
|
+
* @public
|
|
1523
1653
|
* <p>Container for the parameters to the <code><a>DeleteOutboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
1524
1654
|
*/
|
|
1525
1655
|
export interface DeleteOutboundCrossClusterSearchConnectionRequest {
|
|
@@ -1529,6 +1659,7 @@ export interface DeleteOutboundCrossClusterSearchConnectionRequest {
|
|
|
1529
1659
|
CrossClusterSearchConnectionId: string | undefined;
|
|
1530
1660
|
}
|
|
1531
1661
|
/**
|
|
1662
|
+
* @public
|
|
1532
1663
|
* <p>Specifies details of an outbound connection.</p>
|
|
1533
1664
|
*/
|
|
1534
1665
|
export interface OutboundCrossClusterSearchConnection {
|
|
@@ -1554,6 +1685,7 @@ export interface OutboundCrossClusterSearchConnection {
|
|
|
1554
1685
|
ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus;
|
|
1555
1686
|
}
|
|
1556
1687
|
/**
|
|
1688
|
+
* @public
|
|
1557
1689
|
* <p>The result of a <code><a>DeleteOutboundCrossClusterSearchConnection</a></code> operation. Contains details of deleted outbound connection.</p>
|
|
1558
1690
|
*/
|
|
1559
1691
|
export interface DeleteOutboundCrossClusterSearchConnectionResponse {
|
|
@@ -1563,6 +1695,7 @@ export interface DeleteOutboundCrossClusterSearchConnectionResponse {
|
|
|
1563
1695
|
CrossClusterSearchConnection?: OutboundCrossClusterSearchConnection;
|
|
1564
1696
|
}
|
|
1565
1697
|
/**
|
|
1698
|
+
* @public
|
|
1566
1699
|
* <p>
|
|
1567
1700
|
* Container for request parameters to
|
|
1568
1701
|
* <code>
|
|
@@ -1578,6 +1711,7 @@ export interface DeletePackageRequest {
|
|
|
1578
1711
|
PackageID: string | undefined;
|
|
1579
1712
|
}
|
|
1580
1713
|
/**
|
|
1714
|
+
* @public
|
|
1581
1715
|
* <p>
|
|
1582
1716
|
* Container for response parameters to
|
|
1583
1717
|
* <code>
|
|
@@ -1593,6 +1727,7 @@ export interface DeletePackageResponse {
|
|
|
1593
1727
|
PackageDetails?: PackageDetails;
|
|
1594
1728
|
}
|
|
1595
1729
|
/**
|
|
1730
|
+
* @public
|
|
1596
1731
|
* <p>Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.</p>
|
|
1597
1732
|
*/
|
|
1598
1733
|
export interface DeleteVpcEndpointRequest {
|
|
@@ -1602,6 +1737,7 @@ export interface DeleteVpcEndpointRequest {
|
|
|
1602
1737
|
VpcEndpointId: string | undefined;
|
|
1603
1738
|
}
|
|
1604
1739
|
/**
|
|
1740
|
+
* @public
|
|
1605
1741
|
* <p>Summary information for an Amazon OpenSearch Service-managed VPC endpoint.</p>
|
|
1606
1742
|
*/
|
|
1607
1743
|
export interface VpcEndpointSummary {
|
|
@@ -1623,6 +1759,7 @@ export interface VpcEndpointSummary {
|
|
|
1623
1759
|
Status?: VpcEndpointStatus | string;
|
|
1624
1760
|
}
|
|
1625
1761
|
/**
|
|
1762
|
+
* @public
|
|
1626
1763
|
* <p>Container for response parameters to the <code><a>DeleteVpcEndpoint</a></code> operation. Contains the summarized detail of the VPC Endpoint being deleted.</p>
|
|
1627
1764
|
*/
|
|
1628
1765
|
export interface DeleteVpcEndpointResponse {
|
|
@@ -1633,6 +1770,7 @@ export interface DeleteVpcEndpointResponse {
|
|
|
1633
1770
|
VpcEndpointSummary: VpcEndpointSummary | undefined;
|
|
1634
1771
|
}
|
|
1635
1772
|
/**
|
|
1773
|
+
* @public
|
|
1636
1774
|
* <p>Container for the parameters to the <code>DescribeDomainAutoTunes</code> operation.</p>
|
|
1637
1775
|
*/
|
|
1638
1776
|
export interface DescribeDomainAutoTunesRequest {
|
|
@@ -1649,16 +1787,23 @@ export interface DescribeDomainAutoTunesRequest {
|
|
|
1649
1787
|
*/
|
|
1650
1788
|
NextToken?: string;
|
|
1651
1789
|
}
|
|
1790
|
+
/**
|
|
1791
|
+
* @public
|
|
1792
|
+
*/
|
|
1652
1793
|
export declare enum ScheduledAutoTuneActionType {
|
|
1653
1794
|
JVM_HEAP_SIZE_TUNING = "JVM_HEAP_SIZE_TUNING",
|
|
1654
1795
|
JVM_YOUNG_GEN_TUNING = "JVM_YOUNG_GEN_TUNING"
|
|
1655
1796
|
}
|
|
1797
|
+
/**
|
|
1798
|
+
* @public
|
|
1799
|
+
*/
|
|
1656
1800
|
export declare enum ScheduledAutoTuneSeverityType {
|
|
1657
1801
|
HIGH = "HIGH",
|
|
1658
1802
|
LOW = "LOW",
|
|
1659
1803
|
MEDIUM = "MEDIUM"
|
|
1660
1804
|
}
|
|
1661
1805
|
/**
|
|
1806
|
+
* @public
|
|
1662
1807
|
* <p>Specifies details of the scheduled Auto-Tune action. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information. </p>
|
|
1663
1808
|
*/
|
|
1664
1809
|
export interface ScheduledAutoTuneDetails {
|
|
@@ -1680,6 +1825,7 @@ export interface ScheduledAutoTuneDetails {
|
|
|
1680
1825
|
Severity?: ScheduledAutoTuneSeverityType | string;
|
|
1681
1826
|
}
|
|
1682
1827
|
/**
|
|
1828
|
+
* @public
|
|
1683
1829
|
* <p>Specifies details of the Auto-Tune action. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information. </p>
|
|
1684
1830
|
*/
|
|
1685
1831
|
export interface AutoTuneDetails {
|
|
@@ -1688,10 +1834,14 @@ export interface AutoTuneDetails {
|
|
|
1688
1834
|
*/
|
|
1689
1835
|
ScheduledAutoTuneDetails?: ScheduledAutoTuneDetails;
|
|
1690
1836
|
}
|
|
1837
|
+
/**
|
|
1838
|
+
* @public
|
|
1839
|
+
*/
|
|
1691
1840
|
export declare enum AutoTuneType {
|
|
1692
1841
|
SCHEDULED_ACTION = "SCHEDULED_ACTION"
|
|
1693
1842
|
}
|
|
1694
1843
|
/**
|
|
1844
|
+
* @public
|
|
1695
1845
|
* <p>Specifies Auto-Tune type and Auto-Tune action details. </p>
|
|
1696
1846
|
*/
|
|
1697
1847
|
export interface AutoTune {
|
|
@@ -1705,6 +1855,7 @@ export interface AutoTune {
|
|
|
1705
1855
|
AutoTuneDetails?: AutoTuneDetails;
|
|
1706
1856
|
}
|
|
1707
1857
|
/**
|
|
1858
|
+
* @public
|
|
1708
1859
|
* <p>The result of <code>DescribeDomainAutoTunes</code> request. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information. </p>
|
|
1709
1860
|
*/
|
|
1710
1861
|
export interface DescribeDomainAutoTunesResponse {
|
|
@@ -1718,6 +1869,7 @@ export interface DescribeDomainAutoTunesResponse {
|
|
|
1718
1869
|
NextToken?: string;
|
|
1719
1870
|
}
|
|
1720
1871
|
/**
|
|
1872
|
+
* @public
|
|
1721
1873
|
* <p>Container for the parameters to the <code>DescribeDomainChangeProgress</code> operation. Specifies the
|
|
1722
1874
|
* domain name and optional change specific identity for which you want progress information.
|
|
1723
1875
|
* </p>
|
|
@@ -1735,6 +1887,7 @@ export interface DescribeDomainChangeProgressRequest {
|
|
|
1735
1887
|
ChangeId?: string;
|
|
1736
1888
|
}
|
|
1737
1889
|
/**
|
|
1890
|
+
* @public
|
|
1738
1891
|
* <p>A progress stage details of a specific domain configuration change.</p>
|
|
1739
1892
|
*/
|
|
1740
1893
|
export interface ChangeProgressStage {
|
|
@@ -1755,6 +1908,9 @@ export interface ChangeProgressStage {
|
|
|
1755
1908
|
*/
|
|
1756
1909
|
LastUpdated?: Date;
|
|
1757
1910
|
}
|
|
1911
|
+
/**
|
|
1912
|
+
* @public
|
|
1913
|
+
*/
|
|
1758
1914
|
export declare enum OverallChangeStatus {
|
|
1759
1915
|
COMPLETED = "COMPLETED",
|
|
1760
1916
|
FAILED = "FAILED",
|
|
@@ -1762,6 +1918,7 @@ export declare enum OverallChangeStatus {
|
|
|
1762
1918
|
PROCESSING = "PROCESSING"
|
|
1763
1919
|
}
|
|
1764
1920
|
/**
|
|
1921
|
+
* @public
|
|
1765
1922
|
* <p>The progress details of a specific domain configuration change.</p>
|
|
1766
1923
|
*/
|
|
1767
1924
|
export interface ChangeProgressStatusDetails {
|
|
@@ -1795,6 +1952,7 @@ export interface ChangeProgressStatusDetails {
|
|
|
1795
1952
|
ChangeProgressStages?: ChangeProgressStage[];
|
|
1796
1953
|
}
|
|
1797
1954
|
/**
|
|
1955
|
+
* @public
|
|
1798
1956
|
* <p>The result of a <code>DescribeDomainChangeProgress</code> request. Contains the progress information of
|
|
1799
1957
|
* the requested domain change.
|
|
1800
1958
|
* </p>
|
|
@@ -1807,6 +1965,7 @@ export interface DescribeDomainChangeProgressResponse {
|
|
|
1807
1965
|
ChangeProgressStatus?: ChangeProgressStatusDetails;
|
|
1808
1966
|
}
|
|
1809
1967
|
/**
|
|
1968
|
+
* @public
|
|
1810
1969
|
* <p>Container for the parameters to the <code><a>DescribeElasticsearchDomain</a></code> operation.</p>
|
|
1811
1970
|
*/
|
|
1812
1971
|
export interface DescribeElasticsearchDomainRequest {
|
|
@@ -1816,6 +1975,7 @@ export interface DescribeElasticsearchDomainRequest {
|
|
|
1816
1975
|
DomainName: string | undefined;
|
|
1817
1976
|
}
|
|
1818
1977
|
/**
|
|
1978
|
+
* @public
|
|
1819
1979
|
* <p>The result of a <code>DescribeElasticsearchDomain</code> request. Contains the status of the domain specified in the request.</p>
|
|
1820
1980
|
*/
|
|
1821
1981
|
export interface DescribeElasticsearchDomainResponse {
|
|
@@ -1825,6 +1985,7 @@ export interface DescribeElasticsearchDomainResponse {
|
|
|
1825
1985
|
DomainStatus: ElasticsearchDomainStatus | undefined;
|
|
1826
1986
|
}
|
|
1827
1987
|
/**
|
|
1988
|
+
* @public
|
|
1828
1989
|
* <p> Container for the parameters to the <code>DescribeElasticsearchDomainConfig</code> operation. Specifies the domain name for which you want configuration information.</p>
|
|
1829
1990
|
*/
|
|
1830
1991
|
export interface DescribeElasticsearchDomainConfigRequest {
|
|
@@ -1833,11 +1994,15 @@ export interface DescribeElasticsearchDomainConfigRequest {
|
|
|
1833
1994
|
*/
|
|
1834
1995
|
DomainName: string | undefined;
|
|
1835
1996
|
}
|
|
1997
|
+
/**
|
|
1998
|
+
* @public
|
|
1999
|
+
*/
|
|
1836
2000
|
export declare enum RollbackOnDisable {
|
|
1837
2001
|
DEFAULT_ROLLBACK = "DEFAULT_ROLLBACK",
|
|
1838
2002
|
NO_ROLLBACK = "NO_ROLLBACK"
|
|
1839
2003
|
}
|
|
1840
2004
|
/**
|
|
2005
|
+
* @public
|
|
1841
2006
|
* <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.</p>
|
|
1842
2007
|
*/
|
|
1843
2008
|
export interface AutoTuneOptions {
|
|
@@ -1855,6 +2020,7 @@ export interface AutoTuneOptions {
|
|
|
1855
2020
|
MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
|
|
1856
2021
|
}
|
|
1857
2022
|
/**
|
|
2023
|
+
* @public
|
|
1858
2024
|
* <p>Provides the current status of the Auto-Tune options. </p>
|
|
1859
2025
|
*/
|
|
1860
2026
|
export interface AutoTuneStatus {
|
|
@@ -1884,6 +2050,7 @@ export interface AutoTuneStatus {
|
|
|
1884
2050
|
PendingDeletion?: boolean;
|
|
1885
2051
|
}
|
|
1886
2052
|
/**
|
|
2053
|
+
* @public
|
|
1887
2054
|
* <p> Specifies the status of Auto-Tune options for the specified Elasticsearch domain.</p>
|
|
1888
2055
|
*/
|
|
1889
2056
|
export interface AutoTuneOptionsStatus {
|
|
@@ -1897,6 +2064,7 @@ export interface AutoTuneOptionsStatus {
|
|
|
1897
2064
|
Status?: AutoTuneStatus;
|
|
1898
2065
|
}
|
|
1899
2066
|
/**
|
|
2067
|
+
* @public
|
|
1900
2068
|
* <p>Status of the Cognito options for the specified Elasticsearch domain.</p>
|
|
1901
2069
|
*/
|
|
1902
2070
|
export interface CognitoOptionsStatus {
|
|
@@ -1910,6 +2078,7 @@ export interface CognitoOptionsStatus {
|
|
|
1910
2078
|
Status: OptionStatus | undefined;
|
|
1911
2079
|
}
|
|
1912
2080
|
/**
|
|
2081
|
+
* @public
|
|
1913
2082
|
* <p>The configured endpoint options for the domain and their current status.</p>
|
|
1914
2083
|
*/
|
|
1915
2084
|
export interface DomainEndpointOptionsStatus {
|
|
@@ -1923,6 +2092,7 @@ export interface DomainEndpointOptionsStatus {
|
|
|
1923
2092
|
Status: OptionStatus | undefined;
|
|
1924
2093
|
}
|
|
1925
2094
|
/**
|
|
2095
|
+
* @public
|
|
1926
2096
|
* <p> Status of the EBS options for the specified Elasticsearch domain.</p>
|
|
1927
2097
|
*/
|
|
1928
2098
|
export interface EBSOptionsStatus {
|
|
@@ -1936,6 +2106,7 @@ export interface EBSOptionsStatus {
|
|
|
1936
2106
|
Status: OptionStatus | undefined;
|
|
1937
2107
|
}
|
|
1938
2108
|
/**
|
|
2109
|
+
* @public
|
|
1939
2110
|
* <p> Specifies the configuration status for the specified Elasticsearch domain.</p>
|
|
1940
2111
|
*/
|
|
1941
2112
|
export interface ElasticsearchClusterConfigStatus {
|
|
@@ -1949,6 +2120,7 @@ export interface ElasticsearchClusterConfigStatus {
|
|
|
1949
2120
|
Status: OptionStatus | undefined;
|
|
1950
2121
|
}
|
|
1951
2122
|
/**
|
|
2123
|
+
* @public
|
|
1952
2124
|
* <p> Status of the Elasticsearch version options for the specified Elasticsearch domain.</p>
|
|
1953
2125
|
*/
|
|
1954
2126
|
export interface ElasticsearchVersionStatus {
|
|
@@ -1962,6 +2134,7 @@ export interface ElasticsearchVersionStatus {
|
|
|
1962
2134
|
Status: OptionStatus | undefined;
|
|
1963
2135
|
}
|
|
1964
2136
|
/**
|
|
2137
|
+
* @public
|
|
1965
2138
|
* <p> Status of the Encryption At Rest options for the specified Elasticsearch domain.</p>
|
|
1966
2139
|
*/
|
|
1967
2140
|
export interface EncryptionAtRestOptionsStatus {
|
|
@@ -1975,6 +2148,7 @@ export interface EncryptionAtRestOptionsStatus {
|
|
|
1975
2148
|
Status: OptionStatus | undefined;
|
|
1976
2149
|
}
|
|
1977
2150
|
/**
|
|
2151
|
+
* @public
|
|
1978
2152
|
* <p>The configured log publishing options for the domain and their current status.</p>
|
|
1979
2153
|
*/
|
|
1980
2154
|
export interface LogPublishingOptionsStatus {
|
|
@@ -1988,6 +2162,7 @@ export interface LogPublishingOptionsStatus {
|
|
|
1988
2162
|
Status?: OptionStatus;
|
|
1989
2163
|
}
|
|
1990
2164
|
/**
|
|
2165
|
+
* @public
|
|
1991
2166
|
* <p>Status of the node-to-node encryption options for the specified Elasticsearch domain.</p>
|
|
1992
2167
|
*/
|
|
1993
2168
|
export interface NodeToNodeEncryptionOptionsStatus {
|
|
@@ -2001,6 +2176,7 @@ export interface NodeToNodeEncryptionOptionsStatus {
|
|
|
2001
2176
|
Status: OptionStatus | undefined;
|
|
2002
2177
|
}
|
|
2003
2178
|
/**
|
|
2179
|
+
* @public
|
|
2004
2180
|
* <p>Status of a daily automated snapshot.</p>
|
|
2005
2181
|
*/
|
|
2006
2182
|
export interface SnapshotOptionsStatus {
|
|
@@ -2014,6 +2190,7 @@ export interface SnapshotOptionsStatus {
|
|
|
2014
2190
|
Status: OptionStatus | undefined;
|
|
2015
2191
|
}
|
|
2016
2192
|
/**
|
|
2193
|
+
* @public
|
|
2017
2194
|
* <p> Status of the VPC options for the specified Elasticsearch domain.</p>
|
|
2018
2195
|
*/
|
|
2019
2196
|
export interface VPCDerivedInfoStatus {
|
|
@@ -2027,6 +2204,7 @@ export interface VPCDerivedInfoStatus {
|
|
|
2027
2204
|
Status: OptionStatus | undefined;
|
|
2028
2205
|
}
|
|
2029
2206
|
/**
|
|
2207
|
+
* @public
|
|
2030
2208
|
* <p>The configuration of an Elasticsearch domain.</p>
|
|
2031
2209
|
*/
|
|
2032
2210
|
export interface ElasticsearchDomainConfig {
|
|
@@ -2092,6 +2270,7 @@ export interface ElasticsearchDomainConfig {
|
|
|
2092
2270
|
ChangeProgressDetails?: ChangeProgressDetails;
|
|
2093
2271
|
}
|
|
2094
2272
|
/**
|
|
2273
|
+
* @public
|
|
2095
2274
|
* <p>The result of a <code>DescribeElasticsearchDomainConfig</code> request. Contains the configuration information of the requested domain.</p>
|
|
2096
2275
|
*/
|
|
2097
2276
|
export interface DescribeElasticsearchDomainConfigResponse {
|
|
@@ -2101,6 +2280,7 @@ export interface DescribeElasticsearchDomainConfigResponse {
|
|
|
2101
2280
|
DomainConfig: ElasticsearchDomainConfig | undefined;
|
|
2102
2281
|
}
|
|
2103
2282
|
/**
|
|
2283
|
+
* @public
|
|
2104
2284
|
* <p>Container for the parameters to the <code><a>DescribeElasticsearchDomains</a></code> operation. By default, the API returns the status of all Elasticsearch domains.</p>
|
|
2105
2285
|
*/
|
|
2106
2286
|
export interface DescribeElasticsearchDomainsRequest {
|
|
@@ -2110,6 +2290,7 @@ export interface DescribeElasticsearchDomainsRequest {
|
|
|
2110
2290
|
DomainNames: string[] | undefined;
|
|
2111
2291
|
}
|
|
2112
2292
|
/**
|
|
2293
|
+
* @public
|
|
2113
2294
|
* <p>The result of a <code>DescribeElasticsearchDomains</code> request. Contains the status of the specified domains or all domains owned by the account.</p>
|
|
2114
2295
|
*/
|
|
2115
2296
|
export interface DescribeElasticsearchDomainsResponse {
|
|
@@ -2119,6 +2300,7 @@ export interface DescribeElasticsearchDomainsResponse {
|
|
|
2119
2300
|
DomainStatusList: ElasticsearchDomainStatus[] | undefined;
|
|
2120
2301
|
}
|
|
2121
2302
|
/**
|
|
2303
|
+
* @public
|
|
2122
2304
|
* <p>
|
|
2123
2305
|
* Container for the parameters to
|
|
2124
2306
|
* <code>
|
|
@@ -2162,6 +2344,7 @@ export interface DescribeElasticsearchInstanceTypeLimitsRequest {
|
|
|
2162
2344
|
ElasticsearchVersion: string | undefined;
|
|
2163
2345
|
}
|
|
2164
2346
|
/**
|
|
2347
|
+
* @public
|
|
2165
2348
|
* <p>
|
|
2166
2349
|
* InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for
|
|
2167
2350
|
* given InstanceType.
|
|
@@ -2182,6 +2365,7 @@ export interface InstanceCountLimits {
|
|
|
2182
2365
|
MaximumInstanceCount?: number;
|
|
2183
2366
|
}
|
|
2184
2367
|
/**
|
|
2368
|
+
* @public
|
|
2185
2369
|
* <p>InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
|
|
2186
2370
|
* </p>
|
|
2187
2371
|
*/
|
|
@@ -2195,6 +2379,7 @@ export interface InstanceLimits {
|
|
|
2195
2379
|
InstanceCountLimits?: InstanceCountLimits;
|
|
2196
2380
|
}
|
|
2197
2381
|
/**
|
|
2382
|
+
* @public
|
|
2198
2383
|
* <p>Limits that are applicable for given storage type.
|
|
2199
2384
|
* </p>
|
|
2200
2385
|
*/
|
|
@@ -2236,6 +2421,7 @@ export interface StorageTypeLimit {
|
|
|
2236
2421
|
LimitValues?: string[];
|
|
2237
2422
|
}
|
|
2238
2423
|
/**
|
|
2424
|
+
* @public
|
|
2239
2425
|
* <p>StorageTypes represents the list of storage related types and their attributes
|
|
2240
2426
|
* that are available for given InstanceType.
|
|
2241
2427
|
* </p>
|
|
@@ -2275,6 +2461,7 @@ export interface StorageType {
|
|
|
2275
2461
|
StorageTypeLimits?: StorageTypeLimit[];
|
|
2276
2462
|
}
|
|
2277
2463
|
/**
|
|
2464
|
+
* @public
|
|
2278
2465
|
* <p>
|
|
2279
2466
|
* Limits for given InstanceType and for each of it's role.
|
|
2280
2467
|
* <br></br>
|
|
@@ -2315,6 +2502,7 @@ export interface Limits {
|
|
|
2315
2502
|
AdditionalLimits?: AdditionalLimit[];
|
|
2316
2503
|
}
|
|
2317
2504
|
/**
|
|
2505
|
+
* @public
|
|
2318
2506
|
* <p>
|
|
2319
2507
|
* Container for the parameters received from
|
|
2320
2508
|
* <code>
|
|
@@ -2339,6 +2527,7 @@ export interface DescribeElasticsearchInstanceTypeLimitsResponse {
|
|
|
2339
2527
|
LimitsByRole?: Record<string, Limits>;
|
|
2340
2528
|
}
|
|
2341
2529
|
/**
|
|
2530
|
+
* @public
|
|
2342
2531
|
* <p>
|
|
2343
2532
|
* A filter used to limit results when describing inbound or outbound cross-cluster search connections.
|
|
2344
2533
|
* Multiple values can be specified per filter.
|
|
@@ -2361,6 +2550,7 @@ export interface Filter {
|
|
|
2361
2550
|
Values?: string[];
|
|
2362
2551
|
}
|
|
2363
2552
|
/**
|
|
2553
|
+
* @public
|
|
2364
2554
|
* <p>Container for the parameters to the <code><a>DescribeInboundCrossClusterSearchConnections</a></code> operation.</p>
|
|
2365
2555
|
*/
|
|
2366
2556
|
export interface DescribeInboundCrossClusterSearchConnectionsRequest {
|
|
@@ -2388,6 +2578,7 @@ export interface DescribeInboundCrossClusterSearchConnectionsRequest {
|
|
|
2388
2578
|
NextToken?: string;
|
|
2389
2579
|
}
|
|
2390
2580
|
/**
|
|
2581
|
+
* @public
|
|
2391
2582
|
* <p>The result of a <code><a>DescribeInboundCrossClusterSearchConnections</a></code> request. Contains the list of connections matching the filter criteria.</p>
|
|
2392
2583
|
*/
|
|
2393
2584
|
export interface DescribeInboundCrossClusterSearchConnectionsResponse {
|
|
@@ -2402,6 +2593,7 @@ export interface DescribeInboundCrossClusterSearchConnectionsResponse {
|
|
|
2402
2593
|
NextToken?: string;
|
|
2403
2594
|
}
|
|
2404
2595
|
/**
|
|
2596
|
+
* @public
|
|
2405
2597
|
* <p>The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400. </p>
|
|
2406
2598
|
*/
|
|
2407
2599
|
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
@@ -2413,6 +2605,7 @@ export declare class InvalidPaginationTokenException extends __BaseException {
|
|
|
2413
2605
|
constructor(opts: __ExceptionOptionType<InvalidPaginationTokenException, __BaseException>);
|
|
2414
2606
|
}
|
|
2415
2607
|
/**
|
|
2608
|
+
* @public
|
|
2416
2609
|
* <p>Container for the parameters to the <code><a>DescribeOutboundCrossClusterSearchConnections</a></code> operation.</p>
|
|
2417
2610
|
*/
|
|
2418
2611
|
export interface DescribeOutboundCrossClusterSearchConnectionsRequest {
|
|
@@ -2440,6 +2633,7 @@ export interface DescribeOutboundCrossClusterSearchConnectionsRequest {
|
|
|
2440
2633
|
NextToken?: string;
|
|
2441
2634
|
}
|
|
2442
2635
|
/**
|
|
2636
|
+
* @public
|
|
2443
2637
|
* <p>The result of a <code><a>DescribeOutboundCrossClusterSearchConnections</a></code> request. Contains the list of connections matching the filter criteria.</p>
|
|
2444
2638
|
*/
|
|
2445
2639
|
export interface DescribeOutboundCrossClusterSearchConnectionsResponse {
|
|
@@ -2453,12 +2647,16 @@ export interface DescribeOutboundCrossClusterSearchConnectionsResponse {
|
|
|
2453
2647
|
*/
|
|
2454
2648
|
NextToken?: string;
|
|
2455
2649
|
}
|
|
2650
|
+
/**
|
|
2651
|
+
* @public
|
|
2652
|
+
*/
|
|
2456
2653
|
export declare enum DescribePackagesFilterName {
|
|
2457
2654
|
PackageID = "PackageID",
|
|
2458
2655
|
PackageName = "PackageName",
|
|
2459
2656
|
PackageStatus = "PackageStatus"
|
|
2460
2657
|
}
|
|
2461
2658
|
/**
|
|
2659
|
+
* @public
|
|
2462
2660
|
* <p>Filter to apply in <code>DescribePackage</code> response.</p>
|
|
2463
2661
|
*/
|
|
2464
2662
|
export interface DescribePackagesFilter {
|
|
@@ -2472,6 +2670,7 @@ export interface DescribePackagesFilter {
|
|
|
2472
2670
|
Value?: string[];
|
|
2473
2671
|
}
|
|
2474
2672
|
/**
|
|
2673
|
+
* @public
|
|
2475
2674
|
* <p>
|
|
2476
2675
|
* Container for request parameters to
|
|
2477
2676
|
* <code>
|
|
@@ -2495,6 +2694,7 @@ export interface DescribePackagesRequest {
|
|
|
2495
2694
|
NextToken?: string;
|
|
2496
2695
|
}
|
|
2497
2696
|
/**
|
|
2697
|
+
* @public
|
|
2498
2698
|
* <p>
|
|
2499
2699
|
* Container for response returned by
|
|
2500
2700
|
* <code>
|
|
@@ -2511,6 +2711,7 @@ export interface DescribePackagesResponse {
|
|
|
2511
2711
|
NextToken?: string;
|
|
2512
2712
|
}
|
|
2513
2713
|
/**
|
|
2714
|
+
* @public
|
|
2514
2715
|
* <p>Container for parameters to <code>DescribeReservedElasticsearchInstanceOfferings</code></p>
|
|
2515
2716
|
*/
|
|
2516
2717
|
export interface DescribeReservedElasticsearchInstanceOfferingsRequest {
|
|
@@ -2528,12 +2729,16 @@ export interface DescribeReservedElasticsearchInstanceOfferingsRequest {
|
|
|
2528
2729
|
*/
|
|
2529
2730
|
NextToken?: string;
|
|
2530
2731
|
}
|
|
2732
|
+
/**
|
|
2733
|
+
* @public
|
|
2734
|
+
*/
|
|
2531
2735
|
export declare enum ReservedElasticsearchInstancePaymentOption {
|
|
2532
2736
|
ALL_UPFRONT = "ALL_UPFRONT",
|
|
2533
2737
|
NO_UPFRONT = "NO_UPFRONT",
|
|
2534
2738
|
PARTIAL_UPFRONT = "PARTIAL_UPFRONT"
|
|
2535
2739
|
}
|
|
2536
2740
|
/**
|
|
2741
|
+
* @public
|
|
2537
2742
|
* <p>Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.</p>
|
|
2538
2743
|
*/
|
|
2539
2744
|
export interface RecurringCharge {
|
|
@@ -2547,6 +2752,7 @@ export interface RecurringCharge {
|
|
|
2547
2752
|
RecurringChargeFrequency?: string;
|
|
2548
2753
|
}
|
|
2549
2754
|
/**
|
|
2755
|
+
* @public
|
|
2550
2756
|
* <p>Details of a reserved Elasticsearch instance offering.</p>
|
|
2551
2757
|
*/
|
|
2552
2758
|
export interface ReservedElasticsearchInstanceOffering {
|
|
@@ -2584,6 +2790,7 @@ export interface ReservedElasticsearchInstanceOffering {
|
|
|
2584
2790
|
RecurringCharges?: RecurringCharge[];
|
|
2585
2791
|
}
|
|
2586
2792
|
/**
|
|
2793
|
+
* @public
|
|
2587
2794
|
* <p>Container for results from <code>DescribeReservedElasticsearchInstanceOfferings</code></p>
|
|
2588
2795
|
*/
|
|
2589
2796
|
export interface DescribeReservedElasticsearchInstanceOfferingsResponse {
|
|
@@ -2597,6 +2804,7 @@ export interface DescribeReservedElasticsearchInstanceOfferingsResponse {
|
|
|
2597
2804
|
ReservedElasticsearchInstanceOfferings?: ReservedElasticsearchInstanceOffering[];
|
|
2598
2805
|
}
|
|
2599
2806
|
/**
|
|
2807
|
+
* @public
|
|
2600
2808
|
* <p>Container for parameters to <code>DescribeReservedElasticsearchInstances</code></p>
|
|
2601
2809
|
*/
|
|
2602
2810
|
export interface DescribeReservedElasticsearchInstancesRequest {
|
|
@@ -2615,6 +2823,7 @@ export interface DescribeReservedElasticsearchInstancesRequest {
|
|
|
2615
2823
|
NextToken?: string;
|
|
2616
2824
|
}
|
|
2617
2825
|
/**
|
|
2826
|
+
* @public
|
|
2618
2827
|
* <p>Details of a reserved Elasticsearch instance.</p>
|
|
2619
2828
|
*/
|
|
2620
2829
|
export interface ReservedElasticsearchInstance {
|
|
@@ -2672,6 +2881,7 @@ export interface ReservedElasticsearchInstance {
|
|
|
2672
2881
|
RecurringCharges?: RecurringCharge[];
|
|
2673
2882
|
}
|
|
2674
2883
|
/**
|
|
2884
|
+
* @public
|
|
2675
2885
|
* <p>Container for results from <code>DescribeReservedElasticsearchInstances</code></p>
|
|
2676
2886
|
*/
|
|
2677
2887
|
export interface DescribeReservedElasticsearchInstancesResponse {
|
|
@@ -2685,6 +2895,7 @@ export interface DescribeReservedElasticsearchInstancesResponse {
|
|
|
2685
2895
|
ReservedElasticsearchInstances?: ReservedElasticsearchInstance[];
|
|
2686
2896
|
}
|
|
2687
2897
|
/**
|
|
2898
|
+
* @public
|
|
2688
2899
|
* <p>Container for request parameters to the <code><a>DescribeVpcEndpoints</a></code> operation. Specifies the list of VPC endpoints to be described.</p>
|
|
2689
2900
|
*/
|
|
2690
2901
|
export interface DescribeVpcEndpointsRequest {
|
|
@@ -2693,11 +2904,15 @@ export interface DescribeVpcEndpointsRequest {
|
|
|
2693
2904
|
*/
|
|
2694
2905
|
VpcEndpointIds: string[] | undefined;
|
|
2695
2906
|
}
|
|
2907
|
+
/**
|
|
2908
|
+
* @public
|
|
2909
|
+
*/
|
|
2696
2910
|
export declare enum VpcEndpointErrorCode {
|
|
2697
2911
|
ENDPOINT_NOT_FOUND = "ENDPOINT_NOT_FOUND",
|
|
2698
2912
|
SERVER_ERROR = "SERVER_ERROR"
|
|
2699
2913
|
}
|
|
2700
2914
|
/**
|
|
2915
|
+
* @public
|
|
2701
2916
|
* <p>Error information when attempting to describe an Amazon OpenSearch Service-managed VPC
|
|
2702
2917
|
* endpoint.</p>
|
|
2703
2918
|
*/
|
|
@@ -2716,6 +2931,7 @@ export interface VpcEndpointError {
|
|
|
2716
2931
|
ErrorMessage?: string;
|
|
2717
2932
|
}
|
|
2718
2933
|
/**
|
|
2934
|
+
* @public
|
|
2719
2935
|
* <p>Container for response parameters to the <code><a>DescribeVpcEndpoints</a></code> operation. Returns a list containing configuration details and
|
|
2720
2936
|
* status of the VPC Endpoints as well as a list containing error responses of the endpoints that could not be described</p>
|
|
2721
2937
|
*/
|
|
@@ -2730,6 +2946,7 @@ export interface DescribeVpcEndpointsResponse {
|
|
|
2730
2946
|
VpcEndpointErrors: VpcEndpointError[] | undefined;
|
|
2731
2947
|
}
|
|
2732
2948
|
/**
|
|
2949
|
+
* @public
|
|
2733
2950
|
* <p>
|
|
2734
2951
|
* Container for request parameters to
|
|
2735
2952
|
* <code>
|
|
@@ -2749,6 +2966,7 @@ export interface DissociatePackageRequest {
|
|
|
2749
2966
|
DomainName: string | undefined;
|
|
2750
2967
|
}
|
|
2751
2968
|
/**
|
|
2969
|
+
* @public
|
|
2752
2970
|
* <p>
|
|
2753
2971
|
* Container for response returned by
|
|
2754
2972
|
* <code>
|
|
@@ -2764,6 +2982,7 @@ export interface DissociatePackageResponse {
|
|
|
2764
2982
|
DomainPackageDetails?: DomainPackageDetails;
|
|
2765
2983
|
}
|
|
2766
2984
|
/**
|
|
2985
|
+
* @public
|
|
2767
2986
|
* <p>
|
|
2768
2987
|
* Container for request parameters to
|
|
2769
2988
|
* <code>
|
|
@@ -2779,6 +2998,7 @@ export interface GetCompatibleElasticsearchVersionsRequest {
|
|
|
2779
2998
|
DomainName?: string;
|
|
2780
2999
|
}
|
|
2781
3000
|
/**
|
|
3001
|
+
* @public
|
|
2782
3002
|
* <p>
|
|
2783
3003
|
* A map from an
|
|
2784
3004
|
* <code>
|
|
@@ -2803,6 +3023,7 @@ export interface CompatibleVersionsMap {
|
|
|
2803
3023
|
TargetVersions?: string[];
|
|
2804
3024
|
}
|
|
2805
3025
|
/**
|
|
3026
|
+
* @public
|
|
2806
3027
|
* <p>
|
|
2807
3028
|
* Container for response returned by
|
|
2808
3029
|
* <code>
|
|
@@ -2824,6 +3045,7 @@ export interface GetCompatibleElasticsearchVersionsResponse {
|
|
|
2824
3045
|
CompatibleElasticsearchVersions?: CompatibleVersionsMap[];
|
|
2825
3046
|
}
|
|
2826
3047
|
/**
|
|
3048
|
+
* @public
|
|
2827
3049
|
* <p>
|
|
2828
3050
|
* Container for request parameters to
|
|
2829
3051
|
* <code>
|
|
@@ -2847,6 +3069,7 @@ export interface GetPackageVersionHistoryRequest {
|
|
|
2847
3069
|
NextToken?: string;
|
|
2848
3070
|
}
|
|
2849
3071
|
/**
|
|
3072
|
+
* @public
|
|
2850
3073
|
* <p>Details of a package version.</p>
|
|
2851
3074
|
*/
|
|
2852
3075
|
export interface PackageVersionHistory {
|
|
@@ -2864,6 +3087,7 @@ export interface PackageVersionHistory {
|
|
|
2864
3087
|
CreatedAt?: Date;
|
|
2865
3088
|
}
|
|
2866
3089
|
/**
|
|
3090
|
+
* @public
|
|
2867
3091
|
* <p>
|
|
2868
3092
|
* Container for response returned by
|
|
2869
3093
|
* <code>
|
|
@@ -2881,6 +3105,7 @@ export interface GetPackageVersionHistoryResponse {
|
|
|
2881
3105
|
NextToken?: string;
|
|
2882
3106
|
}
|
|
2883
3107
|
/**
|
|
3108
|
+
* @public
|
|
2884
3109
|
* <p>
|
|
2885
3110
|
* Container for request parameters to
|
|
2886
3111
|
* <code>
|
|
@@ -2908,11 +3133,17 @@ export interface GetUpgradeHistoryRequest {
|
|
|
2908
3133
|
*/
|
|
2909
3134
|
NextToken?: string;
|
|
2910
3135
|
}
|
|
3136
|
+
/**
|
|
3137
|
+
* @public
|
|
3138
|
+
*/
|
|
2911
3139
|
export declare enum UpgradeStep {
|
|
2912
3140
|
PRE_UPGRADE_CHECK = "PRE_UPGRADE_CHECK",
|
|
2913
3141
|
SNAPSHOT = "SNAPSHOT",
|
|
2914
3142
|
UPGRADE = "UPGRADE"
|
|
2915
3143
|
}
|
|
3144
|
+
/**
|
|
3145
|
+
* @public
|
|
3146
|
+
*/
|
|
2916
3147
|
export declare enum UpgradeStatus {
|
|
2917
3148
|
FAILED = "FAILED",
|
|
2918
3149
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -2920,6 +3151,7 @@ export declare enum UpgradeStatus {
|
|
|
2920
3151
|
SUCCEEDED_WITH_ISSUES = "SUCCEEDED_WITH_ISSUES"
|
|
2921
3152
|
}
|
|
2922
3153
|
/**
|
|
3154
|
+
* @public
|
|
2923
3155
|
* <p>Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.</p>
|
|
2924
3156
|
*/
|
|
2925
3157
|
export interface UpgradeStepItem {
|
|
@@ -2956,6 +3188,7 @@ export interface UpgradeStepItem {
|
|
|
2956
3188
|
ProgressPercent?: number;
|
|
2957
3189
|
}
|
|
2958
3190
|
/**
|
|
3191
|
+
* @public
|
|
2959
3192
|
* <p>History of the last 10 Upgrades and Upgrade Eligibility Checks.</p>
|
|
2960
3193
|
*/
|
|
2961
3194
|
export interface UpgradeHistory {
|
|
@@ -2991,6 +3224,7 @@ export interface UpgradeHistory {
|
|
|
2991
3224
|
StepsList?: UpgradeStepItem[];
|
|
2992
3225
|
}
|
|
2993
3226
|
/**
|
|
3227
|
+
* @public
|
|
2994
3228
|
* <p>
|
|
2995
3229
|
* Container for response returned by
|
|
2996
3230
|
* <code>
|
|
@@ -3020,6 +3254,7 @@ export interface GetUpgradeHistoryResponse {
|
|
|
3020
3254
|
NextToken?: string;
|
|
3021
3255
|
}
|
|
3022
3256
|
/**
|
|
3257
|
+
* @public
|
|
3023
3258
|
* <p>
|
|
3024
3259
|
* Container for request parameters to
|
|
3025
3260
|
* <code>
|
|
@@ -3035,6 +3270,7 @@ export interface GetUpgradeStatusRequest {
|
|
|
3035
3270
|
DomainName: string | undefined;
|
|
3036
3271
|
}
|
|
3037
3272
|
/**
|
|
3273
|
+
* @public
|
|
3038
3274
|
* <p>
|
|
3039
3275
|
* Container for response returned by
|
|
3040
3276
|
* <code>
|
|
@@ -3076,11 +3312,15 @@ export interface GetUpgradeStatusResponse {
|
|
|
3076
3312
|
*/
|
|
3077
3313
|
UpgradeName?: string;
|
|
3078
3314
|
}
|
|
3315
|
+
/**
|
|
3316
|
+
* @public
|
|
3317
|
+
*/
|
|
3079
3318
|
export declare enum EngineType {
|
|
3080
3319
|
Elasticsearch = "Elasticsearch",
|
|
3081
3320
|
OpenSearch = "OpenSearch"
|
|
3082
3321
|
}
|
|
3083
3322
|
/**
|
|
3323
|
+
* @public
|
|
3084
3324
|
* <p> Container for the parameters to the <code><a>ListDomainNames</a></code> operation.</p>
|
|
3085
3325
|
*/
|
|
3086
3326
|
export interface ListDomainNamesRequest {
|
|
@@ -3089,6 +3329,9 @@ export interface ListDomainNamesRequest {
|
|
|
3089
3329
|
*/
|
|
3090
3330
|
EngineType?: EngineType | string;
|
|
3091
3331
|
}
|
|
3332
|
+
/**
|
|
3333
|
+
* @public
|
|
3334
|
+
*/
|
|
3092
3335
|
export interface DomainInfo {
|
|
3093
3336
|
/**
|
|
3094
3337
|
* <p> Specifies the <code>DomainName</code>.</p>
|
|
@@ -3100,6 +3343,7 @@ export interface DomainInfo {
|
|
|
3100
3343
|
EngineType?: EngineType | string;
|
|
3101
3344
|
}
|
|
3102
3345
|
/**
|
|
3346
|
+
* @public
|
|
3103
3347
|
* <p>The result of a <code>ListDomainNames</code> operation. Contains the names of all domains owned by this account and their respective engine types.</p>
|
|
3104
3348
|
*/
|
|
3105
3349
|
export interface ListDomainNamesResponse {
|
|
@@ -3109,6 +3353,7 @@ export interface ListDomainNamesResponse {
|
|
|
3109
3353
|
DomainNames?: DomainInfo[];
|
|
3110
3354
|
}
|
|
3111
3355
|
/**
|
|
3356
|
+
* @public
|
|
3112
3357
|
* <p>
|
|
3113
3358
|
* Container for request parameters to
|
|
3114
3359
|
* <code>
|
|
@@ -3132,6 +3377,7 @@ export interface ListDomainsForPackageRequest {
|
|
|
3132
3377
|
NextToken?: string;
|
|
3133
3378
|
}
|
|
3134
3379
|
/**
|
|
3380
|
+
* @public
|
|
3135
3381
|
* <p>
|
|
3136
3382
|
* Container for response parameters to
|
|
3137
3383
|
* <code>
|
|
@@ -3148,6 +3394,7 @@ export interface ListDomainsForPackageResponse {
|
|
|
3148
3394
|
NextToken?: string;
|
|
3149
3395
|
}
|
|
3150
3396
|
/**
|
|
3397
|
+
* @public
|
|
3151
3398
|
* <p>
|
|
3152
3399
|
* Container for the parameters to the
|
|
3153
3400
|
* <code>
|
|
@@ -3184,6 +3431,7 @@ export interface ListElasticsearchInstanceTypesRequest {
|
|
|
3184
3431
|
NextToken?: string;
|
|
3185
3432
|
}
|
|
3186
3433
|
/**
|
|
3434
|
+
* @public
|
|
3187
3435
|
* <p>
|
|
3188
3436
|
* Container for the parameters returned by
|
|
3189
3437
|
* <code>
|
|
@@ -3212,6 +3460,7 @@ export interface ListElasticsearchInstanceTypesResponse {
|
|
|
3212
3460
|
NextToken?: string;
|
|
3213
3461
|
}
|
|
3214
3462
|
/**
|
|
3463
|
+
* @public
|
|
3215
3464
|
* <p>
|
|
3216
3465
|
* Container for the parameters to the
|
|
3217
3466
|
* <code>
|
|
@@ -3253,6 +3502,7 @@ export interface ListElasticsearchVersionsRequest {
|
|
|
3253
3502
|
NextToken?: string;
|
|
3254
3503
|
}
|
|
3255
3504
|
/**
|
|
3505
|
+
* @public
|
|
3256
3506
|
* <p>
|
|
3257
3507
|
* Container for the parameters for response received from
|
|
3258
3508
|
* <code>
|
|
@@ -3276,6 +3526,7 @@ export interface ListElasticsearchVersionsResponse {
|
|
|
3276
3526
|
NextToken?: string;
|
|
3277
3527
|
}
|
|
3278
3528
|
/**
|
|
3529
|
+
* @public
|
|
3279
3530
|
* <p>
|
|
3280
3531
|
* Container for request parameters to
|
|
3281
3532
|
* <code>
|
|
@@ -3299,6 +3550,7 @@ export interface ListPackagesForDomainRequest {
|
|
|
3299
3550
|
NextToken?: string;
|
|
3300
3551
|
}
|
|
3301
3552
|
/**
|
|
3553
|
+
* @public
|
|
3302
3554
|
* <p>
|
|
3303
3555
|
* Container for response parameters to
|
|
3304
3556
|
* <code>
|
|
@@ -3318,6 +3570,7 @@ export interface ListPackagesForDomainResponse {
|
|
|
3318
3570
|
NextToken?: string;
|
|
3319
3571
|
}
|
|
3320
3572
|
/**
|
|
3573
|
+
* @public
|
|
3321
3574
|
* <p>Container for the parameters to the <code><a>ListTags</a></code> operation. Specify the <code>ARN</code> for the Elasticsearch domain to which the tags are attached that you want to view are attached.</p>
|
|
3322
3575
|
*/
|
|
3323
3576
|
export interface ListTagsRequest {
|
|
@@ -3327,6 +3580,7 @@ export interface ListTagsRequest {
|
|
|
3327
3580
|
ARN: string | undefined;
|
|
3328
3581
|
}
|
|
3329
3582
|
/**
|
|
3583
|
+
* @public
|
|
3330
3584
|
* <p>The result of a <code>ListTags</code> operation. Contains tags for all requested Elasticsearch domains.</p>
|
|
3331
3585
|
*/
|
|
3332
3586
|
export interface ListTagsResponse {
|
|
@@ -3336,6 +3590,7 @@ export interface ListTagsResponse {
|
|
|
3336
3590
|
TagList?: Tag[];
|
|
3337
3591
|
}
|
|
3338
3592
|
/**
|
|
3593
|
+
* @public
|
|
3339
3594
|
* <p>Retrieves information about each principal that is allowed to access a
|
|
3340
3595
|
* given Amazon OpenSearch Service domain through the use of an interface VPC endpoint</p>
|
|
3341
3596
|
*/
|
|
@@ -3350,6 +3605,7 @@ export interface ListVpcEndpointAccessRequest {
|
|
|
3350
3605
|
NextToken?: string;
|
|
3351
3606
|
}
|
|
3352
3607
|
/**
|
|
3608
|
+
* @public
|
|
3353
3609
|
* <p>Container for response parameters to the <code><a>ListVpcEndpointAccess</a></code> operation.
|
|
3354
3610
|
* Returns a list of accounts id and account type authorized to manage VPC endpoints.</p>
|
|
3355
3611
|
*/
|
|
@@ -3364,6 +3620,7 @@ export interface ListVpcEndpointAccessResponse {
|
|
|
3364
3620
|
NextToken: string | undefined;
|
|
3365
3621
|
}
|
|
3366
3622
|
/**
|
|
3623
|
+
* @public
|
|
3367
3624
|
* <p>Container for request parameters to the <code><a>ListVpcEndpoints</a></code> operation.</p>
|
|
3368
3625
|
*/
|
|
3369
3626
|
export interface ListVpcEndpointsRequest {
|
|
@@ -3373,6 +3630,7 @@ export interface ListVpcEndpointsRequest {
|
|
|
3373
3630
|
NextToken?: string;
|
|
3374
3631
|
}
|
|
3375
3632
|
/**
|
|
3633
|
+
* @public
|
|
3376
3634
|
* <p>Container for response parameters to the <code><a>ListVpcEndpoints</a></code> operation. Returns a list containing summarized details of the VPC endpoints.</p>
|
|
3377
3635
|
*/
|
|
3378
3636
|
export interface ListVpcEndpointsResponse {
|
|
@@ -3386,6 +3644,7 @@ export interface ListVpcEndpointsResponse {
|
|
|
3386
3644
|
NextToken: string | undefined;
|
|
3387
3645
|
}
|
|
3388
3646
|
/**
|
|
3647
|
+
* @public
|
|
3389
3648
|
* <p>Container for request parameters to the <code><a>ListVpcEndpointsForDomain</a></code> operation. Specifies the domain whose VPC endpoints will be listed.</p>
|
|
3390
3649
|
*/
|
|
3391
3650
|
export interface ListVpcEndpointsForDomainRequest {
|
|
@@ -3399,6 +3658,7 @@ export interface ListVpcEndpointsForDomainRequest {
|
|
|
3399
3658
|
NextToken?: string;
|
|
3400
3659
|
}
|
|
3401
3660
|
/**
|
|
3661
|
+
* @public
|
|
3402
3662
|
* <p>Container for response parameters to the <code><a>ListVpcEndpointsForDomain</a></code> operation. Returns a list containing summarized details of the VPC endpoints.</p>
|
|
3403
3663
|
*/
|
|
3404
3664
|
export interface ListVpcEndpointsForDomainResponse {
|
|
@@ -3412,6 +3672,7 @@ export interface ListVpcEndpointsForDomainResponse {
|
|
|
3412
3672
|
NextToken: string | undefined;
|
|
3413
3673
|
}
|
|
3414
3674
|
/**
|
|
3675
|
+
* @public
|
|
3415
3676
|
* <p>Container for parameters to <code>PurchaseReservedElasticsearchInstanceOffering</code></p>
|
|
3416
3677
|
*/
|
|
3417
3678
|
export interface PurchaseReservedElasticsearchInstanceOfferingRequest {
|
|
@@ -3429,6 +3690,7 @@ export interface PurchaseReservedElasticsearchInstanceOfferingRequest {
|
|
|
3429
3690
|
InstanceCount?: number;
|
|
3430
3691
|
}
|
|
3431
3692
|
/**
|
|
3693
|
+
* @public
|
|
3432
3694
|
* <p>Represents the output of a <code>PurchaseReservedElasticsearchInstanceOffering</code> operation.</p>
|
|
3433
3695
|
*/
|
|
3434
3696
|
export interface PurchaseReservedElasticsearchInstanceOfferingResponse {
|
|
@@ -3442,6 +3704,7 @@ export interface PurchaseReservedElasticsearchInstanceOfferingResponse {
|
|
|
3442
3704
|
ReservationName?: string;
|
|
3443
3705
|
}
|
|
3444
3706
|
/**
|
|
3707
|
+
* @public
|
|
3445
3708
|
* <p>Container for the parameters to the <code><a>RejectInboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
3446
3709
|
*/
|
|
3447
3710
|
export interface RejectInboundCrossClusterSearchConnectionRequest {
|
|
@@ -3451,6 +3714,7 @@ export interface RejectInboundCrossClusterSearchConnectionRequest {
|
|
|
3451
3714
|
CrossClusterSearchConnectionId: string | undefined;
|
|
3452
3715
|
}
|
|
3453
3716
|
/**
|
|
3717
|
+
* @public
|
|
3454
3718
|
* <p>The result of a <code><a>RejectInboundCrossClusterSearchConnection</a></code> operation. Contains details of rejected inbound connection.</p>
|
|
3455
3719
|
*/
|
|
3456
3720
|
export interface RejectInboundCrossClusterSearchConnectionResponse {
|
|
@@ -3460,6 +3724,7 @@ export interface RejectInboundCrossClusterSearchConnectionResponse {
|
|
|
3460
3724
|
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
|
|
3461
3725
|
}
|
|
3462
3726
|
/**
|
|
3727
|
+
* @public
|
|
3463
3728
|
* <p>Container for the parameters to the <code><a>RemoveTags</a></code> operation. Specify the <code>ARN</code> for the Elasticsearch domain from which you want to remove the specified <code>TagKey</code>.</p>
|
|
3464
3729
|
*/
|
|
3465
3730
|
export interface RemoveTagsRequest {
|
|
@@ -3473,6 +3738,7 @@ export interface RemoveTagsRequest {
|
|
|
3473
3738
|
TagKeys: string[] | undefined;
|
|
3474
3739
|
}
|
|
3475
3740
|
/**
|
|
3741
|
+
* @public
|
|
3476
3742
|
* <p>Revokes access to an Amazon OpenSearch Service domain that was provided through an interface
|
|
3477
3743
|
* VPC endpoint.</p>
|
|
3478
3744
|
*/
|
|
@@ -3487,11 +3753,13 @@ export interface RevokeVpcEndpointAccessRequest {
|
|
|
3487
3753
|
Account: string | undefined;
|
|
3488
3754
|
}
|
|
3489
3755
|
/**
|
|
3756
|
+
* @public
|
|
3490
3757
|
* <p>Container for response parameters to the <code><a>RevokeVpcEndpointAccess</a></code> operation. The response body for this operation is empty.</p>
|
|
3491
3758
|
*/
|
|
3492
3759
|
export interface RevokeVpcEndpointAccessResponse {
|
|
3493
3760
|
}
|
|
3494
3761
|
/**
|
|
3762
|
+
* @public
|
|
3495
3763
|
* <p>Container for the parameters to the <code><a>StartElasticsearchServiceSoftwareUpdate</a></code> operation. Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.</p>
|
|
3496
3764
|
*/
|
|
3497
3765
|
export interface StartElasticsearchServiceSoftwareUpdateRequest {
|
|
@@ -3501,6 +3769,7 @@ export interface StartElasticsearchServiceSoftwareUpdateRequest {
|
|
|
3501
3769
|
DomainName: string | undefined;
|
|
3502
3770
|
}
|
|
3503
3771
|
/**
|
|
3772
|
+
* @public
|
|
3504
3773
|
* <p>The result of a <code>StartElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>
|
|
3505
3774
|
*/
|
|
3506
3775
|
export interface StartElasticsearchServiceSoftwareUpdateResponse {
|
|
@@ -3510,6 +3779,7 @@ export interface StartElasticsearchServiceSoftwareUpdateResponse {
|
|
|
3510
3779
|
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
|
3511
3780
|
}
|
|
3512
3781
|
/**
|
|
3782
|
+
* @public
|
|
3513
3783
|
* <p>Container for the parameters to the <code><a>UpdateElasticsearchDomain</a></code> operation. Specifies the type and number of instances in the domain cluster.</p>
|
|
3514
3784
|
*/
|
|
3515
3785
|
export interface UpdateElasticsearchDomainConfigRequest {
|
|
@@ -3579,6 +3849,9 @@ export interface UpdateElasticsearchDomainConfigRequest {
|
|
|
3579
3849
|
*/
|
|
3580
3850
|
DryRun?: boolean;
|
|
3581
3851
|
}
|
|
3852
|
+
/**
|
|
3853
|
+
* @public
|
|
3854
|
+
*/
|
|
3582
3855
|
export interface DryRunResults {
|
|
3583
3856
|
/**
|
|
3584
3857
|
* <p>
|
|
@@ -3597,6 +3870,7 @@ export interface DryRunResults {
|
|
|
3597
3870
|
Message?: string;
|
|
3598
3871
|
}
|
|
3599
3872
|
/**
|
|
3873
|
+
* @public
|
|
3600
3874
|
* <p>The result of an <code>UpdateElasticsearchDomain</code> request. Contains the status of the Elasticsearch domain being updated.</p>
|
|
3601
3875
|
*/
|
|
3602
3876
|
export interface UpdateElasticsearchDomainConfigResponse {
|
|
@@ -3610,6 +3884,7 @@ export interface UpdateElasticsearchDomainConfigResponse {
|
|
|
3610
3884
|
DryRunResults?: DryRunResults;
|
|
3611
3885
|
}
|
|
3612
3886
|
/**
|
|
3887
|
+
* @public
|
|
3613
3888
|
* <p>
|
|
3614
3889
|
* Container for request parameters to
|
|
3615
3890
|
* <code>
|
|
@@ -3637,6 +3912,7 @@ export interface UpdatePackageRequest {
|
|
|
3637
3912
|
CommitMessage?: string;
|
|
3638
3913
|
}
|
|
3639
3914
|
/**
|
|
3915
|
+
* @public
|
|
3640
3916
|
* <p>
|
|
3641
3917
|
* Container for response returned by
|
|
3642
3918
|
* <code>
|
|
@@ -3652,6 +3928,7 @@ export interface UpdatePackageResponse {
|
|
|
3652
3928
|
PackageDetails?: PackageDetails;
|
|
3653
3929
|
}
|
|
3654
3930
|
/**
|
|
3931
|
+
* @public
|
|
3655
3932
|
* <p>Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.</p>
|
|
3656
3933
|
*/
|
|
3657
3934
|
export interface UpdateVpcEndpointRequest {
|
|
@@ -3665,6 +3942,7 @@ export interface UpdateVpcEndpointRequest {
|
|
|
3665
3942
|
VpcOptions: VPCOptions | undefined;
|
|
3666
3943
|
}
|
|
3667
3944
|
/**
|
|
3945
|
+
* @public
|
|
3668
3946
|
* <p>Contains the configuration and status of the VPC endpoint being updated.</p>
|
|
3669
3947
|
*/
|
|
3670
3948
|
export interface UpdateVpcEndpointResponse {
|
|
@@ -3674,6 +3952,7 @@ export interface UpdateVpcEndpointResponse {
|
|
|
3674
3952
|
VpcEndpoint: VpcEndpoint | undefined;
|
|
3675
3953
|
}
|
|
3676
3954
|
/**
|
|
3955
|
+
* @public
|
|
3677
3956
|
* <p>
|
|
3678
3957
|
* Container for request parameters to
|
|
3679
3958
|
* <code>
|
|
@@ -3700,6 +3979,7 @@ export interface UpgradeElasticsearchDomainRequest {
|
|
|
3700
3979
|
PerformCheckOnly?: boolean;
|
|
3701
3980
|
}
|
|
3702
3981
|
/**
|
|
3982
|
+
* @public
|
|
3703
3983
|
* <p>
|
|
3704
3984
|
* Container for response returned by
|
|
3705
3985
|
* <code>
|