@aws-sdk/client-elasticsearch-service 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/ElasticsearchService.js +0 -9
- package/dist-cjs/ElasticsearchServiceClient.js +0 -14
- package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/AddTagsCommand.js +0 -25
- package/dist-cjs/commands/AssociatePackageCommand.js +0 -24
- package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +0 -24
- package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +0 -25
- package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/CreatePackageCommand.js +0 -24
- package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js +0 -24
- package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/DeletePackageCommand.js +0 -24
- package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +0 -31
- package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +0 -24
- package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +0 -24
- package/dist-cjs/commands/DescribePackagesCommand.js +0 -24
- package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +0 -24
- package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +0 -24
- package/dist-cjs/commands/DissociatePackageCommand.js +0 -24
- package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +0 -31
- package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +0 -24
- package/dist-cjs/commands/GetUpgradeHistoryCommand.js +0 -24
- package/dist-cjs/commands/GetUpgradeStatusCommand.js +0 -24
- package/dist-cjs/commands/ListDomainNamesCommand.js +0 -24
- package/dist-cjs/commands/ListDomainsForPackageCommand.js +0 -24
- package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +0 -24
- package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +0 -24
- package/dist-cjs/commands/ListPackagesForDomainCommand.js +0 -24
- package/dist-cjs/commands/ListTagsCommand.js +0 -24
- package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +0 -24
- package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/RemoveTagsCommand.js +0 -24
- package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +0 -24
- package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +0 -24
- package/dist-cjs/commands/UpdatePackageCommand.js +0 -24
- package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/index.js +43 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -55
- package/dist-cjs/models/models_0.js +0 -474
- package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribePackagesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +0 -10
- package/dist-cjs/pagination/ListElasticsearchInstanceTypesPaginator.js +0 -10
- package/dist-cjs/pagination/ListElasticsearchVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +40 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -55
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +40 -0
- package/dist-types/index.d.ts +4 -55
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/ElasticsearchService.d.ts +41 -145
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +24 -95
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +40 -0
- package/dist-types/ts3.4/index.d.ts +4 -55
- package/dist-types/ts3.4/models/models_0.d.ts +740 -2761
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
* <p>Container for the parameters to the <code><a>AcceptInboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
4
|
-
*/
|
|
2
|
+
|
|
5
3
|
export interface AcceptInboundCrossClusterSearchConnectionRequest {
|
|
6
|
-
|
|
7
|
-
* <p>The id of the inbound connection that you want to accept.</p>
|
|
8
|
-
*/
|
|
4
|
+
|
|
9
5
|
CrossClusterSearchConnectionId: string | undefined;
|
|
10
6
|
}
|
|
11
7
|
export declare namespace AcceptInboundCrossClusterSearchConnectionRequest {
|
|
12
|
-
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
8
|
+
|
|
15
9
|
const filterSensitiveLog: (obj: AcceptInboundCrossClusterSearchConnectionRequest) => any;
|
|
16
10
|
}
|
|
17
11
|
export declare enum InboundCrossClusterSearchConnectionStatusCode {
|
|
@@ -22,586 +16,313 @@ export declare enum InboundCrossClusterSearchConnectionStatusCode {
|
|
|
22
16
|
REJECTED = "REJECTED",
|
|
23
17
|
REJECTING = "REJECTING"
|
|
24
18
|
}
|
|
25
|
-
|
|
26
|
-
* <p>Specifies the coonection status of an inbound cross-cluster search connection.</p>
|
|
27
|
-
*/
|
|
19
|
+
|
|
28
20
|
export interface InboundCrossClusterSearchConnectionStatus {
|
|
29
|
-
|
|
30
|
-
* <p>The state code for inbound connection. This can be one of the following:</p>
|
|
31
|
-
* <ul>
|
|
32
|
-
* <li>PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.</li>
|
|
33
|
-
* <li>APPROVED: Inbound connection is pending acceptance by destination domain owner.</li>
|
|
34
|
-
* <li>REJECTING: Inbound connection rejection is in process.</li>
|
|
35
|
-
* <li>REJECTED: Inbound connection is rejected.</li>
|
|
36
|
-
* <li>DELETING: Inbound connection deletion is in progress.</li>
|
|
37
|
-
* <li>DELETED: Inbound connection is deleted and cannot be used further.</li>
|
|
38
|
-
* </ul>
|
|
39
|
-
*/
|
|
21
|
+
|
|
40
22
|
StatusCode?: InboundCrossClusterSearchConnectionStatusCode | string;
|
|
41
|
-
|
|
42
|
-
* <p>Specifies verbose information for the inbound connection status.</p>
|
|
43
|
-
*/
|
|
23
|
+
|
|
44
24
|
Message?: string;
|
|
45
25
|
}
|
|
46
26
|
export declare namespace InboundCrossClusterSearchConnectionStatus {
|
|
47
|
-
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
27
|
+
|
|
50
28
|
const filterSensitiveLog: (obj: InboundCrossClusterSearchConnectionStatus) => any;
|
|
51
29
|
}
|
|
52
30
|
export interface DomainInformation {
|
|
53
31
|
OwnerId?: string;
|
|
54
|
-
|
|
55
|
-
* <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
56
|
-
*/
|
|
32
|
+
|
|
57
33
|
DomainName: string | undefined;
|
|
58
34
|
Region?: string;
|
|
59
35
|
}
|
|
60
36
|
export declare namespace DomainInformation {
|
|
61
|
-
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
37
|
+
|
|
64
38
|
const filterSensitiveLog: (obj: DomainInformation) => any;
|
|
65
39
|
}
|
|
66
|
-
|
|
67
|
-
* <p>Specifies details of an inbound connection.</p>
|
|
68
|
-
*/
|
|
40
|
+
|
|
69
41
|
export interface InboundCrossClusterSearchConnection {
|
|
70
|
-
|
|
71
|
-
* <p>Specifies the <code><a>DomainInformation</a></code> for the source Elasticsearch domain.</p>
|
|
72
|
-
*/
|
|
42
|
+
|
|
73
43
|
SourceDomainInfo?: DomainInformation;
|
|
74
|
-
|
|
75
|
-
* <p>Specifies the <code><a>DomainInformation</a></code> for the destination Elasticsearch domain.</p>
|
|
76
|
-
*/
|
|
44
|
+
|
|
77
45
|
DestinationDomainInfo?: DomainInformation;
|
|
78
|
-
|
|
79
|
-
* <p>Specifies the connection id for the inbound cross-cluster search connection.</p>
|
|
80
|
-
*/
|
|
46
|
+
|
|
81
47
|
CrossClusterSearchConnectionId?: string;
|
|
82
|
-
|
|
83
|
-
* <p>Specifies the <code><a>InboundCrossClusterSearchConnectionStatus</a></code> for the outbound connection.</p>
|
|
84
|
-
*/
|
|
48
|
+
|
|
85
49
|
ConnectionStatus?: InboundCrossClusterSearchConnectionStatus;
|
|
86
50
|
}
|
|
87
51
|
export declare namespace InboundCrossClusterSearchConnection {
|
|
88
|
-
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
52
|
+
|
|
91
53
|
const filterSensitiveLog: (obj: InboundCrossClusterSearchConnection) => any;
|
|
92
54
|
}
|
|
93
|
-
|
|
94
|
-
* <p>The result of a <code><a>AcceptInboundCrossClusterSearchConnection</a></code> operation. Contains details of accepted inbound connection.</p>
|
|
95
|
-
*/
|
|
55
|
+
|
|
96
56
|
export interface AcceptInboundCrossClusterSearchConnectionResponse {
|
|
97
|
-
|
|
98
|
-
* <p>Specifies the <code><a>InboundCrossClusterSearchConnection</a></code> of accepted inbound connection. </p>
|
|
99
|
-
*/
|
|
57
|
+
|
|
100
58
|
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
|
|
101
59
|
}
|
|
102
60
|
export declare namespace AcceptInboundCrossClusterSearchConnectionResponse {
|
|
103
|
-
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
61
|
+
|
|
106
62
|
const filterSensitiveLog: (obj: AcceptInboundCrossClusterSearchConnectionResponse) => any;
|
|
107
63
|
}
|
|
108
|
-
|
|
109
|
-
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
110
|
-
*/
|
|
64
|
+
|
|
111
65
|
export interface DisabledOperationException extends __SmithyException, $MetadataBearer {
|
|
112
66
|
name: "DisabledOperationException";
|
|
113
67
|
$fault: "client";
|
|
114
|
-
|
|
115
|
-
* <p>A description of the error.</p>
|
|
116
|
-
*/
|
|
68
|
+
|
|
117
69
|
message?: string;
|
|
118
70
|
}
|
|
119
71
|
export declare namespace DisabledOperationException {
|
|
120
|
-
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
72
|
+
|
|
123
73
|
const filterSensitiveLog: (obj: DisabledOperationException) => any;
|
|
124
74
|
}
|
|
125
|
-
|
|
126
|
-
* <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
|
|
127
|
-
*/
|
|
75
|
+
|
|
128
76
|
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
129
77
|
name: "LimitExceededException";
|
|
130
78
|
$fault: "client";
|
|
131
|
-
|
|
132
|
-
* <p>A description of the error.</p>
|
|
133
|
-
*/
|
|
79
|
+
|
|
134
80
|
message?: string;
|
|
135
81
|
}
|
|
136
82
|
export declare namespace LimitExceededException {
|
|
137
|
-
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
83
|
+
|
|
140
84
|
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
141
85
|
}
|
|
142
|
-
|
|
143
|
-
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
144
|
-
*/
|
|
86
|
+
|
|
145
87
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
146
88
|
name: "ResourceNotFoundException";
|
|
147
89
|
$fault: "client";
|
|
148
|
-
|
|
149
|
-
* <p>A description of the error.</p>
|
|
150
|
-
*/
|
|
90
|
+
|
|
151
91
|
message?: string;
|
|
152
92
|
}
|
|
153
93
|
export declare namespace ResourceNotFoundException {
|
|
154
|
-
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
94
|
+
|
|
157
95
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
158
96
|
}
|
|
159
|
-
|
|
160
|
-
* <p>An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.</p>
|
|
161
|
-
*/
|
|
97
|
+
|
|
162
98
|
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
163
99
|
name: "AccessDeniedException";
|
|
164
100
|
$fault: "client";
|
|
165
|
-
|
|
166
|
-
* <p>A description of the error.</p>
|
|
167
|
-
*/
|
|
101
|
+
|
|
168
102
|
message?: string;
|
|
169
103
|
}
|
|
170
104
|
export declare namespace AccessDeniedException {
|
|
171
|
-
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
105
|
+
|
|
174
106
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
175
107
|
}
|
|
176
108
|
export declare type OptionState = "Active" | "Processing" | "RequiresIndexDocuments";
|
|
177
|
-
|
|
178
|
-
* <p>Provides the current status of the entity.</p>
|
|
179
|
-
*/
|
|
109
|
+
|
|
180
110
|
export interface OptionStatus {
|
|
181
|
-
|
|
182
|
-
* <p>Timestamp which tells the creation date for the entity.</p>
|
|
183
|
-
*/
|
|
111
|
+
|
|
184
112
|
CreationDate: Date | undefined;
|
|
185
|
-
|
|
186
|
-
* <p>Timestamp which tells the last updated time for the entity.</p>
|
|
187
|
-
*/
|
|
113
|
+
|
|
188
114
|
UpdateDate: Date | undefined;
|
|
189
|
-
|
|
190
|
-
* <p>Specifies the latest version for the entity.</p>
|
|
191
|
-
*/
|
|
115
|
+
|
|
192
116
|
UpdateVersion?: number;
|
|
193
|
-
|
|
194
|
-
* <p>Provides the <code>OptionState</code> for the Elasticsearch domain.</p>
|
|
195
|
-
*/
|
|
117
|
+
|
|
196
118
|
State: OptionState | string | undefined;
|
|
197
|
-
|
|
198
|
-
* <p>Indicates whether the Elasticsearch domain is being deleted.</p>
|
|
199
|
-
*/
|
|
119
|
+
|
|
200
120
|
PendingDeletion?: boolean;
|
|
201
121
|
}
|
|
202
122
|
export declare namespace OptionStatus {
|
|
203
|
-
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
123
|
+
|
|
206
124
|
const filterSensitiveLog: (obj: OptionStatus) => any;
|
|
207
125
|
}
|
|
208
|
-
|
|
209
|
-
* <p>The configured access rules for the domain's document and search endpoints, and the current status of those rules.</p>
|
|
210
|
-
*/
|
|
126
|
+
|
|
211
127
|
export interface AccessPoliciesStatus {
|
|
212
|
-
|
|
213
|
-
* <p>The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-access-policies" target="_blank">
|
|
214
|
-
* Configuring Access Policies</a>for more information.</p>
|
|
215
|
-
*/
|
|
128
|
+
|
|
216
129
|
Options: string | undefined;
|
|
217
|
-
|
|
218
|
-
* <p>The status of the access policy for the Elasticsearch domain. See <code>OptionStatus</code> for the status information that's included. </p>
|
|
219
|
-
*/
|
|
130
|
+
|
|
220
131
|
Status: OptionStatus | undefined;
|
|
221
132
|
}
|
|
222
133
|
export declare namespace AccessPoliciesStatus {
|
|
223
|
-
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
134
|
+
|
|
226
135
|
const filterSensitiveLog: (obj: AccessPoliciesStatus) => any;
|
|
227
136
|
}
|
|
228
|
-
|
|
229
|
-
* <p>
|
|
230
|
-
* List of limits that are specific to a given InstanceType and for each of it's
|
|
231
|
-
* <code>
|
|
232
|
-
* <a>InstanceRole</a>
|
|
233
|
-
* </code>
|
|
234
|
-
* .
|
|
235
|
-
* </p>
|
|
236
|
-
*/
|
|
137
|
+
|
|
237
138
|
export interface AdditionalLimit {
|
|
238
|
-
|
|
239
|
-
* <p>
|
|
240
|
-
* Name of Additional Limit is specific to a given InstanceType and for each of it's
|
|
241
|
-
* <code>
|
|
242
|
-
* <a>InstanceRole</a>
|
|
243
|
-
* </code>
|
|
244
|
-
* etc.
|
|
245
|
-
* <br></br>
|
|
246
|
-
* Attributes and their details:
|
|
247
|
-
* <br></br>
|
|
248
|
-
* <ul>
|
|
249
|
-
* <li>MaximumNumberOfDataNodesSupported</li>
|
|
250
|
-
* This attribute will be present in Master node only to specify how
|
|
251
|
-
* much data nodes upto which given
|
|
252
|
-
* <code>
|
|
253
|
-
* <a>ESPartitionInstanceType</a>
|
|
254
|
-
* </code>
|
|
255
|
-
* can support as master node.
|
|
256
|
-
* <li>MaximumNumberOfDataNodesWithoutMasterNode</li>
|
|
257
|
-
* This attribute will be present in Data node only to specify how much
|
|
258
|
-
* data nodes of given
|
|
259
|
-
* <code>
|
|
260
|
-
* <a>ESPartitionInstanceType</a>
|
|
261
|
-
* </code>
|
|
262
|
-
* upto which you don't need any master nodes to govern them.
|
|
263
|
-
* </ul>
|
|
264
|
-
* </p>
|
|
265
|
-
*/
|
|
139
|
+
|
|
266
140
|
LimitName?: string;
|
|
267
|
-
|
|
268
|
-
* <p>
|
|
269
|
-
* Value for given
|
|
270
|
-
* <code>
|
|
271
|
-
* <a>AdditionalLimit$LimitName</a>
|
|
272
|
-
* </code>
|
|
273
|
-
* .
|
|
274
|
-
* </p>
|
|
275
|
-
*/
|
|
141
|
+
|
|
276
142
|
LimitValues?: string[];
|
|
277
143
|
}
|
|
278
144
|
export declare namespace AdditionalLimit {
|
|
279
|
-
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
145
|
+
|
|
282
146
|
const filterSensitiveLog: (obj: AdditionalLimit) => any;
|
|
283
147
|
}
|
|
284
|
-
|
|
285
|
-
* <p>Specifies a key value pair for a resource tag.</p>
|
|
286
|
-
*/
|
|
148
|
+
|
|
287
149
|
export interface Tag {
|
|
288
|
-
|
|
289
|
-
* <p>Specifies the <code>TagKey</code>, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.</p>
|
|
290
|
-
*/
|
|
150
|
+
|
|
291
151
|
Key: string | undefined;
|
|
292
|
-
|
|
293
|
-
* <p>Specifies the <code>TagValue</code>, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value
|
|
294
|
-
* pair in a tag set of <code>project : Trinity</code> and <code>cost-center : Trinity</code></p>
|
|
295
|
-
*/
|
|
152
|
+
|
|
296
153
|
Value: string | undefined;
|
|
297
154
|
}
|
|
298
155
|
export declare namespace Tag {
|
|
299
|
-
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
156
|
+
|
|
302
157
|
const filterSensitiveLog: (obj: Tag) => any;
|
|
303
158
|
}
|
|
304
|
-
|
|
305
|
-
* <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>
|
|
306
|
-
*/
|
|
159
|
+
|
|
307
160
|
export interface AddTagsRequest {
|
|
308
|
-
|
|
309
|
-
* <p> Specify the <code>ARN</code> for which you want to add the tags.</p>
|
|
310
|
-
*/
|
|
161
|
+
|
|
311
162
|
ARN: string | undefined;
|
|
312
|
-
|
|
313
|
-
* <p> List of <code>Tag</code> that need to be added for the Elasticsearch domain. </p>
|
|
314
|
-
*/
|
|
163
|
+
|
|
315
164
|
TagList: Tag[] | undefined;
|
|
316
165
|
}
|
|
317
166
|
export declare namespace AddTagsRequest {
|
|
318
|
-
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
167
|
+
|
|
321
168
|
const filterSensitiveLog: (obj: AddTagsRequest) => any;
|
|
322
169
|
}
|
|
323
|
-
|
|
324
|
-
* <p>An error occurred while processing the request.</p>
|
|
325
|
-
*/
|
|
170
|
+
|
|
326
171
|
export interface BaseException extends __SmithyException, $MetadataBearer {
|
|
327
172
|
name: "BaseException";
|
|
328
173
|
$fault: "client";
|
|
329
|
-
|
|
330
|
-
* <p>A description of the error.</p>
|
|
331
|
-
*/
|
|
174
|
+
|
|
332
175
|
message?: string;
|
|
333
176
|
}
|
|
334
177
|
export declare namespace BaseException {
|
|
335
|
-
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
178
|
+
|
|
338
179
|
const filterSensitiveLog: (obj: BaseException) => any;
|
|
339
180
|
}
|
|
340
|
-
|
|
341
|
-
* <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>
|
|
342
|
-
*/
|
|
181
|
+
|
|
343
182
|
export interface InternalException extends __SmithyException, $MetadataBearer {
|
|
344
183
|
name: "InternalException";
|
|
345
184
|
$fault: "server";
|
|
346
|
-
|
|
347
|
-
* <p>A description of the error.</p>
|
|
348
|
-
*/
|
|
185
|
+
|
|
349
186
|
message?: string;
|
|
350
187
|
}
|
|
351
188
|
export declare namespace InternalException {
|
|
352
|
-
|
|
353
|
-
* @internal
|
|
354
|
-
*/
|
|
189
|
+
|
|
355
190
|
const filterSensitiveLog: (obj: InternalException) => any;
|
|
356
191
|
}
|
|
357
|
-
|
|
358
|
-
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
359
|
-
*/
|
|
192
|
+
|
|
360
193
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
361
194
|
name: "ValidationException";
|
|
362
195
|
$fault: "client";
|
|
363
|
-
|
|
364
|
-
* <p>A description of the error.</p>
|
|
365
|
-
*/
|
|
196
|
+
|
|
366
197
|
message?: string;
|
|
367
198
|
}
|
|
368
199
|
export declare namespace ValidationException {
|
|
369
|
-
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
200
|
+
|
|
372
201
|
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
373
202
|
}
|
|
374
|
-
|
|
375
|
-
* <p> Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:</p>
|
|
376
|
-
* <ul>
|
|
377
|
-
* <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>.
|
|
378
|
-
* See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options" target="_blank">Configuration Advanced Options</a> for more information.</li>
|
|
379
|
-
* <li>Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.</li>
|
|
380
|
-
* </ul>
|
|
381
|
-
* <p>For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options">Configuring Advanced Options</a>.</p>
|
|
382
|
-
*/
|
|
203
|
+
|
|
383
204
|
export interface AdvancedOptionsStatus {
|
|
384
|
-
|
|
385
|
-
* <p> Specifies the status of advanced options for the specified Elasticsearch domain.</p>
|
|
386
|
-
*/
|
|
205
|
+
|
|
387
206
|
Options: {
|
|
388
207
|
[key: string]: string;
|
|
389
208
|
} | undefined;
|
|
390
|
-
|
|
391
|
-
* <p> Specifies the status of <code>OptionStatus</code> for advanced options for the specified Elasticsearch domain.</p>
|
|
392
|
-
*/
|
|
209
|
+
|
|
393
210
|
Status: OptionStatus | undefined;
|
|
394
211
|
}
|
|
395
212
|
export declare namespace AdvancedOptionsStatus {
|
|
396
|
-
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
213
|
+
|
|
399
214
|
const filterSensitiveLog: (obj: AdvancedOptionsStatus) => any;
|
|
400
215
|
}
|
|
401
|
-
|
|
402
|
-
* <p>Specifies the SAML Identity Provider's information.</p>
|
|
403
|
-
*/
|
|
216
|
+
|
|
404
217
|
export interface SAMLIdp {
|
|
405
|
-
|
|
406
|
-
* <p>The Metadata of the SAML application in xml format.</p>
|
|
407
|
-
*/
|
|
218
|
+
|
|
408
219
|
MetadataContent: string | undefined;
|
|
409
|
-
|
|
410
|
-
* <p>The unique Entity ID of the application in SAML Identity Provider.</p>
|
|
411
|
-
*/
|
|
220
|
+
|
|
412
221
|
EntityId: string | undefined;
|
|
413
222
|
}
|
|
414
223
|
export declare namespace SAMLIdp {
|
|
415
|
-
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
224
|
+
|
|
418
225
|
const filterSensitiveLog: (obj: SAMLIdp) => any;
|
|
419
226
|
}
|
|
420
|
-
|
|
421
|
-
* <p>Describes the SAML application configured for the domain.</p>
|
|
422
|
-
*/
|
|
227
|
+
|
|
423
228
|
export interface SAMLOptionsOutput {
|
|
424
|
-
|
|
425
|
-
* <p>True if SAML is enabled.</p>
|
|
426
|
-
*/
|
|
229
|
+
|
|
427
230
|
Enabled?: boolean;
|
|
428
|
-
|
|
429
|
-
* <p>Describes the SAML Identity Provider's information.</p>
|
|
430
|
-
*/
|
|
231
|
+
|
|
431
232
|
Idp?: SAMLIdp;
|
|
432
|
-
|
|
433
|
-
* <p>The key used for matching the SAML Subject attribute.</p>
|
|
434
|
-
*/
|
|
233
|
+
|
|
435
234
|
SubjectKey?: string;
|
|
436
|
-
|
|
437
|
-
* <p>The key used for matching the SAML Roles attribute.</p>
|
|
438
|
-
*/
|
|
235
|
+
|
|
439
236
|
RolesKey?: string;
|
|
440
|
-
|
|
441
|
-
* <p>The duration, in minutes, after which a user session becomes inactive.</p>
|
|
442
|
-
*/
|
|
237
|
+
|
|
443
238
|
SessionTimeoutMinutes?: number;
|
|
444
239
|
}
|
|
445
240
|
export declare namespace SAMLOptionsOutput {
|
|
446
|
-
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
241
|
+
|
|
449
242
|
const filterSensitiveLog: (obj: SAMLOptionsOutput) => any;
|
|
450
243
|
}
|
|
451
|
-
|
|
452
|
-
* <p>Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.</p>
|
|
453
|
-
*/
|
|
244
|
+
|
|
454
245
|
export interface AdvancedSecurityOptions {
|
|
455
|
-
|
|
456
|
-
* <p>True if advanced security is enabled.</p>
|
|
457
|
-
*/
|
|
246
|
+
|
|
458
247
|
Enabled?: boolean;
|
|
459
|
-
|
|
460
|
-
* <p>True if the internal user database is enabled.</p>
|
|
461
|
-
*/
|
|
248
|
+
|
|
462
249
|
InternalUserDatabaseEnabled?: boolean;
|
|
463
|
-
|
|
464
|
-
* <p>Describes the SAML application configured for a domain.</p>
|
|
465
|
-
*/
|
|
250
|
+
|
|
466
251
|
SAMLOptions?: SAMLOptionsOutput;
|
|
467
252
|
}
|
|
468
253
|
export declare namespace AdvancedSecurityOptions {
|
|
469
|
-
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
254
|
+
|
|
472
255
|
const filterSensitiveLog: (obj: AdvancedSecurityOptions) => any;
|
|
473
256
|
}
|
|
474
|
-
|
|
475
|
-
* <p>Credentials for the master user: username and password, ARN, or both.</p>
|
|
476
|
-
*/
|
|
257
|
+
|
|
477
258
|
export interface MasterUserOptions {
|
|
478
|
-
|
|
479
|
-
* <p>ARN for the master user (if IAM is enabled).</p>
|
|
480
|
-
*/
|
|
259
|
+
|
|
481
260
|
MasterUserARN?: string;
|
|
482
|
-
|
|
483
|
-
* <p>The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.</p>
|
|
484
|
-
*/
|
|
261
|
+
|
|
485
262
|
MasterUserName?: string;
|
|
486
|
-
|
|
487
|
-
* <p>The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.</p>
|
|
488
|
-
*/
|
|
263
|
+
|
|
489
264
|
MasterUserPassword?: string;
|
|
490
265
|
}
|
|
491
266
|
export declare namespace MasterUserOptions {
|
|
492
|
-
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
267
|
+
|
|
495
268
|
const filterSensitiveLog: (obj: MasterUserOptions) => any;
|
|
496
269
|
}
|
|
497
|
-
|
|
498
|
-
* <p>Specifies the SAML application configuration for the domain.</p>
|
|
499
|
-
*/
|
|
270
|
+
|
|
500
271
|
export interface SAMLOptionsInput {
|
|
501
|
-
|
|
502
|
-
* <p>True if SAML is enabled.</p>
|
|
503
|
-
*/
|
|
272
|
+
|
|
504
273
|
Enabled?: boolean;
|
|
505
|
-
|
|
506
|
-
* <p>Specifies the SAML Identity Provider's information.</p>
|
|
507
|
-
*/
|
|
274
|
+
|
|
508
275
|
Idp?: SAMLIdp;
|
|
509
|
-
|
|
510
|
-
* <p>The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.</p>
|
|
511
|
-
*/
|
|
276
|
+
|
|
512
277
|
MasterUserName?: string;
|
|
513
|
-
|
|
514
|
-
* <p>The backend role to which the SAML master user is mapped to.</p>
|
|
515
|
-
*/
|
|
278
|
+
|
|
516
279
|
MasterBackendRole?: string;
|
|
517
|
-
|
|
518
|
-
* <p>The key to use for matching the SAML Subject attribute.</p>
|
|
519
|
-
*/
|
|
280
|
+
|
|
520
281
|
SubjectKey?: string;
|
|
521
|
-
|
|
522
|
-
* <p>The key to use for matching the SAML Roles attribute.</p>
|
|
523
|
-
*/
|
|
282
|
+
|
|
524
283
|
RolesKey?: string;
|
|
525
|
-
|
|
526
|
-
* <p>The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.</p>
|
|
527
|
-
*/
|
|
284
|
+
|
|
528
285
|
SessionTimeoutMinutes?: number;
|
|
529
286
|
}
|
|
530
287
|
export declare namespace SAMLOptionsInput {
|
|
531
|
-
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
288
|
+
|
|
534
289
|
const filterSensitiveLog: (obj: SAMLOptionsInput) => any;
|
|
535
290
|
}
|
|
536
|
-
|
|
537
|
-
* <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>
|
|
538
|
-
*/
|
|
291
|
+
|
|
539
292
|
export interface AdvancedSecurityOptionsInput {
|
|
540
|
-
|
|
541
|
-
* <p>True if advanced security is enabled.</p>
|
|
542
|
-
*/
|
|
293
|
+
|
|
543
294
|
Enabled?: boolean;
|
|
544
|
-
|
|
545
|
-
* <p>True if the internal user database is enabled.</p>
|
|
546
|
-
*/
|
|
295
|
+
|
|
547
296
|
InternalUserDatabaseEnabled?: boolean;
|
|
548
|
-
|
|
549
|
-
* <p>Credentials for the master user: username and password, ARN, or both.</p>
|
|
550
|
-
*/
|
|
297
|
+
|
|
551
298
|
MasterUserOptions?: MasterUserOptions;
|
|
552
|
-
|
|
553
|
-
* <p>Specifies the SAML application configuration for the domain.</p>
|
|
554
|
-
*/
|
|
299
|
+
|
|
555
300
|
SAMLOptions?: SAMLOptionsInput;
|
|
556
301
|
}
|
|
557
302
|
export declare namespace AdvancedSecurityOptionsInput {
|
|
558
|
-
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
303
|
+
|
|
561
304
|
const filterSensitiveLog: (obj: AdvancedSecurityOptionsInput) => any;
|
|
562
305
|
}
|
|
563
|
-
|
|
564
|
-
* <p> Specifies the status of advanced security options for the specified Elasticsearch domain.</p>
|
|
565
|
-
*/
|
|
306
|
+
|
|
566
307
|
export interface AdvancedSecurityOptionsStatus {
|
|
567
|
-
|
|
568
|
-
* <p> Specifies advanced security options for the specified Elasticsearch domain.</p>
|
|
569
|
-
*/
|
|
308
|
+
|
|
570
309
|
Options: AdvancedSecurityOptions | undefined;
|
|
571
|
-
|
|
572
|
-
* <p> Status of the advanced security options for the specified Elasticsearch domain.</p>
|
|
573
|
-
*/
|
|
310
|
+
|
|
574
311
|
Status: OptionStatus | undefined;
|
|
575
312
|
}
|
|
576
313
|
export declare namespace AdvancedSecurityOptionsStatus {
|
|
577
|
-
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
314
|
+
|
|
580
315
|
const filterSensitiveLog: (obj: AdvancedSecurityOptionsStatus) => any;
|
|
581
316
|
}
|
|
582
|
-
|
|
583
|
-
* <p>
|
|
584
|
-
* Container for request parameters to
|
|
585
|
-
* <code>
|
|
586
|
-
* <a>AssociatePackage</a>
|
|
587
|
-
* </code>
|
|
588
|
-
* operation.
|
|
589
|
-
* </p>
|
|
590
|
-
*/
|
|
317
|
+
|
|
591
318
|
export interface AssociatePackageRequest {
|
|
592
|
-
|
|
593
|
-
* <p>Internal ID of the package that you want to associate with a domain. Use <code>DescribePackages</code> to find this value.</p>
|
|
594
|
-
*/
|
|
319
|
+
|
|
595
320
|
PackageID: string | undefined;
|
|
596
|
-
|
|
597
|
-
* <p>Name of the domain that you want to associate the package with.</p>
|
|
598
|
-
*/
|
|
321
|
+
|
|
599
322
|
DomainName: string | undefined;
|
|
600
323
|
}
|
|
601
324
|
export declare namespace AssociatePackageRequest {
|
|
602
|
-
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
325
|
+
|
|
605
326
|
const filterSensitiveLog: (obj: AssociatePackageRequest) => any;
|
|
606
327
|
}
|
|
607
328
|
export declare type DomainPackageStatus = "ACTIVE" | "ASSOCIATING" | "ASSOCIATION_FAILED" | "DISSOCIATING" | "DISSOCIATION_FAILED";
|
|
@@ -610,166 +331,94 @@ export interface ErrorDetails {
|
|
|
610
331
|
ErrorMessage?: string;
|
|
611
332
|
}
|
|
612
333
|
export declare namespace ErrorDetails {
|
|
613
|
-
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
334
|
+
|
|
616
335
|
const filterSensitiveLog: (obj: ErrorDetails) => any;
|
|
617
336
|
}
|
|
618
337
|
export declare type PackageType = "TXT-DICTIONARY";
|
|
619
|
-
|
|
620
|
-
* <p>Information on a package that is associated with a domain.</p>
|
|
621
|
-
*/
|
|
338
|
+
|
|
622
339
|
export interface DomainPackageDetails {
|
|
623
|
-
|
|
624
|
-
* <p>Internal ID of the package.</p>
|
|
625
|
-
*/
|
|
340
|
+
|
|
626
341
|
PackageID?: string;
|
|
627
|
-
|
|
628
|
-
* <p>User specified name of the package.</p>
|
|
629
|
-
*/
|
|
342
|
+
|
|
630
343
|
PackageName?: string;
|
|
631
|
-
|
|
632
|
-
* <p>Currently supports only TXT-DICTIONARY.</p>
|
|
633
|
-
*/
|
|
344
|
+
|
|
634
345
|
PackageType?: PackageType | string;
|
|
635
|
-
|
|
636
|
-
* <p>Timestamp of the most-recent update to the association status.</p>
|
|
637
|
-
*/
|
|
346
|
+
|
|
638
347
|
LastUpdated?: Date;
|
|
639
|
-
|
|
640
|
-
* <p>Name of the domain you've associated a package with.</p>
|
|
641
|
-
*/
|
|
348
|
+
|
|
642
349
|
DomainName?: string;
|
|
643
|
-
|
|
644
|
-
* <p>State of the association. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.</p>
|
|
645
|
-
*/
|
|
350
|
+
|
|
646
351
|
DomainPackageStatus?: DomainPackageStatus | string;
|
|
647
352
|
PackageVersion?: string;
|
|
648
|
-
|
|
649
|
-
* <p>The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.</p>
|
|
650
|
-
*/
|
|
353
|
+
|
|
651
354
|
ReferencePath?: string;
|
|
652
|
-
|
|
653
|
-
* <p>Additional information if the package is in an error state. Null otherwise.</p>
|
|
654
|
-
*/
|
|
355
|
+
|
|
655
356
|
ErrorDetails?: ErrorDetails;
|
|
656
357
|
}
|
|
657
358
|
export declare namespace DomainPackageDetails {
|
|
658
|
-
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
359
|
+
|
|
661
360
|
const filterSensitiveLog: (obj: DomainPackageDetails) => any;
|
|
662
361
|
}
|
|
663
|
-
|
|
664
|
-
* <p>
|
|
665
|
-
* Container for response returned by
|
|
666
|
-
* <code>
|
|
667
|
-
* <a>AssociatePackage</a>
|
|
668
|
-
* </code>
|
|
669
|
-
* operation.
|
|
670
|
-
* </p>
|
|
671
|
-
*/
|
|
362
|
+
|
|
672
363
|
export interface AssociatePackageResponse {
|
|
673
|
-
|
|
674
|
-
* <p><code>DomainPackageDetails</code></p>
|
|
675
|
-
*/
|
|
364
|
+
|
|
676
365
|
DomainPackageDetails?: DomainPackageDetails;
|
|
677
366
|
}
|
|
678
367
|
export declare namespace AssociatePackageResponse {
|
|
679
|
-
|
|
680
|
-
* @internal
|
|
681
|
-
*/
|
|
368
|
+
|
|
682
369
|
const filterSensitiveLog: (obj: AssociatePackageResponse) => any;
|
|
683
370
|
}
|
|
684
|
-
|
|
685
|
-
* <p>An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.</p>
|
|
686
|
-
*/
|
|
371
|
+
|
|
687
372
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
688
373
|
name: "ConflictException";
|
|
689
374
|
$fault: "client";
|
|
690
|
-
|
|
691
|
-
* <p>A description of the error.</p>
|
|
692
|
-
*/
|
|
375
|
+
|
|
693
376
|
message?: string;
|
|
694
377
|
}
|
|
695
378
|
export declare namespace ConflictException {
|
|
696
|
-
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
379
|
+
|
|
699
380
|
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
700
381
|
}
|
|
701
|
-
|
|
702
|
-
* <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>
|
|
703
|
-
*/
|
|
382
|
+
|
|
704
383
|
export interface CancelElasticsearchServiceSoftwareUpdateRequest {
|
|
705
|
-
|
|
706
|
-
* <p>The name of the domain that you want to stop the latest service software update on.</p>
|
|
707
|
-
*/
|
|
384
|
+
|
|
708
385
|
DomainName: string | undefined;
|
|
709
386
|
}
|
|
710
387
|
export declare namespace CancelElasticsearchServiceSoftwareUpdateRequest {
|
|
711
|
-
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
388
|
+
|
|
714
389
|
const filterSensitiveLog: (obj: CancelElasticsearchServiceSoftwareUpdateRequest) => any;
|
|
715
390
|
}
|
|
716
391
|
export declare type DeploymentStatus = "COMPLETED" | "ELIGIBLE" | "IN_PROGRESS" | "NOT_ELIGIBLE" | "PENDING_UPDATE";
|
|
717
|
-
|
|
718
|
-
* <p>The current options of an Elasticsearch domain service software options.</p>
|
|
719
|
-
*/
|
|
392
|
+
|
|
720
393
|
export interface ServiceSoftwareOptions {
|
|
721
|
-
|
|
722
|
-
* <p>The current service software version that is present on the domain.</p>
|
|
723
|
-
*/
|
|
394
|
+
|
|
724
395
|
CurrentVersion?: string;
|
|
725
|
-
|
|
726
|
-
* <p>The new service software version if one is available.</p>
|
|
727
|
-
*/
|
|
396
|
+
|
|
728
397
|
NewVersion?: string;
|
|
729
|
-
|
|
730
|
-
* <p><code>True</code> if you are able to update you service software version. <code>False</code> if you are not able to update your service software version. </p>
|
|
731
|
-
*/
|
|
398
|
+
|
|
732
399
|
UpdateAvailable?: boolean;
|
|
733
|
-
|
|
734
|
-
* <p><code>True</code> if you are able to cancel your service software version update. <code>False</code> if you are not able to cancel your service software version. </p>
|
|
735
|
-
*/
|
|
400
|
+
|
|
736
401
|
Cancellable?: boolean;
|
|
737
|
-
|
|
738
|
-
* <p>The status of your service software update. This field can take the following values: <code>ELIGIBLE</code>, <code>PENDING_UPDATE</code>, <code>IN_PROGRESS</code>, <code>COMPLETED</code>, and <code>NOT_ELIGIBLE</code>.</p>
|
|
739
|
-
*/
|
|
402
|
+
|
|
740
403
|
UpdateStatus?: DeploymentStatus | string;
|
|
741
|
-
|
|
742
|
-
* <p>The description of the <code>UpdateStatus</code>.</p>
|
|
743
|
-
*/
|
|
404
|
+
|
|
744
405
|
Description?: string;
|
|
745
|
-
|
|
746
|
-
* <p>Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.</p>
|
|
747
|
-
*/
|
|
406
|
+
|
|
748
407
|
AutomatedUpdateDate?: Date;
|
|
749
|
-
|
|
750
|
-
* <p><code>True</code> if a service software is never automatically updated. <code>False</code> if a service software is automatically updated after <code>AutomatedUpdateDate</code>. </p>
|
|
751
|
-
*/
|
|
408
|
+
|
|
752
409
|
OptionalDeployment?: boolean;
|
|
753
410
|
}
|
|
754
411
|
export declare namespace ServiceSoftwareOptions {
|
|
755
|
-
|
|
756
|
-
* @internal
|
|
757
|
-
*/
|
|
412
|
+
|
|
758
413
|
const filterSensitiveLog: (obj: ServiceSoftwareOptions) => any;
|
|
759
414
|
}
|
|
760
|
-
|
|
761
|
-
* <p>The result of a <code>CancelElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>
|
|
762
|
-
*/
|
|
415
|
+
|
|
763
416
|
export interface CancelElasticsearchServiceSoftwareUpdateResponse {
|
|
764
|
-
|
|
765
|
-
* <p>The current status of the Elasticsearch service software update.</p>
|
|
766
|
-
*/
|
|
417
|
+
|
|
767
418
|
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
|
768
419
|
}
|
|
769
420
|
export declare namespace CancelElasticsearchServiceSoftwareUpdateResponse {
|
|
770
|
-
|
|
771
|
-
* @internal
|
|
772
|
-
*/
|
|
421
|
+
|
|
773
422
|
const filterSensitiveLog: (obj: CancelElasticsearchServiceSoftwareUpdateResponse) => any;
|
|
774
423
|
}
|
|
775
424
|
export declare enum AutoTuneDesiredState {
|
|
@@ -779,420 +428,234 @@ export declare enum AutoTuneDesiredState {
|
|
|
779
428
|
export declare enum TimeUnit {
|
|
780
429
|
HOURS = "HOURS"
|
|
781
430
|
}
|
|
782
|
-
|
|
783
|
-
* <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>
|
|
784
|
-
*/
|
|
431
|
+
|
|
785
432
|
export interface Duration {
|
|
786
|
-
|
|
787
|
-
* <p> Integer to specify the value of a maintenance schedule duration. 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>
|
|
788
|
-
*/
|
|
433
|
+
|
|
789
434
|
Value?: number;
|
|
790
|
-
|
|
791
|
-
* <p>Specifies the unit of a maintenance schedule duration. Valid value is HOURS. 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>
|
|
792
|
-
*/
|
|
435
|
+
|
|
793
436
|
Unit?: TimeUnit | string;
|
|
794
437
|
}
|
|
795
438
|
export declare namespace Duration {
|
|
796
|
-
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
439
|
+
|
|
799
440
|
const filterSensitiveLog: (obj: Duration) => any;
|
|
800
441
|
}
|
|
801
|
-
|
|
802
|
-
* <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>
|
|
803
|
-
*/
|
|
442
|
+
|
|
804
443
|
export interface AutoTuneMaintenanceSchedule {
|
|
805
|
-
|
|
806
|
-
* <p>Specifies timestamp at which Auto-Tune maintenance schedule start. </p>
|
|
807
|
-
*/
|
|
444
|
+
|
|
808
445
|
StartAt?: Date;
|
|
809
|
-
|
|
810
|
-
* <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>
|
|
811
|
-
*/
|
|
446
|
+
|
|
812
447
|
Duration?: Duration;
|
|
813
|
-
|
|
814
|
-
* <p>Specifies cron expression for a recurring maintenance 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>
|
|
815
|
-
*/
|
|
448
|
+
|
|
816
449
|
CronExpressionForRecurrence?: string;
|
|
817
450
|
}
|
|
818
451
|
export declare namespace AutoTuneMaintenanceSchedule {
|
|
819
|
-
|
|
820
|
-
* @internal
|
|
821
|
-
*/
|
|
452
|
+
|
|
822
453
|
const filterSensitiveLog: (obj: AutoTuneMaintenanceSchedule) => any;
|
|
823
454
|
}
|
|
824
|
-
|
|
825
|
-
* <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.</p>
|
|
826
|
-
*/
|
|
455
|
+
|
|
827
456
|
export interface AutoTuneOptionsInput {
|
|
828
|
-
|
|
829
|
-
* <p>Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED. </p>
|
|
830
|
-
*/
|
|
457
|
+
|
|
831
458
|
DesiredState?: AutoTuneDesiredState | string;
|
|
832
|
-
|
|
833
|
-
* <p>Specifies list of maitenance schedules. 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>
|
|
834
|
-
*/
|
|
459
|
+
|
|
835
460
|
MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
|
|
836
461
|
}
|
|
837
462
|
export declare namespace AutoTuneOptionsInput {
|
|
838
|
-
|
|
839
|
-
* @internal
|
|
840
|
-
*/
|
|
463
|
+
|
|
841
464
|
const filterSensitiveLog: (obj: AutoTuneOptionsInput) => any;
|
|
842
465
|
}
|
|
843
|
-
|
|
844
|
-
* <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>
|
|
845
|
-
*/
|
|
466
|
+
|
|
846
467
|
export interface CognitoOptions {
|
|
847
|
-
|
|
848
|
-
* <p>Specifies the option to enable Cognito for Kibana authentication.</p>
|
|
849
|
-
*/
|
|
468
|
+
|
|
850
469
|
Enabled?: boolean;
|
|
851
|
-
|
|
852
|
-
* <p>Specifies the Cognito user pool ID for Kibana authentication.</p>
|
|
853
|
-
*/
|
|
470
|
+
|
|
854
471
|
UserPoolId?: string;
|
|
855
|
-
|
|
856
|
-
* <p>Specifies the Cognito identity pool ID for Kibana authentication.</p>
|
|
857
|
-
*/
|
|
472
|
+
|
|
858
473
|
IdentityPoolId?: string;
|
|
859
|
-
|
|
860
|
-
* <p>Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.</p>
|
|
861
|
-
*/
|
|
474
|
+
|
|
862
475
|
RoleArn?: string;
|
|
863
476
|
}
|
|
864
477
|
export declare namespace CognitoOptions {
|
|
865
|
-
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
478
|
+
|
|
868
479
|
const filterSensitiveLog: (obj: CognitoOptions) => any;
|
|
869
480
|
}
|
|
870
481
|
export declare enum TLSSecurityPolicy {
|
|
871
482
|
POLICY_MIN_TLS_1_0_2019_07 = "Policy-Min-TLS-1-0-2019-07",
|
|
872
483
|
POLICY_MIN_TLS_1_2_2019_07 = "Policy-Min-TLS-1-2-2019-07"
|
|
873
484
|
}
|
|
874
|
-
|
|
875
|
-
* <p>Options to configure endpoint for the Elasticsearch domain.</p>
|
|
876
|
-
*/
|
|
485
|
+
|
|
877
486
|
export interface DomainEndpointOptions {
|
|
878
|
-
|
|
879
|
-
* <p>Specify if only HTTPS endpoint should be enabled for the Elasticsearch domain.</p>
|
|
880
|
-
*/
|
|
487
|
+
|
|
881
488
|
EnforceHTTPS?: boolean;
|
|
882
|
-
|
|
883
|
-
* <p>Specify the TLS security policy that needs to be applied to the HTTPS endpoint of Elasticsearch domain.
|
|
884
|
-
* <br></br> It can be one of the following values:
|
|
885
|
-
* <ul>
|
|
886
|
-
* <li><b>Policy-Min-TLS-1-0-2019-07: </b> TLS security policy which supports TLSv1.0 and higher.</li>
|
|
887
|
-
* <li><b>Policy-Min-TLS-1-2-2019-07: </b> TLS security policy which supports only TLSv1.2</li>
|
|
888
|
-
* </ul>
|
|
889
|
-
* </p>
|
|
890
|
-
*/
|
|
489
|
+
|
|
891
490
|
TLSSecurityPolicy?: TLSSecurityPolicy | string;
|
|
892
|
-
|
|
893
|
-
* <p>Specify if custom endpoint should be enabled for the Elasticsearch domain.</p>
|
|
894
|
-
*/
|
|
491
|
+
|
|
895
492
|
CustomEndpointEnabled?: boolean;
|
|
896
|
-
|
|
897
|
-
* <p>Specify the fully qualified domain for your custom endpoint.</p>
|
|
898
|
-
*/
|
|
493
|
+
|
|
899
494
|
CustomEndpoint?: string;
|
|
900
|
-
|
|
901
|
-
* <p>Specify ACM certificate ARN for your custom endpoint.</p>
|
|
902
|
-
*/
|
|
495
|
+
|
|
903
496
|
CustomEndpointCertificateArn?: string;
|
|
904
497
|
}
|
|
905
498
|
export declare namespace DomainEndpointOptions {
|
|
906
|
-
|
|
907
|
-
* @internal
|
|
908
|
-
*/
|
|
499
|
+
|
|
909
500
|
const filterSensitiveLog: (obj: DomainEndpointOptions) => any;
|
|
910
501
|
}
|
|
911
502
|
export declare type VolumeType = "gp2" | "io1" | "standard";
|
|
912
|
-
|
|
913
|
-
* <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>
|
|
914
|
-
*/
|
|
503
|
+
|
|
915
504
|
export interface EBSOptions {
|
|
916
|
-
|
|
917
|
-
* <p>Specifies whether EBS-based storage is enabled.</p>
|
|
918
|
-
*/
|
|
505
|
+
|
|
919
506
|
EBSEnabled?: boolean;
|
|
920
|
-
|
|
921
|
-
* <p> Specifies the volume type for EBS-based storage.</p>
|
|
922
|
-
*/
|
|
507
|
+
|
|
923
508
|
VolumeType?: VolumeType | string;
|
|
924
|
-
|
|
925
|
-
* <p> Integer to specify the size of an EBS volume.</p>
|
|
926
|
-
*/
|
|
509
|
+
|
|
927
510
|
VolumeSize?: number;
|
|
928
|
-
|
|
929
|
-
* <p>Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).</p>
|
|
930
|
-
*/
|
|
511
|
+
|
|
931
512
|
Iops?: number;
|
|
932
513
|
}
|
|
933
514
|
export declare namespace EBSOptions {
|
|
934
|
-
|
|
935
|
-
* @internal
|
|
936
|
-
*/
|
|
515
|
+
|
|
937
516
|
const filterSensitiveLog: (obj: EBSOptions) => any;
|
|
938
517
|
}
|
|
939
|
-
|
|
940
|
-
* <p>Specifies the configuration for cold storage options such as enabled</p>
|
|
941
|
-
*/
|
|
518
|
+
|
|
942
519
|
export interface ColdStorageOptions {
|
|
943
|
-
|
|
944
|
-
* <p>Enable cold storage option. Accepted values true or false</p>
|
|
945
|
-
*/
|
|
520
|
+
|
|
946
521
|
Enabled: boolean | undefined;
|
|
947
522
|
}
|
|
948
523
|
export declare namespace ColdStorageOptions {
|
|
949
|
-
|
|
950
|
-
* @internal
|
|
951
|
-
*/
|
|
524
|
+
|
|
952
525
|
const filterSensitiveLog: (obj: ColdStorageOptions) => any;
|
|
953
526
|
}
|
|
954
527
|
export declare type ESPartitionInstanceType = "c4.2xlarge.elasticsearch" | "c4.4xlarge.elasticsearch" | "c4.8xlarge.elasticsearch" | "c4.large.elasticsearch" | "c4.xlarge.elasticsearch" | "c5.18xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "d2.2xlarge.elasticsearch" | "d2.4xlarge.elasticsearch" | "d2.8xlarge.elasticsearch" | "d2.xlarge.elasticsearch" | "i2.2xlarge.elasticsearch" | "i2.xlarge.elasticsearch" | "i3.16xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "m3.2xlarge.elasticsearch" | "m3.large.elasticsearch" | "m3.medium.elasticsearch" | "m3.xlarge.elasticsearch" | "m4.10xlarge.elasticsearch" | "m4.2xlarge.elasticsearch" | "m4.4xlarge.elasticsearch" | "m4.large.elasticsearch" | "m4.xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "r3.2xlarge.elasticsearch" | "r3.4xlarge.elasticsearch" | "r3.8xlarge.elasticsearch" | "r3.large.elasticsearch" | "r3.xlarge.elasticsearch" | "r4.16xlarge.elasticsearch" | "r4.2xlarge.elasticsearch" | "r4.4xlarge.elasticsearch" | "r4.8xlarge.elasticsearch" | "r4.large.elasticsearch" | "r4.xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "t2.medium.elasticsearch" | "t2.micro.elasticsearch" | "t2.small.elasticsearch" | "ultrawarm1.large.elasticsearch" | "ultrawarm1.medium.elasticsearch";
|
|
955
528
|
export declare type ESWarmPartitionInstanceType = "ultrawarm1.large.elasticsearch" | "ultrawarm1.medium.elasticsearch";
|
|
956
|
-
|
|
957
|
-
* <p>Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.</p>
|
|
958
|
-
*/
|
|
529
|
+
|
|
959
530
|
export interface ZoneAwarenessConfig {
|
|
960
|
-
|
|
961
|
-
* <p>An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled</p>
|
|
962
|
-
*/
|
|
531
|
+
|
|
963
532
|
AvailabilityZoneCount?: number;
|
|
964
533
|
}
|
|
965
534
|
export declare namespace ZoneAwarenessConfig {
|
|
966
|
-
|
|
967
|
-
* @internal
|
|
968
|
-
*/
|
|
535
|
+
|
|
969
536
|
const filterSensitiveLog: (obj: ZoneAwarenessConfig) => any;
|
|
970
537
|
}
|
|
971
|
-
|
|
972
|
-
* <p>Specifies the configuration for the domain cluster, such as the type and number of instances.</p>
|
|
973
|
-
*/
|
|
538
|
+
|
|
974
539
|
export interface ElasticsearchClusterConfig {
|
|
975
|
-
|
|
976
|
-
* <p>The instance type for an Elasticsearch cluster. UltraWarm instance types are not supported for data instances.</p>
|
|
977
|
-
*/
|
|
540
|
+
|
|
978
541
|
InstanceType?: ESPartitionInstanceType | string;
|
|
979
|
-
|
|
980
|
-
* <p>The number of instances in the specified domain cluster.</p>
|
|
981
|
-
*/
|
|
542
|
+
|
|
982
543
|
InstanceCount?: number;
|
|
983
|
-
|
|
984
|
-
* <p>A boolean value to indicate whether a dedicated master node is enabled. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-dedicatedmasternodes" target="_blank">About Dedicated Master Nodes</a> for more information.</p>
|
|
985
|
-
*/
|
|
544
|
+
|
|
986
545
|
DedicatedMasterEnabled?: boolean;
|
|
987
|
-
|
|
988
|
-
* <p>A boolean value to indicate whether zone awareness is enabled. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-zoneawareness" target="_blank">About Zone Awareness</a> for more information.</p>
|
|
989
|
-
*/
|
|
546
|
+
|
|
990
547
|
ZoneAwarenessEnabled?: boolean;
|
|
991
|
-
|
|
992
|
-
* <p>Specifies the zone awareness configuration for a domain when zone awareness is enabled.</p>
|
|
993
|
-
*/
|
|
548
|
+
|
|
994
549
|
ZoneAwarenessConfig?: ZoneAwarenessConfig;
|
|
995
|
-
|
|
996
|
-
* <p>The instance type for a dedicated master node.</p>
|
|
997
|
-
*/
|
|
550
|
+
|
|
998
551
|
DedicatedMasterType?: ESPartitionInstanceType | string;
|
|
999
|
-
|
|
1000
|
-
* <p>Total number of dedicated master nodes, active and on standby, for the cluster.</p>
|
|
1001
|
-
*/
|
|
552
|
+
|
|
1002
553
|
DedicatedMasterCount?: number;
|
|
1003
|
-
|
|
1004
|
-
* <p>True to enable warm storage.</p>
|
|
1005
|
-
*/
|
|
554
|
+
|
|
1006
555
|
WarmEnabled?: boolean;
|
|
1007
|
-
|
|
1008
|
-
* <p>The instance type for the Elasticsearch cluster's warm nodes.</p>
|
|
1009
|
-
*/
|
|
556
|
+
|
|
1010
557
|
WarmType?: ESWarmPartitionInstanceType | string;
|
|
1011
|
-
|
|
1012
|
-
* <p>The number of warm nodes in the cluster.</p>
|
|
1013
|
-
*/
|
|
558
|
+
|
|
1014
559
|
WarmCount?: number;
|
|
1015
|
-
|
|
1016
|
-
* <p>Specifies the <code>ColdStorageOptions</code> config for Elasticsearch Domain</p>
|
|
1017
|
-
*/
|
|
560
|
+
|
|
1018
561
|
ColdStorageOptions?: ColdStorageOptions;
|
|
1019
562
|
}
|
|
1020
563
|
export declare namespace ElasticsearchClusterConfig {
|
|
1021
|
-
|
|
1022
|
-
* @internal
|
|
1023
|
-
*/
|
|
564
|
+
|
|
1024
565
|
const filterSensitiveLog: (obj: ElasticsearchClusterConfig) => any;
|
|
1025
566
|
}
|
|
1026
|
-
|
|
1027
|
-
* <p>Specifies the Encryption At Rest Options.</p>
|
|
1028
|
-
*/
|
|
567
|
+
|
|
1029
568
|
export interface EncryptionAtRestOptions {
|
|
1030
|
-
|
|
1031
|
-
* <p>Specifies the option to enable Encryption At Rest.</p>
|
|
1032
|
-
*/
|
|
569
|
+
|
|
1033
570
|
Enabled?: boolean;
|
|
1034
|
-
|
|
1035
|
-
* <p> Specifies the KMS Key ID for Encryption At Rest options.</p>
|
|
1036
|
-
*/
|
|
571
|
+
|
|
1037
572
|
KmsKeyId?: string;
|
|
1038
573
|
}
|
|
1039
574
|
export declare namespace EncryptionAtRestOptions {
|
|
1040
|
-
|
|
1041
|
-
* @internal
|
|
1042
|
-
*/
|
|
575
|
+
|
|
1043
576
|
const filterSensitiveLog: (obj: EncryptionAtRestOptions) => any;
|
|
1044
577
|
}
|
|
1045
578
|
export declare type LogType = "AUDIT_LOGS" | "ES_APPLICATION_LOGS" | "INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS";
|
|
1046
|
-
|
|
1047
|
-
* <p>Log Publishing option that is set for given domain.
|
|
1048
|
-
* <br></br>Attributes and their details:
|
|
1049
|
-
* <ul>
|
|
1050
|
-
* <li>CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which log needs to be published.</li>
|
|
1051
|
-
* <li>Enabled: Whether the log publishing for given log type is enabled or not</li>
|
|
1052
|
-
* </ul>
|
|
1053
|
-
* </p>
|
|
1054
|
-
*/
|
|
579
|
+
|
|
1055
580
|
export interface LogPublishingOption {
|
|
1056
|
-
|
|
1057
|
-
* <p>ARN of the Cloudwatch log group to which log needs to be published.</p>
|
|
1058
|
-
*/
|
|
581
|
+
|
|
1059
582
|
CloudWatchLogsLogGroupArn?: string;
|
|
1060
|
-
|
|
1061
|
-
* <p> Specifies whether given log publishing option is enabled or not.</p>
|
|
1062
|
-
*/
|
|
583
|
+
|
|
1063
584
|
Enabled?: boolean;
|
|
1064
585
|
}
|
|
1065
586
|
export declare namespace LogPublishingOption {
|
|
1066
|
-
|
|
1067
|
-
* @internal
|
|
1068
|
-
*/
|
|
587
|
+
|
|
1069
588
|
const filterSensitiveLog: (obj: LogPublishingOption) => any;
|
|
1070
589
|
}
|
|
1071
|
-
|
|
1072
|
-
* <p>Specifies the node-to-node encryption options.</p>
|
|
1073
|
-
*/
|
|
590
|
+
|
|
1074
591
|
export interface NodeToNodeEncryptionOptions {
|
|
1075
|
-
|
|
1076
|
-
* <p>Specify true to enable node-to-node encryption.</p>
|
|
1077
|
-
*/
|
|
592
|
+
|
|
1078
593
|
Enabled?: boolean;
|
|
1079
594
|
}
|
|
1080
595
|
export declare namespace NodeToNodeEncryptionOptions {
|
|
1081
|
-
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
596
|
+
|
|
1084
597
|
const filterSensitiveLog: (obj: NodeToNodeEncryptionOptions) => any;
|
|
1085
598
|
}
|
|
1086
|
-
|
|
1087
|
-
* <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>
|
|
1088
|
-
*/
|
|
599
|
+
|
|
1089
600
|
export interface SnapshotOptions {
|
|
1090
|
-
|
|
1091
|
-
* <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>
|
|
1092
|
-
*/
|
|
601
|
+
|
|
1093
602
|
AutomatedSnapshotStartHour?: number;
|
|
1094
603
|
}
|
|
1095
604
|
export declare namespace SnapshotOptions {
|
|
1096
|
-
|
|
1097
|
-
* @internal
|
|
1098
|
-
*/
|
|
605
|
+
|
|
1099
606
|
const filterSensitiveLog: (obj: SnapshotOptions) => any;
|
|
1100
607
|
}
|
|
1101
|
-
|
|
1102
|
-
* <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>
|
|
1103
|
-
*/
|
|
608
|
+
|
|
1104
609
|
export interface VPCOptions {
|
|
1105
|
-
|
|
1106
|
-
* <p>Specifies the subnets for VPC endpoint.</p>
|
|
1107
|
-
*/
|
|
610
|
+
|
|
1108
611
|
SubnetIds?: string[];
|
|
1109
|
-
|
|
1110
|
-
* <p>Specifies the security groups for VPC endpoint.</p>
|
|
1111
|
-
*/
|
|
612
|
+
|
|
1112
613
|
SecurityGroupIds?: string[];
|
|
1113
614
|
}
|
|
1114
615
|
export declare namespace VPCOptions {
|
|
1115
|
-
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
616
|
+
|
|
1118
617
|
const filterSensitiveLog: (obj: VPCOptions) => any;
|
|
1119
618
|
}
|
|
1120
619
|
export interface CreateElasticsearchDomainRequest {
|
|
1121
|
-
|
|
1122
|
-
* <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>
|
|
1123
|
-
*/
|
|
620
|
+
|
|
1124
621
|
DomainName: string | undefined;
|
|
1125
|
-
|
|
1126
|
-
* <p>String of format X.Y to specify version for the Elasticsearch domain eg. "1.5" or "2.3". For more information,
|
|
1127
|
-
* see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains" target="_blank">Creating Elasticsearch Domains</a> in the <i>Amazon Elasticsearch Service Developer Guide</i>.</p>
|
|
1128
|
-
*/
|
|
622
|
+
|
|
1129
623
|
ElasticsearchVersion?: string;
|
|
1130
|
-
|
|
1131
|
-
* <p>Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster. </p>
|
|
1132
|
-
*/
|
|
624
|
+
|
|
1133
625
|
ElasticsearchClusterConfig?: ElasticsearchClusterConfig;
|
|
1134
|
-
|
|
1135
|
-
* <p>Options to enable, disable and specify the type and size of EBS storage volumes. </p>
|
|
1136
|
-
*/
|
|
626
|
+
|
|
1137
627
|
EBSOptions?: EBSOptions;
|
|
1138
|
-
|
|
1139
|
-
* <p> IAM access policy as a JSON-formatted string.</p>
|
|
1140
|
-
*/
|
|
628
|
+
|
|
1141
629
|
AccessPolicies?: string;
|
|
1142
|
-
|
|
1143
|
-
* <p>Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours. </p>
|
|
1144
|
-
*/
|
|
630
|
+
|
|
1145
631
|
SnapshotOptions?: SnapshotOptions;
|
|
1146
|
-
|
|
1147
|
-
* <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#es-creating-vpc" target="_blank">Creating a VPC</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i></p>
|
|
1148
|
-
*/
|
|
632
|
+
|
|
1149
633
|
VPCOptions?: VPCOptions;
|
|
1150
|
-
|
|
1151
|
-
* <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>
|
|
1152
|
-
*/
|
|
634
|
+
|
|
1153
635
|
CognitoOptions?: CognitoOptions;
|
|
1154
|
-
|
|
1155
|
-
* <p>Specifies the Encryption At Rest Options.</p>
|
|
1156
|
-
*/
|
|
636
|
+
|
|
1157
637
|
EncryptionAtRestOptions?: EncryptionAtRestOptions;
|
|
1158
|
-
|
|
1159
|
-
* <p>Specifies the NodeToNodeEncryptionOptions.</p>
|
|
1160
|
-
*/
|
|
638
|
+
|
|
1161
639
|
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
|
|
1162
|
-
|
|
1163
|
-
* <p> 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>.
|
|
1164
|
-
* See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options" target="_blank">Configuration Advanced Options</a> for more information.</p>
|
|
1165
|
-
*/
|
|
640
|
+
|
|
1166
641
|
AdvancedOptions?: {
|
|
1167
642
|
[key: string]: string;
|
|
1168
643
|
};
|
|
1169
|
-
|
|
1170
|
-
* <p>Map of <code>LogType</code> and <code>LogPublishingOption</code>, each containing options to publish a given type of Elasticsearch log.</p>
|
|
1171
|
-
*/
|
|
644
|
+
|
|
1172
645
|
LogPublishingOptions?: {
|
|
1173
646
|
[key: string]: LogPublishingOption;
|
|
1174
647
|
};
|
|
1175
|
-
|
|
1176
|
-
* <p>Options to specify configuration that will be applied to the domain endpoint.</p>
|
|
1177
|
-
*/
|
|
648
|
+
|
|
1178
649
|
DomainEndpointOptions?: DomainEndpointOptions;
|
|
1179
|
-
|
|
1180
|
-
* <p>Specifies advanced security options.</p>
|
|
1181
|
-
*/
|
|
650
|
+
|
|
1182
651
|
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
|
|
1183
|
-
|
|
1184
|
-
* <p>Specifies Auto-Tune options.</p>
|
|
1185
|
-
*/
|
|
652
|
+
|
|
1186
653
|
AutoTuneOptions?: AutoTuneOptionsInput;
|
|
1187
|
-
|
|
1188
|
-
* <p>A list of <code>Tag</code> added during domain creation.</p>
|
|
1189
|
-
*/
|
|
654
|
+
|
|
1190
655
|
TagList?: Tag[];
|
|
1191
656
|
}
|
|
1192
657
|
export declare namespace CreateElasticsearchDomainRequest {
|
|
1193
|
-
|
|
1194
|
-
* @internal
|
|
1195
|
-
*/
|
|
658
|
+
|
|
1196
659
|
const filterSensitiveLog: (obj: CreateElasticsearchDomainRequest) => any;
|
|
1197
660
|
}
|
|
1198
661
|
export declare enum AutoTuneState {
|
|
@@ -1206,232 +669,134 @@ export declare enum AutoTuneState {
|
|
|
1206
669
|
ENABLE_IN_PROGRESS = "ENABLE_IN_PROGRESS",
|
|
1207
670
|
ERROR = "ERROR"
|
|
1208
671
|
}
|
|
1209
|
-
|
|
1210
|
-
* <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.</p>
|
|
1211
|
-
*/
|
|
672
|
+
|
|
1212
673
|
export interface AutoTuneOptionsOutput {
|
|
1213
|
-
|
|
1214
|
-
* <p>Specifies the <code>AutoTuneState</code> for the Elasticsearch domain.</p>
|
|
1215
|
-
*/
|
|
674
|
+
|
|
1216
675
|
State?: AutoTuneState | string;
|
|
1217
|
-
|
|
1218
|
-
* <p>Specifies the error message while enabling or disabling the Auto-Tune.</p>
|
|
1219
|
-
*/
|
|
676
|
+
|
|
1220
677
|
ErrorMessage?: string;
|
|
1221
678
|
}
|
|
1222
679
|
export declare namespace AutoTuneOptionsOutput {
|
|
1223
|
-
|
|
1224
|
-
* @internal
|
|
1225
|
-
*/
|
|
680
|
+
|
|
1226
681
|
const filterSensitiveLog: (obj: AutoTuneOptionsOutput) => any;
|
|
1227
682
|
}
|
|
1228
|
-
|
|
1229
|
-
* <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>
|
|
1230
|
-
*/
|
|
683
|
+
|
|
1231
684
|
export interface VPCDerivedInfo {
|
|
1232
|
-
|
|
1233
|
-
* <p>The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.</p>
|
|
1234
|
-
*/
|
|
685
|
+
|
|
1235
686
|
VPCId?: string;
|
|
1236
|
-
|
|
1237
|
-
* <p>Specifies the subnets for VPC endpoint.</p>
|
|
1238
|
-
*/
|
|
687
|
+
|
|
1239
688
|
SubnetIds?: string[];
|
|
1240
|
-
|
|
1241
|
-
* <p>The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.</p>
|
|
1242
|
-
*/
|
|
689
|
+
|
|
1243
690
|
AvailabilityZones?: string[];
|
|
1244
|
-
|
|
1245
|
-
* <p>Specifies the security groups for VPC endpoint.</p>
|
|
1246
|
-
*/
|
|
691
|
+
|
|
1247
692
|
SecurityGroupIds?: string[];
|
|
1248
693
|
}
|
|
1249
694
|
export declare namespace VPCDerivedInfo {
|
|
1250
|
-
|
|
1251
|
-
* @internal
|
|
1252
|
-
*/
|
|
695
|
+
|
|
1253
696
|
const filterSensitiveLog: (obj: VPCDerivedInfo) => any;
|
|
1254
697
|
}
|
|
1255
|
-
|
|
1256
|
-
* <p>The current status of an Elasticsearch domain.</p>
|
|
1257
|
-
*/
|
|
698
|
+
|
|
1258
699
|
export interface ElasticsearchDomainStatus {
|
|
1259
|
-
|
|
1260
|
-
* <p>The unique identifier for the specified Elasticsearch domain.</p>
|
|
1261
|
-
*/
|
|
700
|
+
|
|
1262
701
|
DomainId: string | undefined;
|
|
1263
|
-
|
|
1264
|
-
* <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1265
|
-
*/
|
|
702
|
+
|
|
1266
703
|
DomainName: string | undefined;
|
|
1267
|
-
|
|
1268
|
-
* <p>The Amazon resource name (ARN) of an Elasticsearch domain. See <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html" target="_blank">Identifiers for IAM Entities</a> in <i>Using AWS Identity and Access Management</i> for more information.</p>
|
|
1269
|
-
*/
|
|
704
|
+
|
|
1270
705
|
ARN: string | undefined;
|
|
1271
|
-
|
|
1272
|
-
* <p>The domain creation status. <code>True</code> if the creation of an Elasticsearch domain is complete. <code>False</code> if domain creation is still in progress.</p>
|
|
1273
|
-
*/
|
|
706
|
+
|
|
1274
707
|
Created?: boolean;
|
|
1275
|
-
|
|
1276
|
-
* <p>The domain deletion status. <code>True</code> if a delete request has been received for the domain but resource cleanup is still in progress. <code>False</code> if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.</p>
|
|
1277
|
-
*/
|
|
708
|
+
|
|
1278
709
|
Deleted?: boolean;
|
|
1279
|
-
|
|
1280
|
-
* <p>The Elasticsearch domain endpoint that you use to submit index and search requests.</p>
|
|
1281
|
-
*/
|
|
710
|
+
|
|
1282
711
|
Endpoint?: string;
|
|
1283
|
-
|
|
1284
|
-
* <p>Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example <code>key, value</code>: <code>'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'</code>.</p>
|
|
1285
|
-
*/
|
|
712
|
+
|
|
1286
713
|
Endpoints?: {
|
|
1287
714
|
[key: string]: string;
|
|
1288
715
|
};
|
|
1289
|
-
|
|
1290
|
-
* <p>The status of the Elasticsearch domain configuration. <code>True</code> if Amazon Elasticsearch Service is processing configuration changes. <code>False</code> if the configuration is active.</p>
|
|
1291
|
-
*/
|
|
716
|
+
|
|
1292
717
|
Processing?: boolean;
|
|
1293
|
-
|
|
1294
|
-
* <p>The status of an Elasticsearch domain version upgrade. <code>True</code> if Amazon Elasticsearch Service is undergoing a version upgrade. <code>False</code> if the configuration is active.</p>
|
|
1295
|
-
*/
|
|
718
|
+
|
|
1296
719
|
UpgradeProcessing?: boolean;
|
|
1297
720
|
ElasticsearchVersion?: string;
|
|
1298
|
-
|
|
1299
|
-
* <p>The type and number of instances in the domain cluster.</p>
|
|
1300
|
-
*/
|
|
721
|
+
|
|
1301
722
|
ElasticsearchClusterConfig: ElasticsearchClusterConfig | undefined;
|
|
1302
|
-
|
|
1303
|
-
* <p>The <code>EBSOptions</code> for the specified domain. 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> for more information.</p>
|
|
1304
|
-
*/
|
|
723
|
+
|
|
1305
724
|
EBSOptions?: EBSOptions;
|
|
1306
|
-
|
|
1307
|
-
* <p> IAM access policy as a JSON-formatted string.</p>
|
|
1308
|
-
*/
|
|
725
|
+
|
|
1309
726
|
AccessPolicies?: string;
|
|
1310
|
-
|
|
1311
|
-
* <p>Specifies the status of the <code>SnapshotOptions</code></p>
|
|
1312
|
-
*/
|
|
727
|
+
|
|
1313
728
|
SnapshotOptions?: SnapshotOptions;
|
|
1314
|
-
|
|
1315
|
-
* <p>The <code>VPCOptions</code> for the specified domain. 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>
|
|
1316
|
-
*/
|
|
729
|
+
|
|
1317
730
|
VPCOptions?: VPCDerivedInfo;
|
|
1318
|
-
|
|
1319
|
-
* <p>The <code>CognitoOptions</code> for the specified domain. 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>
|
|
1320
|
-
*/
|
|
731
|
+
|
|
1321
732
|
CognitoOptions?: CognitoOptions;
|
|
1322
|
-
|
|
1323
|
-
* <p> Specifies the status of the <code>EncryptionAtRestOptions</code>.</p>
|
|
1324
|
-
*/
|
|
733
|
+
|
|
1325
734
|
EncryptionAtRestOptions?: EncryptionAtRestOptions;
|
|
1326
|
-
|
|
1327
|
-
* <p>Specifies the status of the <code>NodeToNodeEncryptionOptions</code>.</p>
|
|
1328
|
-
*/
|
|
735
|
+
|
|
1329
736
|
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
|
|
1330
|
-
|
|
1331
|
-
* <p>Specifies the status of the <code>AdvancedOptions</code></p>
|
|
1332
|
-
*/
|
|
737
|
+
|
|
1333
738
|
AdvancedOptions?: {
|
|
1334
739
|
[key: string]: string;
|
|
1335
740
|
};
|
|
1336
|
-
|
|
1337
|
-
* <p>Log publishing options for the given domain.</p>
|
|
1338
|
-
*/
|
|
741
|
+
|
|
1339
742
|
LogPublishingOptions?: {
|
|
1340
743
|
[key: string]: LogPublishingOption;
|
|
1341
744
|
};
|
|
1342
|
-
|
|
1343
|
-
* <p>The current status of the Elasticsearch domain's service software.</p>
|
|
1344
|
-
*/
|
|
745
|
+
|
|
1345
746
|
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
|
1346
|
-
|
|
1347
|
-
* <p>The current status of the Elasticsearch domain's endpoint options.</p>
|
|
1348
|
-
*/
|
|
747
|
+
|
|
1349
748
|
DomainEndpointOptions?: DomainEndpointOptions;
|
|
1350
|
-
|
|
1351
|
-
* <p>The current status of the Elasticsearch domain's advanced security options.</p>
|
|
1352
|
-
*/
|
|
749
|
+
|
|
1353
750
|
AdvancedSecurityOptions?: AdvancedSecurityOptions;
|
|
1354
|
-
|
|
1355
|
-
* <p>The current status of the Elasticsearch domain's Auto-Tune options.</p>
|
|
1356
|
-
*/
|
|
751
|
+
|
|
1357
752
|
AutoTuneOptions?: AutoTuneOptionsOutput;
|
|
1358
753
|
}
|
|
1359
754
|
export declare namespace ElasticsearchDomainStatus {
|
|
1360
|
-
|
|
1361
|
-
* @internal
|
|
1362
|
-
*/
|
|
755
|
+
|
|
1363
756
|
const filterSensitiveLog: (obj: ElasticsearchDomainStatus) => any;
|
|
1364
757
|
}
|
|
1365
|
-
|
|
1366
|
-
* <p>The result of a <code>CreateElasticsearchDomain</code> operation. Contains the status of the newly created Elasticsearch domain.</p>
|
|
1367
|
-
*/
|
|
758
|
+
|
|
1368
759
|
export interface CreateElasticsearchDomainResponse {
|
|
1369
|
-
|
|
1370
|
-
* <p>The status of the newly created Elasticsearch domain. </p>
|
|
1371
|
-
*/
|
|
760
|
+
|
|
1372
761
|
DomainStatus?: ElasticsearchDomainStatus;
|
|
1373
762
|
}
|
|
1374
763
|
export declare namespace CreateElasticsearchDomainResponse {
|
|
1375
|
-
|
|
1376
|
-
* @internal
|
|
1377
|
-
*/
|
|
764
|
+
|
|
1378
765
|
const filterSensitiveLog: (obj: CreateElasticsearchDomainResponse) => any;
|
|
1379
766
|
}
|
|
1380
|
-
|
|
1381
|
-
* <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>
|
|
1382
|
-
*/
|
|
767
|
+
|
|
1383
768
|
export interface InvalidTypeException extends __SmithyException, $MetadataBearer {
|
|
1384
769
|
name: "InvalidTypeException";
|
|
1385
770
|
$fault: "client";
|
|
1386
|
-
|
|
1387
|
-
* <p>A description of the error.</p>
|
|
1388
|
-
*/
|
|
771
|
+
|
|
1389
772
|
message?: string;
|
|
1390
773
|
}
|
|
1391
774
|
export declare namespace InvalidTypeException {
|
|
1392
|
-
|
|
1393
|
-
* @internal
|
|
1394
|
-
*/
|
|
775
|
+
|
|
1395
776
|
const filterSensitiveLog: (obj: InvalidTypeException) => any;
|
|
1396
777
|
}
|
|
1397
|
-
|
|
1398
|
-
* <p>An exception for creating a resource that already exists. Gives http status code of 400.</p>
|
|
1399
|
-
*/
|
|
778
|
+
|
|
1400
779
|
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
1401
780
|
name: "ResourceAlreadyExistsException";
|
|
1402
781
|
$fault: "client";
|
|
1403
|
-
|
|
1404
|
-
* <p>A description of the error.</p>
|
|
1405
|
-
*/
|
|
782
|
+
|
|
1406
783
|
message?: string;
|
|
1407
784
|
}
|
|
1408
785
|
export declare namespace ResourceAlreadyExistsException {
|
|
1409
|
-
|
|
1410
|
-
* @internal
|
|
1411
|
-
*/
|
|
786
|
+
|
|
1412
787
|
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
1413
788
|
}
|
|
1414
|
-
|
|
1415
|
-
* <p>Container for the parameters to the <code><a>CreateOutboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
1416
|
-
*/
|
|
789
|
+
|
|
1417
790
|
export interface CreateOutboundCrossClusterSearchConnectionRequest {
|
|
1418
|
-
|
|
1419
|
-
* <p>Specifies the <code><a>DomainInformation</a></code> for the source Elasticsearch domain.</p>
|
|
1420
|
-
*/
|
|
791
|
+
|
|
1421
792
|
SourceDomainInfo: DomainInformation | undefined;
|
|
1422
|
-
|
|
1423
|
-
* <p>Specifies the <code><a>DomainInformation</a></code> for the destination Elasticsearch domain.</p>
|
|
1424
|
-
*/
|
|
793
|
+
|
|
1425
794
|
DestinationDomainInfo: DomainInformation | undefined;
|
|
1426
|
-
|
|
1427
|
-
* <p>Specifies the connection alias that will be used by the customer for this connection.</p>
|
|
1428
|
-
*/
|
|
795
|
+
|
|
1429
796
|
ConnectionAlias: string | undefined;
|
|
1430
797
|
}
|
|
1431
798
|
export declare namespace CreateOutboundCrossClusterSearchConnectionRequest {
|
|
1432
|
-
|
|
1433
|
-
* @internal
|
|
1434
|
-
*/
|
|
799
|
+
|
|
1435
800
|
const filterSensitiveLog: (obj: CreateOutboundCrossClusterSearchConnectionRequest) => any;
|
|
1436
801
|
}
|
|
1437
802
|
export declare enum OutboundCrossClusterSearchConnectionStatusCode {
|
|
@@ -1444,365 +809,193 @@ export declare enum OutboundCrossClusterSearchConnectionStatusCode {
|
|
|
1444
809
|
VALIDATING = "VALIDATING",
|
|
1445
810
|
VALIDATION_FAILED = "VALIDATION_FAILED"
|
|
1446
811
|
}
|
|
1447
|
-
|
|
1448
|
-
* <p>Specifies the connection status of an outbound cross-cluster search connection.</p>
|
|
1449
|
-
*/
|
|
812
|
+
|
|
1450
813
|
export interface OutboundCrossClusterSearchConnectionStatus {
|
|
1451
|
-
|
|
1452
|
-
* <p>The state code for outbound connection. This can be one of the following:</p>
|
|
1453
|
-
* <ul>
|
|
1454
|
-
* <li>VALIDATING: The outbound connection request is being validated.</li>
|
|
1455
|
-
* <li>VALIDATION_FAILED: Validation failed for the connection request.</li>
|
|
1456
|
-
* <li>PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by destination domain owner.</li>
|
|
1457
|
-
* <li>PROVISIONING: Outbound connection request is in process.</li>
|
|
1458
|
-
* <li>ACTIVE: Outbound connection is active and ready to use.</li>
|
|
1459
|
-
* <li>REJECTED: Outbound connection request is rejected by destination domain owner.</li>
|
|
1460
|
-
* <li>DELETING: Outbound connection deletion is in progress.</li>
|
|
1461
|
-
* <li>DELETED: Outbound connection is deleted and cannot be used further.</li>
|
|
1462
|
-
* </ul>
|
|
1463
|
-
*/
|
|
814
|
+
|
|
1464
815
|
StatusCode?: OutboundCrossClusterSearchConnectionStatusCode | string;
|
|
1465
|
-
|
|
1466
|
-
* <p>Specifies verbose information for the outbound connection status.</p>
|
|
1467
|
-
*/
|
|
816
|
+
|
|
1468
817
|
Message?: string;
|
|
1469
818
|
}
|
|
1470
819
|
export declare namespace OutboundCrossClusterSearchConnectionStatus {
|
|
1471
|
-
|
|
1472
|
-
* @internal
|
|
1473
|
-
*/
|
|
820
|
+
|
|
1474
821
|
const filterSensitiveLog: (obj: OutboundCrossClusterSearchConnectionStatus) => any;
|
|
1475
822
|
}
|
|
1476
|
-
|
|
1477
|
-
* <p>The result of a <code><a>CreateOutboundCrossClusterSearchConnection</a></code> request. Contains the details of the newly created cross-cluster search connection.</p>
|
|
1478
|
-
*/
|
|
823
|
+
|
|
1479
824
|
export interface CreateOutboundCrossClusterSearchConnectionResponse {
|
|
1480
|
-
|
|
1481
|
-
* <p>Specifies the <code><a>DomainInformation</a></code> for the source Elasticsearch domain.</p>
|
|
1482
|
-
*/
|
|
825
|
+
|
|
1483
826
|
SourceDomainInfo?: DomainInformation;
|
|
1484
|
-
|
|
1485
|
-
* <p>Specifies the <code><a>DomainInformation</a></code> for the destination Elasticsearch domain.</p>
|
|
1486
|
-
*/
|
|
827
|
+
|
|
1487
828
|
DestinationDomainInfo?: DomainInformation;
|
|
1488
|
-
|
|
1489
|
-
* <p>Specifies the connection alias provided during the create connection request.</p>
|
|
1490
|
-
*/
|
|
829
|
+
|
|
1491
830
|
ConnectionAlias?: string;
|
|
1492
|
-
|
|
1493
|
-
* <p>Specifies the <code><a>OutboundCrossClusterSearchConnectionStatus</a></code> for the newly created connection.</p>
|
|
1494
|
-
*/
|
|
831
|
+
|
|
1495
832
|
ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus;
|
|
1496
|
-
|
|
1497
|
-
* <p>Unique id for the created outbound connection, which is used for subsequent operations on connection.</p>
|
|
1498
|
-
*/
|
|
833
|
+
|
|
1499
834
|
CrossClusterSearchConnectionId?: string;
|
|
1500
835
|
}
|
|
1501
836
|
export declare namespace CreateOutboundCrossClusterSearchConnectionResponse {
|
|
1502
|
-
|
|
1503
|
-
* @internal
|
|
1504
|
-
*/
|
|
837
|
+
|
|
1505
838
|
const filterSensitiveLog: (obj: CreateOutboundCrossClusterSearchConnectionResponse) => any;
|
|
1506
839
|
}
|
|
1507
|
-
|
|
1508
|
-
* <p>The S3 location for importing the package specified as <code>S3BucketName</code> and <code>S3Key</code></p>
|
|
1509
|
-
*/
|
|
840
|
+
|
|
1510
841
|
export interface PackageSource {
|
|
1511
|
-
|
|
1512
|
-
* <p>Name of the bucket containing the package.</p>
|
|
1513
|
-
*/
|
|
842
|
+
|
|
1514
843
|
S3BucketName?: string;
|
|
1515
|
-
|
|
1516
|
-
* <p>Key (file name) of the package.</p>
|
|
1517
|
-
*/
|
|
844
|
+
|
|
1518
845
|
S3Key?: string;
|
|
1519
846
|
}
|
|
1520
847
|
export declare namespace PackageSource {
|
|
1521
|
-
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
848
|
+
|
|
1524
849
|
const filterSensitiveLog: (obj: PackageSource) => any;
|
|
1525
850
|
}
|
|
1526
|
-
|
|
1527
|
-
* <p>
|
|
1528
|
-
* Container for request parameters to
|
|
1529
|
-
* <code>
|
|
1530
|
-
* <a>CreatePackage</a>
|
|
1531
|
-
* </code>
|
|
1532
|
-
* operation.
|
|
1533
|
-
* </p>
|
|
1534
|
-
*/
|
|
851
|
+
|
|
1535
852
|
export interface CreatePackageRequest {
|
|
1536
|
-
|
|
1537
|
-
* <p>Unique identifier for the package.</p>
|
|
1538
|
-
*/
|
|
853
|
+
|
|
1539
854
|
PackageName: string | undefined;
|
|
1540
|
-
|
|
1541
|
-
* <p>Type of package. Currently supports only TXT-DICTIONARY.</p>
|
|
1542
|
-
*/
|
|
855
|
+
|
|
1543
856
|
PackageType: PackageType | string | undefined;
|
|
1544
|
-
|
|
1545
|
-
* <p>Description of the package.</p>
|
|
1546
|
-
*/
|
|
857
|
+
|
|
1547
858
|
PackageDescription?: string;
|
|
1548
|
-
|
|
1549
|
-
* <p>The customer S3 location <code>PackageSource</code> for importing the package.</p>
|
|
1550
|
-
*/
|
|
859
|
+
|
|
1551
860
|
PackageSource: PackageSource | undefined;
|
|
1552
861
|
}
|
|
1553
862
|
export declare namespace CreatePackageRequest {
|
|
1554
|
-
|
|
1555
|
-
* @internal
|
|
1556
|
-
*/
|
|
863
|
+
|
|
1557
864
|
const filterSensitiveLog: (obj: CreatePackageRequest) => any;
|
|
1558
865
|
}
|
|
1559
866
|
export declare type PackageStatus = "AVAILABLE" | "COPYING" | "COPY_FAILED" | "DELETED" | "DELETE_FAILED" | "DELETING" | "VALIDATING" | "VALIDATION_FAILED";
|
|
1560
|
-
|
|
1561
|
-
* <p>Basic information about a package.</p>
|
|
1562
|
-
*/
|
|
867
|
+
|
|
1563
868
|
export interface PackageDetails {
|
|
1564
|
-
|
|
1565
|
-
* <p>Internal ID of the package.</p>
|
|
1566
|
-
*/
|
|
869
|
+
|
|
1567
870
|
PackageID?: string;
|
|
1568
|
-
|
|
1569
|
-
* <p>User specified name of the package.</p>
|
|
1570
|
-
*/
|
|
871
|
+
|
|
1571
872
|
PackageName?: string;
|
|
1572
|
-
|
|
1573
|
-
* <p>Currently supports only TXT-DICTIONARY.</p>
|
|
1574
|
-
*/
|
|
873
|
+
|
|
1575
874
|
PackageType?: PackageType | string;
|
|
1576
|
-
|
|
1577
|
-
* <p>User-specified description of the package.</p>
|
|
1578
|
-
*/
|
|
875
|
+
|
|
1579
876
|
PackageDescription?: string;
|
|
1580
|
-
|
|
1581
|
-
* <p>Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED</p>
|
|
1582
|
-
*/
|
|
877
|
+
|
|
1583
878
|
PackageStatus?: PackageStatus | string;
|
|
1584
|
-
|
|
1585
|
-
* <p>Timestamp which tells creation date of the package.</p>
|
|
1586
|
-
*/
|
|
879
|
+
|
|
1587
880
|
CreatedAt?: Date;
|
|
1588
881
|
LastUpdatedAt?: Date;
|
|
1589
882
|
AvailablePackageVersion?: string;
|
|
1590
|
-
|
|
1591
|
-
* <p>Additional information if the package is in an error state. Null otherwise.</p>
|
|
1592
|
-
*/
|
|
883
|
+
|
|
1593
884
|
ErrorDetails?: ErrorDetails;
|
|
1594
885
|
}
|
|
1595
886
|
export declare namespace PackageDetails {
|
|
1596
|
-
|
|
1597
|
-
* @internal
|
|
1598
|
-
*/
|
|
887
|
+
|
|
1599
888
|
const filterSensitiveLog: (obj: PackageDetails) => any;
|
|
1600
889
|
}
|
|
1601
|
-
|
|
1602
|
-
* <p>
|
|
1603
|
-
* Container for response returned by
|
|
1604
|
-
* <code>
|
|
1605
|
-
* <a>CreatePackage</a>
|
|
1606
|
-
* </code>
|
|
1607
|
-
* operation.
|
|
1608
|
-
* </p>
|
|
1609
|
-
*/
|
|
890
|
+
|
|
1610
891
|
export interface CreatePackageResponse {
|
|
1611
|
-
|
|
1612
|
-
* <p>Information about the package <code>PackageDetails</code>.</p>
|
|
1613
|
-
*/
|
|
892
|
+
|
|
1614
893
|
PackageDetails?: PackageDetails;
|
|
1615
894
|
}
|
|
1616
895
|
export declare namespace CreatePackageResponse {
|
|
1617
|
-
|
|
1618
|
-
* @internal
|
|
1619
|
-
*/
|
|
896
|
+
|
|
1620
897
|
const filterSensitiveLog: (obj: CreatePackageResponse) => any;
|
|
1621
898
|
}
|
|
1622
|
-
|
|
1623
|
-
* <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>
|
|
1624
|
-
*/
|
|
899
|
+
|
|
1625
900
|
export interface DeleteElasticsearchDomainRequest {
|
|
1626
|
-
|
|
1627
|
-
* <p>The name of the Elasticsearch domain that you want to permanently delete.</p>
|
|
1628
|
-
*/
|
|
901
|
+
|
|
1629
902
|
DomainName: string | undefined;
|
|
1630
903
|
}
|
|
1631
904
|
export declare namespace DeleteElasticsearchDomainRequest {
|
|
1632
|
-
|
|
1633
|
-
* @internal
|
|
1634
|
-
*/
|
|
905
|
+
|
|
1635
906
|
const filterSensitiveLog: (obj: DeleteElasticsearchDomainRequest) => any;
|
|
1636
907
|
}
|
|
1637
|
-
|
|
1638
|
-
* <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>
|
|
1639
|
-
*/
|
|
908
|
+
|
|
1640
909
|
export interface DeleteElasticsearchDomainResponse {
|
|
1641
|
-
|
|
1642
|
-
* <p>The status of the Elasticsearch domain being deleted.</p>
|
|
1643
|
-
*/
|
|
910
|
+
|
|
1644
911
|
DomainStatus?: ElasticsearchDomainStatus;
|
|
1645
912
|
}
|
|
1646
913
|
export declare namespace DeleteElasticsearchDomainResponse {
|
|
1647
|
-
|
|
1648
|
-
* @internal
|
|
1649
|
-
*/
|
|
914
|
+
|
|
1650
915
|
const filterSensitiveLog: (obj: DeleteElasticsearchDomainResponse) => any;
|
|
1651
916
|
}
|
|
1652
|
-
|
|
1653
|
-
* <p>Container for the parameters to the <code><a>DeleteInboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
1654
|
-
*/
|
|
917
|
+
|
|
1655
918
|
export interface DeleteInboundCrossClusterSearchConnectionRequest {
|
|
1656
|
-
|
|
1657
|
-
* <p>The id of the inbound connection that you want to permanently delete.</p>
|
|
1658
|
-
*/
|
|
919
|
+
|
|
1659
920
|
CrossClusterSearchConnectionId: string | undefined;
|
|
1660
921
|
}
|
|
1661
922
|
export declare namespace DeleteInboundCrossClusterSearchConnectionRequest {
|
|
1662
|
-
|
|
1663
|
-
* @internal
|
|
1664
|
-
*/
|
|
923
|
+
|
|
1665
924
|
const filterSensitiveLog: (obj: DeleteInboundCrossClusterSearchConnectionRequest) => any;
|
|
1666
925
|
}
|
|
1667
|
-
|
|
1668
|
-
* <p>The result of a <code><a>DeleteInboundCrossClusterSearchConnection</a></code> operation. Contains details of deleted inbound connection.</p>
|
|
1669
|
-
*/
|
|
926
|
+
|
|
1670
927
|
export interface DeleteInboundCrossClusterSearchConnectionResponse {
|
|
1671
|
-
|
|
1672
|
-
* <p>Specifies the <code><a>InboundCrossClusterSearchConnection</a></code> of deleted inbound connection. </p>
|
|
1673
|
-
*/
|
|
928
|
+
|
|
1674
929
|
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
|
|
1675
930
|
}
|
|
1676
931
|
export declare namespace DeleteInboundCrossClusterSearchConnectionResponse {
|
|
1677
|
-
|
|
1678
|
-
* @internal
|
|
1679
|
-
*/
|
|
932
|
+
|
|
1680
933
|
const filterSensitiveLog: (obj: DeleteInboundCrossClusterSearchConnectionResponse) => any;
|
|
1681
934
|
}
|
|
1682
|
-
|
|
1683
|
-
* <p>Container for the parameters to the <code><a>DeleteOutboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
1684
|
-
*/
|
|
935
|
+
|
|
1685
936
|
export interface DeleteOutboundCrossClusterSearchConnectionRequest {
|
|
1686
|
-
|
|
1687
|
-
* <p>The id of the outbound connection that you want to permanently delete.</p>
|
|
1688
|
-
*/
|
|
937
|
+
|
|
1689
938
|
CrossClusterSearchConnectionId: string | undefined;
|
|
1690
939
|
}
|
|
1691
940
|
export declare namespace DeleteOutboundCrossClusterSearchConnectionRequest {
|
|
1692
|
-
|
|
1693
|
-
* @internal
|
|
1694
|
-
*/
|
|
941
|
+
|
|
1695
942
|
const filterSensitiveLog: (obj: DeleteOutboundCrossClusterSearchConnectionRequest) => any;
|
|
1696
943
|
}
|
|
1697
|
-
|
|
1698
|
-
* <p>Specifies details of an outbound connection.</p>
|
|
1699
|
-
*/
|
|
944
|
+
|
|
1700
945
|
export interface OutboundCrossClusterSearchConnection {
|
|
1701
|
-
|
|
1702
|
-
* <p>Specifies the <code><a>DomainInformation</a></code> for the source Elasticsearch domain.</p>
|
|
1703
|
-
*/
|
|
946
|
+
|
|
1704
947
|
SourceDomainInfo?: DomainInformation;
|
|
1705
|
-
|
|
1706
|
-
* <p>Specifies the <code><a>DomainInformation</a></code> for the destination Elasticsearch domain.</p>
|
|
1707
|
-
*/
|
|
948
|
+
|
|
1708
949
|
DestinationDomainInfo?: DomainInformation;
|
|
1709
|
-
|
|
1710
|
-
* <p>Specifies the connection id for the outbound cross-cluster search connection.</p>
|
|
1711
|
-
*/
|
|
950
|
+
|
|
1712
951
|
CrossClusterSearchConnectionId?: string;
|
|
1713
|
-
|
|
1714
|
-
* <p>Specifies the connection alias for the outbound cross-cluster search connection.</p>
|
|
1715
|
-
*/
|
|
952
|
+
|
|
1716
953
|
ConnectionAlias?: string;
|
|
1717
|
-
|
|
1718
|
-
* <p>Specifies the <code><a>OutboundCrossClusterSearchConnectionStatus</a></code> for the outbound connection.</p>
|
|
1719
|
-
*/
|
|
954
|
+
|
|
1720
955
|
ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus;
|
|
1721
956
|
}
|
|
1722
957
|
export declare namespace OutboundCrossClusterSearchConnection {
|
|
1723
|
-
|
|
1724
|
-
* @internal
|
|
1725
|
-
*/
|
|
958
|
+
|
|
1726
959
|
const filterSensitiveLog: (obj: OutboundCrossClusterSearchConnection) => any;
|
|
1727
960
|
}
|
|
1728
|
-
|
|
1729
|
-
* <p>The result of a <code><a>DeleteOutboundCrossClusterSearchConnection</a></code> operation. Contains details of deleted outbound connection.</p>
|
|
1730
|
-
*/
|
|
961
|
+
|
|
1731
962
|
export interface DeleteOutboundCrossClusterSearchConnectionResponse {
|
|
1732
|
-
|
|
1733
|
-
* <p>Specifies the <code><a>OutboundCrossClusterSearchConnection</a></code> of deleted outbound connection. </p>
|
|
1734
|
-
*/
|
|
963
|
+
|
|
1735
964
|
CrossClusterSearchConnection?: OutboundCrossClusterSearchConnection;
|
|
1736
965
|
}
|
|
1737
966
|
export declare namespace DeleteOutboundCrossClusterSearchConnectionResponse {
|
|
1738
|
-
|
|
1739
|
-
* @internal
|
|
1740
|
-
*/
|
|
967
|
+
|
|
1741
968
|
const filterSensitiveLog: (obj: DeleteOutboundCrossClusterSearchConnectionResponse) => any;
|
|
1742
969
|
}
|
|
1743
|
-
|
|
1744
|
-
* <p>
|
|
1745
|
-
* Container for request parameters to
|
|
1746
|
-
* <code>
|
|
1747
|
-
* <a>DeletePackage</a>
|
|
1748
|
-
* </code>
|
|
1749
|
-
* operation.
|
|
1750
|
-
* </p>
|
|
1751
|
-
*/
|
|
970
|
+
|
|
1752
971
|
export interface DeletePackageRequest {
|
|
1753
|
-
|
|
1754
|
-
* <p>Internal ID of the package that you want to delete. Use <code>DescribePackages</code> to find this value.</p>
|
|
1755
|
-
*/
|
|
972
|
+
|
|
1756
973
|
PackageID: string | undefined;
|
|
1757
974
|
}
|
|
1758
975
|
export declare namespace DeletePackageRequest {
|
|
1759
|
-
|
|
1760
|
-
* @internal
|
|
1761
|
-
*/
|
|
976
|
+
|
|
1762
977
|
const filterSensitiveLog: (obj: DeletePackageRequest) => any;
|
|
1763
978
|
}
|
|
1764
|
-
|
|
1765
|
-
* <p>
|
|
1766
|
-
* Container for response parameters to
|
|
1767
|
-
* <code>
|
|
1768
|
-
* <a>DeletePackage</a>
|
|
1769
|
-
* </code>
|
|
1770
|
-
* operation.
|
|
1771
|
-
* </p>
|
|
1772
|
-
*/
|
|
979
|
+
|
|
1773
980
|
export interface DeletePackageResponse {
|
|
1774
|
-
|
|
1775
|
-
* <p><code>PackageDetails</code></p>
|
|
1776
|
-
*/
|
|
981
|
+
|
|
1777
982
|
PackageDetails?: PackageDetails;
|
|
1778
983
|
}
|
|
1779
984
|
export declare namespace DeletePackageResponse {
|
|
1780
|
-
|
|
1781
|
-
* @internal
|
|
1782
|
-
*/
|
|
985
|
+
|
|
1783
986
|
const filterSensitiveLog: (obj: DeletePackageResponse) => any;
|
|
1784
987
|
}
|
|
1785
|
-
|
|
1786
|
-
* <p>Container for the parameters to the <code>DescribeDomainAutoTunes</code> operation.</p>
|
|
1787
|
-
*/
|
|
988
|
+
|
|
1788
989
|
export interface DescribeDomainAutoTunesRequest {
|
|
1789
|
-
|
|
1790
|
-
* <p>Specifies the domain name for which you want Auto-Tune action details.</p>
|
|
1791
|
-
*/
|
|
990
|
+
|
|
1792
991
|
DomainName: string | undefined;
|
|
1793
|
-
|
|
1794
|
-
* <p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>
|
|
1795
|
-
*/
|
|
992
|
+
|
|
1796
993
|
MaxResults?: number;
|
|
1797
|
-
|
|
1798
|
-
* <p>NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.</p>
|
|
1799
|
-
*/
|
|
994
|
+
|
|
1800
995
|
NextToken?: string;
|
|
1801
996
|
}
|
|
1802
997
|
export declare namespace DescribeDomainAutoTunesRequest {
|
|
1803
|
-
|
|
1804
|
-
* @internal
|
|
1805
|
-
*/
|
|
998
|
+
|
|
1806
999
|
const filterSensitiveLog: (obj: DescribeDomainAutoTunesRequest) => any;
|
|
1807
1000
|
}
|
|
1808
1001
|
export declare enum ScheduledAutoTuneActionType {
|
|
@@ -1814,927 +1007,452 @@ export declare enum ScheduledAutoTuneSeverityType {
|
|
|
1814
1007
|
LOW = "LOW",
|
|
1815
1008
|
MEDIUM = "MEDIUM"
|
|
1816
1009
|
}
|
|
1817
|
-
|
|
1818
|
-
* <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>
|
|
1819
|
-
*/
|
|
1010
|
+
|
|
1820
1011
|
export interface ScheduledAutoTuneDetails {
|
|
1821
|
-
|
|
1822
|
-
* <p>Specifies timestamp for the Auto-Tune action scheduled for the domain. </p>
|
|
1823
|
-
*/
|
|
1012
|
+
|
|
1824
1013
|
Date?: Date;
|
|
1825
|
-
|
|
1826
|
-
* <p>Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING. </p>
|
|
1827
|
-
*/
|
|
1014
|
+
|
|
1828
1015
|
ActionType?: ScheduledAutoTuneActionType | string;
|
|
1829
|
-
|
|
1830
|
-
* <p>Specifies Auto-Tune action description. </p>
|
|
1831
|
-
*/
|
|
1016
|
+
|
|
1832
1017
|
Action?: string;
|
|
1833
|
-
|
|
1834
|
-
* <p>Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH. </p>
|
|
1835
|
-
*/
|
|
1018
|
+
|
|
1836
1019
|
Severity?: ScheduledAutoTuneSeverityType | string;
|
|
1837
1020
|
}
|
|
1838
1021
|
export declare namespace ScheduledAutoTuneDetails {
|
|
1839
|
-
|
|
1840
|
-
* @internal
|
|
1841
|
-
*/
|
|
1022
|
+
|
|
1842
1023
|
const filterSensitiveLog: (obj: ScheduledAutoTuneDetails) => any;
|
|
1843
1024
|
}
|
|
1844
|
-
|
|
1845
|
-
* <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>
|
|
1846
|
-
*/
|
|
1025
|
+
|
|
1847
1026
|
export interface AutoTuneDetails {
|
|
1848
|
-
|
|
1849
|
-
* <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>
|
|
1850
|
-
*/
|
|
1027
|
+
|
|
1851
1028
|
ScheduledAutoTuneDetails?: ScheduledAutoTuneDetails;
|
|
1852
1029
|
}
|
|
1853
1030
|
export declare namespace AutoTuneDetails {
|
|
1854
|
-
|
|
1855
|
-
* @internal
|
|
1856
|
-
*/
|
|
1031
|
+
|
|
1857
1032
|
const filterSensitiveLog: (obj: AutoTuneDetails) => any;
|
|
1858
1033
|
}
|
|
1859
1034
|
export declare enum AutoTuneType {
|
|
1860
1035
|
SCHEDULED_ACTION = "SCHEDULED_ACTION"
|
|
1861
1036
|
}
|
|
1862
|
-
|
|
1863
|
-
* <p>Specifies Auto-Tune type and Auto-Tune action details. </p>
|
|
1864
|
-
*/
|
|
1037
|
+
|
|
1865
1038
|
export interface AutoTune {
|
|
1866
|
-
|
|
1867
|
-
* <p>Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION. </p>
|
|
1868
|
-
*/
|
|
1039
|
+
|
|
1869
1040
|
AutoTuneType?: AutoTuneType | string;
|
|
1870
|
-
|
|
1871
|
-
* <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>
|
|
1872
|
-
*/
|
|
1041
|
+
|
|
1873
1042
|
AutoTuneDetails?: AutoTuneDetails;
|
|
1874
1043
|
}
|
|
1875
1044
|
export declare namespace AutoTune {
|
|
1876
|
-
|
|
1877
|
-
* @internal
|
|
1878
|
-
*/
|
|
1045
|
+
|
|
1879
1046
|
const filterSensitiveLog: (obj: AutoTune) => any;
|
|
1880
1047
|
}
|
|
1881
|
-
|
|
1882
|
-
* <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>
|
|
1883
|
-
*/
|
|
1048
|
+
|
|
1884
1049
|
export interface DescribeDomainAutoTunesResponse {
|
|
1885
|
-
|
|
1886
|
-
* <p>Specifies the list of setting adjustments that Auto-Tune has made to the domain. 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>
|
|
1887
|
-
*/
|
|
1050
|
+
|
|
1888
1051
|
AutoTunes?: AutoTune[];
|
|
1889
|
-
|
|
1890
|
-
* <p>Specifies an identifier to allow retrieval of paginated results.</p>
|
|
1891
|
-
*/
|
|
1052
|
+
|
|
1892
1053
|
NextToken?: string;
|
|
1893
1054
|
}
|
|
1894
1055
|
export declare namespace DescribeDomainAutoTunesResponse {
|
|
1895
|
-
|
|
1896
|
-
* @internal
|
|
1897
|
-
*/
|
|
1056
|
+
|
|
1898
1057
|
const filterSensitiveLog: (obj: DescribeDomainAutoTunesResponse) => any;
|
|
1899
1058
|
}
|
|
1900
|
-
|
|
1901
|
-
* <p>Container for the parameters to the <code><a>DescribeElasticsearchDomain</a></code> operation.</p>
|
|
1902
|
-
*/
|
|
1059
|
+
|
|
1903
1060
|
export interface DescribeElasticsearchDomainRequest {
|
|
1904
|
-
|
|
1905
|
-
* <p>The name of the Elasticsearch domain for which you want information.</p>
|
|
1906
|
-
*/
|
|
1061
|
+
|
|
1907
1062
|
DomainName: string | undefined;
|
|
1908
1063
|
}
|
|
1909
1064
|
export declare namespace DescribeElasticsearchDomainRequest {
|
|
1910
|
-
|
|
1911
|
-
* @internal
|
|
1912
|
-
*/
|
|
1065
|
+
|
|
1913
1066
|
const filterSensitiveLog: (obj: DescribeElasticsearchDomainRequest) => any;
|
|
1914
1067
|
}
|
|
1915
|
-
|
|
1916
|
-
* <p>The result of a <code>DescribeElasticsearchDomain</code> request. Contains the status of the domain specified in the request.</p>
|
|
1917
|
-
*/
|
|
1068
|
+
|
|
1918
1069
|
export interface DescribeElasticsearchDomainResponse {
|
|
1919
|
-
|
|
1920
|
-
* <p>The current status of the Elasticsearch domain.</p>
|
|
1921
|
-
*/
|
|
1070
|
+
|
|
1922
1071
|
DomainStatus: ElasticsearchDomainStatus | undefined;
|
|
1923
1072
|
}
|
|
1924
1073
|
export declare namespace DescribeElasticsearchDomainResponse {
|
|
1925
|
-
|
|
1926
|
-
* @internal
|
|
1927
|
-
*/
|
|
1074
|
+
|
|
1928
1075
|
const filterSensitiveLog: (obj: DescribeElasticsearchDomainResponse) => any;
|
|
1929
1076
|
}
|
|
1930
|
-
|
|
1931
|
-
* <p> Container for the parameters to the <code>DescribeElasticsearchDomainConfig</code> operation. Specifies the domain name for which you want configuration information.</p>
|
|
1932
|
-
*/
|
|
1077
|
+
|
|
1933
1078
|
export interface DescribeElasticsearchDomainConfigRequest {
|
|
1934
|
-
|
|
1935
|
-
* <p>The Elasticsearch domain that you want to get information about.</p>
|
|
1936
|
-
*/
|
|
1079
|
+
|
|
1937
1080
|
DomainName: string | undefined;
|
|
1938
1081
|
}
|
|
1939
1082
|
export declare namespace DescribeElasticsearchDomainConfigRequest {
|
|
1940
|
-
|
|
1941
|
-
* @internal
|
|
1942
|
-
*/
|
|
1083
|
+
|
|
1943
1084
|
const filterSensitiveLog: (obj: DescribeElasticsearchDomainConfigRequest) => any;
|
|
1944
1085
|
}
|
|
1945
1086
|
export declare enum RollbackOnDisable {
|
|
1946
1087
|
DEFAULT_ROLLBACK = "DEFAULT_ROLLBACK",
|
|
1947
1088
|
NO_ROLLBACK = "NO_ROLLBACK"
|
|
1948
1089
|
}
|
|
1949
|
-
|
|
1950
|
-
* <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>
|
|
1951
|
-
*/
|
|
1090
|
+
|
|
1952
1091
|
export interface AutoTuneOptions {
|
|
1953
|
-
|
|
1954
|
-
* <p>Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED. </p>
|
|
1955
|
-
*/
|
|
1092
|
+
|
|
1956
1093
|
DesiredState?: AutoTuneDesiredState | string;
|
|
1957
|
-
|
|
1958
|
-
* <p>Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK. </p>
|
|
1959
|
-
*/
|
|
1094
|
+
|
|
1960
1095
|
RollbackOnDisable?: RollbackOnDisable | string;
|
|
1961
|
-
|
|
1962
|
-
* <p>Specifies list of maitenance schedules. 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>
|
|
1963
|
-
*/
|
|
1096
|
+
|
|
1964
1097
|
MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
|
|
1965
1098
|
}
|
|
1966
1099
|
export declare namespace AutoTuneOptions {
|
|
1967
|
-
|
|
1968
|
-
* @internal
|
|
1969
|
-
*/
|
|
1100
|
+
|
|
1970
1101
|
const filterSensitiveLog: (obj: AutoTuneOptions) => any;
|
|
1971
1102
|
}
|
|
1972
|
-
|
|
1973
|
-
* <p>Provides the current status of the Auto-Tune options. </p>
|
|
1974
|
-
*/
|
|
1103
|
+
|
|
1975
1104
|
export interface AutoTuneStatus {
|
|
1976
|
-
|
|
1977
|
-
* <p>Timestamp which tells Auto-Tune options creation date .</p>
|
|
1978
|
-
*/
|
|
1105
|
+
|
|
1979
1106
|
CreationDate: Date | undefined;
|
|
1980
|
-
|
|
1981
|
-
* <p>Timestamp which tells Auto-Tune options last updated time.</p>
|
|
1982
|
-
*/
|
|
1107
|
+
|
|
1983
1108
|
UpdateDate: Date | undefined;
|
|
1984
|
-
|
|
1985
|
-
* <p>Specifies the Auto-Tune options latest version.</p>
|
|
1986
|
-
*/
|
|
1109
|
+
|
|
1987
1110
|
UpdateVersion?: number;
|
|
1988
|
-
|
|
1989
|
-
* <p>Specifies the <code>AutoTuneState</code> for the Elasticsearch domain.</p>
|
|
1990
|
-
*/
|
|
1111
|
+
|
|
1991
1112
|
State: AutoTuneState | string | undefined;
|
|
1992
|
-
|
|
1993
|
-
* <p>Specifies the error message while enabling or disabling the Auto-Tune options.</p>
|
|
1994
|
-
*/
|
|
1113
|
+
|
|
1995
1114
|
ErrorMessage?: string;
|
|
1996
|
-
|
|
1997
|
-
* <p>Indicates whether the Elasticsearch domain is being deleted.</p>
|
|
1998
|
-
*/
|
|
1115
|
+
|
|
1999
1116
|
PendingDeletion?: boolean;
|
|
2000
1117
|
}
|
|
2001
1118
|
export declare namespace AutoTuneStatus {
|
|
2002
|
-
|
|
2003
|
-
* @internal
|
|
2004
|
-
*/
|
|
1119
|
+
|
|
2005
1120
|
const filterSensitiveLog: (obj: AutoTuneStatus) => any;
|
|
2006
1121
|
}
|
|
2007
|
-
|
|
2008
|
-
* <p> Specifies the status of Auto-Tune options for the specified Elasticsearch domain.</p>
|
|
2009
|
-
*/
|
|
1122
|
+
|
|
2010
1123
|
export interface AutoTuneOptionsStatus {
|
|
2011
|
-
|
|
2012
|
-
* <p> Specifies Auto-Tune options for the specified Elasticsearch domain.</p>
|
|
2013
|
-
*/
|
|
1124
|
+
|
|
2014
1125
|
Options?: AutoTuneOptions;
|
|
2015
|
-
|
|
2016
|
-
* <p> Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.</p>
|
|
2017
|
-
*/
|
|
1126
|
+
|
|
2018
1127
|
Status?: AutoTuneStatus;
|
|
2019
1128
|
}
|
|
2020
1129
|
export declare namespace AutoTuneOptionsStatus {
|
|
2021
|
-
|
|
2022
|
-
* @internal
|
|
2023
|
-
*/
|
|
1130
|
+
|
|
2024
1131
|
const filterSensitiveLog: (obj: AutoTuneOptionsStatus) => any;
|
|
2025
1132
|
}
|
|
2026
|
-
|
|
2027
|
-
* <p>Status of the Cognito options for the specified Elasticsearch domain.</p>
|
|
2028
|
-
*/
|
|
1133
|
+
|
|
2029
1134
|
export interface CognitoOptionsStatus {
|
|
2030
|
-
|
|
2031
|
-
* <p>Specifies the Cognito options for the specified Elasticsearch domain.</p>
|
|
2032
|
-
*/
|
|
1135
|
+
|
|
2033
1136
|
Options: CognitoOptions | undefined;
|
|
2034
|
-
|
|
2035
|
-
* <p>Specifies the status of the Cognito options for the specified Elasticsearch domain.</p>
|
|
2036
|
-
*/
|
|
1137
|
+
|
|
2037
1138
|
Status: OptionStatus | undefined;
|
|
2038
1139
|
}
|
|
2039
1140
|
export declare namespace CognitoOptionsStatus {
|
|
2040
|
-
|
|
2041
|
-
* @internal
|
|
2042
|
-
*/
|
|
1141
|
+
|
|
2043
1142
|
const filterSensitiveLog: (obj: CognitoOptionsStatus) => any;
|
|
2044
1143
|
}
|
|
2045
|
-
|
|
2046
|
-
* <p>The configured endpoint options for the domain and their current status.</p>
|
|
2047
|
-
*/
|
|
1144
|
+
|
|
2048
1145
|
export interface DomainEndpointOptionsStatus {
|
|
2049
|
-
|
|
2050
|
-
* <p>Options to configure endpoint for the Elasticsearch domain.</p>
|
|
2051
|
-
*/
|
|
1146
|
+
|
|
2052
1147
|
Options: DomainEndpointOptions | undefined;
|
|
2053
|
-
|
|
2054
|
-
* <p>The status of the endpoint options for the Elasticsearch domain. See <code>OptionStatus</code> for the status information that's included. </p>
|
|
2055
|
-
*/
|
|
1148
|
+
|
|
2056
1149
|
Status: OptionStatus | undefined;
|
|
2057
1150
|
}
|
|
2058
1151
|
export declare namespace DomainEndpointOptionsStatus {
|
|
2059
|
-
|
|
2060
|
-
* @internal
|
|
2061
|
-
*/
|
|
1152
|
+
|
|
2062
1153
|
const filterSensitiveLog: (obj: DomainEndpointOptionsStatus) => any;
|
|
2063
1154
|
}
|
|
2064
|
-
|
|
2065
|
-
* <p> Status of the EBS options for the specified Elasticsearch domain.</p>
|
|
2066
|
-
*/
|
|
1155
|
+
|
|
2067
1156
|
export interface EBSOptionsStatus {
|
|
2068
|
-
|
|
2069
|
-
* <p> Specifies the EBS options for the specified Elasticsearch domain.</p>
|
|
2070
|
-
*/
|
|
1157
|
+
|
|
2071
1158
|
Options: EBSOptions | undefined;
|
|
2072
|
-
|
|
2073
|
-
* <p> Specifies the status of the EBS options for the specified Elasticsearch domain.</p>
|
|
2074
|
-
*/
|
|
1159
|
+
|
|
2075
1160
|
Status: OptionStatus | undefined;
|
|
2076
1161
|
}
|
|
2077
1162
|
export declare namespace EBSOptionsStatus {
|
|
2078
|
-
|
|
2079
|
-
* @internal
|
|
2080
|
-
*/
|
|
1163
|
+
|
|
2081
1164
|
const filterSensitiveLog: (obj: EBSOptionsStatus) => any;
|
|
2082
1165
|
}
|
|
2083
|
-
|
|
2084
|
-
* <p> Specifies the configuration status for the specified Elasticsearch domain.</p>
|
|
2085
|
-
*/
|
|
1166
|
+
|
|
2086
1167
|
export interface ElasticsearchClusterConfigStatus {
|
|
2087
|
-
|
|
2088
|
-
* <p> Specifies the cluster configuration for the specified Elasticsearch domain.</p>
|
|
2089
|
-
*/
|
|
1168
|
+
|
|
2090
1169
|
Options: ElasticsearchClusterConfig | undefined;
|
|
2091
|
-
|
|
2092
|
-
* <p> Specifies the status of the configuration for the specified Elasticsearch domain.</p>
|
|
2093
|
-
*/
|
|
1170
|
+
|
|
2094
1171
|
Status: OptionStatus | undefined;
|
|
2095
1172
|
}
|
|
2096
1173
|
export declare namespace ElasticsearchClusterConfigStatus {
|
|
2097
|
-
|
|
2098
|
-
* @internal
|
|
2099
|
-
*/
|
|
1174
|
+
|
|
2100
1175
|
const filterSensitiveLog: (obj: ElasticsearchClusterConfigStatus) => any;
|
|
2101
1176
|
}
|
|
2102
|
-
|
|
2103
|
-
* <p> Status of the Elasticsearch version options for the specified Elasticsearch domain.</p>
|
|
2104
|
-
*/
|
|
1177
|
+
|
|
2105
1178
|
export interface ElasticsearchVersionStatus {
|
|
2106
|
-
|
|
2107
|
-
* <p> Specifies the Elasticsearch version for the specified Elasticsearch domain.</p>
|
|
2108
|
-
*/
|
|
1179
|
+
|
|
2109
1180
|
Options: string | undefined;
|
|
2110
|
-
|
|
2111
|
-
* <p> Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.</p>
|
|
2112
|
-
*/
|
|
1181
|
+
|
|
2113
1182
|
Status: OptionStatus | undefined;
|
|
2114
1183
|
}
|
|
2115
1184
|
export declare namespace ElasticsearchVersionStatus {
|
|
2116
|
-
|
|
2117
|
-
* @internal
|
|
2118
|
-
*/
|
|
1185
|
+
|
|
2119
1186
|
const filterSensitiveLog: (obj: ElasticsearchVersionStatus) => any;
|
|
2120
1187
|
}
|
|
2121
|
-
|
|
2122
|
-
* <p> Status of the Encryption At Rest options for the specified Elasticsearch domain.</p>
|
|
2123
|
-
*/
|
|
1188
|
+
|
|
2124
1189
|
export interface EncryptionAtRestOptionsStatus {
|
|
2125
|
-
|
|
2126
|
-
* <p> Specifies the Encryption At Rest options for the specified Elasticsearch domain.</p>
|
|
2127
|
-
*/
|
|
1190
|
+
|
|
2128
1191
|
Options: EncryptionAtRestOptions | undefined;
|
|
2129
|
-
|
|
2130
|
-
* <p> Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.</p>
|
|
2131
|
-
*/
|
|
1192
|
+
|
|
2132
1193
|
Status: OptionStatus | undefined;
|
|
2133
1194
|
}
|
|
2134
1195
|
export declare namespace EncryptionAtRestOptionsStatus {
|
|
2135
|
-
|
|
2136
|
-
* @internal
|
|
2137
|
-
*/
|
|
1196
|
+
|
|
2138
1197
|
const filterSensitiveLog: (obj: EncryptionAtRestOptionsStatus) => any;
|
|
2139
1198
|
}
|
|
2140
|
-
|
|
2141
|
-
* <p>The configured log publishing options for the domain and their current status.</p>
|
|
2142
|
-
*/
|
|
1199
|
+
|
|
2143
1200
|
export interface LogPublishingOptionsStatus {
|
|
2144
|
-
|
|
2145
|
-
* <p>The log publishing options configured for the Elasticsearch domain.</p>
|
|
2146
|
-
*/
|
|
1201
|
+
|
|
2147
1202
|
Options?: {
|
|
2148
1203
|
[key: string]: LogPublishingOption;
|
|
2149
1204
|
};
|
|
2150
|
-
|
|
2151
|
-
* <p>The status of the log publishing options for the Elasticsearch domain. See <code>OptionStatus</code> for the status information that's included. </p>
|
|
2152
|
-
*/
|
|
1205
|
+
|
|
2153
1206
|
Status?: OptionStatus;
|
|
2154
1207
|
}
|
|
2155
1208
|
export declare namespace LogPublishingOptionsStatus {
|
|
2156
|
-
|
|
2157
|
-
* @internal
|
|
2158
|
-
*/
|
|
1209
|
+
|
|
2159
1210
|
const filterSensitiveLog: (obj: LogPublishingOptionsStatus) => any;
|
|
2160
1211
|
}
|
|
2161
|
-
|
|
2162
|
-
* <p>Status of the node-to-node encryption options for the specified Elasticsearch domain.</p>
|
|
2163
|
-
*/
|
|
1212
|
+
|
|
2164
1213
|
export interface NodeToNodeEncryptionOptionsStatus {
|
|
2165
|
-
|
|
2166
|
-
* <p>Specifies the node-to-node encryption options for the specified Elasticsearch domain.</p>
|
|
2167
|
-
*/
|
|
1214
|
+
|
|
2168
1215
|
Options: NodeToNodeEncryptionOptions | undefined;
|
|
2169
|
-
|
|
2170
|
-
* <p>Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.</p>
|
|
2171
|
-
*/
|
|
1216
|
+
|
|
2172
1217
|
Status: OptionStatus | undefined;
|
|
2173
1218
|
}
|
|
2174
1219
|
export declare namespace NodeToNodeEncryptionOptionsStatus {
|
|
2175
|
-
|
|
2176
|
-
* @internal
|
|
2177
|
-
*/
|
|
1220
|
+
|
|
2178
1221
|
const filterSensitiveLog: (obj: NodeToNodeEncryptionOptionsStatus) => any;
|
|
2179
1222
|
}
|
|
2180
|
-
|
|
2181
|
-
* <p>Status of a daily automated snapshot.</p>
|
|
2182
|
-
*/
|
|
1223
|
+
|
|
2183
1224
|
export interface SnapshotOptionsStatus {
|
|
2184
|
-
|
|
2185
|
-
* <p>Specifies the daily snapshot options specified for the Elasticsearch domain.</p>
|
|
2186
|
-
*/
|
|
1225
|
+
|
|
2187
1226
|
Options: SnapshotOptions | undefined;
|
|
2188
|
-
|
|
2189
|
-
* <p>Specifies the status of a daily automated snapshot.</p>
|
|
2190
|
-
*/
|
|
1227
|
+
|
|
2191
1228
|
Status: OptionStatus | undefined;
|
|
2192
1229
|
}
|
|
2193
1230
|
export declare namespace SnapshotOptionsStatus {
|
|
2194
|
-
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
1231
|
+
|
|
2197
1232
|
const filterSensitiveLog: (obj: SnapshotOptionsStatus) => any;
|
|
2198
1233
|
}
|
|
2199
|
-
|
|
2200
|
-
* <p> Status of the VPC options for the specified Elasticsearch domain.</p>
|
|
2201
|
-
*/
|
|
1234
|
+
|
|
2202
1235
|
export interface VPCDerivedInfoStatus {
|
|
2203
|
-
|
|
2204
|
-
* <p> Specifies the VPC options for the specified Elasticsearch domain.</p>
|
|
2205
|
-
*/
|
|
1236
|
+
|
|
2206
1237
|
Options: VPCDerivedInfo | undefined;
|
|
2207
|
-
|
|
2208
|
-
* <p> Specifies the status of the VPC options for the specified Elasticsearch domain.</p>
|
|
2209
|
-
*/
|
|
1238
|
+
|
|
2210
1239
|
Status: OptionStatus | undefined;
|
|
2211
1240
|
}
|
|
2212
1241
|
export declare namespace VPCDerivedInfoStatus {
|
|
2213
|
-
|
|
2214
|
-
* @internal
|
|
2215
|
-
*/
|
|
1242
|
+
|
|
2216
1243
|
const filterSensitiveLog: (obj: VPCDerivedInfoStatus) => any;
|
|
2217
1244
|
}
|
|
2218
|
-
|
|
2219
|
-
* <p>The configuration of an Elasticsearch domain.</p>
|
|
2220
|
-
*/
|
|
1245
|
+
|
|
2221
1246
|
export interface ElasticsearchDomainConfig {
|
|
2222
|
-
|
|
2223
|
-
* <p>String of format X.Y to specify version for the Elasticsearch domain.</p>
|
|
2224
|
-
*/
|
|
1247
|
+
|
|
2225
1248
|
ElasticsearchVersion?: ElasticsearchVersionStatus;
|
|
2226
|
-
|
|
2227
|
-
* <p>Specifies the <code>ElasticsearchClusterConfig</code> for the Elasticsearch domain.</p>
|
|
2228
|
-
*/
|
|
1249
|
+
|
|
2229
1250
|
ElasticsearchClusterConfig?: ElasticsearchClusterConfigStatus;
|
|
2230
|
-
|
|
2231
|
-
* <p>Specifies the <code>EBSOptions</code> for the Elasticsearch domain.</p>
|
|
2232
|
-
*/
|
|
1251
|
+
|
|
2233
1252
|
EBSOptions?: EBSOptionsStatus;
|
|
2234
|
-
|
|
2235
|
-
* <p>IAM access policy as a JSON-formatted string.</p>
|
|
2236
|
-
*/
|
|
1253
|
+
|
|
2237
1254
|
AccessPolicies?: AccessPoliciesStatus;
|
|
2238
|
-
|
|
2239
|
-
* <p>Specifies the <code>SnapshotOptions</code> for the Elasticsearch domain.</p>
|
|
2240
|
-
*/
|
|
1255
|
+
|
|
2241
1256
|
SnapshotOptions?: SnapshotOptionsStatus;
|
|
2242
|
-
|
|
2243
|
-
* <p>The <code>VPCOptions</code> for the specified domain. 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>
|
|
2244
|
-
*/
|
|
1257
|
+
|
|
2245
1258
|
VPCOptions?: VPCDerivedInfoStatus;
|
|
2246
|
-
|
|
2247
|
-
* <p>The <code>CognitoOptions</code> for the specified domain. 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>
|
|
2248
|
-
*/
|
|
1259
|
+
|
|
2249
1260
|
CognitoOptions?: CognitoOptionsStatus;
|
|
2250
|
-
|
|
2251
|
-
* <p>Specifies the <code>EncryptionAtRestOptions</code> for the Elasticsearch domain.</p>
|
|
2252
|
-
*/
|
|
1261
|
+
|
|
2253
1262
|
EncryptionAtRestOptions?: EncryptionAtRestOptionsStatus;
|
|
2254
|
-
|
|
2255
|
-
* <p>Specifies the <code>NodeToNodeEncryptionOptions</code> for the Elasticsearch domain.</p>
|
|
2256
|
-
*/
|
|
1263
|
+
|
|
2257
1264
|
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptionsStatus;
|
|
2258
|
-
|
|
2259
|
-
* <p>Specifies the <code>AdvancedOptions</code> for the domain. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options" target="_blank">Configuring Advanced Options</a> for more information.</p>
|
|
2260
|
-
*/
|
|
1265
|
+
|
|
2261
1266
|
AdvancedOptions?: AdvancedOptionsStatus;
|
|
2262
|
-
|
|
2263
|
-
* <p>Log publishing options for the given domain.</p>
|
|
2264
|
-
*/
|
|
1267
|
+
|
|
2265
1268
|
LogPublishingOptions?: LogPublishingOptionsStatus;
|
|
2266
|
-
|
|
2267
|
-
* <p>Specifies the <code>DomainEndpointOptions</code> for the Elasticsearch domain.</p>
|
|
2268
|
-
*/
|
|
1269
|
+
|
|
2269
1270
|
DomainEndpointOptions?: DomainEndpointOptionsStatus;
|
|
2270
|
-
|
|
2271
|
-
* <p>Specifies <code>AdvancedSecurityOptions</code> for the domain. </p>
|
|
2272
|
-
*/
|
|
1271
|
+
|
|
2273
1272
|
AdvancedSecurityOptions?: AdvancedSecurityOptionsStatus;
|
|
2274
|
-
|
|
2275
|
-
* <p>Specifies <code>AutoTuneOptions</code> for the domain. </p>
|
|
2276
|
-
*/
|
|
1273
|
+
|
|
2277
1274
|
AutoTuneOptions?: AutoTuneOptionsStatus;
|
|
2278
1275
|
}
|
|
2279
1276
|
export declare namespace ElasticsearchDomainConfig {
|
|
2280
|
-
|
|
2281
|
-
* @internal
|
|
2282
|
-
*/
|
|
1277
|
+
|
|
2283
1278
|
const filterSensitiveLog: (obj: ElasticsearchDomainConfig) => any;
|
|
2284
1279
|
}
|
|
2285
|
-
|
|
2286
|
-
* <p>The result of a <code>DescribeElasticsearchDomainConfig</code> request. Contains the configuration information of the requested domain.</p>
|
|
2287
|
-
*/
|
|
1280
|
+
|
|
2288
1281
|
export interface DescribeElasticsearchDomainConfigResponse {
|
|
2289
|
-
|
|
2290
|
-
* <p>The configuration information of the domain requested in the <code>DescribeElasticsearchDomainConfig</code> request.</p>
|
|
2291
|
-
*/
|
|
1282
|
+
|
|
2292
1283
|
DomainConfig: ElasticsearchDomainConfig | undefined;
|
|
2293
1284
|
}
|
|
2294
1285
|
export declare namespace DescribeElasticsearchDomainConfigResponse {
|
|
2295
|
-
|
|
2296
|
-
* @internal
|
|
2297
|
-
*/
|
|
1286
|
+
|
|
2298
1287
|
const filterSensitiveLog: (obj: DescribeElasticsearchDomainConfigResponse) => any;
|
|
2299
1288
|
}
|
|
2300
|
-
|
|
2301
|
-
* <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>
|
|
2302
|
-
*/
|
|
1289
|
+
|
|
2303
1290
|
export interface DescribeElasticsearchDomainsRequest {
|
|
2304
|
-
|
|
2305
|
-
* <p>The Elasticsearch domains for which you want information.</p>
|
|
2306
|
-
*/
|
|
1291
|
+
|
|
2307
1292
|
DomainNames: string[] | undefined;
|
|
2308
1293
|
}
|
|
2309
1294
|
export declare namespace DescribeElasticsearchDomainsRequest {
|
|
2310
|
-
|
|
2311
|
-
* @internal
|
|
2312
|
-
*/
|
|
1295
|
+
|
|
2313
1296
|
const filterSensitiveLog: (obj: DescribeElasticsearchDomainsRequest) => any;
|
|
2314
1297
|
}
|
|
2315
|
-
|
|
2316
|
-
* <p>The result of a <code>DescribeElasticsearchDomains</code> request. Contains the status of the specified domains or all domains owned by the account.</p>
|
|
2317
|
-
*/
|
|
1298
|
+
|
|
2318
1299
|
export interface DescribeElasticsearchDomainsResponse {
|
|
2319
|
-
|
|
2320
|
-
* <p>The status of the domains requested in the <code>DescribeElasticsearchDomains</code> request.</p>
|
|
2321
|
-
*/
|
|
1300
|
+
|
|
2322
1301
|
DomainStatusList: ElasticsearchDomainStatus[] | undefined;
|
|
2323
1302
|
}
|
|
2324
1303
|
export declare namespace DescribeElasticsearchDomainsResponse {
|
|
2325
|
-
|
|
2326
|
-
* @internal
|
|
2327
|
-
*/
|
|
1304
|
+
|
|
2328
1305
|
const filterSensitiveLog: (obj: DescribeElasticsearchDomainsResponse) => any;
|
|
2329
1306
|
}
|
|
2330
|
-
|
|
2331
|
-
* <p>
|
|
2332
|
-
* Container for the parameters to
|
|
2333
|
-
* <code>
|
|
2334
|
-
* <a>DescribeElasticsearchInstanceTypeLimits</a>
|
|
2335
|
-
* </code>
|
|
2336
|
-
* operation.
|
|
2337
|
-
* </p>
|
|
2338
|
-
*/
|
|
1307
|
+
|
|
2339
1308
|
export interface DescribeElasticsearchInstanceTypeLimitsRequest {
|
|
2340
|
-
|
|
2341
|
-
* <p>
|
|
2342
|
-
* DomainName represents the name of the Domain that we are trying to
|
|
2343
|
-
* modify. This should be present only if we are
|
|
2344
|
-
* querying for Elasticsearch
|
|
2345
|
-
* <code>
|
|
2346
|
-
* <a>Limits</a>
|
|
2347
|
-
* </code>
|
|
2348
|
-
* for existing domain.
|
|
2349
|
-
* </p>
|
|
2350
|
-
*/
|
|
1309
|
+
|
|
2351
1310
|
DomainName?: string;
|
|
2352
|
-
|
|
2353
|
-
* <p>
|
|
2354
|
-
* The instance type for an Elasticsearch cluster for which Elasticsearch
|
|
2355
|
-
* <code>
|
|
2356
|
-
* <a>Limits</a>
|
|
2357
|
-
* </code>
|
|
2358
|
-
* are needed.
|
|
2359
|
-
* </p>
|
|
2360
|
-
*/
|
|
1311
|
+
|
|
2361
1312
|
InstanceType: ESPartitionInstanceType | string | undefined;
|
|
2362
|
-
|
|
2363
|
-
* <p>
|
|
2364
|
-
* Version of Elasticsearch for which
|
|
2365
|
-
* <code>
|
|
2366
|
-
* <a>Limits</a>
|
|
2367
|
-
* </code>
|
|
2368
|
-
* are needed.
|
|
2369
|
-
* </p>
|
|
2370
|
-
*/
|
|
1313
|
+
|
|
2371
1314
|
ElasticsearchVersion: string | undefined;
|
|
2372
1315
|
}
|
|
2373
1316
|
export declare namespace DescribeElasticsearchInstanceTypeLimitsRequest {
|
|
2374
|
-
|
|
2375
|
-
* @internal
|
|
2376
|
-
*/
|
|
1317
|
+
|
|
2377
1318
|
const filterSensitiveLog: (obj: DescribeElasticsearchInstanceTypeLimitsRequest) => any;
|
|
2378
1319
|
}
|
|
2379
|
-
|
|
2380
|
-
* <p>
|
|
2381
|
-
* InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for
|
|
2382
|
-
* given InstanceType.
|
|
2383
|
-
* </p>
|
|
2384
|
-
*/
|
|
1320
|
+
|
|
2385
1321
|
export interface InstanceCountLimits {
|
|
2386
|
-
|
|
2387
|
-
* <p>
|
|
2388
|
-
* Minimum number of Instances that can be instantiated for given InstanceType.
|
|
2389
|
-
* </p>
|
|
2390
|
-
*/
|
|
1322
|
+
|
|
2391
1323
|
MinimumInstanceCount?: number;
|
|
2392
|
-
|
|
2393
|
-
* <p>
|
|
2394
|
-
* Maximum number of Instances that can be instantiated for given InstanceType.
|
|
2395
|
-
* </p>
|
|
2396
|
-
*/
|
|
1324
|
+
|
|
2397
1325
|
MaximumInstanceCount?: number;
|
|
2398
1326
|
}
|
|
2399
1327
|
export declare namespace InstanceCountLimits {
|
|
2400
|
-
|
|
2401
|
-
* @internal
|
|
2402
|
-
*/
|
|
1328
|
+
|
|
2403
1329
|
const filterSensitiveLog: (obj: InstanceCountLimits) => any;
|
|
2404
1330
|
}
|
|
2405
|
-
|
|
2406
|
-
* <p>InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
|
|
2407
|
-
* </p>
|
|
2408
|
-
*/
|
|
1331
|
+
|
|
2409
1332
|
export interface InstanceLimits {
|
|
2410
|
-
|
|
2411
|
-
* <p>
|
|
2412
|
-
* InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for
|
|
2413
|
-
* given InstanceType.
|
|
2414
|
-
* </p>
|
|
2415
|
-
*/
|
|
1333
|
+
|
|
2416
1334
|
InstanceCountLimits?: InstanceCountLimits;
|
|
2417
1335
|
}
|
|
2418
1336
|
export declare namespace InstanceLimits {
|
|
2419
|
-
|
|
2420
|
-
* @internal
|
|
2421
|
-
*/
|
|
1337
|
+
|
|
2422
1338
|
const filterSensitiveLog: (obj: InstanceLimits) => any;
|
|
2423
1339
|
}
|
|
2424
|
-
|
|
2425
|
-
* <p>Limits that are applicable for given storage type.
|
|
2426
|
-
* </p>
|
|
2427
|
-
*/
|
|
1340
|
+
|
|
2428
1341
|
export interface StorageTypeLimit {
|
|
2429
|
-
|
|
2430
|
-
* <p>
|
|
2431
|
-
* Name of storage limits that are applicable for given storage type.
|
|
2432
|
-
* If
|
|
2433
|
-
* <code>
|
|
2434
|
-
* <a>StorageType</a>
|
|
2435
|
-
* </code>
|
|
2436
|
-
* is ebs, following storage options are applicable
|
|
2437
|
-
* <ol>
|
|
2438
|
-
* <li>MinimumVolumeSize</li>
|
|
2439
|
-
* Minimum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.
|
|
2440
|
-
* <li>MaximumVolumeSize</li>
|
|
2441
|
-
* Maximum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.
|
|
2442
|
-
* <li>MaximumIops</li>
|
|
2443
|
-
* Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
|
|
2444
|
-
* <li>MinimumIops</li>
|
|
2445
|
-
* Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
|
|
2446
|
-
* </ol>
|
|
2447
|
-
* </p>
|
|
2448
|
-
*/
|
|
1342
|
+
|
|
2449
1343
|
LimitName?: string;
|
|
2450
|
-
|
|
2451
|
-
* <p>
|
|
2452
|
-
* Values for the
|
|
2453
|
-
* <code>
|
|
2454
|
-
* <a>StorageTypeLimit$LimitName</a>
|
|
2455
|
-
* </code>
|
|
2456
|
-
* .
|
|
2457
|
-
* </p>
|
|
2458
|
-
*/
|
|
1344
|
+
|
|
2459
1345
|
LimitValues?: string[];
|
|
2460
1346
|
}
|
|
2461
1347
|
export declare namespace StorageTypeLimit {
|
|
2462
|
-
|
|
2463
|
-
* @internal
|
|
2464
|
-
*/
|
|
1348
|
+
|
|
2465
1349
|
const filterSensitiveLog: (obj: StorageTypeLimit) => any;
|
|
2466
1350
|
}
|
|
2467
|
-
|
|
2468
|
-
* <p>StorageTypes represents the list of storage related types and their attributes
|
|
2469
|
-
* that are available for given InstanceType.
|
|
2470
|
-
* </p>
|
|
2471
|
-
*/
|
|
1351
|
+
|
|
2472
1352
|
export interface StorageType {
|
|
2473
|
-
|
|
2474
|
-
* <p>
|
|
2475
|
-
* Type of the storage.
|
|
2476
|
-
* List of available storage options:
|
|
2477
|
-
* <ol>
|
|
2478
|
-
* <li>instance</li> Inbuilt storage available for the given Instance
|
|
2479
|
-
* <li>ebs</li> Elastic block storage that would be attached to the given Instance
|
|
2480
|
-
* </ol>
|
|
2481
|
-
* </p>
|
|
2482
|
-
*/
|
|
1353
|
+
|
|
2483
1354
|
StorageTypeName?: string;
|
|
2484
|
-
|
|
2485
|
-
* <p>
|
|
2486
|
-
* SubType of the given storage type.
|
|
2487
|
-
* List of available sub-storage options:
|
|
2488
|
-
* For "instance" storageType we wont have any storageSubType,
|
|
2489
|
-
* in case of "ebs" storageType we will have following valid storageSubTypes
|
|
2490
|
-
* <ol>
|
|
2491
|
-
* <li>standard</li>
|
|
2492
|
-
* <li>gp2</li>
|
|
2493
|
-
* <li>io1</li>
|
|
2494
|
-
* </ol>
|
|
2495
|
-
* Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options.
|
|
2496
|
-
* </p>
|
|
2497
|
-
*/
|
|
1355
|
+
|
|
2498
1356
|
StorageSubTypeName?: string;
|
|
2499
|
-
|
|
2500
|
-
* <p>List of limits that are applicable for given storage type.
|
|
2501
|
-
* </p>
|
|
2502
|
-
*/
|
|
1357
|
+
|
|
2503
1358
|
StorageTypeLimits?: StorageTypeLimit[];
|
|
2504
1359
|
}
|
|
2505
1360
|
export declare namespace StorageType {
|
|
2506
|
-
|
|
2507
|
-
* @internal
|
|
2508
|
-
*/
|
|
1361
|
+
|
|
2509
1362
|
const filterSensitiveLog: (obj: StorageType) => any;
|
|
2510
1363
|
}
|
|
2511
|
-
|
|
2512
|
-
* <p>
|
|
2513
|
-
* Limits for given InstanceType and for each of it's role.
|
|
2514
|
-
* <br></br>
|
|
2515
|
-
* Limits contains following
|
|
2516
|
-
* <code>
|
|
2517
|
-
* <a>StorageTypes,</a>
|
|
2518
|
-
* </code>
|
|
2519
|
-
* <code>
|
|
2520
|
-
* <a>InstanceLimits</a>
|
|
2521
|
-
* </code>
|
|
2522
|
-
* and
|
|
2523
|
-
* <code>
|
|
2524
|
-
* <a>AdditionalLimits</a>
|
|
2525
|
-
* </code>
|
|
2526
|
-
* </p>
|
|
2527
|
-
*/
|
|
1364
|
+
|
|
2528
1365
|
export interface Limits {
|
|
2529
|
-
|
|
2530
|
-
* <p>StorageType represents the list of storage related types and attributes
|
|
2531
|
-
* that are available for given InstanceType.
|
|
2532
|
-
* </p>
|
|
2533
|
-
*/
|
|
1366
|
+
|
|
2534
1367
|
StorageTypes?: StorageType[];
|
|
2535
|
-
|
|
2536
|
-
* <p>InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
|
|
2537
|
-
* </p>
|
|
2538
|
-
*/
|
|
1368
|
+
|
|
2539
1369
|
InstanceLimits?: InstanceLimits;
|
|
2540
|
-
|
|
2541
|
-
* <p>
|
|
2542
|
-
* List of additional limits that are specific to a given InstanceType and for each of it's
|
|
2543
|
-
* <code>
|
|
2544
|
-
* <a>InstanceRole</a>
|
|
2545
|
-
* </code>
|
|
2546
|
-
* .
|
|
2547
|
-
* </p>
|
|
2548
|
-
*/
|
|
1370
|
+
|
|
2549
1371
|
AdditionalLimits?: AdditionalLimit[];
|
|
2550
1372
|
}
|
|
2551
1373
|
export declare namespace Limits {
|
|
2552
|
-
|
|
2553
|
-
* @internal
|
|
2554
|
-
*/
|
|
1374
|
+
|
|
2555
1375
|
const filterSensitiveLog: (obj: Limits) => any;
|
|
2556
1376
|
}
|
|
2557
|
-
|
|
2558
|
-
* <p>
|
|
2559
|
-
* Container for the parameters received from
|
|
2560
|
-
* <code>
|
|
2561
|
-
* <a>DescribeElasticsearchInstanceTypeLimits</a>
|
|
2562
|
-
* </code>
|
|
2563
|
-
* operation.
|
|
2564
|
-
* </p>
|
|
2565
|
-
*/
|
|
1377
|
+
|
|
2566
1378
|
export interface DescribeElasticsearchInstanceTypeLimitsResponse {
|
|
2567
|
-
|
|
2568
|
-
* <p>
|
|
2569
|
-
* Map of Role of the Instance and Limits that are applicable.
|
|
2570
|
-
* Role performed by given Instance in Elasticsearch
|
|
2571
|
-
* can be one of the following:
|
|
2572
|
-
* <ul>
|
|
2573
|
-
* <li>data: If the given InstanceType is used as data node</li>
|
|
2574
|
-
* <li>master: If the given InstanceType is used as master node</li>
|
|
2575
|
-
* <li>ultra_warm: If the given InstanceType is used as warm node</li>
|
|
2576
|
-
* </ul>
|
|
2577
|
-
* </p>
|
|
2578
|
-
*/
|
|
1379
|
+
|
|
2579
1380
|
LimitsByRole?: {
|
|
2580
1381
|
[key: string]: Limits;
|
|
2581
1382
|
};
|
|
2582
1383
|
}
|
|
2583
1384
|
export declare namespace DescribeElasticsearchInstanceTypeLimitsResponse {
|
|
2584
|
-
|
|
2585
|
-
* @internal
|
|
2586
|
-
*/
|
|
1385
|
+
|
|
2587
1386
|
const filterSensitiveLog: (obj: DescribeElasticsearchInstanceTypeLimitsResponse) => any;
|
|
2588
1387
|
}
|
|
2589
|
-
|
|
2590
|
-
* <p>
|
|
2591
|
-
* A filter used to limit results when describing inbound or outbound cross-cluster search connections.
|
|
2592
|
-
* Multiple values can be specified per filter.
|
|
2593
|
-
* A cross-cluster search connection must match at least one of the specified values for it to be
|
|
2594
|
-
* returned from an operation.
|
|
2595
|
-
* </p>
|
|
2596
|
-
*/
|
|
1388
|
+
|
|
2597
1389
|
export interface Filter {
|
|
2598
|
-
|
|
2599
|
-
* <p>
|
|
2600
|
-
* Specifies the name of the filter.
|
|
2601
|
-
* </p>
|
|
2602
|
-
*/
|
|
1390
|
+
|
|
2603
1391
|
Name?: string;
|
|
2604
|
-
|
|
2605
|
-
* <p>
|
|
2606
|
-
* Contains one or more values for the filter.
|
|
2607
|
-
* </p>
|
|
2608
|
-
*/
|
|
1392
|
+
|
|
2609
1393
|
Values?: string[];
|
|
2610
1394
|
}
|
|
2611
1395
|
export declare namespace Filter {
|
|
2612
|
-
|
|
2613
|
-
* @internal
|
|
2614
|
-
*/
|
|
1396
|
+
|
|
2615
1397
|
const filterSensitiveLog: (obj: Filter) => any;
|
|
2616
1398
|
}
|
|
2617
|
-
|
|
2618
|
-
* <p>Container for the parameters to the <code><a>DescribeInboundCrossClusterSearchConnections</a></code> operation.</p>
|
|
2619
|
-
*/
|
|
1399
|
+
|
|
2620
1400
|
export interface DescribeInboundCrossClusterSearchConnectionsRequest {
|
|
2621
|
-
|
|
2622
|
-
* <p>
|
|
2623
|
-
* A list of filters used to match properties for inbound cross-cluster search connection.
|
|
2624
|
-
* Available <code><a>Filter</a></code> names for this operation are:
|
|
2625
|
-
* <ul>
|
|
2626
|
-
* <li>cross-cluster-search-connection-id</li>
|
|
2627
|
-
* <li>source-domain-info.domain-name</li>
|
|
2628
|
-
* <li>source-domain-info.owner-id</li>
|
|
2629
|
-
* <li>source-domain-info.region</li>
|
|
2630
|
-
* <li>destination-domain-info.domain-name</li>
|
|
2631
|
-
* </ul>
|
|
2632
|
-
* </p>
|
|
2633
|
-
*/
|
|
1401
|
+
|
|
2634
1402
|
Filters?: Filter[];
|
|
2635
|
-
|
|
2636
|
-
* <p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>
|
|
2637
|
-
*/
|
|
1403
|
+
|
|
2638
1404
|
MaxResults?: number;
|
|
2639
|
-
|
|
2640
|
-
* <p> NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.</p>
|
|
2641
|
-
*/
|
|
1405
|
+
|
|
2642
1406
|
NextToken?: string;
|
|
2643
1407
|
}
|
|
2644
1408
|
export declare namespace DescribeInboundCrossClusterSearchConnectionsRequest {
|
|
2645
|
-
|
|
2646
|
-
* @internal
|
|
2647
|
-
*/
|
|
1409
|
+
|
|
2648
1410
|
const filterSensitiveLog: (obj: DescribeInboundCrossClusterSearchConnectionsRequest) => any;
|
|
2649
1411
|
}
|
|
2650
|
-
|
|
2651
|
-
* <p>The result of a <code><a>DescribeInboundCrossClusterSearchConnections</a></code> request. Contains the list of connections matching the filter criteria.</p>
|
|
2652
|
-
*/
|
|
1412
|
+
|
|
2653
1413
|
export interface DescribeInboundCrossClusterSearchConnectionsResponse {
|
|
2654
|
-
|
|
2655
|
-
* <p>Consists of list of <code><a>InboundCrossClusterSearchConnection</a></code> matching the specified filter criteria.</p>
|
|
2656
|
-
*/
|
|
1414
|
+
|
|
2657
1415
|
CrossClusterSearchConnections?: InboundCrossClusterSearchConnection[];
|
|
2658
|
-
|
|
2659
|
-
* <p>If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
|
|
2660
|
-
* </p>
|
|
2661
|
-
*/
|
|
1416
|
+
|
|
2662
1417
|
NextToken?: string;
|
|
2663
1418
|
}
|
|
2664
1419
|
export declare namespace DescribeInboundCrossClusterSearchConnectionsResponse {
|
|
2665
|
-
|
|
2666
|
-
* @internal
|
|
2667
|
-
*/
|
|
1420
|
+
|
|
2668
1421
|
const filterSensitiveLog: (obj: DescribeInboundCrossClusterSearchConnectionsResponse) => any;
|
|
2669
1422
|
}
|
|
2670
|
-
|
|
2671
|
-
* <p>The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400. </p>
|
|
2672
|
-
*/
|
|
1423
|
+
|
|
2673
1424
|
export interface InvalidPaginationTokenException extends __SmithyException, $MetadataBearer {
|
|
2674
1425
|
name: "InvalidPaginationTokenException";
|
|
2675
1426
|
$fault: "client";
|
|
2676
|
-
|
|
2677
|
-
* <p>A description of the error.</p>
|
|
2678
|
-
*/
|
|
1427
|
+
|
|
2679
1428
|
message?: string;
|
|
2680
1429
|
}
|
|
2681
1430
|
export declare namespace InvalidPaginationTokenException {
|
|
2682
|
-
|
|
2683
|
-
* @internal
|
|
2684
|
-
*/
|
|
1431
|
+
|
|
2685
1432
|
const filterSensitiveLog: (obj: InvalidPaginationTokenException) => any;
|
|
2686
1433
|
}
|
|
2687
|
-
|
|
2688
|
-
* <p>Container for the parameters to the <code><a>DescribeOutboundCrossClusterSearchConnections</a></code> operation.</p>
|
|
2689
|
-
*/
|
|
1434
|
+
|
|
2690
1435
|
export interface DescribeOutboundCrossClusterSearchConnectionsRequest {
|
|
2691
|
-
|
|
2692
|
-
* <p>
|
|
2693
|
-
* A list of filters used to match properties for outbound cross-cluster search connection.
|
|
2694
|
-
* Available <code><a>Filter</a></code> names for this operation are:
|
|
2695
|
-
* <ul>
|
|
2696
|
-
* <li>cross-cluster-search-connection-id</li>
|
|
2697
|
-
* <li>destination-domain-info.domain-name</li>
|
|
2698
|
-
* <li>destination-domain-info.owner-id</li>
|
|
2699
|
-
* <li>destination-domain-info.region</li>
|
|
2700
|
-
* <li>source-domain-info.domain-name</li>
|
|
2701
|
-
* </ul>
|
|
2702
|
-
* </p>
|
|
2703
|
-
*/
|
|
1436
|
+
|
|
2704
1437
|
Filters?: Filter[];
|
|
2705
|
-
|
|
2706
|
-
* <p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>
|
|
2707
|
-
*/
|
|
1438
|
+
|
|
2708
1439
|
MaxResults?: number;
|
|
2709
|
-
|
|
2710
|
-
* <p> NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.</p>
|
|
2711
|
-
*/
|
|
1440
|
+
|
|
2712
1441
|
NextToken?: string;
|
|
2713
1442
|
}
|
|
2714
1443
|
export declare namespace DescribeOutboundCrossClusterSearchConnectionsRequest {
|
|
2715
|
-
|
|
2716
|
-
* @internal
|
|
2717
|
-
*/
|
|
1444
|
+
|
|
2718
1445
|
const filterSensitiveLog: (obj: DescribeOutboundCrossClusterSearchConnectionsRequest) => any;
|
|
2719
1446
|
}
|
|
2720
|
-
|
|
2721
|
-
* <p>The result of a <code><a>DescribeOutboundCrossClusterSearchConnections</a></code> request. Contains the list of connections matching the filter criteria.</p>
|
|
2722
|
-
*/
|
|
1447
|
+
|
|
2723
1448
|
export interface DescribeOutboundCrossClusterSearchConnectionsResponse {
|
|
2724
|
-
|
|
2725
|
-
* <p>Consists of list of <code><a>OutboundCrossClusterSearchConnection</a></code> matching the specified filter criteria.</p>
|
|
2726
|
-
*/
|
|
1449
|
+
|
|
2727
1450
|
CrossClusterSearchConnections?: OutboundCrossClusterSearchConnection[];
|
|
2728
|
-
|
|
2729
|
-
* <p>If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
|
|
2730
|
-
* </p>
|
|
2731
|
-
*/
|
|
1451
|
+
|
|
2732
1452
|
NextToken?: string;
|
|
2733
1453
|
}
|
|
2734
1454
|
export declare namespace DescribeOutboundCrossClusterSearchConnectionsResponse {
|
|
2735
|
-
|
|
2736
|
-
* @internal
|
|
2737
|
-
*/
|
|
1455
|
+
|
|
2738
1456
|
const filterSensitiveLog: (obj: DescribeOutboundCrossClusterSearchConnectionsResponse) => any;
|
|
2739
1457
|
}
|
|
2740
1458
|
export declare enum DescribePackagesFilterName {
|
|
@@ -2742,1370 +1460,631 @@ export declare enum DescribePackagesFilterName {
|
|
|
2742
1460
|
PackageName = "PackageName",
|
|
2743
1461
|
PackageStatus = "PackageStatus"
|
|
2744
1462
|
}
|
|
2745
|
-
|
|
2746
|
-
* <p>Filter to apply in <code>DescribePackage</code> response.</p>
|
|
2747
|
-
*/
|
|
1463
|
+
|
|
2748
1464
|
export interface DescribePackagesFilter {
|
|
2749
|
-
|
|
2750
|
-
* <p>Any field from <code>PackageDetails</code>.</p>
|
|
2751
|
-
*/
|
|
1465
|
+
|
|
2752
1466
|
Name?: DescribePackagesFilterName | string;
|
|
2753
|
-
|
|
2754
|
-
* <p>A list of values for the specified field.</p>
|
|
2755
|
-
*/
|
|
1467
|
+
|
|
2756
1468
|
Value?: string[];
|
|
2757
1469
|
}
|
|
2758
1470
|
export declare namespace DescribePackagesFilter {
|
|
2759
|
-
|
|
2760
|
-
* @internal
|
|
2761
|
-
*/
|
|
1471
|
+
|
|
2762
1472
|
const filterSensitiveLog: (obj: DescribePackagesFilter) => any;
|
|
2763
1473
|
}
|
|
2764
|
-
|
|
2765
|
-
* <p>
|
|
2766
|
-
* Container for request parameters to
|
|
2767
|
-
* <code>
|
|
2768
|
-
* <a>DescribePackage</a>
|
|
2769
|
-
* </code>
|
|
2770
|
-
* operation.
|
|
2771
|
-
* </p>
|
|
2772
|
-
*/
|
|
1474
|
+
|
|
2773
1475
|
export interface DescribePackagesRequest {
|
|
2774
|
-
|
|
2775
|
-
* <p>Only returns packages that match the <code>DescribePackagesFilterList</code> values.</p>
|
|
2776
|
-
*/
|
|
1476
|
+
|
|
2777
1477
|
Filters?: DescribePackagesFilter[];
|
|
2778
|
-
|
|
2779
|
-
* <p>Limits results to a maximum number of packages.</p>
|
|
2780
|
-
*/
|
|
1478
|
+
|
|
2781
1479
|
MaxResults?: number;
|
|
2782
|
-
|
|
2783
|
-
* <p>Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.</p>
|
|
2784
|
-
*/
|
|
1480
|
+
|
|
2785
1481
|
NextToken?: string;
|
|
2786
1482
|
}
|
|
2787
1483
|
export declare namespace DescribePackagesRequest {
|
|
2788
|
-
|
|
2789
|
-
* @internal
|
|
2790
|
-
*/
|
|
1484
|
+
|
|
2791
1485
|
const filterSensitiveLog: (obj: DescribePackagesRequest) => any;
|
|
2792
1486
|
}
|
|
2793
|
-
|
|
2794
|
-
* <p>
|
|
2795
|
-
* Container for response returned by
|
|
2796
|
-
* <code>
|
|
2797
|
-
* <a>DescribePackages</a>
|
|
2798
|
-
* </code>
|
|
2799
|
-
* operation.
|
|
2800
|
-
* </p>
|
|
2801
|
-
*/
|
|
1487
|
+
|
|
2802
1488
|
export interface DescribePackagesResponse {
|
|
2803
|
-
|
|
2804
|
-
* <p>List of <code>PackageDetails</code> objects.</p>
|
|
2805
|
-
*/
|
|
1489
|
+
|
|
2806
1490
|
PackageDetailsList?: PackageDetails[];
|
|
2807
1491
|
NextToken?: string;
|
|
2808
1492
|
}
|
|
2809
1493
|
export declare namespace DescribePackagesResponse {
|
|
2810
|
-
|
|
2811
|
-
* @internal
|
|
2812
|
-
*/
|
|
1494
|
+
|
|
2813
1495
|
const filterSensitiveLog: (obj: DescribePackagesResponse) => any;
|
|
2814
1496
|
}
|
|
2815
|
-
|
|
2816
|
-
* <p>Container for parameters to <code>DescribeReservedElasticsearchInstanceOfferings</code></p>
|
|
2817
|
-
*/
|
|
1497
|
+
|
|
2818
1498
|
export interface DescribeReservedElasticsearchInstanceOfferingsRequest {
|
|
2819
|
-
|
|
2820
|
-
* <p>The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.</p>
|
|
2821
|
-
*/
|
|
1499
|
+
|
|
2822
1500
|
ReservedElasticsearchInstanceOfferingId?: string;
|
|
2823
|
-
|
|
2824
|
-
* <p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>
|
|
2825
|
-
*/
|
|
1501
|
+
|
|
2826
1502
|
MaxResults?: number;
|
|
2827
|
-
|
|
2828
|
-
* <p>NextToken should be sent in case if earlier API call produced result
|
|
2829
|
-
* containing NextToken. It is used for pagination.</p>
|
|
2830
|
-
*/
|
|
1503
|
+
|
|
2831
1504
|
NextToken?: string;
|
|
2832
1505
|
}
|
|
2833
1506
|
export declare namespace DescribeReservedElasticsearchInstanceOfferingsRequest {
|
|
2834
|
-
|
|
2835
|
-
* @internal
|
|
2836
|
-
*/
|
|
1507
|
+
|
|
2837
1508
|
const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstanceOfferingsRequest) => any;
|
|
2838
1509
|
}
|
|
2839
1510
|
export declare type ReservedElasticsearchInstancePaymentOption = "ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT";
|
|
2840
|
-
|
|
2841
|
-
* <p>Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.</p>
|
|
2842
|
-
*/
|
|
1511
|
+
|
|
2843
1512
|
export interface RecurringCharge {
|
|
2844
|
-
|
|
2845
|
-
* <p>The monetary amount of the recurring charge.</p>
|
|
2846
|
-
*/
|
|
1513
|
+
|
|
2847
1514
|
RecurringChargeAmount?: number;
|
|
2848
|
-
|
|
2849
|
-
* <p>The frequency of the recurring charge.</p>
|
|
2850
|
-
*/
|
|
1515
|
+
|
|
2851
1516
|
RecurringChargeFrequency?: string;
|
|
2852
1517
|
}
|
|
2853
1518
|
export declare namespace RecurringCharge {
|
|
2854
|
-
|
|
2855
|
-
* @internal
|
|
2856
|
-
*/
|
|
1519
|
+
|
|
2857
1520
|
const filterSensitiveLog: (obj: RecurringCharge) => any;
|
|
2858
1521
|
}
|
|
2859
|
-
|
|
2860
|
-
* <p>Details of a reserved Elasticsearch instance offering.</p>
|
|
2861
|
-
*/
|
|
1522
|
+
|
|
2862
1523
|
export interface ReservedElasticsearchInstanceOffering {
|
|
2863
|
-
|
|
2864
|
-
* <p>The Elasticsearch reserved instance offering identifier.</p>
|
|
2865
|
-
*/
|
|
1524
|
+
|
|
2866
1525
|
ReservedElasticsearchInstanceOfferingId?: string;
|
|
2867
|
-
|
|
2868
|
-
* <p>The Elasticsearch instance type offered by the reserved instance offering.</p>
|
|
2869
|
-
*/
|
|
1526
|
+
|
|
2870
1527
|
ElasticsearchInstanceType?: ESPartitionInstanceType | string;
|
|
2871
|
-
|
|
2872
|
-
* <p>The duration, in seconds, for which the offering will reserve the Elasticsearch instance.</p>
|
|
2873
|
-
*/
|
|
1528
|
+
|
|
2874
1529
|
Duration?: number;
|
|
2875
|
-
|
|
2876
|
-
* <p>The upfront fixed charge you will pay to purchase the specific reserved Elasticsearch instance offering. </p>
|
|
2877
|
-
*/
|
|
1530
|
+
|
|
2878
1531
|
FixedPrice?: number;
|
|
2879
|
-
|
|
2880
|
-
* <p>The rate you are charged for each hour the domain that is using the offering is running.</p>
|
|
2881
|
-
*/
|
|
1532
|
+
|
|
2882
1533
|
UsagePrice?: number;
|
|
2883
|
-
|
|
2884
|
-
* <p>The currency code for the reserved Elasticsearch instance offering.</p>
|
|
2885
|
-
*/
|
|
1534
|
+
|
|
2886
1535
|
CurrencyCode?: string;
|
|
2887
|
-
|
|
2888
|
-
* <p>Payment option for the reserved Elasticsearch instance offering</p>
|
|
2889
|
-
*/
|
|
1536
|
+
|
|
2890
1537
|
PaymentOption?: ReservedElasticsearchInstancePaymentOption | string;
|
|
2891
|
-
|
|
2892
|
-
* <p>The charge to your account regardless of whether you are creating any domains using the instance offering.</p>
|
|
2893
|
-
*/
|
|
1538
|
+
|
|
2894
1539
|
RecurringCharges?: RecurringCharge[];
|
|
2895
1540
|
}
|
|
2896
1541
|
export declare namespace ReservedElasticsearchInstanceOffering {
|
|
2897
|
-
|
|
2898
|
-
* @internal
|
|
2899
|
-
*/
|
|
1542
|
+
|
|
2900
1543
|
const filterSensitiveLog: (obj: ReservedElasticsearchInstanceOffering) => any;
|
|
2901
1544
|
}
|
|
2902
|
-
|
|
2903
|
-
* <p>Container for results from <code>DescribeReservedElasticsearchInstanceOfferings</code></p>
|
|
2904
|
-
*/
|
|
1545
|
+
|
|
2905
1546
|
export interface DescribeReservedElasticsearchInstanceOfferingsResponse {
|
|
2906
|
-
|
|
2907
|
-
* <p>Provides an identifier to allow retrieval of paginated results.</p>
|
|
2908
|
-
*/
|
|
1547
|
+
|
|
2909
1548
|
NextToken?: string;
|
|
2910
|
-
|
|
2911
|
-
* <p>List of reserved Elasticsearch instance offerings</p>
|
|
2912
|
-
*/
|
|
1549
|
+
|
|
2913
1550
|
ReservedElasticsearchInstanceOfferings?: ReservedElasticsearchInstanceOffering[];
|
|
2914
1551
|
}
|
|
2915
1552
|
export declare namespace DescribeReservedElasticsearchInstanceOfferingsResponse {
|
|
2916
|
-
|
|
2917
|
-
* @internal
|
|
2918
|
-
*/
|
|
1553
|
+
|
|
2919
1554
|
const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstanceOfferingsResponse) => any;
|
|
2920
1555
|
}
|
|
2921
|
-
|
|
2922
|
-
* <p>Container for parameters to <code>DescribeReservedElasticsearchInstances</code></p>
|
|
2923
|
-
*/
|
|
1556
|
+
|
|
2924
1557
|
export interface DescribeReservedElasticsearchInstancesRequest {
|
|
2925
|
-
|
|
2926
|
-
* <p>The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved Elasticsearch instance ID.</p>
|
|
2927
|
-
*/
|
|
1558
|
+
|
|
2928
1559
|
ReservedElasticsearchInstanceId?: string;
|
|
2929
|
-
|
|
2930
|
-
* <p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>
|
|
2931
|
-
*/
|
|
1560
|
+
|
|
2932
1561
|
MaxResults?: number;
|
|
2933
|
-
|
|
2934
|
-
* <p>NextToken should be sent in case if earlier API call produced result
|
|
2935
|
-
* containing NextToken. It is used for pagination.</p>
|
|
2936
|
-
*/
|
|
1562
|
+
|
|
2937
1563
|
NextToken?: string;
|
|
2938
1564
|
}
|
|
2939
1565
|
export declare namespace DescribeReservedElasticsearchInstancesRequest {
|
|
2940
|
-
|
|
2941
|
-
* @internal
|
|
2942
|
-
*/
|
|
1566
|
+
|
|
2943
1567
|
const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstancesRequest) => any;
|
|
2944
1568
|
}
|
|
2945
|
-
|
|
2946
|
-
* <p>Details of a reserved Elasticsearch instance.</p>
|
|
2947
|
-
*/
|
|
1569
|
+
|
|
2948
1570
|
export interface ReservedElasticsearchInstance {
|
|
2949
|
-
|
|
2950
|
-
* <p>The customer-specified identifier to track this reservation.</p>
|
|
2951
|
-
*/
|
|
1571
|
+
|
|
2952
1572
|
ReservationName?: string;
|
|
2953
|
-
|
|
2954
|
-
* <p>The unique identifier for the reservation.</p>
|
|
2955
|
-
*/
|
|
1573
|
+
|
|
2956
1574
|
ReservedElasticsearchInstanceId?: string;
|
|
2957
|
-
|
|
2958
|
-
* <p>The offering identifier.</p>
|
|
2959
|
-
*/
|
|
1575
|
+
|
|
2960
1576
|
ReservedElasticsearchInstanceOfferingId?: string;
|
|
2961
|
-
|
|
2962
|
-
* <p>The Elasticsearch instance type offered by the reserved instance offering.</p>
|
|
2963
|
-
*/
|
|
1577
|
+
|
|
2964
1578
|
ElasticsearchInstanceType?: ESPartitionInstanceType | string;
|
|
2965
|
-
|
|
2966
|
-
* <p>The time the reservation started.</p>
|
|
2967
|
-
*/
|
|
1579
|
+
|
|
2968
1580
|
StartTime?: Date;
|
|
2969
|
-
|
|
2970
|
-
* <p>The duration, in seconds, for which the Elasticsearch instance is reserved.</p>
|
|
2971
|
-
*/
|
|
1581
|
+
|
|
2972
1582
|
Duration?: number;
|
|
2973
|
-
|
|
2974
|
-
* <p>The upfront fixed charge you will paid to purchase the specific reserved Elasticsearch instance offering. </p>
|
|
2975
|
-
*/
|
|
1583
|
+
|
|
2976
1584
|
FixedPrice?: number;
|
|
2977
|
-
|
|
2978
|
-
* <p>The rate you are charged for each hour for the domain that is using this reserved instance.</p>
|
|
2979
|
-
*/
|
|
1585
|
+
|
|
2980
1586
|
UsagePrice?: number;
|
|
2981
|
-
|
|
2982
|
-
* <p>The currency code for the reserved Elasticsearch instance offering.</p>
|
|
2983
|
-
*/
|
|
1587
|
+
|
|
2984
1588
|
CurrencyCode?: string;
|
|
2985
|
-
|
|
2986
|
-
* <p>The number of Elasticsearch instances that have been reserved.</p>
|
|
2987
|
-
*/
|
|
1589
|
+
|
|
2988
1590
|
ElasticsearchInstanceCount?: number;
|
|
2989
|
-
|
|
2990
|
-
* <p>The state of the reserved Elasticsearch instance.</p>
|
|
2991
|
-
*/
|
|
1591
|
+
|
|
2992
1592
|
State?: string;
|
|
2993
|
-
|
|
2994
|
-
* <p>The payment option as defined in the reserved Elasticsearch instance offering.</p>
|
|
2995
|
-
*/
|
|
1593
|
+
|
|
2996
1594
|
PaymentOption?: ReservedElasticsearchInstancePaymentOption | string;
|
|
2997
|
-
|
|
2998
|
-
* <p>The charge to your account regardless of whether you are creating any domains using the instance offering.</p>
|
|
2999
|
-
*/
|
|
1595
|
+
|
|
3000
1596
|
RecurringCharges?: RecurringCharge[];
|
|
3001
1597
|
}
|
|
3002
1598
|
export declare namespace ReservedElasticsearchInstance {
|
|
3003
|
-
|
|
3004
|
-
* @internal
|
|
3005
|
-
*/
|
|
1599
|
+
|
|
3006
1600
|
const filterSensitiveLog: (obj: ReservedElasticsearchInstance) => any;
|
|
3007
1601
|
}
|
|
3008
|
-
|
|
3009
|
-
* <p>Container for results from <code>DescribeReservedElasticsearchInstances</code></p>
|
|
3010
|
-
*/
|
|
1602
|
+
|
|
3011
1603
|
export interface DescribeReservedElasticsearchInstancesResponse {
|
|
3012
|
-
|
|
3013
|
-
* <p>Provides an identifier to allow retrieval of paginated results.</p>
|
|
3014
|
-
*/
|
|
1604
|
+
|
|
3015
1605
|
NextToken?: string;
|
|
3016
|
-
|
|
3017
|
-
* <p>List of reserved Elasticsearch instances.</p>
|
|
3018
|
-
*/
|
|
1606
|
+
|
|
3019
1607
|
ReservedElasticsearchInstances?: ReservedElasticsearchInstance[];
|
|
3020
1608
|
}
|
|
3021
1609
|
export declare namespace DescribeReservedElasticsearchInstancesResponse {
|
|
3022
|
-
|
|
3023
|
-
* @internal
|
|
3024
|
-
*/
|
|
1610
|
+
|
|
3025
1611
|
const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstancesResponse) => any;
|
|
3026
1612
|
}
|
|
3027
|
-
|
|
3028
|
-
* <p>
|
|
3029
|
-
* Container for request parameters to
|
|
3030
|
-
* <code>
|
|
3031
|
-
* <a>DissociatePackage</a>
|
|
3032
|
-
* </code>
|
|
3033
|
-
* operation.
|
|
3034
|
-
* </p>
|
|
3035
|
-
*/
|
|
1613
|
+
|
|
3036
1614
|
export interface DissociatePackageRequest {
|
|
3037
|
-
|
|
3038
|
-
* <p>Internal ID of the package that you want to associate with a domain. Use <code>DescribePackages</code> to find this value.</p>
|
|
3039
|
-
*/
|
|
1615
|
+
|
|
3040
1616
|
PackageID: string | undefined;
|
|
3041
|
-
|
|
3042
|
-
* <p>Name of the domain that you want to associate the package with.</p>
|
|
3043
|
-
*/
|
|
1617
|
+
|
|
3044
1618
|
DomainName: string | undefined;
|
|
3045
1619
|
}
|
|
3046
1620
|
export declare namespace DissociatePackageRequest {
|
|
3047
|
-
|
|
3048
|
-
* @internal
|
|
3049
|
-
*/
|
|
1621
|
+
|
|
3050
1622
|
const filterSensitiveLog: (obj: DissociatePackageRequest) => any;
|
|
3051
1623
|
}
|
|
3052
|
-
|
|
3053
|
-
* <p>
|
|
3054
|
-
* Container for response returned by
|
|
3055
|
-
* <code>
|
|
3056
|
-
* <a>DissociatePackage</a>
|
|
3057
|
-
* </code>
|
|
3058
|
-
* operation.
|
|
3059
|
-
* </p>
|
|
3060
|
-
*/
|
|
1624
|
+
|
|
3061
1625
|
export interface DissociatePackageResponse {
|
|
3062
|
-
|
|
3063
|
-
* <p><code>DomainPackageDetails</code></p>
|
|
3064
|
-
*/
|
|
1626
|
+
|
|
3065
1627
|
DomainPackageDetails?: DomainPackageDetails;
|
|
3066
1628
|
}
|
|
3067
1629
|
export declare namespace DissociatePackageResponse {
|
|
3068
|
-
|
|
3069
|
-
* @internal
|
|
3070
|
-
*/
|
|
1630
|
+
|
|
3071
1631
|
const filterSensitiveLog: (obj: DissociatePackageResponse) => any;
|
|
3072
1632
|
}
|
|
3073
|
-
|
|
3074
|
-
* <p>
|
|
3075
|
-
* Container for request parameters to
|
|
3076
|
-
* <code>
|
|
3077
|
-
* <a>GetCompatibleElasticsearchVersions</a>
|
|
3078
|
-
* </code>
|
|
3079
|
-
* operation.
|
|
3080
|
-
* </p>
|
|
3081
|
-
*/
|
|
1633
|
+
|
|
3082
1634
|
export interface GetCompatibleElasticsearchVersionsRequest {
|
|
3083
|
-
|
|
3084
|
-
* <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
3085
|
-
*/
|
|
1635
|
+
|
|
3086
1636
|
DomainName?: string;
|
|
3087
1637
|
}
|
|
3088
1638
|
export declare namespace GetCompatibleElasticsearchVersionsRequest {
|
|
3089
|
-
|
|
3090
|
-
* @internal
|
|
3091
|
-
*/
|
|
1639
|
+
|
|
3092
1640
|
const filterSensitiveLog: (obj: GetCompatibleElasticsearchVersionsRequest) => any;
|
|
3093
1641
|
}
|
|
3094
|
-
|
|
3095
|
-
* <p>
|
|
3096
|
-
* A map from an
|
|
3097
|
-
* <code>
|
|
3098
|
-
* <a>ElasticsearchVersion</a>
|
|
3099
|
-
* </code>
|
|
3100
|
-
* to a list of compatible
|
|
3101
|
-
* <code>
|
|
3102
|
-
* <a>ElasticsearchVersion</a>
|
|
3103
|
-
* </code>
|
|
3104
|
-
* s to which the domain can be upgraded.
|
|
3105
|
-
* </p>
|
|
3106
|
-
*/
|
|
1642
|
+
|
|
3107
1643
|
export interface CompatibleVersionsMap {
|
|
3108
|
-
|
|
3109
|
-
* <p>The current version of Elasticsearch on which a domain is.</p>
|
|
3110
|
-
*/
|
|
1644
|
+
|
|
3111
1645
|
SourceVersion?: string;
|
|
3112
|
-
|
|
3113
|
-
* <p>List of supported elastic search versions.
|
|
3114
|
-
* </p>
|
|
3115
|
-
*/
|
|
1646
|
+
|
|
3116
1647
|
TargetVersions?: string[];
|
|
3117
1648
|
}
|
|
3118
1649
|
export declare namespace CompatibleVersionsMap {
|
|
3119
|
-
|
|
3120
|
-
* @internal
|
|
3121
|
-
*/
|
|
1650
|
+
|
|
3122
1651
|
const filterSensitiveLog: (obj: CompatibleVersionsMap) => any;
|
|
3123
1652
|
}
|
|
3124
|
-
|
|
3125
|
-
* <p>
|
|
3126
|
-
* Container for response returned by
|
|
3127
|
-
* <code>
|
|
3128
|
-
* <a>GetCompatibleElasticsearchVersions</a>
|
|
3129
|
-
* </code>
|
|
3130
|
-
* operation.
|
|
3131
|
-
* </p>
|
|
3132
|
-
*/
|
|
1653
|
+
|
|
3133
1654
|
export interface GetCompatibleElasticsearchVersionsResponse {
|
|
3134
|
-
|
|
3135
|
-
* <p>
|
|
3136
|
-
* A map of compatible Elasticsearch versions returned as part of the
|
|
3137
|
-
* <code>
|
|
3138
|
-
* <a>GetCompatibleElasticsearchVersions</a>
|
|
3139
|
-
* </code>
|
|
3140
|
-
* operation.
|
|
3141
|
-
* </p>
|
|
3142
|
-
*/
|
|
1655
|
+
|
|
3143
1656
|
CompatibleElasticsearchVersions?: CompatibleVersionsMap[];
|
|
3144
1657
|
}
|
|
3145
1658
|
export declare namespace GetCompatibleElasticsearchVersionsResponse {
|
|
3146
|
-
|
|
3147
|
-
* @internal
|
|
3148
|
-
*/
|
|
1659
|
+
|
|
3149
1660
|
const filterSensitiveLog: (obj: GetCompatibleElasticsearchVersionsResponse) => any;
|
|
3150
1661
|
}
|
|
3151
|
-
|
|
3152
|
-
* <p>
|
|
3153
|
-
* Container for request parameters to
|
|
3154
|
-
* <code>
|
|
3155
|
-
* <a>GetPackageVersionHistory</a>
|
|
3156
|
-
* </code>
|
|
3157
|
-
* operation.
|
|
3158
|
-
* </p>
|
|
3159
|
-
*/
|
|
1662
|
+
|
|
3160
1663
|
export interface GetPackageVersionHistoryRequest {
|
|
3161
|
-
|
|
3162
|
-
* <p>Returns an audit history of versions of the package.</p>
|
|
3163
|
-
*/
|
|
1664
|
+
|
|
3164
1665
|
PackageID: string | undefined;
|
|
3165
|
-
|
|
3166
|
-
* <p>Limits results to a maximum number of versions.</p>
|
|
3167
|
-
*/
|
|
1666
|
+
|
|
3168
1667
|
MaxResults?: number;
|
|
3169
|
-
|
|
3170
|
-
* <p>Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.</p>
|
|
3171
|
-
*/
|
|
1668
|
+
|
|
3172
1669
|
NextToken?: string;
|
|
3173
1670
|
}
|
|
3174
1671
|
export declare namespace GetPackageVersionHistoryRequest {
|
|
3175
|
-
|
|
3176
|
-
* @internal
|
|
3177
|
-
*/
|
|
1672
|
+
|
|
3178
1673
|
const filterSensitiveLog: (obj: GetPackageVersionHistoryRequest) => any;
|
|
3179
1674
|
}
|
|
3180
|
-
|
|
3181
|
-
* <p>Details of a package version.</p>
|
|
3182
|
-
*/
|
|
1675
|
+
|
|
3183
1676
|
export interface PackageVersionHistory {
|
|
3184
|
-
|
|
3185
|
-
* <p>Version of the package.</p>
|
|
3186
|
-
*/
|
|
1677
|
+
|
|
3187
1678
|
PackageVersion?: string;
|
|
3188
|
-
|
|
3189
|
-
* <p>A message associated with the version.</p>
|
|
3190
|
-
*/
|
|
1679
|
+
|
|
3191
1680
|
CommitMessage?: string;
|
|
3192
|
-
|
|
3193
|
-
* <p>Timestamp which tells creation time of the package version.</p>
|
|
3194
|
-
*/
|
|
1681
|
+
|
|
3195
1682
|
CreatedAt?: Date;
|
|
3196
1683
|
}
|
|
3197
1684
|
export declare namespace PackageVersionHistory {
|
|
3198
|
-
|
|
3199
|
-
* @internal
|
|
3200
|
-
*/
|
|
1685
|
+
|
|
3201
1686
|
const filterSensitiveLog: (obj: PackageVersionHistory) => any;
|
|
3202
1687
|
}
|
|
3203
|
-
|
|
3204
|
-
* <p>
|
|
3205
|
-
* Container for response returned by
|
|
3206
|
-
* <code>
|
|
3207
|
-
* <a>GetPackageVersionHistory</a>
|
|
3208
|
-
* </code>
|
|
3209
|
-
* operation.
|
|
3210
|
-
* </p>
|
|
3211
|
-
*/
|
|
1688
|
+
|
|
3212
1689
|
export interface GetPackageVersionHistoryResponse {
|
|
3213
1690
|
PackageID?: string;
|
|
3214
|
-
|
|
3215
|
-
* <p>List of <code>PackageVersionHistory</code> objects.</p>
|
|
3216
|
-
*/
|
|
1691
|
+
|
|
3217
1692
|
PackageVersionHistoryList?: PackageVersionHistory[];
|
|
3218
1693
|
NextToken?: string;
|
|
3219
1694
|
}
|
|
3220
1695
|
export declare namespace GetPackageVersionHistoryResponse {
|
|
3221
|
-
|
|
3222
|
-
* @internal
|
|
3223
|
-
*/
|
|
1696
|
+
|
|
3224
1697
|
const filterSensitiveLog: (obj: GetPackageVersionHistoryResponse) => any;
|
|
3225
1698
|
}
|
|
3226
|
-
|
|
3227
|
-
* <p>
|
|
3228
|
-
* Container for request parameters to
|
|
3229
|
-
* <code>
|
|
3230
|
-
* <a>GetUpgradeHistory</a>
|
|
3231
|
-
* </code>
|
|
3232
|
-
* operation.
|
|
3233
|
-
* </p>
|
|
3234
|
-
*/
|
|
1699
|
+
|
|
3235
1700
|
export interface GetUpgradeHistoryRequest {
|
|
3236
|
-
|
|
3237
|
-
* <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
3238
|
-
*/
|
|
1701
|
+
|
|
3239
1702
|
DomainName: string | undefined;
|
|
3240
|
-
|
|
3241
|
-
* <p>
|
|
3242
|
-
* Set this value to limit the number of results returned.
|
|
3243
|
-
* </p>
|
|
3244
|
-
*/
|
|
1703
|
+
|
|
3245
1704
|
MaxResults?: number;
|
|
3246
|
-
|
|
3247
|
-
* <p>
|
|
3248
|
-
* Paginated APIs accepts NextToken input to returns next page results and provides
|
|
3249
|
-
* a NextToken output in the response which can be used by the client to retrieve more results.
|
|
3250
|
-
* </p>
|
|
3251
|
-
*/
|
|
1705
|
+
|
|
3252
1706
|
NextToken?: string;
|
|
3253
1707
|
}
|
|
3254
1708
|
export declare namespace GetUpgradeHistoryRequest {
|
|
3255
|
-
|
|
3256
|
-
* @internal
|
|
3257
|
-
*/
|
|
1709
|
+
|
|
3258
1710
|
const filterSensitiveLog: (obj: GetUpgradeHistoryRequest) => any;
|
|
3259
1711
|
}
|
|
3260
1712
|
export declare type UpgradeStep = "PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE";
|
|
3261
1713
|
export declare type UpgradeStatus = "FAILED" | "IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES";
|
|
3262
|
-
|
|
3263
|
-
* <p>Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.</p>
|
|
3264
|
-
*/
|
|
1714
|
+
|
|
3265
1715
|
export interface UpgradeStepItem {
|
|
3266
|
-
|
|
3267
|
-
* <p>
|
|
3268
|
-
* Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
|
|
3269
|
-
* <ul>
|
|
3270
|
-
* <li>PreUpgradeCheck</li>
|
|
3271
|
-
* <li>Snapshot</li>
|
|
3272
|
-
* <li>Upgrade</li>
|
|
3273
|
-
* </ul>
|
|
3274
|
-
* </p>
|
|
3275
|
-
*/
|
|
1716
|
+
|
|
3276
1717
|
UpgradeStep?: UpgradeStep | string;
|
|
3277
|
-
|
|
3278
|
-
* <p>
|
|
3279
|
-
* The status of a particular step during an upgrade. The status can take one of the following values:
|
|
3280
|
-
* <ul>
|
|
3281
|
-
* <li>In Progress</li>
|
|
3282
|
-
* <li>Succeeded</li>
|
|
3283
|
-
* <li>Succeeded with Issues</li>
|
|
3284
|
-
* <li>Failed</li>
|
|
3285
|
-
* </ul>
|
|
3286
|
-
* </p>
|
|
3287
|
-
*/
|
|
1718
|
+
|
|
3288
1719
|
UpgradeStepStatus?: UpgradeStatus | string;
|
|
3289
|
-
|
|
3290
|
-
* <p>A list of strings containing detailed information about the errors encountered in a particular step.</p>
|
|
3291
|
-
*/
|
|
1720
|
+
|
|
3292
1721
|
Issues?: string[];
|
|
3293
|
-
|
|
3294
|
-
* <p>The Floating point value representing progress percentage of a particular step.</p>
|
|
3295
|
-
*/
|
|
1722
|
+
|
|
3296
1723
|
ProgressPercent?: number;
|
|
3297
1724
|
}
|
|
3298
1725
|
export declare namespace UpgradeStepItem {
|
|
3299
|
-
|
|
3300
|
-
* @internal
|
|
3301
|
-
*/
|
|
1726
|
+
|
|
3302
1727
|
const filterSensitiveLog: (obj: UpgradeStepItem) => any;
|
|
3303
1728
|
}
|
|
3304
|
-
|
|
3305
|
-
* <p>History of the last 10 Upgrades and Upgrade Eligibility Checks.</p>
|
|
3306
|
-
*/
|
|
1729
|
+
|
|
3307
1730
|
export interface UpgradeHistory {
|
|
3308
|
-
|
|
3309
|
-
* <p>A string that describes the update briefly</p>
|
|
3310
|
-
*/
|
|
1731
|
+
|
|
3311
1732
|
UpgradeName?: string;
|
|
3312
|
-
|
|
3313
|
-
* <p>UTC Timestamp at which the Upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.</p>
|
|
3314
|
-
*/
|
|
1733
|
+
|
|
3315
1734
|
StartTimestamp?: Date;
|
|
3316
|
-
|
|
3317
|
-
* <p>
|
|
3318
|
-
* The overall status of the update. The status can take one of the following values:
|
|
3319
|
-
* <ul>
|
|
3320
|
-
* <li>In Progress</li>
|
|
3321
|
-
* <li>Succeeded</li>
|
|
3322
|
-
* <li>Succeeded with Issues</li>
|
|
3323
|
-
* <li>Failed</li>
|
|
3324
|
-
* </ul>
|
|
3325
|
-
* </p>
|
|
3326
|
-
*/
|
|
1735
|
+
|
|
3327
1736
|
UpgradeStatus?: UpgradeStatus | string;
|
|
3328
|
-
|
|
3329
|
-
* <p>
|
|
3330
|
-
* A list of
|
|
3331
|
-
* <code>
|
|
3332
|
-
* <a>UpgradeStepItem</a>
|
|
3333
|
-
* </code>
|
|
3334
|
-
* s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.
|
|
3335
|
-
* </p>
|
|
3336
|
-
*/
|
|
1737
|
+
|
|
3337
1738
|
StepsList?: UpgradeStepItem[];
|
|
3338
1739
|
}
|
|
3339
1740
|
export declare namespace UpgradeHistory {
|
|
3340
|
-
|
|
3341
|
-
* @internal
|
|
3342
|
-
*/
|
|
1741
|
+
|
|
3343
1742
|
const filterSensitiveLog: (obj: UpgradeHistory) => any;
|
|
3344
1743
|
}
|
|
3345
|
-
|
|
3346
|
-
* <p>
|
|
3347
|
-
* Container for response returned by
|
|
3348
|
-
* <code>
|
|
3349
|
-
* <a>GetUpgradeHistory</a>
|
|
3350
|
-
* </code>
|
|
3351
|
-
* operation.
|
|
3352
|
-
* </p>
|
|
3353
|
-
*/
|
|
1744
|
+
|
|
3354
1745
|
export interface GetUpgradeHistoryResponse {
|
|
3355
|
-
|
|
3356
|
-
* <p>
|
|
3357
|
-
* A list of
|
|
3358
|
-
* <code>
|
|
3359
|
-
* <a>UpgradeHistory</a>
|
|
3360
|
-
* </code>
|
|
3361
|
-
* objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of
|
|
3362
|
-
* <code>
|
|
3363
|
-
* <a>GetUpgradeHistoryResponse</a>
|
|
3364
|
-
* </code>
|
|
3365
|
-
* object.
|
|
3366
|
-
* </p>
|
|
3367
|
-
*/
|
|
1746
|
+
|
|
3368
1747
|
UpgradeHistories?: UpgradeHistory[];
|
|
3369
|
-
|
|
3370
|
-
* <p>Pagination token that needs to be supplied to the next call to get the next page of results</p>
|
|
3371
|
-
*/
|
|
1748
|
+
|
|
3372
1749
|
NextToken?: string;
|
|
3373
1750
|
}
|
|
3374
1751
|
export declare namespace GetUpgradeHistoryResponse {
|
|
3375
|
-
|
|
3376
|
-
* @internal
|
|
3377
|
-
*/
|
|
1752
|
+
|
|
3378
1753
|
const filterSensitiveLog: (obj: GetUpgradeHistoryResponse) => any;
|
|
3379
1754
|
}
|
|
3380
|
-
|
|
3381
|
-
* <p>
|
|
3382
|
-
* Container for request parameters to
|
|
3383
|
-
* <code>
|
|
3384
|
-
* <a>GetUpgradeStatus</a>
|
|
3385
|
-
* </code>
|
|
3386
|
-
* operation.
|
|
3387
|
-
* </p>
|
|
3388
|
-
*/
|
|
1755
|
+
|
|
3389
1756
|
export interface GetUpgradeStatusRequest {
|
|
3390
|
-
|
|
3391
|
-
* <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
3392
|
-
*/
|
|
1757
|
+
|
|
3393
1758
|
DomainName: string | undefined;
|
|
3394
1759
|
}
|
|
3395
1760
|
export declare namespace GetUpgradeStatusRequest {
|
|
3396
|
-
|
|
3397
|
-
* @internal
|
|
3398
|
-
*/
|
|
1761
|
+
|
|
3399
1762
|
const filterSensitiveLog: (obj: GetUpgradeStatusRequest) => any;
|
|
3400
1763
|
}
|
|
3401
|
-
|
|
3402
|
-
* <p>
|
|
3403
|
-
* Container for response returned by
|
|
3404
|
-
* <code>
|
|
3405
|
-
* <a>GetUpgradeStatus</a>
|
|
3406
|
-
* </code>
|
|
3407
|
-
* operation.
|
|
3408
|
-
* </p>
|
|
3409
|
-
*/
|
|
1764
|
+
|
|
3410
1765
|
export interface GetUpgradeStatusResponse {
|
|
3411
|
-
|
|
3412
|
-
* <p>
|
|
3413
|
-
* Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
|
|
3414
|
-
* <ul>
|
|
3415
|
-
* <li>PreUpgradeCheck</li>
|
|
3416
|
-
* <li>Snapshot</li>
|
|
3417
|
-
* <li>Upgrade</li>
|
|
3418
|
-
* </ul>
|
|
3419
|
-
* </p>
|
|
3420
|
-
*/
|
|
1766
|
+
|
|
3421
1767
|
UpgradeStep?: UpgradeStep | string;
|
|
3422
|
-
|
|
3423
|
-
* <p>
|
|
3424
|
-
* One of 4 statuses that a step can go through returned as part of the
|
|
3425
|
-
* <code>
|
|
3426
|
-
* <a>GetUpgradeStatusResponse</a>
|
|
3427
|
-
* </code>
|
|
3428
|
-
* object. The status can take one of the following values:
|
|
3429
|
-
* <ul>
|
|
3430
|
-
* <li>In Progress</li>
|
|
3431
|
-
* <li>Succeeded</li>
|
|
3432
|
-
* <li>Succeeded with Issues</li>
|
|
3433
|
-
* <li>Failed</li>
|
|
3434
|
-
* </ul>
|
|
3435
|
-
* </p>
|
|
3436
|
-
*/
|
|
1768
|
+
|
|
3437
1769
|
StepStatus?: UpgradeStatus | string;
|
|
3438
|
-
|
|
3439
|
-
* <p>A string that describes the update briefly</p>
|
|
3440
|
-
*/
|
|
1770
|
+
|
|
3441
1771
|
UpgradeName?: string;
|
|
3442
1772
|
}
|
|
3443
1773
|
export declare namespace GetUpgradeStatusResponse {
|
|
3444
|
-
|
|
3445
|
-
* @internal
|
|
3446
|
-
*/
|
|
1774
|
+
|
|
3447
1775
|
const filterSensitiveLog: (obj: GetUpgradeStatusResponse) => any;
|
|
3448
1776
|
}
|
|
3449
1777
|
export declare enum EngineType {
|
|
3450
1778
|
Elasticsearch = "Elasticsearch",
|
|
3451
1779
|
OpenSearch = "OpenSearch"
|
|
3452
1780
|
}
|
|
3453
|
-
|
|
3454
|
-
* <p> Container for the parameters to the <code><a>ListDomainNames</a></code> operation.</p>
|
|
3455
|
-
*/
|
|
1781
|
+
|
|
3456
1782
|
export interface ListDomainNamesRequest {
|
|
3457
|
-
|
|
3458
|
-
* <p> Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'. </p>
|
|
3459
|
-
*/
|
|
1783
|
+
|
|
3460
1784
|
EngineType?: EngineType | string;
|
|
3461
1785
|
}
|
|
3462
1786
|
export declare namespace ListDomainNamesRequest {
|
|
3463
|
-
|
|
3464
|
-
* @internal
|
|
3465
|
-
*/
|
|
1787
|
+
|
|
3466
1788
|
const filterSensitiveLog: (obj: ListDomainNamesRequest) => any;
|
|
3467
1789
|
}
|
|
3468
1790
|
export interface DomainInfo {
|
|
3469
|
-
|
|
3470
|
-
* <p> Specifies the <code>DomainName</code>.</p>
|
|
3471
|
-
*/
|
|
1791
|
+
|
|
3472
1792
|
DomainName?: string;
|
|
3473
|
-
|
|
3474
|
-
* <p> Specifies the <code>EngineType</code> of the domain.</p>
|
|
3475
|
-
*/
|
|
1793
|
+
|
|
3476
1794
|
EngineType?: EngineType | string;
|
|
3477
1795
|
}
|
|
3478
1796
|
export declare namespace DomainInfo {
|
|
3479
|
-
|
|
3480
|
-
* @internal
|
|
3481
|
-
*/
|
|
1797
|
+
|
|
3482
1798
|
const filterSensitiveLog: (obj: DomainInfo) => any;
|
|
3483
1799
|
}
|
|
3484
|
-
|
|
3485
|
-
* <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>
|
|
3486
|
-
*/
|
|
1800
|
+
|
|
3487
1801
|
export interface ListDomainNamesResponse {
|
|
3488
|
-
|
|
3489
|
-
* <p>List of domain names and respective engine types.</p>
|
|
3490
|
-
*/
|
|
1802
|
+
|
|
3491
1803
|
DomainNames?: DomainInfo[];
|
|
3492
1804
|
}
|
|
3493
1805
|
export declare namespace ListDomainNamesResponse {
|
|
3494
|
-
|
|
3495
|
-
* @internal
|
|
3496
|
-
*/
|
|
1806
|
+
|
|
3497
1807
|
const filterSensitiveLog: (obj: ListDomainNamesResponse) => any;
|
|
3498
1808
|
}
|
|
3499
|
-
|
|
3500
|
-
* <p>
|
|
3501
|
-
* Container for request parameters to
|
|
3502
|
-
* <code>
|
|
3503
|
-
* <a>ListDomainsForPackage</a>
|
|
3504
|
-
* </code>
|
|
3505
|
-
* operation.
|
|
3506
|
-
* </p>
|
|
3507
|
-
*/
|
|
1809
|
+
|
|
3508
1810
|
export interface ListDomainsForPackageRequest {
|
|
3509
|
-
|
|
3510
|
-
* <p>The package for which to list domains.</p>
|
|
3511
|
-
*/
|
|
1811
|
+
|
|
3512
1812
|
PackageID: string | undefined;
|
|
3513
|
-
|
|
3514
|
-
* <p>Limits results to a maximum number of domains.</p>
|
|
3515
|
-
*/
|
|
1813
|
+
|
|
3516
1814
|
MaxResults?: number;
|
|
3517
|
-
|
|
3518
|
-
* <p>Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.</p>
|
|
3519
|
-
*/
|
|
1815
|
+
|
|
3520
1816
|
NextToken?: string;
|
|
3521
1817
|
}
|
|
3522
1818
|
export declare namespace ListDomainsForPackageRequest {
|
|
3523
|
-
|
|
3524
|
-
* @internal
|
|
3525
|
-
*/
|
|
1819
|
+
|
|
3526
1820
|
const filterSensitiveLog: (obj: ListDomainsForPackageRequest) => any;
|
|
3527
1821
|
}
|
|
3528
|
-
|
|
3529
|
-
* <p>
|
|
3530
|
-
* Container for response parameters to
|
|
3531
|
-
* <code>
|
|
3532
|
-
* <a>ListDomainsForPackage</a>
|
|
3533
|
-
* </code>
|
|
3534
|
-
* operation.
|
|
3535
|
-
* </p>
|
|
3536
|
-
*/
|
|
1822
|
+
|
|
3537
1823
|
export interface ListDomainsForPackageResponse {
|
|
3538
|
-
|
|
3539
|
-
* <p>List of <code>DomainPackageDetails</code> objects.</p>
|
|
3540
|
-
*/
|
|
1824
|
+
|
|
3541
1825
|
DomainPackageDetailsList?: DomainPackageDetails[];
|
|
3542
1826
|
NextToken?: string;
|
|
3543
1827
|
}
|
|
3544
1828
|
export declare namespace ListDomainsForPackageResponse {
|
|
3545
|
-
|
|
3546
|
-
* @internal
|
|
3547
|
-
*/
|
|
1829
|
+
|
|
3548
1830
|
const filterSensitiveLog: (obj: ListDomainsForPackageResponse) => any;
|
|
3549
1831
|
}
|
|
3550
|
-
|
|
3551
|
-
* <p>
|
|
3552
|
-
* Container for the parameters to the
|
|
3553
|
-
* <code>
|
|
3554
|
-
* <a>ListElasticsearchInstanceTypes</a>
|
|
3555
|
-
* </code>
|
|
3556
|
-
* operation.
|
|
3557
|
-
* </p>
|
|
3558
|
-
*/
|
|
1832
|
+
|
|
3559
1833
|
export interface ListElasticsearchInstanceTypesRequest {
|
|
3560
|
-
|
|
3561
|
-
* <p>Version of Elasticsearch for which list of supported elasticsearch
|
|
3562
|
-
* instance types are needed.
|
|
3563
|
-
* </p>
|
|
3564
|
-
*/
|
|
1834
|
+
|
|
3565
1835
|
ElasticsearchVersion: string | undefined;
|
|
3566
|
-
|
|
3567
|
-
* <p>DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are
|
|
3568
|
-
* querying for list of available Elasticsearch instance types when modifying existing domain.
|
|
3569
|
-
* </p>
|
|
3570
|
-
*/
|
|
1836
|
+
|
|
3571
1837
|
DomainName?: string;
|
|
3572
|
-
|
|
3573
|
-
* <p>
|
|
3574
|
-
* Set this value to limit the number of results returned.
|
|
3575
|
-
* Value provided must be greater than 30 else it wont be honored.
|
|
3576
|
-
* </p>
|
|
3577
|
-
*/
|
|
1838
|
+
|
|
3578
1839
|
MaxResults?: number;
|
|
3579
|
-
|
|
3580
|
-
* <p>NextToken should be sent in case if earlier API call produced result
|
|
3581
|
-
* containing NextToken. It is used for pagination.
|
|
3582
|
-
* </p>
|
|
3583
|
-
*/
|
|
1840
|
+
|
|
3584
1841
|
NextToken?: string;
|
|
3585
1842
|
}
|
|
3586
1843
|
export declare namespace ListElasticsearchInstanceTypesRequest {
|
|
3587
|
-
|
|
3588
|
-
* @internal
|
|
3589
|
-
*/
|
|
1844
|
+
|
|
3590
1845
|
const filterSensitiveLog: (obj: ListElasticsearchInstanceTypesRequest) => any;
|
|
3591
1846
|
}
|
|
3592
|
-
|
|
3593
|
-
* <p>
|
|
3594
|
-
* Container for the parameters returned by
|
|
3595
|
-
* <code>
|
|
3596
|
-
* <a>ListElasticsearchInstanceTypes</a>
|
|
3597
|
-
* </code>
|
|
3598
|
-
* operation.
|
|
3599
|
-
* </p>
|
|
3600
|
-
*/
|
|
1847
|
+
|
|
3601
1848
|
export interface ListElasticsearchInstanceTypesResponse {
|
|
3602
|
-
|
|
3603
|
-
* <p>
|
|
3604
|
-
* List of instance types supported by Amazon Elasticsearch service for
|
|
3605
|
-
* given
|
|
3606
|
-
* <code>
|
|
3607
|
-
* <a>ElasticsearchVersion</a>
|
|
3608
|
-
* </code>
|
|
3609
|
-
* </p>
|
|
3610
|
-
*/
|
|
1849
|
+
|
|
3611
1850
|
ElasticsearchInstanceTypes?: (ESPartitionInstanceType | string)[];
|
|
3612
|
-
|
|
3613
|
-
* <p>In case if there are more results available NextToken would be
|
|
3614
|
-
* present, make further request to the same API with
|
|
3615
|
-
* received NextToken to paginate remaining results.
|
|
3616
|
-
* </p>
|
|
3617
|
-
*/
|
|
1851
|
+
|
|
3618
1852
|
NextToken?: string;
|
|
3619
1853
|
}
|
|
3620
1854
|
export declare namespace ListElasticsearchInstanceTypesResponse {
|
|
3621
|
-
|
|
3622
|
-
* @internal
|
|
3623
|
-
*/
|
|
1855
|
+
|
|
3624
1856
|
const filterSensitiveLog: (obj: ListElasticsearchInstanceTypesResponse) => any;
|
|
3625
1857
|
}
|
|
3626
|
-
|
|
3627
|
-
* <p>
|
|
3628
|
-
* Container for the parameters to the
|
|
3629
|
-
* <code>
|
|
3630
|
-
* <a>ListElasticsearchVersions</a>
|
|
3631
|
-
* </code>
|
|
3632
|
-
* operation.
|
|
3633
|
-
* <p>
|
|
3634
|
-
* Use
|
|
3635
|
-
* <code>
|
|
3636
|
-
* <a>MaxResults</a>
|
|
3637
|
-
* </code>
|
|
3638
|
-
* to control the maximum number of results to retrieve in a single
|
|
3639
|
-
* call.
|
|
3640
|
-
* </p>
|
|
3641
|
-
* <p>
|
|
3642
|
-
* Use
|
|
3643
|
-
* <code>
|
|
3644
|
-
* <a>NextToken</a>
|
|
3645
|
-
* </code>
|
|
3646
|
-
* in response to retrieve more results. If the received response does
|
|
3647
|
-
* not contain a NextToken, then there are no more results to retrieve.
|
|
3648
|
-
* </p>
|
|
3649
|
-
* </p>
|
|
3650
|
-
*/
|
|
1858
|
+
|
|
3651
1859
|
export interface ListElasticsearchVersionsRequest {
|
|
3652
|
-
|
|
3653
|
-
* <p>
|
|
3654
|
-
* Set this value to limit the number of results returned.
|
|
3655
|
-
* Value provided must be greater than 10 else it wont be honored.
|
|
3656
|
-
* </p>
|
|
3657
|
-
*/
|
|
1860
|
+
|
|
3658
1861
|
MaxResults?: number;
|
|
3659
|
-
|
|
3660
|
-
* <p>
|
|
3661
|
-
* Paginated APIs accepts NextToken input to returns next page results and provides
|
|
3662
|
-
* a NextToken output in the response which can be used by the client to retrieve more results.
|
|
3663
|
-
* </p>
|
|
3664
|
-
*/
|
|
1862
|
+
|
|
3665
1863
|
NextToken?: string;
|
|
3666
1864
|
}
|
|
3667
1865
|
export declare namespace ListElasticsearchVersionsRequest {
|
|
3668
|
-
|
|
3669
|
-
* @internal
|
|
3670
|
-
*/
|
|
1866
|
+
|
|
3671
1867
|
const filterSensitiveLog: (obj: ListElasticsearchVersionsRequest) => any;
|
|
3672
1868
|
}
|
|
3673
|
-
|
|
3674
|
-
* <p>
|
|
3675
|
-
* Container for the parameters for response received from
|
|
3676
|
-
* <code>
|
|
3677
|
-
* <a>ListElasticsearchVersions</a>
|
|
3678
|
-
* </code>
|
|
3679
|
-
* operation.
|
|
3680
|
-
* </p>
|
|
3681
|
-
*/
|
|
1869
|
+
|
|
3682
1870
|
export interface ListElasticsearchVersionsResponse {
|
|
3683
|
-
|
|
3684
|
-
* <p>List of supported elastic search versions.
|
|
3685
|
-
* </p>
|
|
3686
|
-
*/
|
|
1871
|
+
|
|
3687
1872
|
ElasticsearchVersions?: string[];
|
|
3688
|
-
|
|
3689
|
-
* <p>
|
|
3690
|
-
* Paginated APIs accepts NextToken input to returns next page results and provides
|
|
3691
|
-
* a NextToken output in the response which can be used by the client to retrieve more results.
|
|
3692
|
-
* </p>
|
|
3693
|
-
*/
|
|
1873
|
+
|
|
3694
1874
|
NextToken?: string;
|
|
3695
1875
|
}
|
|
3696
1876
|
export declare namespace ListElasticsearchVersionsResponse {
|
|
3697
|
-
|
|
3698
|
-
* @internal
|
|
3699
|
-
*/
|
|
1877
|
+
|
|
3700
1878
|
const filterSensitiveLog: (obj: ListElasticsearchVersionsResponse) => any;
|
|
3701
1879
|
}
|
|
3702
|
-
|
|
3703
|
-
* <p>
|
|
3704
|
-
* Container for request parameters to
|
|
3705
|
-
* <code>
|
|
3706
|
-
* <a>ListPackagesForDomain</a>
|
|
3707
|
-
* </code>
|
|
3708
|
-
* operation.
|
|
3709
|
-
* </p>
|
|
3710
|
-
*/
|
|
1880
|
+
|
|
3711
1881
|
export interface ListPackagesForDomainRequest {
|
|
3712
|
-
|
|
3713
|
-
* <p>The name of the domain for which you want to list associated packages.</p>
|
|
3714
|
-
*/
|
|
1882
|
+
|
|
3715
1883
|
DomainName: string | undefined;
|
|
3716
|
-
|
|
3717
|
-
* <p>Limits results to a maximum number of packages.</p>
|
|
3718
|
-
*/
|
|
1884
|
+
|
|
3719
1885
|
MaxResults?: number;
|
|
3720
|
-
|
|
3721
|
-
* <p>Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.</p>
|
|
3722
|
-
*/
|
|
1886
|
+
|
|
3723
1887
|
NextToken?: string;
|
|
3724
1888
|
}
|
|
3725
1889
|
export declare namespace ListPackagesForDomainRequest {
|
|
3726
|
-
|
|
3727
|
-
* @internal
|
|
3728
|
-
*/
|
|
1890
|
+
|
|
3729
1891
|
const filterSensitiveLog: (obj: ListPackagesForDomainRequest) => any;
|
|
3730
1892
|
}
|
|
3731
|
-
|
|
3732
|
-
* <p>
|
|
3733
|
-
* Container for response parameters to
|
|
3734
|
-
* <code>
|
|
3735
|
-
* <a>ListPackagesForDomain</a>
|
|
3736
|
-
* </code>
|
|
3737
|
-
* operation.
|
|
3738
|
-
* </p>
|
|
3739
|
-
*/
|
|
1893
|
+
|
|
3740
1894
|
export interface ListPackagesForDomainResponse {
|
|
3741
|
-
|
|
3742
|
-
* <p>List of <code>DomainPackageDetails</code> objects.</p>
|
|
3743
|
-
*/
|
|
1895
|
+
|
|
3744
1896
|
DomainPackageDetailsList?: DomainPackageDetails[];
|
|
3745
|
-
|
|
3746
|
-
* <p>Pagination token that needs to be supplied to the next call to get the next page of results.</p>
|
|
3747
|
-
*/
|
|
1897
|
+
|
|
3748
1898
|
NextToken?: string;
|
|
3749
1899
|
}
|
|
3750
1900
|
export declare namespace ListPackagesForDomainResponse {
|
|
3751
|
-
|
|
3752
|
-
* @internal
|
|
3753
|
-
*/
|
|
1901
|
+
|
|
3754
1902
|
const filterSensitiveLog: (obj: ListPackagesForDomainResponse) => any;
|
|
3755
1903
|
}
|
|
3756
|
-
|
|
3757
|
-
* <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>
|
|
3758
|
-
*/
|
|
1904
|
+
|
|
3759
1905
|
export interface ListTagsRequest {
|
|
3760
|
-
|
|
3761
|
-
* <p> Specify the <code>ARN</code> for the Elasticsearch domain to which the tags are attached that you want to view.</p>
|
|
3762
|
-
*/
|
|
1906
|
+
|
|
3763
1907
|
ARN: string | undefined;
|
|
3764
1908
|
}
|
|
3765
1909
|
export declare namespace ListTagsRequest {
|
|
3766
|
-
|
|
3767
|
-
* @internal
|
|
3768
|
-
*/
|
|
1910
|
+
|
|
3769
1911
|
const filterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
3770
1912
|
}
|
|
3771
|
-
|
|
3772
|
-
* <p>The result of a <code>ListTags</code> operation. Contains tags for all requested Elasticsearch domains.</p>
|
|
3773
|
-
*/
|
|
1913
|
+
|
|
3774
1914
|
export interface ListTagsResponse {
|
|
3775
|
-
|
|
3776
|
-
* <p> List of <code>Tag</code> for the requested Elasticsearch domain.</p>
|
|
3777
|
-
*/
|
|
1915
|
+
|
|
3778
1916
|
TagList?: Tag[];
|
|
3779
1917
|
}
|
|
3780
1918
|
export declare namespace ListTagsResponse {
|
|
3781
|
-
|
|
3782
|
-
* @internal
|
|
3783
|
-
*/
|
|
1919
|
+
|
|
3784
1920
|
const filterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
3785
1921
|
}
|
|
3786
|
-
|
|
3787
|
-
* <p>Container for parameters to <code>PurchaseReservedElasticsearchInstanceOffering</code></p>
|
|
3788
|
-
*/
|
|
1922
|
+
|
|
3789
1923
|
export interface PurchaseReservedElasticsearchInstanceOfferingRequest {
|
|
3790
|
-
|
|
3791
|
-
* <p>The ID of the reserved Elasticsearch instance offering to purchase.</p>
|
|
3792
|
-
*/
|
|
1924
|
+
|
|
3793
1925
|
ReservedElasticsearchInstanceOfferingId: string | undefined;
|
|
3794
|
-
|
|
3795
|
-
* <p>A customer-specified identifier to track this reservation.</p>
|
|
3796
|
-
*/
|
|
1926
|
+
|
|
3797
1927
|
ReservationName: string | undefined;
|
|
3798
|
-
|
|
3799
|
-
* <p>The number of Elasticsearch instances to reserve.</p>
|
|
3800
|
-
*/
|
|
1928
|
+
|
|
3801
1929
|
InstanceCount?: number;
|
|
3802
1930
|
}
|
|
3803
1931
|
export declare namespace PurchaseReservedElasticsearchInstanceOfferingRequest {
|
|
3804
|
-
|
|
3805
|
-
* @internal
|
|
3806
|
-
*/
|
|
1932
|
+
|
|
3807
1933
|
const filterSensitiveLog: (obj: PurchaseReservedElasticsearchInstanceOfferingRequest) => any;
|
|
3808
1934
|
}
|
|
3809
|
-
|
|
3810
|
-
* <p>Represents the output of a <code>PurchaseReservedElasticsearchInstanceOffering</code> operation.</p>
|
|
3811
|
-
*/
|
|
1935
|
+
|
|
3812
1936
|
export interface PurchaseReservedElasticsearchInstanceOfferingResponse {
|
|
3813
|
-
|
|
3814
|
-
* <p>Details of the reserved Elasticsearch instance which was purchased.</p>
|
|
3815
|
-
*/
|
|
1937
|
+
|
|
3816
1938
|
ReservedElasticsearchInstanceId?: string;
|
|
3817
|
-
|
|
3818
|
-
* <p>The customer-specified identifier used to track this reservation.</p>
|
|
3819
|
-
*/
|
|
1939
|
+
|
|
3820
1940
|
ReservationName?: string;
|
|
3821
1941
|
}
|
|
3822
1942
|
export declare namespace PurchaseReservedElasticsearchInstanceOfferingResponse {
|
|
3823
|
-
|
|
3824
|
-
* @internal
|
|
3825
|
-
*/
|
|
1943
|
+
|
|
3826
1944
|
const filterSensitiveLog: (obj: PurchaseReservedElasticsearchInstanceOfferingResponse) => any;
|
|
3827
1945
|
}
|
|
3828
|
-
|
|
3829
|
-
* <p>Container for the parameters to the <code><a>RejectInboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
3830
|
-
*/
|
|
1946
|
+
|
|
3831
1947
|
export interface RejectInboundCrossClusterSearchConnectionRequest {
|
|
3832
|
-
|
|
3833
|
-
* <p>The id of the inbound connection that you want to reject.</p>
|
|
3834
|
-
*/
|
|
1948
|
+
|
|
3835
1949
|
CrossClusterSearchConnectionId: string | undefined;
|
|
3836
1950
|
}
|
|
3837
1951
|
export declare namespace RejectInboundCrossClusterSearchConnectionRequest {
|
|
3838
|
-
|
|
3839
|
-
* @internal
|
|
3840
|
-
*/
|
|
1952
|
+
|
|
3841
1953
|
const filterSensitiveLog: (obj: RejectInboundCrossClusterSearchConnectionRequest) => any;
|
|
3842
1954
|
}
|
|
3843
|
-
|
|
3844
|
-
* <p>The result of a <code><a>RejectInboundCrossClusterSearchConnection</a></code> operation. Contains details of rejected inbound connection.</p>
|
|
3845
|
-
*/
|
|
1955
|
+
|
|
3846
1956
|
export interface RejectInboundCrossClusterSearchConnectionResponse {
|
|
3847
|
-
|
|
3848
|
-
* <p>Specifies the <code><a>InboundCrossClusterSearchConnection</a></code> of rejected inbound connection. </p>
|
|
3849
|
-
*/
|
|
1957
|
+
|
|
3850
1958
|
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
|
|
3851
1959
|
}
|
|
3852
1960
|
export declare namespace RejectInboundCrossClusterSearchConnectionResponse {
|
|
3853
|
-
|
|
3854
|
-
* @internal
|
|
3855
|
-
*/
|
|
1961
|
+
|
|
3856
1962
|
const filterSensitiveLog: (obj: RejectInboundCrossClusterSearchConnectionResponse) => any;
|
|
3857
1963
|
}
|
|
3858
|
-
|
|
3859
|
-
* <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>
|
|
3860
|
-
*/
|
|
1964
|
+
|
|
3861
1965
|
export interface RemoveTagsRequest {
|
|
3862
|
-
|
|
3863
|
-
* <p>Specifies the <code>ARN</code> for the Elasticsearch domain from which you want to delete the specified tags.</p>
|
|
3864
|
-
*/
|
|
1966
|
+
|
|
3865
1967
|
ARN: string | undefined;
|
|
3866
|
-
|
|
3867
|
-
* <p>Specifies the <code>TagKey</code> list which you want to remove from the Elasticsearch domain.</p>
|
|
3868
|
-
*/
|
|
1968
|
+
|
|
3869
1969
|
TagKeys: string[] | undefined;
|
|
3870
1970
|
}
|
|
3871
1971
|
export declare namespace RemoveTagsRequest {
|
|
3872
|
-
|
|
3873
|
-
* @internal
|
|
3874
|
-
*/
|
|
1972
|
+
|
|
3875
1973
|
const filterSensitiveLog: (obj: RemoveTagsRequest) => any;
|
|
3876
1974
|
}
|
|
3877
|
-
|
|
3878
|
-
* <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>
|
|
3879
|
-
*/
|
|
1975
|
+
|
|
3880
1976
|
export interface StartElasticsearchServiceSoftwareUpdateRequest {
|
|
3881
|
-
|
|
3882
|
-
* <p>The name of the domain that you want to update to the latest service software.</p>
|
|
3883
|
-
*/
|
|
1977
|
+
|
|
3884
1978
|
DomainName: string | undefined;
|
|
3885
1979
|
}
|
|
3886
1980
|
export declare namespace StartElasticsearchServiceSoftwareUpdateRequest {
|
|
3887
|
-
|
|
3888
|
-
* @internal
|
|
3889
|
-
*/
|
|
1981
|
+
|
|
3890
1982
|
const filterSensitiveLog: (obj: StartElasticsearchServiceSoftwareUpdateRequest) => any;
|
|
3891
1983
|
}
|
|
3892
|
-
|
|
3893
|
-
* <p>The result of a <code>StartElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>
|
|
3894
|
-
*/
|
|
1984
|
+
|
|
3895
1985
|
export interface StartElasticsearchServiceSoftwareUpdateResponse {
|
|
3896
|
-
|
|
3897
|
-
* <p>The current status of the Elasticsearch service software update.</p>
|
|
3898
|
-
*/
|
|
1986
|
+
|
|
3899
1987
|
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
|
3900
1988
|
}
|
|
3901
1989
|
export declare namespace StartElasticsearchServiceSoftwareUpdateResponse {
|
|
3902
|
-
|
|
3903
|
-
* @internal
|
|
3904
|
-
*/
|
|
1990
|
+
|
|
3905
1991
|
const filterSensitiveLog: (obj: StartElasticsearchServiceSoftwareUpdateResponse) => any;
|
|
3906
1992
|
}
|
|
3907
|
-
|
|
3908
|
-
* <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>
|
|
3909
|
-
*/
|
|
1993
|
+
|
|
3910
1994
|
export interface UpdateElasticsearchDomainConfigRequest {
|
|
3911
|
-
|
|
3912
|
-
* <p>The name of the Elasticsearch domain that you are updating. </p>
|
|
3913
|
-
*/
|
|
1995
|
+
|
|
3914
1996
|
DomainName: string | undefined;
|
|
3915
|
-
|
|
3916
|
-
* <p>The type and number of instances to instantiate for the domain cluster.</p>
|
|
3917
|
-
*/
|
|
1997
|
+
|
|
3918
1998
|
ElasticsearchClusterConfig?: ElasticsearchClusterConfig;
|
|
3919
|
-
|
|
3920
|
-
* <p>Specify the type and size of the EBS volume that you want to use. </p>
|
|
3921
|
-
*/
|
|
1999
|
+
|
|
3922
2000
|
EBSOptions?: EBSOptions;
|
|
3923
|
-
|
|
3924
|
-
* <p>Option to set the time, in UTC format, for the daily automated snapshot. Default value is <code>0</code> hours. </p>
|
|
3925
|
-
*/
|
|
2001
|
+
|
|
3926
2002
|
SnapshotOptions?: SnapshotOptions;
|
|
3927
|
-
|
|
3928
|
-
* <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#es-creating-vpc" target="_blank">Creating a VPC</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i></p>
|
|
3929
|
-
*/
|
|
2003
|
+
|
|
3930
2004
|
VPCOptions?: VPCOptions;
|
|
3931
|
-
|
|
3932
|
-
* <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>
|
|
3933
|
-
*/
|
|
2005
|
+
|
|
3934
2006
|
CognitoOptions?: CognitoOptions;
|
|
3935
|
-
|
|
3936
|
-
* <p>Modifies the advanced 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>.
|
|
3937
|
-
* See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options" target="_blank">Configuration Advanced Options</a> for more information.</p>
|
|
3938
|
-
*/
|
|
2007
|
+
|
|
3939
2008
|
AdvancedOptions?: {
|
|
3940
2009
|
[key: string]: string;
|
|
3941
2010
|
};
|
|
3942
|
-
|
|
3943
|
-
* <p>IAM access policy as a JSON-formatted string.</p>
|
|
3944
|
-
*/
|
|
2011
|
+
|
|
3945
2012
|
AccessPolicies?: string;
|
|
3946
|
-
|
|
3947
|
-
* <p>Map of <code>LogType</code> and <code>LogPublishingOption</code>, each containing options to publish a given type of Elasticsearch log.</p>
|
|
3948
|
-
*/
|
|
2013
|
+
|
|
3949
2014
|
LogPublishingOptions?: {
|
|
3950
2015
|
[key: string]: LogPublishingOption;
|
|
3951
2016
|
};
|
|
3952
|
-
|
|
3953
|
-
* <p>Options to specify configuration that will be applied to the domain endpoint.</p>
|
|
3954
|
-
*/
|
|
2017
|
+
|
|
3955
2018
|
DomainEndpointOptions?: DomainEndpointOptions;
|
|
3956
|
-
|
|
3957
|
-
* <p>Specifies advanced security options.</p>
|
|
3958
|
-
*/
|
|
2019
|
+
|
|
3959
2020
|
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
|
|
3960
|
-
|
|
3961
|
-
* <p>Specifies the NodeToNodeEncryptionOptions.</p>
|
|
3962
|
-
*/
|
|
2021
|
+
|
|
3963
2022
|
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
|
|
3964
|
-
|
|
3965
|
-
* <p>Specifies the Encryption At Rest Options.</p>
|
|
3966
|
-
*/
|
|
2023
|
+
|
|
3967
2024
|
EncryptionAtRestOptions?: EncryptionAtRestOptions;
|
|
3968
|
-
|
|
3969
|
-
* <p>Specifies Auto-Tune options.</p>
|
|
3970
|
-
*/
|
|
2025
|
+
|
|
3971
2026
|
AutoTuneOptions?: AutoTuneOptions;
|
|
3972
2027
|
}
|
|
3973
2028
|
export declare namespace UpdateElasticsearchDomainConfigRequest {
|
|
3974
|
-
|
|
3975
|
-
* @internal
|
|
3976
|
-
*/
|
|
2029
|
+
|
|
3977
2030
|
const filterSensitiveLog: (obj: UpdateElasticsearchDomainConfigRequest) => any;
|
|
3978
2031
|
}
|
|
3979
|
-
|
|
3980
|
-
* <p>The result of an <code>UpdateElasticsearchDomain</code> request. Contains the status of the Elasticsearch domain being updated.</p>
|
|
3981
|
-
*/
|
|
2032
|
+
|
|
3982
2033
|
export interface UpdateElasticsearchDomainConfigResponse {
|
|
3983
|
-
|
|
3984
|
-
* <p>The status of the updated Elasticsearch domain. </p>
|
|
3985
|
-
*/
|
|
2034
|
+
|
|
3986
2035
|
DomainConfig: ElasticsearchDomainConfig | undefined;
|
|
3987
2036
|
}
|
|
3988
2037
|
export declare namespace UpdateElasticsearchDomainConfigResponse {
|
|
3989
|
-
|
|
3990
|
-
* @internal
|
|
3991
|
-
*/
|
|
2038
|
+
|
|
3992
2039
|
const filterSensitiveLog: (obj: UpdateElasticsearchDomainConfigResponse) => any;
|
|
3993
2040
|
}
|
|
3994
|
-
|
|
3995
|
-
* <p>
|
|
3996
|
-
* Container for request parameters to
|
|
3997
|
-
* <code>
|
|
3998
|
-
* <a>UpdatePackage</a>
|
|
3999
|
-
* </code>
|
|
4000
|
-
* operation.
|
|
4001
|
-
* </p>
|
|
4002
|
-
*/
|
|
2041
|
+
|
|
4003
2042
|
export interface UpdatePackageRequest {
|
|
4004
|
-
|
|
4005
|
-
* <p>Unique identifier for the package.</p>
|
|
4006
|
-
*/
|
|
2043
|
+
|
|
4007
2044
|
PackageID: string | undefined;
|
|
4008
|
-
|
|
4009
|
-
* <p>The S3 location for importing the package specified as <code>S3BucketName</code> and <code>S3Key</code></p>
|
|
4010
|
-
*/
|
|
2045
|
+
|
|
4011
2046
|
PackageSource: PackageSource | undefined;
|
|
4012
|
-
|
|
4013
|
-
* <p>New description of the package.</p>
|
|
4014
|
-
*/
|
|
2047
|
+
|
|
4015
2048
|
PackageDescription?: string;
|
|
4016
|
-
|
|
4017
|
-
* <p>An info message for the new version which will be shown as part of <code>GetPackageVersionHistoryResponse</code>.</p>
|
|
4018
|
-
*/
|
|
2049
|
+
|
|
4019
2050
|
CommitMessage?: string;
|
|
4020
2051
|
}
|
|
4021
2052
|
export declare namespace UpdatePackageRequest {
|
|
4022
|
-
|
|
4023
|
-
* @internal
|
|
4024
|
-
*/
|
|
2053
|
+
|
|
4025
2054
|
const filterSensitiveLog: (obj: UpdatePackageRequest) => any;
|
|
4026
2055
|
}
|
|
4027
|
-
|
|
4028
|
-
* <p>
|
|
4029
|
-
* Container for response returned by
|
|
4030
|
-
* <code>
|
|
4031
|
-
* <a>UpdatePackage</a>
|
|
4032
|
-
* </code>
|
|
4033
|
-
* operation.
|
|
4034
|
-
* </p>
|
|
4035
|
-
*/
|
|
2056
|
+
|
|
4036
2057
|
export interface UpdatePackageResponse {
|
|
4037
|
-
|
|
4038
|
-
* <p>Information about the package <code>PackageDetails</code>.</p>
|
|
4039
|
-
*/
|
|
2058
|
+
|
|
4040
2059
|
PackageDetails?: PackageDetails;
|
|
4041
2060
|
}
|
|
4042
2061
|
export declare namespace UpdatePackageResponse {
|
|
4043
|
-
|
|
4044
|
-
* @internal
|
|
4045
|
-
*/
|
|
2062
|
+
|
|
4046
2063
|
const filterSensitiveLog: (obj: UpdatePackageResponse) => any;
|
|
4047
2064
|
}
|
|
4048
|
-
|
|
4049
|
-
* <p>
|
|
4050
|
-
* Container for request parameters to
|
|
4051
|
-
* <code>
|
|
4052
|
-
* <a>UpgradeElasticsearchDomain</a>
|
|
4053
|
-
* </code>
|
|
4054
|
-
* operation.
|
|
4055
|
-
* </p>
|
|
4056
|
-
*/
|
|
2065
|
+
|
|
4057
2066
|
export interface UpgradeElasticsearchDomainRequest {
|
|
4058
|
-
|
|
4059
|
-
* <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
4060
|
-
*/
|
|
2067
|
+
|
|
4061
2068
|
DomainName: string | undefined;
|
|
4062
|
-
|
|
4063
|
-
* <p>The version of Elasticsearch that you intend to upgrade the domain to.</p>
|
|
4064
|
-
*/
|
|
2069
|
+
|
|
4065
2070
|
TargetVersion: string | undefined;
|
|
4066
|
-
|
|
4067
|
-
* <p>
|
|
4068
|
-
* This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed.
|
|
4069
|
-
* This will not actually perform the Upgrade.
|
|
4070
|
-
* </p>
|
|
4071
|
-
*/
|
|
2071
|
+
|
|
4072
2072
|
PerformCheckOnly?: boolean;
|
|
4073
2073
|
}
|
|
4074
2074
|
export declare namespace UpgradeElasticsearchDomainRequest {
|
|
4075
|
-
|
|
4076
|
-
* @internal
|
|
4077
|
-
*/
|
|
2075
|
+
|
|
4078
2076
|
const filterSensitiveLog: (obj: UpgradeElasticsearchDomainRequest) => any;
|
|
4079
2077
|
}
|
|
4080
|
-
|
|
4081
|
-
* <p>
|
|
4082
|
-
* Container for response returned by
|
|
4083
|
-
* <code>
|
|
4084
|
-
* <a>UpgradeElasticsearchDomain</a>
|
|
4085
|
-
* </code>
|
|
4086
|
-
* operation.
|
|
4087
|
-
* </p>
|
|
4088
|
-
*/
|
|
2078
|
+
|
|
4089
2079
|
export interface UpgradeElasticsearchDomainResponse {
|
|
4090
|
-
|
|
4091
|
-
* <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
4092
|
-
*/
|
|
2080
|
+
|
|
4093
2081
|
DomainName?: string;
|
|
4094
|
-
|
|
4095
|
-
* <p>The version of Elasticsearch that you intend to upgrade the domain to.</p>
|
|
4096
|
-
*/
|
|
2082
|
+
|
|
4097
2083
|
TargetVersion?: string;
|
|
4098
|
-
|
|
4099
|
-
* <p>
|
|
4100
|
-
* This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed.
|
|
4101
|
-
* This will not actually perform the Upgrade.
|
|
4102
|
-
* </p>
|
|
4103
|
-
*/
|
|
2084
|
+
|
|
4104
2085
|
PerformCheckOnly?: boolean;
|
|
4105
2086
|
}
|
|
4106
2087
|
export declare namespace UpgradeElasticsearchDomainResponse {
|
|
4107
|
-
|
|
4108
|
-
* @internal
|
|
4109
|
-
*/
|
|
2088
|
+
|
|
4110
2089
|
const filterSensitiveLog: (obj: UpgradeElasticsearchDomainResponse) => any;
|
|
4111
2090
|
}
|