@aws-sdk/client-elasticsearch-service 3.928.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2542 -2459
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ElasticsearchServiceClient.js +2 -0
- package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +3 -9
- package/dist-es/commands/AddTagsCommand.js +3 -9
- package/dist-es/commands/AssociatePackageCommand.js +3 -9
- package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +3 -9
- package/dist-es/commands/CancelDomainConfigChangeCommand.js +3 -9
- package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +3 -9
- package/dist-es/commands/CreateElasticsearchDomainCommand.js +3 -10
- package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +3 -9
- package/dist-es/commands/CreatePackageCommand.js +3 -9
- package/dist-es/commands/CreateVpcEndpointCommand.js +3 -9
- package/dist-es/commands/DeleteElasticsearchDomainCommand.js +3 -9
- package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +3 -9
- package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +3 -9
- package/dist-es/commands/DeletePackageCommand.js +3 -9
- package/dist-es/commands/DeleteVpcEndpointCommand.js +3 -9
- package/dist-es/commands/DescribeDomainAutoTunesCommand.js +3 -9
- package/dist-es/commands/DescribeDomainChangeProgressCommand.js +3 -9
- package/dist-es/commands/DescribeElasticsearchDomainCommand.js +3 -9
- package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +3 -9
- package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +3 -9
- package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +3 -9
- package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +3 -9
- package/dist-es/commands/DescribePackagesCommand.js +3 -9
- package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +3 -9
- package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +3 -9
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +3 -9
- package/dist-es/commands/DissociatePackageCommand.js +3 -9
- package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +3 -9
- package/dist-es/commands/GetPackageVersionHistoryCommand.js +3 -9
- package/dist-es/commands/GetUpgradeHistoryCommand.js +3 -9
- package/dist-es/commands/GetUpgradeStatusCommand.js +3 -9
- package/dist-es/commands/ListDomainNamesCommand.js +3 -9
- package/dist-es/commands/ListDomainsForPackageCommand.js +3 -9
- package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +3 -9
- package/dist-es/commands/ListElasticsearchVersionsCommand.js +3 -9
- package/dist-es/commands/ListPackagesForDomainCommand.js +3 -9
- package/dist-es/commands/ListTagsCommand.js +3 -9
- package/dist-es/commands/ListVpcEndpointAccessCommand.js +3 -9
- package/dist-es/commands/ListVpcEndpointsCommand.js +3 -9
- package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +3 -9
- package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +3 -9
- package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +3 -9
- package/dist-es/commands/RemoveTagsCommand.js +3 -9
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +3 -9
- package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +3 -9
- package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +3 -10
- package/dist-es/commands/UpdatePackageCommand.js +3 -9
- package/dist-es/commands/UpdateVpcEndpointCommand.js +3 -9
- package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -27
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2432 -0
- package/dist-types/ElasticsearchServiceClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -20
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +288 -0
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -15
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +295 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -2054
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -461
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -617
|
@@ -1,617 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
8
|
-
AcceptInboundCrossClusterSearchConnectionCommandOutput,
|
|
9
|
-
} from "../commands/AcceptInboundCrossClusterSearchConnectionCommand";
|
|
10
|
-
import {
|
|
11
|
-
AddTagsCommandInput,
|
|
12
|
-
AddTagsCommandOutput,
|
|
13
|
-
} from "../commands/AddTagsCommand";
|
|
14
|
-
import {
|
|
15
|
-
AssociatePackageCommandInput,
|
|
16
|
-
AssociatePackageCommandOutput,
|
|
17
|
-
} from "../commands/AssociatePackageCommand";
|
|
18
|
-
import {
|
|
19
|
-
AuthorizeVpcEndpointAccessCommandInput,
|
|
20
|
-
AuthorizeVpcEndpointAccessCommandOutput,
|
|
21
|
-
} from "../commands/AuthorizeVpcEndpointAccessCommand";
|
|
22
|
-
import {
|
|
23
|
-
CancelDomainConfigChangeCommandInput,
|
|
24
|
-
CancelDomainConfigChangeCommandOutput,
|
|
25
|
-
} from "../commands/CancelDomainConfigChangeCommand";
|
|
26
|
-
import {
|
|
27
|
-
CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
28
|
-
CancelElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
29
|
-
} from "../commands/CancelElasticsearchServiceSoftwareUpdateCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateElasticsearchDomainCommandInput,
|
|
32
|
-
CreateElasticsearchDomainCommandOutput,
|
|
33
|
-
} from "../commands/CreateElasticsearchDomainCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
36
|
-
CreateOutboundCrossClusterSearchConnectionCommandOutput,
|
|
37
|
-
} from "../commands/CreateOutboundCrossClusterSearchConnectionCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreatePackageCommandInput,
|
|
40
|
-
CreatePackageCommandOutput,
|
|
41
|
-
} from "../commands/CreatePackageCommand";
|
|
42
|
-
import {
|
|
43
|
-
CreateVpcEndpointCommandInput,
|
|
44
|
-
CreateVpcEndpointCommandOutput,
|
|
45
|
-
} from "../commands/CreateVpcEndpointCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteElasticsearchDomainCommandInput,
|
|
48
|
-
DeleteElasticsearchDomainCommandOutput,
|
|
49
|
-
} from "../commands/DeleteElasticsearchDomainCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteElasticsearchServiceRoleCommandInput,
|
|
52
|
-
DeleteElasticsearchServiceRoleCommandOutput,
|
|
53
|
-
} from "../commands/DeleteElasticsearchServiceRoleCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
56
|
-
DeleteInboundCrossClusterSearchConnectionCommandOutput,
|
|
57
|
-
} from "../commands/DeleteInboundCrossClusterSearchConnectionCommand";
|
|
58
|
-
import {
|
|
59
|
-
DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
60
|
-
DeleteOutboundCrossClusterSearchConnectionCommandOutput,
|
|
61
|
-
} from "../commands/DeleteOutboundCrossClusterSearchConnectionCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeletePackageCommandInput,
|
|
64
|
-
DeletePackageCommandOutput,
|
|
65
|
-
} from "../commands/DeletePackageCommand";
|
|
66
|
-
import {
|
|
67
|
-
DeleteVpcEndpointCommandInput,
|
|
68
|
-
DeleteVpcEndpointCommandOutput,
|
|
69
|
-
} from "../commands/DeleteVpcEndpointCommand";
|
|
70
|
-
import {
|
|
71
|
-
DescribeDomainAutoTunesCommandInput,
|
|
72
|
-
DescribeDomainAutoTunesCommandOutput,
|
|
73
|
-
} from "../commands/DescribeDomainAutoTunesCommand";
|
|
74
|
-
import {
|
|
75
|
-
DescribeDomainChangeProgressCommandInput,
|
|
76
|
-
DescribeDomainChangeProgressCommandOutput,
|
|
77
|
-
} from "../commands/DescribeDomainChangeProgressCommand";
|
|
78
|
-
import {
|
|
79
|
-
DescribeElasticsearchDomainCommandInput,
|
|
80
|
-
DescribeElasticsearchDomainCommandOutput,
|
|
81
|
-
} from "../commands/DescribeElasticsearchDomainCommand";
|
|
82
|
-
import {
|
|
83
|
-
DescribeElasticsearchDomainConfigCommandInput,
|
|
84
|
-
DescribeElasticsearchDomainConfigCommandOutput,
|
|
85
|
-
} from "../commands/DescribeElasticsearchDomainConfigCommand";
|
|
86
|
-
import {
|
|
87
|
-
DescribeElasticsearchDomainsCommandInput,
|
|
88
|
-
DescribeElasticsearchDomainsCommandOutput,
|
|
89
|
-
} from "../commands/DescribeElasticsearchDomainsCommand";
|
|
90
|
-
import {
|
|
91
|
-
DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
92
|
-
DescribeElasticsearchInstanceTypeLimitsCommandOutput,
|
|
93
|
-
} from "../commands/DescribeElasticsearchInstanceTypeLimitsCommand";
|
|
94
|
-
import {
|
|
95
|
-
DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
96
|
-
DescribeInboundCrossClusterSearchConnectionsCommandOutput,
|
|
97
|
-
} from "../commands/DescribeInboundCrossClusterSearchConnectionsCommand";
|
|
98
|
-
import {
|
|
99
|
-
DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
100
|
-
DescribeOutboundCrossClusterSearchConnectionsCommandOutput,
|
|
101
|
-
} from "../commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
|
|
102
|
-
import {
|
|
103
|
-
DescribePackagesCommandInput,
|
|
104
|
-
DescribePackagesCommandOutput,
|
|
105
|
-
} from "../commands/DescribePackagesCommand";
|
|
106
|
-
import {
|
|
107
|
-
DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
108
|
-
DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
|
|
109
|
-
} from "../commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
|
|
110
|
-
import {
|
|
111
|
-
DescribeReservedElasticsearchInstancesCommandInput,
|
|
112
|
-
DescribeReservedElasticsearchInstancesCommandOutput,
|
|
113
|
-
} from "../commands/DescribeReservedElasticsearchInstancesCommand";
|
|
114
|
-
import {
|
|
115
|
-
DescribeVpcEndpointsCommandInput,
|
|
116
|
-
DescribeVpcEndpointsCommandOutput,
|
|
117
|
-
} from "../commands/DescribeVpcEndpointsCommand";
|
|
118
|
-
import {
|
|
119
|
-
DissociatePackageCommandInput,
|
|
120
|
-
DissociatePackageCommandOutput,
|
|
121
|
-
} from "../commands/DissociatePackageCommand";
|
|
122
|
-
import {
|
|
123
|
-
GetCompatibleElasticsearchVersionsCommandInput,
|
|
124
|
-
GetCompatibleElasticsearchVersionsCommandOutput,
|
|
125
|
-
} from "../commands/GetCompatibleElasticsearchVersionsCommand";
|
|
126
|
-
import {
|
|
127
|
-
GetPackageVersionHistoryCommandInput,
|
|
128
|
-
GetPackageVersionHistoryCommandOutput,
|
|
129
|
-
} from "../commands/GetPackageVersionHistoryCommand";
|
|
130
|
-
import {
|
|
131
|
-
GetUpgradeHistoryCommandInput,
|
|
132
|
-
GetUpgradeHistoryCommandOutput,
|
|
133
|
-
} from "../commands/GetUpgradeHistoryCommand";
|
|
134
|
-
import {
|
|
135
|
-
GetUpgradeStatusCommandInput,
|
|
136
|
-
GetUpgradeStatusCommandOutput,
|
|
137
|
-
} from "../commands/GetUpgradeStatusCommand";
|
|
138
|
-
import {
|
|
139
|
-
ListDomainNamesCommandInput,
|
|
140
|
-
ListDomainNamesCommandOutput,
|
|
141
|
-
} from "../commands/ListDomainNamesCommand";
|
|
142
|
-
import {
|
|
143
|
-
ListDomainsForPackageCommandInput,
|
|
144
|
-
ListDomainsForPackageCommandOutput,
|
|
145
|
-
} from "../commands/ListDomainsForPackageCommand";
|
|
146
|
-
import {
|
|
147
|
-
ListElasticsearchInstanceTypesCommandInput,
|
|
148
|
-
ListElasticsearchInstanceTypesCommandOutput,
|
|
149
|
-
} from "../commands/ListElasticsearchInstanceTypesCommand";
|
|
150
|
-
import {
|
|
151
|
-
ListElasticsearchVersionsCommandInput,
|
|
152
|
-
ListElasticsearchVersionsCommandOutput,
|
|
153
|
-
} from "../commands/ListElasticsearchVersionsCommand";
|
|
154
|
-
import {
|
|
155
|
-
ListPackagesForDomainCommandInput,
|
|
156
|
-
ListPackagesForDomainCommandOutput,
|
|
157
|
-
} from "../commands/ListPackagesForDomainCommand";
|
|
158
|
-
import {
|
|
159
|
-
ListTagsCommandInput,
|
|
160
|
-
ListTagsCommandOutput,
|
|
161
|
-
} from "../commands/ListTagsCommand";
|
|
162
|
-
import {
|
|
163
|
-
ListVpcEndpointAccessCommandInput,
|
|
164
|
-
ListVpcEndpointAccessCommandOutput,
|
|
165
|
-
} from "../commands/ListVpcEndpointAccessCommand";
|
|
166
|
-
import {
|
|
167
|
-
ListVpcEndpointsCommandInput,
|
|
168
|
-
ListVpcEndpointsCommandOutput,
|
|
169
|
-
} from "../commands/ListVpcEndpointsCommand";
|
|
170
|
-
import {
|
|
171
|
-
ListVpcEndpointsForDomainCommandInput,
|
|
172
|
-
ListVpcEndpointsForDomainCommandOutput,
|
|
173
|
-
} from "../commands/ListVpcEndpointsForDomainCommand";
|
|
174
|
-
import {
|
|
175
|
-
PurchaseReservedElasticsearchInstanceOfferingCommandInput,
|
|
176
|
-
PurchaseReservedElasticsearchInstanceOfferingCommandOutput,
|
|
177
|
-
} from "../commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
|
|
178
|
-
import {
|
|
179
|
-
RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
180
|
-
RejectInboundCrossClusterSearchConnectionCommandOutput,
|
|
181
|
-
} from "../commands/RejectInboundCrossClusterSearchConnectionCommand";
|
|
182
|
-
import {
|
|
183
|
-
RemoveTagsCommandInput,
|
|
184
|
-
RemoveTagsCommandOutput,
|
|
185
|
-
} from "../commands/RemoveTagsCommand";
|
|
186
|
-
import {
|
|
187
|
-
RevokeVpcEndpointAccessCommandInput,
|
|
188
|
-
RevokeVpcEndpointAccessCommandOutput,
|
|
189
|
-
} from "../commands/RevokeVpcEndpointAccessCommand";
|
|
190
|
-
import {
|
|
191
|
-
StartElasticsearchServiceSoftwareUpdateCommandInput,
|
|
192
|
-
StartElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
193
|
-
} from "../commands/StartElasticsearchServiceSoftwareUpdateCommand";
|
|
194
|
-
import {
|
|
195
|
-
UpdateElasticsearchDomainConfigCommandInput,
|
|
196
|
-
UpdateElasticsearchDomainConfigCommandOutput,
|
|
197
|
-
} from "../commands/UpdateElasticsearchDomainConfigCommand";
|
|
198
|
-
import {
|
|
199
|
-
UpdatePackageCommandInput,
|
|
200
|
-
UpdatePackageCommandOutput,
|
|
201
|
-
} from "../commands/UpdatePackageCommand";
|
|
202
|
-
import {
|
|
203
|
-
UpdateVpcEndpointCommandInput,
|
|
204
|
-
UpdateVpcEndpointCommandOutput,
|
|
205
|
-
} from "../commands/UpdateVpcEndpointCommand";
|
|
206
|
-
import {
|
|
207
|
-
UpgradeElasticsearchDomainCommandInput,
|
|
208
|
-
UpgradeElasticsearchDomainCommandOutput,
|
|
209
|
-
} from "../commands/UpgradeElasticsearchDomainCommand";
|
|
210
|
-
export declare const se_AcceptInboundCrossClusterSearchConnectionCommand: (
|
|
211
|
-
input: AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_AddTagsCommand: (
|
|
215
|
-
input: AddTagsCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_AssociatePackageCommand: (
|
|
219
|
-
input: AssociatePackageCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_AuthorizeVpcEndpointAccessCommand: (
|
|
223
|
-
input: AuthorizeVpcEndpointAccessCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_CancelDomainConfigChangeCommand: (
|
|
227
|
-
input: CancelDomainConfigChangeCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_CancelElasticsearchServiceSoftwareUpdateCommand: (
|
|
231
|
-
input: CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_CreateElasticsearchDomainCommand: (
|
|
235
|
-
input: CreateElasticsearchDomainCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_CreateOutboundCrossClusterSearchConnectionCommand: (
|
|
239
|
-
input: CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_CreatePackageCommand: (
|
|
243
|
-
input: CreatePackageCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_CreateVpcEndpointCommand: (
|
|
247
|
-
input: CreateVpcEndpointCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_DeleteElasticsearchDomainCommand: (
|
|
251
|
-
input: DeleteElasticsearchDomainCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_DeleteElasticsearchServiceRoleCommand: (
|
|
255
|
-
input: DeleteElasticsearchServiceRoleCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_DeleteInboundCrossClusterSearchConnectionCommand: (
|
|
259
|
-
input: DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_DeleteOutboundCrossClusterSearchConnectionCommand: (
|
|
263
|
-
input: DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_DeletePackageCommand: (
|
|
267
|
-
input: DeletePackageCommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_DeleteVpcEndpointCommand: (
|
|
271
|
-
input: DeleteVpcEndpointCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_DescribeDomainAutoTunesCommand: (
|
|
275
|
-
input: DescribeDomainAutoTunesCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_DescribeDomainChangeProgressCommand: (
|
|
279
|
-
input: DescribeDomainChangeProgressCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_DescribeElasticsearchDomainCommand: (
|
|
283
|
-
input: DescribeElasticsearchDomainCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_DescribeElasticsearchDomainConfigCommand: (
|
|
287
|
-
input: DescribeElasticsearchDomainConfigCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_DescribeElasticsearchDomainsCommand: (
|
|
291
|
-
input: DescribeElasticsearchDomainsCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_DescribeElasticsearchInstanceTypeLimitsCommand: (
|
|
295
|
-
input: DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_DescribeInboundCrossClusterSearchConnectionsCommand: (
|
|
299
|
-
input: DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_DescribeOutboundCrossClusterSearchConnectionsCommand: (
|
|
303
|
-
input: DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_DescribePackagesCommand: (
|
|
307
|
-
input: DescribePackagesCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_DescribeReservedElasticsearchInstanceOfferingsCommand: (
|
|
311
|
-
input: DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_DescribeReservedElasticsearchInstancesCommand: (
|
|
315
|
-
input: DescribeReservedElasticsearchInstancesCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_DescribeVpcEndpointsCommand: (
|
|
319
|
-
input: DescribeVpcEndpointsCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_DissociatePackageCommand: (
|
|
323
|
-
input: DissociatePackageCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const se_GetCompatibleElasticsearchVersionsCommand: (
|
|
327
|
-
input: GetCompatibleElasticsearchVersionsCommandInput,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const se_GetPackageVersionHistoryCommand: (
|
|
331
|
-
input: GetPackageVersionHistoryCommandInput,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const se_GetUpgradeHistoryCommand: (
|
|
335
|
-
input: GetUpgradeHistoryCommandInput,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const se_GetUpgradeStatusCommand: (
|
|
339
|
-
input: GetUpgradeStatusCommandInput,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const se_ListDomainNamesCommand: (
|
|
343
|
-
input: ListDomainNamesCommandInput,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const se_ListDomainsForPackageCommand: (
|
|
347
|
-
input: ListDomainsForPackageCommandInput,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const se_ListElasticsearchInstanceTypesCommand: (
|
|
351
|
-
input: ListElasticsearchInstanceTypesCommandInput,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const se_ListElasticsearchVersionsCommand: (
|
|
355
|
-
input: ListElasticsearchVersionsCommandInput,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const se_ListPackagesForDomainCommand: (
|
|
359
|
-
input: ListPackagesForDomainCommandInput,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const se_ListTagsCommand: (
|
|
363
|
-
input: ListTagsCommandInput,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const se_ListVpcEndpointAccessCommand: (
|
|
367
|
-
input: ListVpcEndpointAccessCommandInput,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const se_ListVpcEndpointsCommand: (
|
|
371
|
-
input: ListVpcEndpointsCommandInput,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const se_ListVpcEndpointsForDomainCommand: (
|
|
375
|
-
input: ListVpcEndpointsForDomainCommandInput,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const se_PurchaseReservedElasticsearchInstanceOfferingCommand: (
|
|
379
|
-
input: PurchaseReservedElasticsearchInstanceOfferingCommandInput,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const se_RejectInboundCrossClusterSearchConnectionCommand: (
|
|
383
|
-
input: RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const se_RemoveTagsCommand: (
|
|
387
|
-
input: RemoveTagsCommandInput,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const se_RevokeVpcEndpointAccessCommand: (
|
|
391
|
-
input: RevokeVpcEndpointAccessCommandInput,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const se_StartElasticsearchServiceSoftwareUpdateCommand: (
|
|
395
|
-
input: StartElasticsearchServiceSoftwareUpdateCommandInput,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const se_UpdateElasticsearchDomainConfigCommand: (
|
|
399
|
-
input: UpdateElasticsearchDomainConfigCommandInput,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const se_UpdatePackageCommand: (
|
|
403
|
-
input: UpdatePackageCommandInput,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const se_UpdateVpcEndpointCommand: (
|
|
407
|
-
input: UpdateVpcEndpointCommandInput,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const se_UpgradeElasticsearchDomainCommand: (
|
|
411
|
-
input: UpgradeElasticsearchDomainCommandInput,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const de_AcceptInboundCrossClusterSearchConnectionCommand: (
|
|
415
|
-
output: __HttpResponse,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<AcceptInboundCrossClusterSearchConnectionCommandOutput>;
|
|
418
|
-
export declare const de_AddTagsCommand: (
|
|
419
|
-
output: __HttpResponse,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<AddTagsCommandOutput>;
|
|
422
|
-
export declare const de_AssociatePackageCommand: (
|
|
423
|
-
output: __HttpResponse,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<AssociatePackageCommandOutput>;
|
|
426
|
-
export declare const de_AuthorizeVpcEndpointAccessCommand: (
|
|
427
|
-
output: __HttpResponse,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<AuthorizeVpcEndpointAccessCommandOutput>;
|
|
430
|
-
export declare const de_CancelDomainConfigChangeCommand: (
|
|
431
|
-
output: __HttpResponse,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<CancelDomainConfigChangeCommandOutput>;
|
|
434
|
-
export declare const de_CancelElasticsearchServiceSoftwareUpdateCommand: (
|
|
435
|
-
output: __HttpResponse,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<CancelElasticsearchServiceSoftwareUpdateCommandOutput>;
|
|
438
|
-
export declare const de_CreateElasticsearchDomainCommand: (
|
|
439
|
-
output: __HttpResponse,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<CreateElasticsearchDomainCommandOutput>;
|
|
442
|
-
export declare const de_CreateOutboundCrossClusterSearchConnectionCommand: (
|
|
443
|
-
output: __HttpResponse,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<CreateOutboundCrossClusterSearchConnectionCommandOutput>;
|
|
446
|
-
export declare const de_CreatePackageCommand: (
|
|
447
|
-
output: __HttpResponse,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<CreatePackageCommandOutput>;
|
|
450
|
-
export declare const de_CreateVpcEndpointCommand: (
|
|
451
|
-
output: __HttpResponse,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<CreateVpcEndpointCommandOutput>;
|
|
454
|
-
export declare const de_DeleteElasticsearchDomainCommand: (
|
|
455
|
-
output: __HttpResponse,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<DeleteElasticsearchDomainCommandOutput>;
|
|
458
|
-
export declare const de_DeleteElasticsearchServiceRoleCommand: (
|
|
459
|
-
output: __HttpResponse,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<DeleteElasticsearchServiceRoleCommandOutput>;
|
|
462
|
-
export declare const de_DeleteInboundCrossClusterSearchConnectionCommand: (
|
|
463
|
-
output: __HttpResponse,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<DeleteInboundCrossClusterSearchConnectionCommandOutput>;
|
|
466
|
-
export declare const de_DeleteOutboundCrossClusterSearchConnectionCommand: (
|
|
467
|
-
output: __HttpResponse,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<DeleteOutboundCrossClusterSearchConnectionCommandOutput>;
|
|
470
|
-
export declare const de_DeletePackageCommand: (
|
|
471
|
-
output: __HttpResponse,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<DeletePackageCommandOutput>;
|
|
474
|
-
export declare const de_DeleteVpcEndpointCommand: (
|
|
475
|
-
output: __HttpResponse,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<DeleteVpcEndpointCommandOutput>;
|
|
478
|
-
export declare const de_DescribeDomainAutoTunesCommand: (
|
|
479
|
-
output: __HttpResponse,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<DescribeDomainAutoTunesCommandOutput>;
|
|
482
|
-
export declare const de_DescribeDomainChangeProgressCommand: (
|
|
483
|
-
output: __HttpResponse,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<DescribeDomainChangeProgressCommandOutput>;
|
|
486
|
-
export declare const de_DescribeElasticsearchDomainCommand: (
|
|
487
|
-
output: __HttpResponse,
|
|
488
|
-
context: __SerdeContext
|
|
489
|
-
) => Promise<DescribeElasticsearchDomainCommandOutput>;
|
|
490
|
-
export declare const de_DescribeElasticsearchDomainConfigCommand: (
|
|
491
|
-
output: __HttpResponse,
|
|
492
|
-
context: __SerdeContext
|
|
493
|
-
) => Promise<DescribeElasticsearchDomainConfigCommandOutput>;
|
|
494
|
-
export declare const de_DescribeElasticsearchDomainsCommand: (
|
|
495
|
-
output: __HttpResponse,
|
|
496
|
-
context: __SerdeContext
|
|
497
|
-
) => Promise<DescribeElasticsearchDomainsCommandOutput>;
|
|
498
|
-
export declare const de_DescribeElasticsearchInstanceTypeLimitsCommand: (
|
|
499
|
-
output: __HttpResponse,
|
|
500
|
-
context: __SerdeContext
|
|
501
|
-
) => Promise<DescribeElasticsearchInstanceTypeLimitsCommandOutput>;
|
|
502
|
-
export declare const de_DescribeInboundCrossClusterSearchConnectionsCommand: (
|
|
503
|
-
output: __HttpResponse,
|
|
504
|
-
context: __SerdeContext
|
|
505
|
-
) => Promise<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
|
|
506
|
-
export declare const de_DescribeOutboundCrossClusterSearchConnectionsCommand: (
|
|
507
|
-
output: __HttpResponse,
|
|
508
|
-
context: __SerdeContext
|
|
509
|
-
) => Promise<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
|
|
510
|
-
export declare const de_DescribePackagesCommand: (
|
|
511
|
-
output: __HttpResponse,
|
|
512
|
-
context: __SerdeContext
|
|
513
|
-
) => Promise<DescribePackagesCommandOutput>;
|
|
514
|
-
export declare const de_DescribeReservedElasticsearchInstanceOfferingsCommand: (
|
|
515
|
-
output: __HttpResponse,
|
|
516
|
-
context: __SerdeContext
|
|
517
|
-
) => Promise<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
|
|
518
|
-
export declare const de_DescribeReservedElasticsearchInstancesCommand: (
|
|
519
|
-
output: __HttpResponse,
|
|
520
|
-
context: __SerdeContext
|
|
521
|
-
) => Promise<DescribeReservedElasticsearchInstancesCommandOutput>;
|
|
522
|
-
export declare const de_DescribeVpcEndpointsCommand: (
|
|
523
|
-
output: __HttpResponse,
|
|
524
|
-
context: __SerdeContext
|
|
525
|
-
) => Promise<DescribeVpcEndpointsCommandOutput>;
|
|
526
|
-
export declare const de_DissociatePackageCommand: (
|
|
527
|
-
output: __HttpResponse,
|
|
528
|
-
context: __SerdeContext
|
|
529
|
-
) => Promise<DissociatePackageCommandOutput>;
|
|
530
|
-
export declare const de_GetCompatibleElasticsearchVersionsCommand: (
|
|
531
|
-
output: __HttpResponse,
|
|
532
|
-
context: __SerdeContext
|
|
533
|
-
) => Promise<GetCompatibleElasticsearchVersionsCommandOutput>;
|
|
534
|
-
export declare const de_GetPackageVersionHistoryCommand: (
|
|
535
|
-
output: __HttpResponse,
|
|
536
|
-
context: __SerdeContext
|
|
537
|
-
) => Promise<GetPackageVersionHistoryCommandOutput>;
|
|
538
|
-
export declare const de_GetUpgradeHistoryCommand: (
|
|
539
|
-
output: __HttpResponse,
|
|
540
|
-
context: __SerdeContext
|
|
541
|
-
) => Promise<GetUpgradeHistoryCommandOutput>;
|
|
542
|
-
export declare const de_GetUpgradeStatusCommand: (
|
|
543
|
-
output: __HttpResponse,
|
|
544
|
-
context: __SerdeContext
|
|
545
|
-
) => Promise<GetUpgradeStatusCommandOutput>;
|
|
546
|
-
export declare const de_ListDomainNamesCommand: (
|
|
547
|
-
output: __HttpResponse,
|
|
548
|
-
context: __SerdeContext
|
|
549
|
-
) => Promise<ListDomainNamesCommandOutput>;
|
|
550
|
-
export declare const de_ListDomainsForPackageCommand: (
|
|
551
|
-
output: __HttpResponse,
|
|
552
|
-
context: __SerdeContext
|
|
553
|
-
) => Promise<ListDomainsForPackageCommandOutput>;
|
|
554
|
-
export declare const de_ListElasticsearchInstanceTypesCommand: (
|
|
555
|
-
output: __HttpResponse,
|
|
556
|
-
context: __SerdeContext
|
|
557
|
-
) => Promise<ListElasticsearchInstanceTypesCommandOutput>;
|
|
558
|
-
export declare const de_ListElasticsearchVersionsCommand: (
|
|
559
|
-
output: __HttpResponse,
|
|
560
|
-
context: __SerdeContext
|
|
561
|
-
) => Promise<ListElasticsearchVersionsCommandOutput>;
|
|
562
|
-
export declare const de_ListPackagesForDomainCommand: (
|
|
563
|
-
output: __HttpResponse,
|
|
564
|
-
context: __SerdeContext
|
|
565
|
-
) => Promise<ListPackagesForDomainCommandOutput>;
|
|
566
|
-
export declare const de_ListTagsCommand: (
|
|
567
|
-
output: __HttpResponse,
|
|
568
|
-
context: __SerdeContext
|
|
569
|
-
) => Promise<ListTagsCommandOutput>;
|
|
570
|
-
export declare const de_ListVpcEndpointAccessCommand: (
|
|
571
|
-
output: __HttpResponse,
|
|
572
|
-
context: __SerdeContext
|
|
573
|
-
) => Promise<ListVpcEndpointAccessCommandOutput>;
|
|
574
|
-
export declare const de_ListVpcEndpointsCommand: (
|
|
575
|
-
output: __HttpResponse,
|
|
576
|
-
context: __SerdeContext
|
|
577
|
-
) => Promise<ListVpcEndpointsCommandOutput>;
|
|
578
|
-
export declare const de_ListVpcEndpointsForDomainCommand: (
|
|
579
|
-
output: __HttpResponse,
|
|
580
|
-
context: __SerdeContext
|
|
581
|
-
) => Promise<ListVpcEndpointsForDomainCommandOutput>;
|
|
582
|
-
export declare const de_PurchaseReservedElasticsearchInstanceOfferingCommand: (
|
|
583
|
-
output: __HttpResponse,
|
|
584
|
-
context: __SerdeContext
|
|
585
|
-
) => Promise<PurchaseReservedElasticsearchInstanceOfferingCommandOutput>;
|
|
586
|
-
export declare const de_RejectInboundCrossClusterSearchConnectionCommand: (
|
|
587
|
-
output: __HttpResponse,
|
|
588
|
-
context: __SerdeContext
|
|
589
|
-
) => Promise<RejectInboundCrossClusterSearchConnectionCommandOutput>;
|
|
590
|
-
export declare const de_RemoveTagsCommand: (
|
|
591
|
-
output: __HttpResponse,
|
|
592
|
-
context: __SerdeContext
|
|
593
|
-
) => Promise<RemoveTagsCommandOutput>;
|
|
594
|
-
export declare const de_RevokeVpcEndpointAccessCommand: (
|
|
595
|
-
output: __HttpResponse,
|
|
596
|
-
context: __SerdeContext
|
|
597
|
-
) => Promise<RevokeVpcEndpointAccessCommandOutput>;
|
|
598
|
-
export declare const de_StartElasticsearchServiceSoftwareUpdateCommand: (
|
|
599
|
-
output: __HttpResponse,
|
|
600
|
-
context: __SerdeContext
|
|
601
|
-
) => Promise<StartElasticsearchServiceSoftwareUpdateCommandOutput>;
|
|
602
|
-
export declare const de_UpdateElasticsearchDomainConfigCommand: (
|
|
603
|
-
output: __HttpResponse,
|
|
604
|
-
context: __SerdeContext
|
|
605
|
-
) => Promise<UpdateElasticsearchDomainConfigCommandOutput>;
|
|
606
|
-
export declare const de_UpdatePackageCommand: (
|
|
607
|
-
output: __HttpResponse,
|
|
608
|
-
context: __SerdeContext
|
|
609
|
-
) => Promise<UpdatePackageCommandOutput>;
|
|
610
|
-
export declare const de_UpdateVpcEndpointCommand: (
|
|
611
|
-
output: __HttpResponse,
|
|
612
|
-
context: __SerdeContext
|
|
613
|
-
) => Promise<UpdateVpcEndpointCommandOutput>;
|
|
614
|
-
export declare const de_UpgradeElasticsearchDomainCommand: (
|
|
615
|
-
output: __HttpResponse,
|
|
616
|
-
context: __SerdeContext
|
|
617
|
-
) => Promise<UpgradeElasticsearchDomainCommandOutput>;
|