@aws-sdk/client-elasticsearch-service 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/ElasticsearchService.d.ts +168 -276
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +8 -27
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -24
- package/dist-types/ts3.4/models/errors.d.ts +8 -27
- package/dist-types/ts3.4/models/models_0.d.ts +13 -39
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -7,10 +7,7 @@ import {
|
|
|
7
7
|
AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
8
8
|
AcceptInboundCrossClusterSearchConnectionCommandOutput,
|
|
9
9
|
} from "./commands/AcceptInboundCrossClusterSearchConnectionCommand";
|
|
10
|
-
import {
|
|
11
|
-
AddTagsCommandInput,
|
|
12
|
-
AddTagsCommandOutput,
|
|
13
|
-
} from "./commands/AddTagsCommand";
|
|
10
|
+
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
14
11
|
import {
|
|
15
12
|
AssociatePackageCommandInput,
|
|
16
13
|
AssociatePackageCommandOutput,
|
|
@@ -155,10 +152,7 @@ import {
|
|
|
155
152
|
ListPackagesForDomainCommandInput,
|
|
156
153
|
ListPackagesForDomainCommandOutput,
|
|
157
154
|
} from "./commands/ListPackagesForDomainCommand";
|
|
158
|
-
import {
|
|
159
|
-
ListTagsCommandInput,
|
|
160
|
-
ListTagsCommandOutput,
|
|
161
|
-
} from "./commands/ListTagsCommand";
|
|
155
|
+
import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
|
|
162
156
|
import {
|
|
163
157
|
ListVpcEndpointAccessCommandInput,
|
|
164
158
|
ListVpcEndpointAccessCommandOutput,
|
|
@@ -179,10 +173,7 @@ import {
|
|
|
179
173
|
RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
180
174
|
RejectInboundCrossClusterSearchConnectionCommandOutput,
|
|
181
175
|
} from "./commands/RejectInboundCrossClusterSearchConnectionCommand";
|
|
182
|
-
import {
|
|
183
|
-
RemoveTagsCommandInput,
|
|
184
|
-
RemoveTagsCommandOutput,
|
|
185
|
-
} from "./commands/RemoveTagsCommand";
|
|
176
|
+
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
186
177
|
import {
|
|
187
178
|
RevokeVpcEndpointAccessCommandInput,
|
|
188
179
|
RevokeVpcEndpointAccessCommandOutput,
|
|
@@ -211,850 +202,751 @@ import { ElasticsearchServiceClient } from "./ElasticsearchServiceClient";
|
|
|
211
202
|
export interface ElasticsearchService {
|
|
212
203
|
acceptInboundCrossClusterSearchConnection(
|
|
213
204
|
args: AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
214
|
-
options?: __HttpHandlerOptions
|
|
205
|
+
options?: __HttpHandlerOptions,
|
|
215
206
|
): Promise<AcceptInboundCrossClusterSearchConnectionCommandOutput>;
|
|
216
207
|
acceptInboundCrossClusterSearchConnection(
|
|
217
208
|
args: AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
218
|
-
cb: (
|
|
219
|
-
err: any,
|
|
220
|
-
data?: AcceptInboundCrossClusterSearchConnectionCommandOutput
|
|
221
|
-
) => void
|
|
209
|
+
cb: (err: any, data?: AcceptInboundCrossClusterSearchConnectionCommandOutput) => void,
|
|
222
210
|
): void;
|
|
223
211
|
acceptInboundCrossClusterSearchConnection(
|
|
224
212
|
args: AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
225
213
|
options: __HttpHandlerOptions,
|
|
226
|
-
cb: (
|
|
227
|
-
err: any,
|
|
228
|
-
data?: AcceptInboundCrossClusterSearchConnectionCommandOutput
|
|
229
|
-
) => void
|
|
230
|
-
): void;
|
|
231
|
-
addTags(
|
|
232
|
-
args: AddTagsCommandInput,
|
|
233
|
-
options?: __HttpHandlerOptions
|
|
234
|
-
): Promise<AddTagsCommandOutput>;
|
|
235
|
-
addTags(
|
|
236
|
-
args: AddTagsCommandInput,
|
|
237
|
-
cb: (err: any, data?: AddTagsCommandOutput) => void
|
|
214
|
+
cb: (err: any, data?: AcceptInboundCrossClusterSearchConnectionCommandOutput) => void,
|
|
238
215
|
): void;
|
|
216
|
+
addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
|
|
217
|
+
addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
239
218
|
addTags(
|
|
240
219
|
args: AddTagsCommandInput,
|
|
241
220
|
options: __HttpHandlerOptions,
|
|
242
|
-
cb: (err: any, data?: AddTagsCommandOutput) => void
|
|
221
|
+
cb: (err: any, data?: AddTagsCommandOutput) => void,
|
|
243
222
|
): void;
|
|
244
223
|
associatePackage(
|
|
245
224
|
args: AssociatePackageCommandInput,
|
|
246
|
-
options?: __HttpHandlerOptions
|
|
225
|
+
options?: __HttpHandlerOptions,
|
|
247
226
|
): Promise<AssociatePackageCommandOutput>;
|
|
248
227
|
associatePackage(
|
|
249
228
|
args: AssociatePackageCommandInput,
|
|
250
|
-
cb: (err: any, data?: AssociatePackageCommandOutput) => void
|
|
229
|
+
cb: (err: any, data?: AssociatePackageCommandOutput) => void,
|
|
251
230
|
): void;
|
|
252
231
|
associatePackage(
|
|
253
232
|
args: AssociatePackageCommandInput,
|
|
254
233
|
options: __HttpHandlerOptions,
|
|
255
|
-
cb: (err: any, data?: AssociatePackageCommandOutput) => void
|
|
234
|
+
cb: (err: any, data?: AssociatePackageCommandOutput) => void,
|
|
256
235
|
): void;
|
|
257
236
|
authorizeVpcEndpointAccess(
|
|
258
237
|
args: AuthorizeVpcEndpointAccessCommandInput,
|
|
259
|
-
options?: __HttpHandlerOptions
|
|
238
|
+
options?: __HttpHandlerOptions,
|
|
260
239
|
): Promise<AuthorizeVpcEndpointAccessCommandOutput>;
|
|
261
240
|
authorizeVpcEndpointAccess(
|
|
262
241
|
args: AuthorizeVpcEndpointAccessCommandInput,
|
|
263
|
-
cb: (err: any, data?: AuthorizeVpcEndpointAccessCommandOutput) => void
|
|
242
|
+
cb: (err: any, data?: AuthorizeVpcEndpointAccessCommandOutput) => void,
|
|
264
243
|
): void;
|
|
265
244
|
authorizeVpcEndpointAccess(
|
|
266
245
|
args: AuthorizeVpcEndpointAccessCommandInput,
|
|
267
246
|
options: __HttpHandlerOptions,
|
|
268
|
-
cb: (err: any, data?: AuthorizeVpcEndpointAccessCommandOutput) => void
|
|
247
|
+
cb: (err: any, data?: AuthorizeVpcEndpointAccessCommandOutput) => void,
|
|
269
248
|
): void;
|
|
270
249
|
cancelDomainConfigChange(
|
|
271
250
|
args: CancelDomainConfigChangeCommandInput,
|
|
272
|
-
options?: __HttpHandlerOptions
|
|
251
|
+
options?: __HttpHandlerOptions,
|
|
273
252
|
): Promise<CancelDomainConfigChangeCommandOutput>;
|
|
274
253
|
cancelDomainConfigChange(
|
|
275
254
|
args: CancelDomainConfigChangeCommandInput,
|
|
276
|
-
cb: (err: any, data?: CancelDomainConfigChangeCommandOutput) => void
|
|
255
|
+
cb: (err: any, data?: CancelDomainConfigChangeCommandOutput) => void,
|
|
277
256
|
): void;
|
|
278
257
|
cancelDomainConfigChange(
|
|
279
258
|
args: CancelDomainConfigChangeCommandInput,
|
|
280
259
|
options: __HttpHandlerOptions,
|
|
281
|
-
cb: (err: any, data?: CancelDomainConfigChangeCommandOutput) => void
|
|
260
|
+
cb: (err: any, data?: CancelDomainConfigChangeCommandOutput) => void,
|
|
282
261
|
): void;
|
|
283
262
|
cancelElasticsearchServiceSoftwareUpdate(
|
|
284
263
|
args: CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
285
|
-
options?: __HttpHandlerOptions
|
|
264
|
+
options?: __HttpHandlerOptions,
|
|
286
265
|
): Promise<CancelElasticsearchServiceSoftwareUpdateCommandOutput>;
|
|
287
266
|
cancelElasticsearchServiceSoftwareUpdate(
|
|
288
267
|
args: CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
289
|
-
cb: (
|
|
290
|
-
err: any,
|
|
291
|
-
data?: CancelElasticsearchServiceSoftwareUpdateCommandOutput
|
|
292
|
-
) => void
|
|
268
|
+
cb: (err: any, data?: CancelElasticsearchServiceSoftwareUpdateCommandOutput) => void,
|
|
293
269
|
): void;
|
|
294
270
|
cancelElasticsearchServiceSoftwareUpdate(
|
|
295
271
|
args: CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
296
272
|
options: __HttpHandlerOptions,
|
|
297
|
-
cb: (
|
|
298
|
-
err: any,
|
|
299
|
-
data?: CancelElasticsearchServiceSoftwareUpdateCommandOutput
|
|
300
|
-
) => void
|
|
273
|
+
cb: (err: any, data?: CancelElasticsearchServiceSoftwareUpdateCommandOutput) => void,
|
|
301
274
|
): void;
|
|
302
275
|
createElasticsearchDomain(
|
|
303
276
|
args: CreateElasticsearchDomainCommandInput,
|
|
304
|
-
options?: __HttpHandlerOptions
|
|
277
|
+
options?: __HttpHandlerOptions,
|
|
305
278
|
): Promise<CreateElasticsearchDomainCommandOutput>;
|
|
306
279
|
createElasticsearchDomain(
|
|
307
280
|
args: CreateElasticsearchDomainCommandInput,
|
|
308
|
-
cb: (err: any, data?: CreateElasticsearchDomainCommandOutput) => void
|
|
281
|
+
cb: (err: any, data?: CreateElasticsearchDomainCommandOutput) => void,
|
|
309
282
|
): void;
|
|
310
283
|
createElasticsearchDomain(
|
|
311
284
|
args: CreateElasticsearchDomainCommandInput,
|
|
312
285
|
options: __HttpHandlerOptions,
|
|
313
|
-
cb: (err: any, data?: CreateElasticsearchDomainCommandOutput) => void
|
|
286
|
+
cb: (err: any, data?: CreateElasticsearchDomainCommandOutput) => void,
|
|
314
287
|
): void;
|
|
315
288
|
createOutboundCrossClusterSearchConnection(
|
|
316
289
|
args: CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
317
|
-
options?: __HttpHandlerOptions
|
|
290
|
+
options?: __HttpHandlerOptions,
|
|
318
291
|
): Promise<CreateOutboundCrossClusterSearchConnectionCommandOutput>;
|
|
319
292
|
createOutboundCrossClusterSearchConnection(
|
|
320
293
|
args: CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
321
|
-
cb: (
|
|
322
|
-
err: any,
|
|
323
|
-
data?: CreateOutboundCrossClusterSearchConnectionCommandOutput
|
|
324
|
-
) => void
|
|
294
|
+
cb: (err: any, data?: CreateOutboundCrossClusterSearchConnectionCommandOutput) => void,
|
|
325
295
|
): void;
|
|
326
296
|
createOutboundCrossClusterSearchConnection(
|
|
327
297
|
args: CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
328
298
|
options: __HttpHandlerOptions,
|
|
329
|
-
cb: (
|
|
330
|
-
err: any,
|
|
331
|
-
data?: CreateOutboundCrossClusterSearchConnectionCommandOutput
|
|
332
|
-
) => void
|
|
299
|
+
cb: (err: any, data?: CreateOutboundCrossClusterSearchConnectionCommandOutput) => void,
|
|
333
300
|
): void;
|
|
334
301
|
createPackage(
|
|
335
302
|
args: CreatePackageCommandInput,
|
|
336
|
-
options?: __HttpHandlerOptions
|
|
303
|
+
options?: __HttpHandlerOptions,
|
|
337
304
|
): Promise<CreatePackageCommandOutput>;
|
|
338
305
|
createPackage(
|
|
339
306
|
args: CreatePackageCommandInput,
|
|
340
|
-
cb: (err: any, data?: CreatePackageCommandOutput) => void
|
|
307
|
+
cb: (err: any, data?: CreatePackageCommandOutput) => void,
|
|
341
308
|
): void;
|
|
342
309
|
createPackage(
|
|
343
310
|
args: CreatePackageCommandInput,
|
|
344
311
|
options: __HttpHandlerOptions,
|
|
345
|
-
cb: (err: any, data?: CreatePackageCommandOutput) => void
|
|
312
|
+
cb: (err: any, data?: CreatePackageCommandOutput) => void,
|
|
346
313
|
): void;
|
|
347
314
|
createVpcEndpoint(
|
|
348
315
|
args: CreateVpcEndpointCommandInput,
|
|
349
|
-
options?: __HttpHandlerOptions
|
|
316
|
+
options?: __HttpHandlerOptions,
|
|
350
317
|
): Promise<CreateVpcEndpointCommandOutput>;
|
|
351
318
|
createVpcEndpoint(
|
|
352
319
|
args: CreateVpcEndpointCommandInput,
|
|
353
|
-
cb: (err: any, data?: CreateVpcEndpointCommandOutput) => void
|
|
320
|
+
cb: (err: any, data?: CreateVpcEndpointCommandOutput) => void,
|
|
354
321
|
): void;
|
|
355
322
|
createVpcEndpoint(
|
|
356
323
|
args: CreateVpcEndpointCommandInput,
|
|
357
324
|
options: __HttpHandlerOptions,
|
|
358
|
-
cb: (err: any, data?: CreateVpcEndpointCommandOutput) => void
|
|
325
|
+
cb: (err: any, data?: CreateVpcEndpointCommandOutput) => void,
|
|
359
326
|
): void;
|
|
360
327
|
deleteElasticsearchDomain(
|
|
361
328
|
args: DeleteElasticsearchDomainCommandInput,
|
|
362
|
-
options?: __HttpHandlerOptions
|
|
329
|
+
options?: __HttpHandlerOptions,
|
|
363
330
|
): Promise<DeleteElasticsearchDomainCommandOutput>;
|
|
364
331
|
deleteElasticsearchDomain(
|
|
365
332
|
args: DeleteElasticsearchDomainCommandInput,
|
|
366
|
-
cb: (err: any, data?: DeleteElasticsearchDomainCommandOutput) => void
|
|
333
|
+
cb: (err: any, data?: DeleteElasticsearchDomainCommandOutput) => void,
|
|
367
334
|
): void;
|
|
368
335
|
deleteElasticsearchDomain(
|
|
369
336
|
args: DeleteElasticsearchDomainCommandInput,
|
|
370
337
|
options: __HttpHandlerOptions,
|
|
371
|
-
cb: (err: any, data?: DeleteElasticsearchDomainCommandOutput) => void
|
|
338
|
+
cb: (err: any, data?: DeleteElasticsearchDomainCommandOutput) => void,
|
|
372
339
|
): void;
|
|
373
340
|
deleteElasticsearchServiceRole(): Promise<DeleteElasticsearchServiceRoleCommandOutput>;
|
|
374
341
|
deleteElasticsearchServiceRole(
|
|
375
342
|
args: DeleteElasticsearchServiceRoleCommandInput,
|
|
376
|
-
options?: __HttpHandlerOptions
|
|
343
|
+
options?: __HttpHandlerOptions,
|
|
377
344
|
): Promise<DeleteElasticsearchServiceRoleCommandOutput>;
|
|
378
345
|
deleteElasticsearchServiceRole(
|
|
379
346
|
args: DeleteElasticsearchServiceRoleCommandInput,
|
|
380
|
-
cb: (err: any, data?: DeleteElasticsearchServiceRoleCommandOutput) => void
|
|
347
|
+
cb: (err: any, data?: DeleteElasticsearchServiceRoleCommandOutput) => void,
|
|
381
348
|
): void;
|
|
382
349
|
deleteElasticsearchServiceRole(
|
|
383
350
|
args: DeleteElasticsearchServiceRoleCommandInput,
|
|
384
351
|
options: __HttpHandlerOptions,
|
|
385
|
-
cb: (err: any, data?: DeleteElasticsearchServiceRoleCommandOutput) => void
|
|
352
|
+
cb: (err: any, data?: DeleteElasticsearchServiceRoleCommandOutput) => void,
|
|
386
353
|
): void;
|
|
387
354
|
deleteInboundCrossClusterSearchConnection(
|
|
388
355
|
args: DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
389
|
-
options?: __HttpHandlerOptions
|
|
356
|
+
options?: __HttpHandlerOptions,
|
|
390
357
|
): Promise<DeleteInboundCrossClusterSearchConnectionCommandOutput>;
|
|
391
358
|
deleteInboundCrossClusterSearchConnection(
|
|
392
359
|
args: DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
393
|
-
cb: (
|
|
394
|
-
err: any,
|
|
395
|
-
data?: DeleteInboundCrossClusterSearchConnectionCommandOutput
|
|
396
|
-
) => void
|
|
360
|
+
cb: (err: any, data?: DeleteInboundCrossClusterSearchConnectionCommandOutput) => void,
|
|
397
361
|
): void;
|
|
398
362
|
deleteInboundCrossClusterSearchConnection(
|
|
399
363
|
args: DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
400
364
|
options: __HttpHandlerOptions,
|
|
401
|
-
cb: (
|
|
402
|
-
err: any,
|
|
403
|
-
data?: DeleteInboundCrossClusterSearchConnectionCommandOutput
|
|
404
|
-
) => void
|
|
365
|
+
cb: (err: any, data?: DeleteInboundCrossClusterSearchConnectionCommandOutput) => void,
|
|
405
366
|
): void;
|
|
406
367
|
deleteOutboundCrossClusterSearchConnection(
|
|
407
368
|
args: DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
408
|
-
options?: __HttpHandlerOptions
|
|
369
|
+
options?: __HttpHandlerOptions,
|
|
409
370
|
): Promise<DeleteOutboundCrossClusterSearchConnectionCommandOutput>;
|
|
410
371
|
deleteOutboundCrossClusterSearchConnection(
|
|
411
372
|
args: DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
412
|
-
cb: (
|
|
413
|
-
err: any,
|
|
414
|
-
data?: DeleteOutboundCrossClusterSearchConnectionCommandOutput
|
|
415
|
-
) => void
|
|
373
|
+
cb: (err: any, data?: DeleteOutboundCrossClusterSearchConnectionCommandOutput) => void,
|
|
416
374
|
): void;
|
|
417
375
|
deleteOutboundCrossClusterSearchConnection(
|
|
418
376
|
args: DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
419
377
|
options: __HttpHandlerOptions,
|
|
420
|
-
cb: (
|
|
421
|
-
err: any,
|
|
422
|
-
data?: DeleteOutboundCrossClusterSearchConnectionCommandOutput
|
|
423
|
-
) => void
|
|
378
|
+
cb: (err: any, data?: DeleteOutboundCrossClusterSearchConnectionCommandOutput) => void,
|
|
424
379
|
): void;
|
|
425
380
|
deletePackage(
|
|
426
381
|
args: DeletePackageCommandInput,
|
|
427
|
-
options?: __HttpHandlerOptions
|
|
382
|
+
options?: __HttpHandlerOptions,
|
|
428
383
|
): Promise<DeletePackageCommandOutput>;
|
|
429
384
|
deletePackage(
|
|
430
385
|
args: DeletePackageCommandInput,
|
|
431
|
-
cb: (err: any, data?: DeletePackageCommandOutput) => void
|
|
386
|
+
cb: (err: any, data?: DeletePackageCommandOutput) => void,
|
|
432
387
|
): void;
|
|
433
388
|
deletePackage(
|
|
434
389
|
args: DeletePackageCommandInput,
|
|
435
390
|
options: __HttpHandlerOptions,
|
|
436
|
-
cb: (err: any, data?: DeletePackageCommandOutput) => void
|
|
391
|
+
cb: (err: any, data?: DeletePackageCommandOutput) => void,
|
|
437
392
|
): void;
|
|
438
393
|
deleteVpcEndpoint(
|
|
439
394
|
args: DeleteVpcEndpointCommandInput,
|
|
440
|
-
options?: __HttpHandlerOptions
|
|
395
|
+
options?: __HttpHandlerOptions,
|
|
441
396
|
): Promise<DeleteVpcEndpointCommandOutput>;
|
|
442
397
|
deleteVpcEndpoint(
|
|
443
398
|
args: DeleteVpcEndpointCommandInput,
|
|
444
|
-
cb: (err: any, data?: DeleteVpcEndpointCommandOutput) => void
|
|
399
|
+
cb: (err: any, data?: DeleteVpcEndpointCommandOutput) => void,
|
|
445
400
|
): void;
|
|
446
401
|
deleteVpcEndpoint(
|
|
447
402
|
args: DeleteVpcEndpointCommandInput,
|
|
448
403
|
options: __HttpHandlerOptions,
|
|
449
|
-
cb: (err: any, data?: DeleteVpcEndpointCommandOutput) => void
|
|
404
|
+
cb: (err: any, data?: DeleteVpcEndpointCommandOutput) => void,
|
|
450
405
|
): void;
|
|
451
406
|
describeDomainAutoTunes(
|
|
452
407
|
args: DescribeDomainAutoTunesCommandInput,
|
|
453
|
-
options?: __HttpHandlerOptions
|
|
408
|
+
options?: __HttpHandlerOptions,
|
|
454
409
|
): Promise<DescribeDomainAutoTunesCommandOutput>;
|
|
455
410
|
describeDomainAutoTunes(
|
|
456
411
|
args: DescribeDomainAutoTunesCommandInput,
|
|
457
|
-
cb: (err: any, data?: DescribeDomainAutoTunesCommandOutput) => void
|
|
412
|
+
cb: (err: any, data?: DescribeDomainAutoTunesCommandOutput) => void,
|
|
458
413
|
): void;
|
|
459
414
|
describeDomainAutoTunes(
|
|
460
415
|
args: DescribeDomainAutoTunesCommandInput,
|
|
461
416
|
options: __HttpHandlerOptions,
|
|
462
|
-
cb: (err: any, data?: DescribeDomainAutoTunesCommandOutput) => void
|
|
417
|
+
cb: (err: any, data?: DescribeDomainAutoTunesCommandOutput) => void,
|
|
463
418
|
): void;
|
|
464
419
|
describeDomainChangeProgress(
|
|
465
420
|
args: DescribeDomainChangeProgressCommandInput,
|
|
466
|
-
options?: __HttpHandlerOptions
|
|
421
|
+
options?: __HttpHandlerOptions,
|
|
467
422
|
): Promise<DescribeDomainChangeProgressCommandOutput>;
|
|
468
423
|
describeDomainChangeProgress(
|
|
469
424
|
args: DescribeDomainChangeProgressCommandInput,
|
|
470
|
-
cb: (err: any, data?: DescribeDomainChangeProgressCommandOutput) => void
|
|
425
|
+
cb: (err: any, data?: DescribeDomainChangeProgressCommandOutput) => void,
|
|
471
426
|
): void;
|
|
472
427
|
describeDomainChangeProgress(
|
|
473
428
|
args: DescribeDomainChangeProgressCommandInput,
|
|
474
429
|
options: __HttpHandlerOptions,
|
|
475
|
-
cb: (err: any, data?: DescribeDomainChangeProgressCommandOutput) => void
|
|
430
|
+
cb: (err: any, data?: DescribeDomainChangeProgressCommandOutput) => void,
|
|
476
431
|
): void;
|
|
477
432
|
describeElasticsearchDomain(
|
|
478
433
|
args: DescribeElasticsearchDomainCommandInput,
|
|
479
|
-
options?: __HttpHandlerOptions
|
|
434
|
+
options?: __HttpHandlerOptions,
|
|
480
435
|
): Promise<DescribeElasticsearchDomainCommandOutput>;
|
|
481
436
|
describeElasticsearchDomain(
|
|
482
437
|
args: DescribeElasticsearchDomainCommandInput,
|
|
483
|
-
cb: (err: any, data?: DescribeElasticsearchDomainCommandOutput) => void
|
|
438
|
+
cb: (err: any, data?: DescribeElasticsearchDomainCommandOutput) => void,
|
|
484
439
|
): void;
|
|
485
440
|
describeElasticsearchDomain(
|
|
486
441
|
args: DescribeElasticsearchDomainCommandInput,
|
|
487
442
|
options: __HttpHandlerOptions,
|
|
488
|
-
cb: (err: any, data?: DescribeElasticsearchDomainCommandOutput) => void
|
|
443
|
+
cb: (err: any, data?: DescribeElasticsearchDomainCommandOutput) => void,
|
|
489
444
|
): void;
|
|
490
445
|
describeElasticsearchDomainConfig(
|
|
491
446
|
args: DescribeElasticsearchDomainConfigCommandInput,
|
|
492
|
-
options?: __HttpHandlerOptions
|
|
447
|
+
options?: __HttpHandlerOptions,
|
|
493
448
|
): Promise<DescribeElasticsearchDomainConfigCommandOutput>;
|
|
494
449
|
describeElasticsearchDomainConfig(
|
|
495
450
|
args: DescribeElasticsearchDomainConfigCommandInput,
|
|
496
|
-
cb: (
|
|
497
|
-
err: any,
|
|
498
|
-
data?: DescribeElasticsearchDomainConfigCommandOutput
|
|
499
|
-
) => void
|
|
451
|
+
cb: (err: any, data?: DescribeElasticsearchDomainConfigCommandOutput) => void,
|
|
500
452
|
): void;
|
|
501
453
|
describeElasticsearchDomainConfig(
|
|
502
454
|
args: DescribeElasticsearchDomainConfigCommandInput,
|
|
503
455
|
options: __HttpHandlerOptions,
|
|
504
|
-
cb: (
|
|
505
|
-
err: any,
|
|
506
|
-
data?: DescribeElasticsearchDomainConfigCommandOutput
|
|
507
|
-
) => void
|
|
456
|
+
cb: (err: any, data?: DescribeElasticsearchDomainConfigCommandOutput) => void,
|
|
508
457
|
): void;
|
|
509
458
|
describeElasticsearchDomains(
|
|
510
459
|
args: DescribeElasticsearchDomainsCommandInput,
|
|
511
|
-
options?: __HttpHandlerOptions
|
|
460
|
+
options?: __HttpHandlerOptions,
|
|
512
461
|
): Promise<DescribeElasticsearchDomainsCommandOutput>;
|
|
513
462
|
describeElasticsearchDomains(
|
|
514
463
|
args: DescribeElasticsearchDomainsCommandInput,
|
|
515
|
-
cb: (err: any, data?: DescribeElasticsearchDomainsCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: DescribeElasticsearchDomainsCommandOutput) => void,
|
|
516
465
|
): void;
|
|
517
466
|
describeElasticsearchDomains(
|
|
518
467
|
args: DescribeElasticsearchDomainsCommandInput,
|
|
519
468
|
options: __HttpHandlerOptions,
|
|
520
|
-
cb: (err: any, data?: DescribeElasticsearchDomainsCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: DescribeElasticsearchDomainsCommandOutput) => void,
|
|
521
470
|
): void;
|
|
522
471
|
describeElasticsearchInstanceTypeLimits(
|
|
523
472
|
args: DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
524
|
-
options?: __HttpHandlerOptions
|
|
473
|
+
options?: __HttpHandlerOptions,
|
|
525
474
|
): Promise<DescribeElasticsearchInstanceTypeLimitsCommandOutput>;
|
|
526
475
|
describeElasticsearchInstanceTypeLimits(
|
|
527
476
|
args: DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
528
|
-
cb: (
|
|
529
|
-
err: any,
|
|
530
|
-
data?: DescribeElasticsearchInstanceTypeLimitsCommandOutput
|
|
531
|
-
) => void
|
|
477
|
+
cb: (err: any, data?: DescribeElasticsearchInstanceTypeLimitsCommandOutput) => void,
|
|
532
478
|
): void;
|
|
533
479
|
describeElasticsearchInstanceTypeLimits(
|
|
534
480
|
args: DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
535
481
|
options: __HttpHandlerOptions,
|
|
536
|
-
cb: (
|
|
537
|
-
err: any,
|
|
538
|
-
data?: DescribeElasticsearchInstanceTypeLimitsCommandOutput
|
|
539
|
-
) => void
|
|
482
|
+
cb: (err: any, data?: DescribeElasticsearchInstanceTypeLimitsCommandOutput) => void,
|
|
540
483
|
): void;
|
|
541
484
|
describeInboundCrossClusterSearchConnections(): Promise<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
|
|
542
485
|
describeInboundCrossClusterSearchConnections(
|
|
543
486
|
args: DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
544
|
-
options?: __HttpHandlerOptions
|
|
487
|
+
options?: __HttpHandlerOptions,
|
|
545
488
|
): Promise<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
|
|
546
489
|
describeInboundCrossClusterSearchConnections(
|
|
547
490
|
args: DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
548
|
-
cb: (
|
|
549
|
-
err: any,
|
|
550
|
-
data?: DescribeInboundCrossClusterSearchConnectionsCommandOutput
|
|
551
|
-
) => void
|
|
491
|
+
cb: (err: any, data?: DescribeInboundCrossClusterSearchConnectionsCommandOutput) => void,
|
|
552
492
|
): void;
|
|
553
493
|
describeInboundCrossClusterSearchConnections(
|
|
554
494
|
args: DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
555
495
|
options: __HttpHandlerOptions,
|
|
556
|
-
cb: (
|
|
557
|
-
err: any,
|
|
558
|
-
data?: DescribeInboundCrossClusterSearchConnectionsCommandOutput
|
|
559
|
-
) => void
|
|
496
|
+
cb: (err: any, data?: DescribeInboundCrossClusterSearchConnectionsCommandOutput) => void,
|
|
560
497
|
): void;
|
|
561
498
|
describeOutboundCrossClusterSearchConnections(): Promise<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
|
|
562
499
|
describeOutboundCrossClusterSearchConnections(
|
|
563
500
|
args: DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
564
|
-
options?: __HttpHandlerOptions
|
|
501
|
+
options?: __HttpHandlerOptions,
|
|
565
502
|
): Promise<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
|
|
566
503
|
describeOutboundCrossClusterSearchConnections(
|
|
567
504
|
args: DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
568
|
-
cb: (
|
|
569
|
-
err: any,
|
|
570
|
-
data?: DescribeOutboundCrossClusterSearchConnectionsCommandOutput
|
|
571
|
-
) => void
|
|
505
|
+
cb: (err: any, data?: DescribeOutboundCrossClusterSearchConnectionsCommandOutput) => void,
|
|
572
506
|
): void;
|
|
573
507
|
describeOutboundCrossClusterSearchConnections(
|
|
574
508
|
args: DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
575
509
|
options: __HttpHandlerOptions,
|
|
576
|
-
cb: (
|
|
577
|
-
err: any,
|
|
578
|
-
data?: DescribeOutboundCrossClusterSearchConnectionsCommandOutput
|
|
579
|
-
) => void
|
|
510
|
+
cb: (err: any, data?: DescribeOutboundCrossClusterSearchConnectionsCommandOutput) => void,
|
|
580
511
|
): void;
|
|
581
512
|
describePackages(): Promise<DescribePackagesCommandOutput>;
|
|
582
513
|
describePackages(
|
|
583
514
|
args: DescribePackagesCommandInput,
|
|
584
|
-
options?: __HttpHandlerOptions
|
|
515
|
+
options?: __HttpHandlerOptions,
|
|
585
516
|
): Promise<DescribePackagesCommandOutput>;
|
|
586
517
|
describePackages(
|
|
587
518
|
args: DescribePackagesCommandInput,
|
|
588
|
-
cb: (err: any, data?: DescribePackagesCommandOutput) => void
|
|
519
|
+
cb: (err: any, data?: DescribePackagesCommandOutput) => void,
|
|
589
520
|
): void;
|
|
590
521
|
describePackages(
|
|
591
522
|
args: DescribePackagesCommandInput,
|
|
592
523
|
options: __HttpHandlerOptions,
|
|
593
|
-
cb: (err: any, data?: DescribePackagesCommandOutput) => void
|
|
524
|
+
cb: (err: any, data?: DescribePackagesCommandOutput) => void,
|
|
594
525
|
): void;
|
|
595
526
|
describeReservedElasticsearchInstanceOfferings(): Promise<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
|
|
596
527
|
describeReservedElasticsearchInstanceOfferings(
|
|
597
528
|
args: DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
598
|
-
options?: __HttpHandlerOptions
|
|
529
|
+
options?: __HttpHandlerOptions,
|
|
599
530
|
): Promise<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
|
|
600
531
|
describeReservedElasticsearchInstanceOfferings(
|
|
601
532
|
args: DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
602
|
-
cb: (
|
|
603
|
-
err: any,
|
|
604
|
-
data?: DescribeReservedElasticsearchInstanceOfferingsCommandOutput
|
|
605
|
-
) => void
|
|
533
|
+
cb: (err: any, data?: DescribeReservedElasticsearchInstanceOfferingsCommandOutput) => void,
|
|
606
534
|
): void;
|
|
607
535
|
describeReservedElasticsearchInstanceOfferings(
|
|
608
536
|
args: DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
609
537
|
options: __HttpHandlerOptions,
|
|
610
|
-
cb: (
|
|
611
|
-
err: any,
|
|
612
|
-
data?: DescribeReservedElasticsearchInstanceOfferingsCommandOutput
|
|
613
|
-
) => void
|
|
538
|
+
cb: (err: any, data?: DescribeReservedElasticsearchInstanceOfferingsCommandOutput) => void,
|
|
614
539
|
): void;
|
|
615
540
|
describeReservedElasticsearchInstances(): Promise<DescribeReservedElasticsearchInstancesCommandOutput>;
|
|
616
541
|
describeReservedElasticsearchInstances(
|
|
617
542
|
args: DescribeReservedElasticsearchInstancesCommandInput,
|
|
618
|
-
options?: __HttpHandlerOptions
|
|
543
|
+
options?: __HttpHandlerOptions,
|
|
619
544
|
): Promise<DescribeReservedElasticsearchInstancesCommandOutput>;
|
|
620
545
|
describeReservedElasticsearchInstances(
|
|
621
546
|
args: DescribeReservedElasticsearchInstancesCommandInput,
|
|
622
|
-
cb: (
|
|
623
|
-
err: any,
|
|
624
|
-
data?: DescribeReservedElasticsearchInstancesCommandOutput
|
|
625
|
-
) => void
|
|
547
|
+
cb: (err: any, data?: DescribeReservedElasticsearchInstancesCommandOutput) => void,
|
|
626
548
|
): void;
|
|
627
549
|
describeReservedElasticsearchInstances(
|
|
628
550
|
args: DescribeReservedElasticsearchInstancesCommandInput,
|
|
629
551
|
options: __HttpHandlerOptions,
|
|
630
|
-
cb: (
|
|
631
|
-
err: any,
|
|
632
|
-
data?: DescribeReservedElasticsearchInstancesCommandOutput
|
|
633
|
-
) => void
|
|
552
|
+
cb: (err: any, data?: DescribeReservedElasticsearchInstancesCommandOutput) => void,
|
|
634
553
|
): void;
|
|
635
554
|
describeVpcEndpoints(
|
|
636
555
|
args: DescribeVpcEndpointsCommandInput,
|
|
637
|
-
options?: __HttpHandlerOptions
|
|
556
|
+
options?: __HttpHandlerOptions,
|
|
638
557
|
): Promise<DescribeVpcEndpointsCommandOutput>;
|
|
639
558
|
describeVpcEndpoints(
|
|
640
559
|
args: DescribeVpcEndpointsCommandInput,
|
|
641
|
-
cb: (err: any, data?: DescribeVpcEndpointsCommandOutput) => void
|
|
560
|
+
cb: (err: any, data?: DescribeVpcEndpointsCommandOutput) => void,
|
|
642
561
|
): void;
|
|
643
562
|
describeVpcEndpoints(
|
|
644
563
|
args: DescribeVpcEndpointsCommandInput,
|
|
645
564
|
options: __HttpHandlerOptions,
|
|
646
|
-
cb: (err: any, data?: DescribeVpcEndpointsCommandOutput) => void
|
|
565
|
+
cb: (err: any, data?: DescribeVpcEndpointsCommandOutput) => void,
|
|
647
566
|
): void;
|
|
648
567
|
dissociatePackage(
|
|
649
568
|
args: DissociatePackageCommandInput,
|
|
650
|
-
options?: __HttpHandlerOptions
|
|
569
|
+
options?: __HttpHandlerOptions,
|
|
651
570
|
): Promise<DissociatePackageCommandOutput>;
|
|
652
571
|
dissociatePackage(
|
|
653
572
|
args: DissociatePackageCommandInput,
|
|
654
|
-
cb: (err: any, data?: DissociatePackageCommandOutput) => void
|
|
573
|
+
cb: (err: any, data?: DissociatePackageCommandOutput) => void,
|
|
655
574
|
): void;
|
|
656
575
|
dissociatePackage(
|
|
657
576
|
args: DissociatePackageCommandInput,
|
|
658
577
|
options: __HttpHandlerOptions,
|
|
659
|
-
cb: (err: any, data?: DissociatePackageCommandOutput) => void
|
|
578
|
+
cb: (err: any, data?: DissociatePackageCommandOutput) => void,
|
|
660
579
|
): void;
|
|
661
580
|
getCompatibleElasticsearchVersions(): Promise<GetCompatibleElasticsearchVersionsCommandOutput>;
|
|
662
581
|
getCompatibleElasticsearchVersions(
|
|
663
582
|
args: GetCompatibleElasticsearchVersionsCommandInput,
|
|
664
|
-
options?: __HttpHandlerOptions
|
|
583
|
+
options?: __HttpHandlerOptions,
|
|
665
584
|
): Promise<GetCompatibleElasticsearchVersionsCommandOutput>;
|
|
666
585
|
getCompatibleElasticsearchVersions(
|
|
667
586
|
args: GetCompatibleElasticsearchVersionsCommandInput,
|
|
668
|
-
cb: (
|
|
669
|
-
err: any,
|
|
670
|
-
data?: GetCompatibleElasticsearchVersionsCommandOutput
|
|
671
|
-
) => void
|
|
587
|
+
cb: (err: any, data?: GetCompatibleElasticsearchVersionsCommandOutput) => void,
|
|
672
588
|
): void;
|
|
673
589
|
getCompatibleElasticsearchVersions(
|
|
674
590
|
args: GetCompatibleElasticsearchVersionsCommandInput,
|
|
675
591
|
options: __HttpHandlerOptions,
|
|
676
|
-
cb: (
|
|
677
|
-
err: any,
|
|
678
|
-
data?: GetCompatibleElasticsearchVersionsCommandOutput
|
|
679
|
-
) => void
|
|
592
|
+
cb: (err: any, data?: GetCompatibleElasticsearchVersionsCommandOutput) => void,
|
|
680
593
|
): void;
|
|
681
594
|
getPackageVersionHistory(
|
|
682
595
|
args: GetPackageVersionHistoryCommandInput,
|
|
683
|
-
options?: __HttpHandlerOptions
|
|
596
|
+
options?: __HttpHandlerOptions,
|
|
684
597
|
): Promise<GetPackageVersionHistoryCommandOutput>;
|
|
685
598
|
getPackageVersionHistory(
|
|
686
599
|
args: GetPackageVersionHistoryCommandInput,
|
|
687
|
-
cb: (err: any, data?: GetPackageVersionHistoryCommandOutput) => void
|
|
600
|
+
cb: (err: any, data?: GetPackageVersionHistoryCommandOutput) => void,
|
|
688
601
|
): void;
|
|
689
602
|
getPackageVersionHistory(
|
|
690
603
|
args: GetPackageVersionHistoryCommandInput,
|
|
691
604
|
options: __HttpHandlerOptions,
|
|
692
|
-
cb: (err: any, data?: GetPackageVersionHistoryCommandOutput) => void
|
|
605
|
+
cb: (err: any, data?: GetPackageVersionHistoryCommandOutput) => void,
|
|
693
606
|
): void;
|
|
694
607
|
getUpgradeHistory(
|
|
695
608
|
args: GetUpgradeHistoryCommandInput,
|
|
696
|
-
options?: __HttpHandlerOptions
|
|
609
|
+
options?: __HttpHandlerOptions,
|
|
697
610
|
): Promise<GetUpgradeHistoryCommandOutput>;
|
|
698
611
|
getUpgradeHistory(
|
|
699
612
|
args: GetUpgradeHistoryCommandInput,
|
|
700
|
-
cb: (err: any, data?: GetUpgradeHistoryCommandOutput) => void
|
|
613
|
+
cb: (err: any, data?: GetUpgradeHistoryCommandOutput) => void,
|
|
701
614
|
): void;
|
|
702
615
|
getUpgradeHistory(
|
|
703
616
|
args: GetUpgradeHistoryCommandInput,
|
|
704
617
|
options: __HttpHandlerOptions,
|
|
705
|
-
cb: (err: any, data?: GetUpgradeHistoryCommandOutput) => void
|
|
618
|
+
cb: (err: any, data?: GetUpgradeHistoryCommandOutput) => void,
|
|
706
619
|
): void;
|
|
707
620
|
getUpgradeStatus(
|
|
708
621
|
args: GetUpgradeStatusCommandInput,
|
|
709
|
-
options?: __HttpHandlerOptions
|
|
622
|
+
options?: __HttpHandlerOptions,
|
|
710
623
|
): Promise<GetUpgradeStatusCommandOutput>;
|
|
711
624
|
getUpgradeStatus(
|
|
712
625
|
args: GetUpgradeStatusCommandInput,
|
|
713
|
-
cb: (err: any, data?: GetUpgradeStatusCommandOutput) => void
|
|
626
|
+
cb: (err: any, data?: GetUpgradeStatusCommandOutput) => void,
|
|
714
627
|
): void;
|
|
715
628
|
getUpgradeStatus(
|
|
716
629
|
args: GetUpgradeStatusCommandInput,
|
|
717
630
|
options: __HttpHandlerOptions,
|
|
718
|
-
cb: (err: any, data?: GetUpgradeStatusCommandOutput) => void
|
|
631
|
+
cb: (err: any, data?: GetUpgradeStatusCommandOutput) => void,
|
|
719
632
|
): void;
|
|
720
633
|
listDomainNames(): Promise<ListDomainNamesCommandOutput>;
|
|
721
634
|
listDomainNames(
|
|
722
635
|
args: ListDomainNamesCommandInput,
|
|
723
|
-
options?: __HttpHandlerOptions
|
|
636
|
+
options?: __HttpHandlerOptions,
|
|
724
637
|
): Promise<ListDomainNamesCommandOutput>;
|
|
725
638
|
listDomainNames(
|
|
726
639
|
args: ListDomainNamesCommandInput,
|
|
727
|
-
cb: (err: any, data?: ListDomainNamesCommandOutput) => void
|
|
640
|
+
cb: (err: any, data?: ListDomainNamesCommandOutput) => void,
|
|
728
641
|
): void;
|
|
729
642
|
listDomainNames(
|
|
730
643
|
args: ListDomainNamesCommandInput,
|
|
731
644
|
options: __HttpHandlerOptions,
|
|
732
|
-
cb: (err: any, data?: ListDomainNamesCommandOutput) => void
|
|
645
|
+
cb: (err: any, data?: ListDomainNamesCommandOutput) => void,
|
|
733
646
|
): void;
|
|
734
647
|
listDomainsForPackage(
|
|
735
648
|
args: ListDomainsForPackageCommandInput,
|
|
736
|
-
options?: __HttpHandlerOptions
|
|
649
|
+
options?: __HttpHandlerOptions,
|
|
737
650
|
): Promise<ListDomainsForPackageCommandOutput>;
|
|
738
651
|
listDomainsForPackage(
|
|
739
652
|
args: ListDomainsForPackageCommandInput,
|
|
740
|
-
cb: (err: any, data?: ListDomainsForPackageCommandOutput) => void
|
|
653
|
+
cb: (err: any, data?: ListDomainsForPackageCommandOutput) => void,
|
|
741
654
|
): void;
|
|
742
655
|
listDomainsForPackage(
|
|
743
656
|
args: ListDomainsForPackageCommandInput,
|
|
744
657
|
options: __HttpHandlerOptions,
|
|
745
|
-
cb: (err: any, data?: ListDomainsForPackageCommandOutput) => void
|
|
658
|
+
cb: (err: any, data?: ListDomainsForPackageCommandOutput) => void,
|
|
746
659
|
): void;
|
|
747
660
|
listElasticsearchInstanceTypes(
|
|
748
661
|
args: ListElasticsearchInstanceTypesCommandInput,
|
|
749
|
-
options?: __HttpHandlerOptions
|
|
662
|
+
options?: __HttpHandlerOptions,
|
|
750
663
|
): Promise<ListElasticsearchInstanceTypesCommandOutput>;
|
|
751
664
|
listElasticsearchInstanceTypes(
|
|
752
665
|
args: ListElasticsearchInstanceTypesCommandInput,
|
|
753
|
-
cb: (err: any, data?: ListElasticsearchInstanceTypesCommandOutput) => void
|
|
666
|
+
cb: (err: any, data?: ListElasticsearchInstanceTypesCommandOutput) => void,
|
|
754
667
|
): void;
|
|
755
668
|
listElasticsearchInstanceTypes(
|
|
756
669
|
args: ListElasticsearchInstanceTypesCommandInput,
|
|
757
670
|
options: __HttpHandlerOptions,
|
|
758
|
-
cb: (err: any, data?: ListElasticsearchInstanceTypesCommandOutput) => void
|
|
671
|
+
cb: (err: any, data?: ListElasticsearchInstanceTypesCommandOutput) => void,
|
|
759
672
|
): void;
|
|
760
673
|
listElasticsearchVersions(): Promise<ListElasticsearchVersionsCommandOutput>;
|
|
761
674
|
listElasticsearchVersions(
|
|
762
675
|
args: ListElasticsearchVersionsCommandInput,
|
|
763
|
-
options?: __HttpHandlerOptions
|
|
676
|
+
options?: __HttpHandlerOptions,
|
|
764
677
|
): Promise<ListElasticsearchVersionsCommandOutput>;
|
|
765
678
|
listElasticsearchVersions(
|
|
766
679
|
args: ListElasticsearchVersionsCommandInput,
|
|
767
|
-
cb: (err: any, data?: ListElasticsearchVersionsCommandOutput) => void
|
|
680
|
+
cb: (err: any, data?: ListElasticsearchVersionsCommandOutput) => void,
|
|
768
681
|
): void;
|
|
769
682
|
listElasticsearchVersions(
|
|
770
683
|
args: ListElasticsearchVersionsCommandInput,
|
|
771
684
|
options: __HttpHandlerOptions,
|
|
772
|
-
cb: (err: any, data?: ListElasticsearchVersionsCommandOutput) => void
|
|
685
|
+
cb: (err: any, data?: ListElasticsearchVersionsCommandOutput) => void,
|
|
773
686
|
): void;
|
|
774
687
|
listPackagesForDomain(
|
|
775
688
|
args: ListPackagesForDomainCommandInput,
|
|
776
|
-
options?: __HttpHandlerOptions
|
|
689
|
+
options?: __HttpHandlerOptions,
|
|
777
690
|
): Promise<ListPackagesForDomainCommandOutput>;
|
|
778
691
|
listPackagesForDomain(
|
|
779
692
|
args: ListPackagesForDomainCommandInput,
|
|
780
|
-
cb: (err: any, data?: ListPackagesForDomainCommandOutput) => void
|
|
693
|
+
cb: (err: any, data?: ListPackagesForDomainCommandOutput) => void,
|
|
781
694
|
): void;
|
|
782
695
|
listPackagesForDomain(
|
|
783
696
|
args: ListPackagesForDomainCommandInput,
|
|
784
697
|
options: __HttpHandlerOptions,
|
|
785
|
-
cb: (err: any, data?: ListPackagesForDomainCommandOutput) => void
|
|
698
|
+
cb: (err: any, data?: ListPackagesForDomainCommandOutput) => void,
|
|
786
699
|
): void;
|
|
787
700
|
listTags(
|
|
788
701
|
args: ListTagsCommandInput,
|
|
789
|
-
options?: __HttpHandlerOptions
|
|
702
|
+
options?: __HttpHandlerOptions,
|
|
790
703
|
): Promise<ListTagsCommandOutput>;
|
|
791
|
-
listTags(
|
|
792
|
-
args: ListTagsCommandInput,
|
|
793
|
-
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
794
|
-
): void;
|
|
704
|
+
listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
795
705
|
listTags(
|
|
796
706
|
args: ListTagsCommandInput,
|
|
797
707
|
options: __HttpHandlerOptions,
|
|
798
|
-
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
708
|
+
cb: (err: any, data?: ListTagsCommandOutput) => void,
|
|
799
709
|
): void;
|
|
800
710
|
listVpcEndpointAccess(
|
|
801
711
|
args: ListVpcEndpointAccessCommandInput,
|
|
802
|
-
options?: __HttpHandlerOptions
|
|
712
|
+
options?: __HttpHandlerOptions,
|
|
803
713
|
): Promise<ListVpcEndpointAccessCommandOutput>;
|
|
804
714
|
listVpcEndpointAccess(
|
|
805
715
|
args: ListVpcEndpointAccessCommandInput,
|
|
806
|
-
cb: (err: any, data?: ListVpcEndpointAccessCommandOutput) => void
|
|
716
|
+
cb: (err: any, data?: ListVpcEndpointAccessCommandOutput) => void,
|
|
807
717
|
): void;
|
|
808
718
|
listVpcEndpointAccess(
|
|
809
719
|
args: ListVpcEndpointAccessCommandInput,
|
|
810
720
|
options: __HttpHandlerOptions,
|
|
811
|
-
cb: (err: any, data?: ListVpcEndpointAccessCommandOutput) => void
|
|
721
|
+
cb: (err: any, data?: ListVpcEndpointAccessCommandOutput) => void,
|
|
812
722
|
): void;
|
|
813
723
|
listVpcEndpoints(): Promise<ListVpcEndpointsCommandOutput>;
|
|
814
724
|
listVpcEndpoints(
|
|
815
725
|
args: ListVpcEndpointsCommandInput,
|
|
816
|
-
options?: __HttpHandlerOptions
|
|
726
|
+
options?: __HttpHandlerOptions,
|
|
817
727
|
): Promise<ListVpcEndpointsCommandOutput>;
|
|
818
728
|
listVpcEndpoints(
|
|
819
729
|
args: ListVpcEndpointsCommandInput,
|
|
820
|
-
cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void
|
|
730
|
+
cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void,
|
|
821
731
|
): void;
|
|
822
732
|
listVpcEndpoints(
|
|
823
733
|
args: ListVpcEndpointsCommandInput,
|
|
824
734
|
options: __HttpHandlerOptions,
|
|
825
|
-
cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void
|
|
735
|
+
cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void,
|
|
826
736
|
): void;
|
|
827
737
|
listVpcEndpointsForDomain(
|
|
828
738
|
args: ListVpcEndpointsForDomainCommandInput,
|
|
829
|
-
options?: __HttpHandlerOptions
|
|
739
|
+
options?: __HttpHandlerOptions,
|
|
830
740
|
): Promise<ListVpcEndpointsForDomainCommandOutput>;
|
|
831
741
|
listVpcEndpointsForDomain(
|
|
832
742
|
args: ListVpcEndpointsForDomainCommandInput,
|
|
833
|
-
cb: (err: any, data?: ListVpcEndpointsForDomainCommandOutput) => void
|
|
743
|
+
cb: (err: any, data?: ListVpcEndpointsForDomainCommandOutput) => void,
|
|
834
744
|
): void;
|
|
835
745
|
listVpcEndpointsForDomain(
|
|
836
746
|
args: ListVpcEndpointsForDomainCommandInput,
|
|
837
747
|
options: __HttpHandlerOptions,
|
|
838
|
-
cb: (err: any, data?: ListVpcEndpointsForDomainCommandOutput) => void
|
|
748
|
+
cb: (err: any, data?: ListVpcEndpointsForDomainCommandOutput) => void,
|
|
839
749
|
): void;
|
|
840
750
|
purchaseReservedElasticsearchInstanceOffering(
|
|
841
751
|
args: PurchaseReservedElasticsearchInstanceOfferingCommandInput,
|
|
842
|
-
options?: __HttpHandlerOptions
|
|
752
|
+
options?: __HttpHandlerOptions,
|
|
843
753
|
): Promise<PurchaseReservedElasticsearchInstanceOfferingCommandOutput>;
|
|
844
754
|
purchaseReservedElasticsearchInstanceOffering(
|
|
845
755
|
args: PurchaseReservedElasticsearchInstanceOfferingCommandInput,
|
|
846
|
-
cb: (
|
|
847
|
-
err: any,
|
|
848
|
-
data?: PurchaseReservedElasticsearchInstanceOfferingCommandOutput
|
|
849
|
-
) => void
|
|
756
|
+
cb: (err: any, data?: PurchaseReservedElasticsearchInstanceOfferingCommandOutput) => void,
|
|
850
757
|
): void;
|
|
851
758
|
purchaseReservedElasticsearchInstanceOffering(
|
|
852
759
|
args: PurchaseReservedElasticsearchInstanceOfferingCommandInput,
|
|
853
760
|
options: __HttpHandlerOptions,
|
|
854
|
-
cb: (
|
|
855
|
-
err: any,
|
|
856
|
-
data?: PurchaseReservedElasticsearchInstanceOfferingCommandOutput
|
|
857
|
-
) => void
|
|
761
|
+
cb: (err: any, data?: PurchaseReservedElasticsearchInstanceOfferingCommandOutput) => void,
|
|
858
762
|
): void;
|
|
859
763
|
rejectInboundCrossClusterSearchConnection(
|
|
860
764
|
args: RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
861
|
-
options?: __HttpHandlerOptions
|
|
765
|
+
options?: __HttpHandlerOptions,
|
|
862
766
|
): Promise<RejectInboundCrossClusterSearchConnectionCommandOutput>;
|
|
863
767
|
rejectInboundCrossClusterSearchConnection(
|
|
864
768
|
args: RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
865
|
-
cb: (
|
|
866
|
-
err: any,
|
|
867
|
-
data?: RejectInboundCrossClusterSearchConnectionCommandOutput
|
|
868
|
-
) => void
|
|
769
|
+
cb: (err: any, data?: RejectInboundCrossClusterSearchConnectionCommandOutput) => void,
|
|
869
770
|
): void;
|
|
870
771
|
rejectInboundCrossClusterSearchConnection(
|
|
871
772
|
args: RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
872
773
|
options: __HttpHandlerOptions,
|
|
873
|
-
cb: (
|
|
874
|
-
err: any,
|
|
875
|
-
data?: RejectInboundCrossClusterSearchConnectionCommandOutput
|
|
876
|
-
) => void
|
|
774
|
+
cb: (err: any, data?: RejectInboundCrossClusterSearchConnectionCommandOutput) => void,
|
|
877
775
|
): void;
|
|
878
776
|
removeTags(
|
|
879
777
|
args: RemoveTagsCommandInput,
|
|
880
|
-
options?: __HttpHandlerOptions
|
|
778
|
+
options?: __HttpHandlerOptions,
|
|
881
779
|
): Promise<RemoveTagsCommandOutput>;
|
|
882
780
|
removeTags(
|
|
883
781
|
args: RemoveTagsCommandInput,
|
|
884
|
-
cb: (err: any, data?: RemoveTagsCommandOutput) => void
|
|
782
|
+
cb: (err: any, data?: RemoveTagsCommandOutput) => void,
|
|
885
783
|
): void;
|
|
886
784
|
removeTags(
|
|
887
785
|
args: RemoveTagsCommandInput,
|
|
888
786
|
options: __HttpHandlerOptions,
|
|
889
|
-
cb: (err: any, data?: RemoveTagsCommandOutput) => void
|
|
787
|
+
cb: (err: any, data?: RemoveTagsCommandOutput) => void,
|
|
890
788
|
): void;
|
|
891
789
|
revokeVpcEndpointAccess(
|
|
892
790
|
args: RevokeVpcEndpointAccessCommandInput,
|
|
893
|
-
options?: __HttpHandlerOptions
|
|
791
|
+
options?: __HttpHandlerOptions,
|
|
894
792
|
): Promise<RevokeVpcEndpointAccessCommandOutput>;
|
|
895
793
|
revokeVpcEndpointAccess(
|
|
896
794
|
args: RevokeVpcEndpointAccessCommandInput,
|
|
897
|
-
cb: (err: any, data?: RevokeVpcEndpointAccessCommandOutput) => void
|
|
795
|
+
cb: (err: any, data?: RevokeVpcEndpointAccessCommandOutput) => void,
|
|
898
796
|
): void;
|
|
899
797
|
revokeVpcEndpointAccess(
|
|
900
798
|
args: RevokeVpcEndpointAccessCommandInput,
|
|
901
799
|
options: __HttpHandlerOptions,
|
|
902
|
-
cb: (err: any, data?: RevokeVpcEndpointAccessCommandOutput) => void
|
|
800
|
+
cb: (err: any, data?: RevokeVpcEndpointAccessCommandOutput) => void,
|
|
903
801
|
): void;
|
|
904
802
|
startElasticsearchServiceSoftwareUpdate(
|
|
905
803
|
args: StartElasticsearchServiceSoftwareUpdateCommandInput,
|
|
906
|
-
options?: __HttpHandlerOptions
|
|
804
|
+
options?: __HttpHandlerOptions,
|
|
907
805
|
): Promise<StartElasticsearchServiceSoftwareUpdateCommandOutput>;
|
|
908
806
|
startElasticsearchServiceSoftwareUpdate(
|
|
909
807
|
args: StartElasticsearchServiceSoftwareUpdateCommandInput,
|
|
910
|
-
cb: (
|
|
911
|
-
err: any,
|
|
912
|
-
data?: StartElasticsearchServiceSoftwareUpdateCommandOutput
|
|
913
|
-
) => void
|
|
808
|
+
cb: (err: any, data?: StartElasticsearchServiceSoftwareUpdateCommandOutput) => void,
|
|
914
809
|
): void;
|
|
915
810
|
startElasticsearchServiceSoftwareUpdate(
|
|
916
811
|
args: StartElasticsearchServiceSoftwareUpdateCommandInput,
|
|
917
812
|
options: __HttpHandlerOptions,
|
|
918
|
-
cb: (
|
|
919
|
-
err: any,
|
|
920
|
-
data?: StartElasticsearchServiceSoftwareUpdateCommandOutput
|
|
921
|
-
) => void
|
|
813
|
+
cb: (err: any, data?: StartElasticsearchServiceSoftwareUpdateCommandOutput) => void,
|
|
922
814
|
): void;
|
|
923
815
|
updateElasticsearchDomainConfig(
|
|
924
816
|
args: UpdateElasticsearchDomainConfigCommandInput,
|
|
925
|
-
options?: __HttpHandlerOptions
|
|
817
|
+
options?: __HttpHandlerOptions,
|
|
926
818
|
): Promise<UpdateElasticsearchDomainConfigCommandOutput>;
|
|
927
819
|
updateElasticsearchDomainConfig(
|
|
928
820
|
args: UpdateElasticsearchDomainConfigCommandInput,
|
|
929
|
-
cb: (err: any, data?: UpdateElasticsearchDomainConfigCommandOutput) => void
|
|
821
|
+
cb: (err: any, data?: UpdateElasticsearchDomainConfigCommandOutput) => void,
|
|
930
822
|
): void;
|
|
931
823
|
updateElasticsearchDomainConfig(
|
|
932
824
|
args: UpdateElasticsearchDomainConfigCommandInput,
|
|
933
825
|
options: __HttpHandlerOptions,
|
|
934
|
-
cb: (err: any, data?: UpdateElasticsearchDomainConfigCommandOutput) => void
|
|
826
|
+
cb: (err: any, data?: UpdateElasticsearchDomainConfigCommandOutput) => void,
|
|
935
827
|
): void;
|
|
936
828
|
updatePackage(
|
|
937
829
|
args: UpdatePackageCommandInput,
|
|
938
|
-
options?: __HttpHandlerOptions
|
|
830
|
+
options?: __HttpHandlerOptions,
|
|
939
831
|
): Promise<UpdatePackageCommandOutput>;
|
|
940
832
|
updatePackage(
|
|
941
833
|
args: UpdatePackageCommandInput,
|
|
942
|
-
cb: (err: any, data?: UpdatePackageCommandOutput) => void
|
|
834
|
+
cb: (err: any, data?: UpdatePackageCommandOutput) => void,
|
|
943
835
|
): void;
|
|
944
836
|
updatePackage(
|
|
945
837
|
args: UpdatePackageCommandInput,
|
|
946
838
|
options: __HttpHandlerOptions,
|
|
947
|
-
cb: (err: any, data?: UpdatePackageCommandOutput) => void
|
|
839
|
+
cb: (err: any, data?: UpdatePackageCommandOutput) => void,
|
|
948
840
|
): void;
|
|
949
841
|
updateVpcEndpoint(
|
|
950
842
|
args: UpdateVpcEndpointCommandInput,
|
|
951
|
-
options?: __HttpHandlerOptions
|
|
843
|
+
options?: __HttpHandlerOptions,
|
|
952
844
|
): Promise<UpdateVpcEndpointCommandOutput>;
|
|
953
845
|
updateVpcEndpoint(
|
|
954
846
|
args: UpdateVpcEndpointCommandInput,
|
|
955
|
-
cb: (err: any, data?: UpdateVpcEndpointCommandOutput) => void
|
|
847
|
+
cb: (err: any, data?: UpdateVpcEndpointCommandOutput) => void,
|
|
956
848
|
): void;
|
|
957
849
|
updateVpcEndpoint(
|
|
958
850
|
args: UpdateVpcEndpointCommandInput,
|
|
959
851
|
options: __HttpHandlerOptions,
|
|
960
|
-
cb: (err: any, data?: UpdateVpcEndpointCommandOutput) => void
|
|
852
|
+
cb: (err: any, data?: UpdateVpcEndpointCommandOutput) => void,
|
|
961
853
|
): void;
|
|
962
854
|
upgradeElasticsearchDomain(
|
|
963
855
|
args: UpgradeElasticsearchDomainCommandInput,
|
|
964
|
-
options?: __HttpHandlerOptions
|
|
856
|
+
options?: __HttpHandlerOptions,
|
|
965
857
|
): Promise<UpgradeElasticsearchDomainCommandOutput>;
|
|
966
858
|
upgradeElasticsearchDomain(
|
|
967
859
|
args: UpgradeElasticsearchDomainCommandInput,
|
|
968
|
-
cb: (err: any, data?: UpgradeElasticsearchDomainCommandOutput) => void
|
|
860
|
+
cb: (err: any, data?: UpgradeElasticsearchDomainCommandOutput) => void,
|
|
969
861
|
): void;
|
|
970
862
|
upgradeElasticsearchDomain(
|
|
971
863
|
args: UpgradeElasticsearchDomainCommandInput,
|
|
972
864
|
options: __HttpHandlerOptions,
|
|
973
|
-
cb: (err: any, data?: UpgradeElasticsearchDomainCommandOutput) => void
|
|
865
|
+
cb: (err: any, data?: UpgradeElasticsearchDomainCommandOutput) => void,
|
|
974
866
|
): void;
|
|
975
867
|
paginateDescribeDomainAutoTunes(
|
|
976
868
|
args: DescribeDomainAutoTunesCommandInput,
|
|
977
869
|
paginationConfig?: Pick<
|
|
978
870
|
PaginationConfiguration,
|
|
979
871
|
Exclude<keyof PaginationConfiguration, "client">
|
|
980
|
-
|
|
872
|
+
>,
|
|
981
873
|
): Paginator<DescribeDomainAutoTunesCommandOutput>;
|
|
982
874
|
paginateDescribeInboundCrossClusterSearchConnections(
|
|
983
875
|
args?: DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
984
876
|
paginationConfig?: Pick<
|
|
985
877
|
PaginationConfiguration,
|
|
986
878
|
Exclude<keyof PaginationConfiguration, "client">
|
|
987
|
-
|
|
879
|
+
>,
|
|
988
880
|
): Paginator<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
|
|
989
881
|
paginateDescribeOutboundCrossClusterSearchConnections(
|
|
990
882
|
args?: DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
991
883
|
paginationConfig?: Pick<
|
|
992
884
|
PaginationConfiguration,
|
|
993
885
|
Exclude<keyof PaginationConfiguration, "client">
|
|
994
|
-
|
|
886
|
+
>,
|
|
995
887
|
): Paginator<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
|
|
996
888
|
paginateDescribePackages(
|
|
997
889
|
args?: DescribePackagesCommandInput,
|
|
998
890
|
paginationConfig?: Pick<
|
|
999
891
|
PaginationConfiguration,
|
|
1000
892
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1001
|
-
|
|
893
|
+
>,
|
|
1002
894
|
): Paginator<DescribePackagesCommandOutput>;
|
|
1003
895
|
paginateDescribeReservedElasticsearchInstanceOfferings(
|
|
1004
896
|
args?: DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
1005
897
|
paginationConfig?: Pick<
|
|
1006
898
|
PaginationConfiguration,
|
|
1007
899
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1008
|
-
|
|
900
|
+
>,
|
|
1009
901
|
): Paginator<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
|
|
1010
902
|
paginateDescribeReservedElasticsearchInstances(
|
|
1011
903
|
args?: DescribeReservedElasticsearchInstancesCommandInput,
|
|
1012
904
|
paginationConfig?: Pick<
|
|
1013
905
|
PaginationConfiguration,
|
|
1014
906
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1015
|
-
|
|
907
|
+
>,
|
|
1016
908
|
): Paginator<DescribeReservedElasticsearchInstancesCommandOutput>;
|
|
1017
909
|
paginateGetPackageVersionHistory(
|
|
1018
910
|
args: GetPackageVersionHistoryCommandInput,
|
|
1019
911
|
paginationConfig?: Pick<
|
|
1020
912
|
PaginationConfiguration,
|
|
1021
913
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1022
|
-
|
|
914
|
+
>,
|
|
1023
915
|
): Paginator<GetPackageVersionHistoryCommandOutput>;
|
|
1024
916
|
paginateGetUpgradeHistory(
|
|
1025
917
|
args: GetUpgradeHistoryCommandInput,
|
|
1026
918
|
paginationConfig?: Pick<
|
|
1027
919
|
PaginationConfiguration,
|
|
1028
920
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1029
|
-
|
|
921
|
+
>,
|
|
1030
922
|
): Paginator<GetUpgradeHistoryCommandOutput>;
|
|
1031
923
|
paginateListDomainsForPackage(
|
|
1032
924
|
args: ListDomainsForPackageCommandInput,
|
|
1033
925
|
paginationConfig?: Pick<
|
|
1034
926
|
PaginationConfiguration,
|
|
1035
927
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1036
|
-
|
|
928
|
+
>,
|
|
1037
929
|
): Paginator<ListDomainsForPackageCommandOutput>;
|
|
1038
930
|
paginateListElasticsearchInstanceTypes(
|
|
1039
931
|
args: ListElasticsearchInstanceTypesCommandInput,
|
|
1040
932
|
paginationConfig?: Pick<
|
|
1041
933
|
PaginationConfiguration,
|
|
1042
934
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1043
|
-
|
|
935
|
+
>,
|
|
1044
936
|
): Paginator<ListElasticsearchInstanceTypesCommandOutput>;
|
|
1045
937
|
paginateListElasticsearchVersions(
|
|
1046
938
|
args?: ListElasticsearchVersionsCommandInput,
|
|
1047
939
|
paginationConfig?: Pick<
|
|
1048
940
|
PaginationConfiguration,
|
|
1049
941
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1050
|
-
|
|
942
|
+
>,
|
|
1051
943
|
): Paginator<ListElasticsearchVersionsCommandOutput>;
|
|
1052
944
|
paginateListPackagesForDomain(
|
|
1053
945
|
args: ListPackagesForDomainCommandInput,
|
|
1054
946
|
paginationConfig?: Pick<
|
|
1055
947
|
PaginationConfiguration,
|
|
1056
948
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1057
|
-
|
|
949
|
+
>,
|
|
1058
950
|
): Paginator<ListPackagesForDomainCommandOutput>;
|
|
1059
951
|
}
|
|
1060
952
|
export declare class ElasticsearchService
|