@aws-sdk/client-elasticsearch-service 3.170.0 → 3.178.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/ElasticsearchService.d.ts +0 -41
  6. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +0 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -617
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  54. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-elasticsearch-service
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-elasticsearch-service
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-elasticsearch-service
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -164,7 +164,6 @@ import {
164
164
  UpgradeElasticsearchDomainCommandOutput,
165
165
  } from "./commands/UpgradeElasticsearchDomainCommand";
166
166
  import { ElasticsearchServiceClient } from "./ElasticsearchServiceClient";
167
-
168
167
  export declare class ElasticsearchService extends ElasticsearchServiceClient {
169
168
  acceptInboundCrossClusterSearchConnection(
170
169
  args: AcceptInboundCrossClusterSearchConnectionCommandInput,
@@ -185,7 +184,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
185
184
  data?: AcceptInboundCrossClusterSearchConnectionCommandOutput
186
185
  ) => void
187
186
  ): void;
188
-
189
187
  addTags(
190
188
  args: AddTagsCommandInput,
191
189
  options?: __HttpHandlerOptions
@@ -199,7 +197,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
199
197
  options: __HttpHandlerOptions,
200
198
  cb: (err: any, data?: AddTagsCommandOutput) => void
201
199
  ): void;
202
-
203
200
  associatePackage(
204
201
  args: AssociatePackageCommandInput,
205
202
  options?: __HttpHandlerOptions
@@ -213,7 +210,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
213
210
  options: __HttpHandlerOptions,
214
211
  cb: (err: any, data?: AssociatePackageCommandOutput) => void
215
212
  ): void;
216
-
217
213
  cancelElasticsearchServiceSoftwareUpdate(
218
214
  args: CancelElasticsearchServiceSoftwareUpdateCommandInput,
219
215
  options?: __HttpHandlerOptions
@@ -233,7 +229,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
233
229
  data?: CancelElasticsearchServiceSoftwareUpdateCommandOutput
234
230
  ) => void
235
231
  ): void;
236
-
237
232
  createElasticsearchDomain(
238
233
  args: CreateElasticsearchDomainCommandInput,
239
234
  options?: __HttpHandlerOptions
@@ -247,7 +242,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
247
242
  options: __HttpHandlerOptions,
248
243
  cb: (err: any, data?: CreateElasticsearchDomainCommandOutput) => void
249
244
  ): void;
250
-
251
245
  createOutboundCrossClusterSearchConnection(
252
246
  args: CreateOutboundCrossClusterSearchConnectionCommandInput,
253
247
  options?: __HttpHandlerOptions
@@ -267,7 +261,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
267
261
  data?: CreateOutboundCrossClusterSearchConnectionCommandOutput
268
262
  ) => void
269
263
  ): void;
270
-
271
264
  createPackage(
272
265
  args: CreatePackageCommandInput,
273
266
  options?: __HttpHandlerOptions
@@ -281,7 +274,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
281
274
  options: __HttpHandlerOptions,
282
275
  cb: (err: any, data?: CreatePackageCommandOutput) => void
283
276
  ): void;
284
-
285
277
  deleteElasticsearchDomain(
286
278
  args: DeleteElasticsearchDomainCommandInput,
287
279
  options?: __HttpHandlerOptions
@@ -295,7 +287,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
295
287
  options: __HttpHandlerOptions,
296
288
  cb: (err: any, data?: DeleteElasticsearchDomainCommandOutput) => void
297
289
  ): void;
298
-
299
290
  deleteElasticsearchServiceRole(
300
291
  args: DeleteElasticsearchServiceRoleCommandInput,
301
292
  options?: __HttpHandlerOptions
@@ -309,7 +300,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
309
300
  options: __HttpHandlerOptions,
310
301
  cb: (err: any, data?: DeleteElasticsearchServiceRoleCommandOutput) => void
311
302
  ): void;
312
-
313
303
  deleteInboundCrossClusterSearchConnection(
314
304
  args: DeleteInboundCrossClusterSearchConnectionCommandInput,
315
305
  options?: __HttpHandlerOptions
@@ -329,7 +319,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
329
319
  data?: DeleteInboundCrossClusterSearchConnectionCommandOutput
330
320
  ) => void
331
321
  ): void;
332
-
333
322
  deleteOutboundCrossClusterSearchConnection(
334
323
  args: DeleteOutboundCrossClusterSearchConnectionCommandInput,
335
324
  options?: __HttpHandlerOptions
@@ -349,7 +338,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
349
338
  data?: DeleteOutboundCrossClusterSearchConnectionCommandOutput
350
339
  ) => void
351
340
  ): void;
352
-
353
341
  deletePackage(
354
342
  args: DeletePackageCommandInput,
355
343
  options?: __HttpHandlerOptions
@@ -363,7 +351,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
363
351
  options: __HttpHandlerOptions,
364
352
  cb: (err: any, data?: DeletePackageCommandOutput) => void
365
353
  ): void;
366
-
367
354
  describeDomainAutoTunes(
368
355
  args: DescribeDomainAutoTunesCommandInput,
369
356
  options?: __HttpHandlerOptions
@@ -377,7 +364,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
377
364
  options: __HttpHandlerOptions,
378
365
  cb: (err: any, data?: DescribeDomainAutoTunesCommandOutput) => void
379
366
  ): void;
380
-
381
367
  describeDomainChangeProgress(
382
368
  args: DescribeDomainChangeProgressCommandInput,
383
369
  options?: __HttpHandlerOptions
@@ -391,7 +377,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
391
377
  options: __HttpHandlerOptions,
392
378
  cb: (err: any, data?: DescribeDomainChangeProgressCommandOutput) => void
393
379
  ): void;
394
-
395
380
  describeElasticsearchDomain(
396
381
  args: DescribeElasticsearchDomainCommandInput,
397
382
  options?: __HttpHandlerOptions
@@ -405,7 +390,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
405
390
  options: __HttpHandlerOptions,
406
391
  cb: (err: any, data?: DescribeElasticsearchDomainCommandOutput) => void
407
392
  ): void;
408
-
409
393
  describeElasticsearchDomainConfig(
410
394
  args: DescribeElasticsearchDomainConfigCommandInput,
411
395
  options?: __HttpHandlerOptions
@@ -425,7 +409,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
425
409
  data?: DescribeElasticsearchDomainConfigCommandOutput
426
410
  ) => void
427
411
  ): void;
428
-
429
412
  describeElasticsearchDomains(
430
413
  args: DescribeElasticsearchDomainsCommandInput,
431
414
  options?: __HttpHandlerOptions
@@ -439,7 +422,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
439
422
  options: __HttpHandlerOptions,
440
423
  cb: (err: any, data?: DescribeElasticsearchDomainsCommandOutput) => void
441
424
  ): void;
442
-
443
425
  describeElasticsearchInstanceTypeLimits(
444
426
  args: DescribeElasticsearchInstanceTypeLimitsCommandInput,
445
427
  options?: __HttpHandlerOptions
@@ -459,7 +441,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
459
441
  data?: DescribeElasticsearchInstanceTypeLimitsCommandOutput
460
442
  ) => void
461
443
  ): void;
462
-
463
444
  describeInboundCrossClusterSearchConnections(
464
445
  args: DescribeInboundCrossClusterSearchConnectionsCommandInput,
465
446
  options?: __HttpHandlerOptions
@@ -479,7 +460,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
479
460
  data?: DescribeInboundCrossClusterSearchConnectionsCommandOutput
480
461
  ) => void
481
462
  ): void;
482
-
483
463
  describeOutboundCrossClusterSearchConnections(
484
464
  args: DescribeOutboundCrossClusterSearchConnectionsCommandInput,
485
465
  options?: __HttpHandlerOptions
@@ -499,7 +479,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
499
479
  data?: DescribeOutboundCrossClusterSearchConnectionsCommandOutput
500
480
  ) => void
501
481
  ): void;
502
-
503
482
  describePackages(
504
483
  args: DescribePackagesCommandInput,
505
484
  options?: __HttpHandlerOptions
@@ -513,7 +492,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
513
492
  options: __HttpHandlerOptions,
514
493
  cb: (err: any, data?: DescribePackagesCommandOutput) => void
515
494
  ): void;
516
-
517
495
  describeReservedElasticsearchInstanceOfferings(
518
496
  args: DescribeReservedElasticsearchInstanceOfferingsCommandInput,
519
497
  options?: __HttpHandlerOptions
@@ -533,7 +511,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
533
511
  data?: DescribeReservedElasticsearchInstanceOfferingsCommandOutput
534
512
  ) => void
535
513
  ): void;
536
-
537
514
  describeReservedElasticsearchInstances(
538
515
  args: DescribeReservedElasticsearchInstancesCommandInput,
539
516
  options?: __HttpHandlerOptions
@@ -553,7 +530,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
553
530
  data?: DescribeReservedElasticsearchInstancesCommandOutput
554
531
  ) => void
555
532
  ): void;
556
-
557
533
  dissociatePackage(
558
534
  args: DissociatePackageCommandInput,
559
535
  options?: __HttpHandlerOptions
@@ -567,7 +543,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
567
543
  options: __HttpHandlerOptions,
568
544
  cb: (err: any, data?: DissociatePackageCommandOutput) => void
569
545
  ): void;
570
-
571
546
  getCompatibleElasticsearchVersions(
572
547
  args: GetCompatibleElasticsearchVersionsCommandInput,
573
548
  options?: __HttpHandlerOptions
@@ -587,7 +562,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
587
562
  data?: GetCompatibleElasticsearchVersionsCommandOutput
588
563
  ) => void
589
564
  ): void;
590
-
591
565
  getPackageVersionHistory(
592
566
  args: GetPackageVersionHistoryCommandInput,
593
567
  options?: __HttpHandlerOptions
@@ -601,7 +575,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
601
575
  options: __HttpHandlerOptions,
602
576
  cb: (err: any, data?: GetPackageVersionHistoryCommandOutput) => void
603
577
  ): void;
604
-
605
578
  getUpgradeHistory(
606
579
  args: GetUpgradeHistoryCommandInput,
607
580
  options?: __HttpHandlerOptions
@@ -615,7 +588,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
615
588
  options: __HttpHandlerOptions,
616
589
  cb: (err: any, data?: GetUpgradeHistoryCommandOutput) => void
617
590
  ): void;
618
-
619
591
  getUpgradeStatus(
620
592
  args: GetUpgradeStatusCommandInput,
621
593
  options?: __HttpHandlerOptions
@@ -629,7 +601,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
629
601
  options: __HttpHandlerOptions,
630
602
  cb: (err: any, data?: GetUpgradeStatusCommandOutput) => void
631
603
  ): void;
632
-
633
604
  listDomainNames(
634
605
  args: ListDomainNamesCommandInput,
635
606
  options?: __HttpHandlerOptions
@@ -643,7 +614,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
643
614
  options: __HttpHandlerOptions,
644
615
  cb: (err: any, data?: ListDomainNamesCommandOutput) => void
645
616
  ): void;
646
-
647
617
  listDomainsForPackage(
648
618
  args: ListDomainsForPackageCommandInput,
649
619
  options?: __HttpHandlerOptions
@@ -657,7 +627,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
657
627
  options: __HttpHandlerOptions,
658
628
  cb: (err: any, data?: ListDomainsForPackageCommandOutput) => void
659
629
  ): void;
660
-
661
630
  listElasticsearchInstanceTypes(
662
631
  args: ListElasticsearchInstanceTypesCommandInput,
663
632
  options?: __HttpHandlerOptions
@@ -671,7 +640,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
671
640
  options: __HttpHandlerOptions,
672
641
  cb: (err: any, data?: ListElasticsearchInstanceTypesCommandOutput) => void
673
642
  ): void;
674
-
675
643
  listElasticsearchVersions(
676
644
  args: ListElasticsearchVersionsCommandInput,
677
645
  options?: __HttpHandlerOptions
@@ -685,7 +653,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
685
653
  options: __HttpHandlerOptions,
686
654
  cb: (err: any, data?: ListElasticsearchVersionsCommandOutput) => void
687
655
  ): void;
688
-
689
656
  listPackagesForDomain(
690
657
  args: ListPackagesForDomainCommandInput,
691
658
  options?: __HttpHandlerOptions
@@ -699,7 +666,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
699
666
  options: __HttpHandlerOptions,
700
667
  cb: (err: any, data?: ListPackagesForDomainCommandOutput) => void
701
668
  ): void;
702
-
703
669
  listTags(
704
670
  args: ListTagsCommandInput,
705
671
  options?: __HttpHandlerOptions
@@ -713,7 +679,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
713
679
  options: __HttpHandlerOptions,
714
680
  cb: (err: any, data?: ListTagsCommandOutput) => void
715
681
  ): void;
716
-
717
682
  purchaseReservedElasticsearchInstanceOffering(
718
683
  args: PurchaseReservedElasticsearchInstanceOfferingCommandInput,
719
684
  options?: __HttpHandlerOptions
@@ -733,7 +698,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
733
698
  data?: PurchaseReservedElasticsearchInstanceOfferingCommandOutput
734
699
  ) => void
735
700
  ): void;
736
-
737
701
  rejectInboundCrossClusterSearchConnection(
738
702
  args: RejectInboundCrossClusterSearchConnectionCommandInput,
739
703
  options?: __HttpHandlerOptions
@@ -753,7 +717,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
753
717
  data?: RejectInboundCrossClusterSearchConnectionCommandOutput
754
718
  ) => void
755
719
  ): void;
756
-
757
720
  removeTags(
758
721
  args: RemoveTagsCommandInput,
759
722
  options?: __HttpHandlerOptions
@@ -767,7 +730,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
767
730
  options: __HttpHandlerOptions,
768
731
  cb: (err: any, data?: RemoveTagsCommandOutput) => void
769
732
  ): void;
770
-
771
733
  startElasticsearchServiceSoftwareUpdate(
772
734
  args: StartElasticsearchServiceSoftwareUpdateCommandInput,
773
735
  options?: __HttpHandlerOptions
@@ -787,7 +749,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
787
749
  data?: StartElasticsearchServiceSoftwareUpdateCommandOutput
788
750
  ) => void
789
751
  ): void;
790
-
791
752
  updateElasticsearchDomainConfig(
792
753
  args: UpdateElasticsearchDomainConfigCommandInput,
793
754
  options?: __HttpHandlerOptions
@@ -801,7 +762,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
801
762
  options: __HttpHandlerOptions,
802
763
  cb: (err: any, data?: UpdateElasticsearchDomainConfigCommandOutput) => void
803
764
  ): void;
804
-
805
765
  updatePackage(
806
766
  args: UpdatePackageCommandInput,
807
767
  options?: __HttpHandlerOptions
@@ -815,7 +775,6 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
815
775
  options: __HttpHandlerOptions,
816
776
  cb: (err: any, data?: UpdatePackageCommandOutput) => void
817
777
  ): void;
818
-
819
778
  upgradeElasticsearchDomain(
820
779
  args: UpgradeElasticsearchDomainCommandInput,
821
780
  options?: __HttpHandlerOptions
@@ -293,47 +293,26 @@ export declare type ServiceOutputTypes =
293
293
  export interface ClientDefaults
294
294
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
295
295
  requestHandler?: __HttpHandler;
296
-
297
296
  sha256?: __HashConstructor;
298
-
299
297
  urlParser?: __UrlParser;
300
-
301
298
  bodyLengthChecker?: __BodyLengthCalculator;
302
-
303
299
  streamCollector?: __StreamCollector;
304
-
305
300
  base64Decoder?: __Decoder;
306
-
307
301
  base64Encoder?: __Encoder;
308
-
309
302
  utf8Decoder?: __Decoder;
310
-
311
303
  utf8Encoder?: __Encoder;
312
-
313
304
  runtime?: string;
314
-
315
305
  disableHostPrefix?: boolean;
316
-
317
306
  maxAttempts?: number | __Provider<number>;
318
-
319
307
  retryMode?: string | __Provider<string>;
320
-
321
308
  logger?: __Logger;
322
-
323
309
  useDualstackEndpoint?: boolean | __Provider<boolean>;
324
-
325
310
  useFipsEndpoint?: boolean | __Provider<boolean>;
326
-
327
311
  serviceId?: string;
328
-
329
312
  region?: string | __Provider<string>;
330
-
331
313
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
332
-
333
314
  regionInfoProvider?: RegionInfoProvider;
334
-
335
315
  defaultUserAgentProvider?: Provider<__UserAgent>;
336
-
337
316
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
338
317
  }
339
318
  declare type ElasticsearchServiceClientConfigType = Partial<
@@ -346,7 +325,6 @@ declare type ElasticsearchServiceClientConfigType = Partial<
346
325
  HostHeaderInputConfig &
347
326
  AwsAuthInputConfig &
348
327
  UserAgentInputConfig;
349
-
350
328
  export interface ElasticsearchServiceClientConfig
351
329
  extends ElasticsearchServiceClientConfigType {}
352
330
  declare type ElasticsearchServiceClientResolvedConfigType =
@@ -358,10 +336,8 @@ declare type ElasticsearchServiceClientResolvedConfigType =
358
336
  HostHeaderResolvedConfig &
359
337
  AwsAuthResolvedConfig &
360
338
  UserAgentResolvedConfig;
361
-
362
339
  export interface ElasticsearchServiceClientResolvedConfig
363
340
  extends ElasticsearchServiceClientResolvedConfigType {}
364
-
365
341
  export declare class ElasticsearchServiceClient extends __Client<
366
342
  __HttpHandlerOptions,
367
343
  ServiceInputTypes,
@@ -370,7 +346,6 @@ export declare class ElasticsearchServiceClient extends __Client<
370
346
  > {
371
347
  readonly config: ElasticsearchServiceClientResolvedConfig;
372
348
  constructor(configuration: ElasticsearchServiceClientConfig);
373
-
374
349
  destroy(): void;
375
350
  }
376
351
  export {};
@@ -19,7 +19,6 @@ export interface AcceptInboundCrossClusterSearchConnectionCommandInput
19
19
  export interface AcceptInboundCrossClusterSearchConnectionCommandOutput
20
20
  extends AcceptInboundCrossClusterSearchConnectionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AcceptInboundCrossClusterSearchConnectionCommand extends $Command<
24
23
  AcceptInboundCrossClusterSearchConnectionCommandInput,
25
24
  AcceptInboundCrossClusterSearchConnectionCommandOutput,
@@ -27,7 +26,6 @@ export declare class AcceptInboundCrossClusterSearchConnectionCommand extends $C
27
26
  > {
28
27
  readonly input: AcceptInboundCrossClusterSearchConnectionCommandInput;
29
28
  constructor(input: AcceptInboundCrossClusterSearchConnectionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { AddTagsRequest } from "../models/models_0";
14
14
  export interface AddTagsCommandInput extends AddTagsRequest {}
15
15
  export interface AddTagsCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class AddTagsCommand extends $Command<
18
17
  AddTagsCommandInput,
19
18
  AddTagsCommandOutput,
@@ -21,7 +20,6 @@ export declare class AddTagsCommand extends $Command<
21
20
  > {
22
21
  readonly input: AddTagsCommandInput;
23
22
  constructor(input: AddTagsCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface AssociatePackageCommandInput extends AssociatePackageRequest {}
18
18
  export interface AssociatePackageCommandOutput
19
19
  extends AssociatePackageResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class AssociatePackageCommand extends $Command<
23
22
  AssociatePackageCommandInput,
24
23
  AssociatePackageCommandOutput,
@@ -26,7 +25,6 @@ export declare class AssociatePackageCommand extends $Command<
26
25
  > {
27
26
  readonly input: AssociatePackageCommandInput;
28
27
  constructor(input: AssociatePackageCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CancelElasticsearchServiceSoftwareUpdateCommandInput
19
19
  export interface CancelElasticsearchServiceSoftwareUpdateCommandOutput
20
20
  extends CancelElasticsearchServiceSoftwareUpdateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command<
24
23
  CancelElasticsearchServiceSoftwareUpdateCommandInput,
25
24
  CancelElasticsearchServiceSoftwareUpdateCommandOutput,
@@ -27,7 +26,6 @@ export declare class CancelElasticsearchServiceSoftwareUpdateCommand extends $Co
27
26
  > {
28
27
  readonly input: CancelElasticsearchServiceSoftwareUpdateCommandInput;
29
28
  constructor(input: CancelElasticsearchServiceSoftwareUpdateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateElasticsearchDomainCommandInput
19
19
  export interface CreateElasticsearchDomainCommandOutput
20
20
  extends CreateElasticsearchDomainResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateElasticsearchDomainCommand extends $Command<
24
23
  CreateElasticsearchDomainCommandInput,
25
24
  CreateElasticsearchDomainCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateElasticsearchDomainCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateElasticsearchDomainCommandInput;
29
28
  constructor(input: CreateElasticsearchDomainCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateOutboundCrossClusterSearchConnectionCommandInput
19
19
  export interface CreateOutboundCrossClusterSearchConnectionCommandOutput
20
20
  extends CreateOutboundCrossClusterSearchConnectionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateOutboundCrossClusterSearchConnectionCommand extends $Command<
24
23
  CreateOutboundCrossClusterSearchConnectionCommandInput,
25
24
  CreateOutboundCrossClusterSearchConnectionCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateOutboundCrossClusterSearchConnectionCommand extends $
27
26
  > {
28
27
  readonly input: CreateOutboundCrossClusterSearchConnectionCommandInput;
29
28
  constructor(input: CreateOutboundCrossClusterSearchConnectionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreatePackageCommandInput extends CreatePackageRequest {}
18
18
  export interface CreatePackageCommandOutput
19
19
  extends CreatePackageResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreatePackageCommand extends $Command<
23
22
  CreatePackageCommandInput,
24
23
  CreatePackageCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreatePackageCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreatePackageCommandInput;
28
27
  constructor(input: CreatePackageCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteElasticsearchDomainCommandInput
19
19
  export interface DeleteElasticsearchDomainCommandOutput
20
20
  extends DeleteElasticsearchDomainResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteElasticsearchDomainCommand extends $Command<
24
23
  DeleteElasticsearchDomainCommandInput,
25
24
  DeleteElasticsearchDomainCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteElasticsearchDomainCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteElasticsearchDomainCommandInput;
29
28
  constructor(input: DeleteElasticsearchDomainCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  export interface DeleteElasticsearchServiceRoleCommandInput {}
14
14
  export interface DeleteElasticsearchServiceRoleCommandOutput
15
15
  extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteElasticsearchServiceRoleCommand extends $Command<
18
17
  DeleteElasticsearchServiceRoleCommandInput,
19
18
  DeleteElasticsearchServiceRoleCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteElasticsearchServiceRoleCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteElasticsearchServiceRoleCommandInput;
23
22
  constructor(input: DeleteElasticsearchServiceRoleCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteInboundCrossClusterSearchConnectionCommandInput
19
19
  export interface DeleteInboundCrossClusterSearchConnectionCommandOutput
20
20
  extends DeleteInboundCrossClusterSearchConnectionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteInboundCrossClusterSearchConnectionCommand extends $Command<
24
23
  DeleteInboundCrossClusterSearchConnectionCommandInput,
25
24
  DeleteInboundCrossClusterSearchConnectionCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteInboundCrossClusterSearchConnectionCommand extends $C
27
26
  > {
28
27
  readonly input: DeleteInboundCrossClusterSearchConnectionCommandInput;
29
28
  constructor(input: DeleteInboundCrossClusterSearchConnectionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteOutboundCrossClusterSearchConnectionCommandInput
19
19
  export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput
20
20
  extends DeleteOutboundCrossClusterSearchConnectionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command<
24
23
  DeleteOutboundCrossClusterSearchConnectionCommandInput,
25
24
  DeleteOutboundCrossClusterSearchConnectionCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteOutboundCrossClusterSearchConnectionCommand extends $
27
26
  > {
28
27
  readonly input: DeleteOutboundCrossClusterSearchConnectionCommandInput;
29
28
  constructor(input: DeleteOutboundCrossClusterSearchConnectionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeletePackageCommandInput extends DeletePackageRequest {}
18
18
  export interface DeletePackageCommandOutput
19
19
  extends DeletePackageResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeletePackageCommand extends $Command<
23
22
  DeletePackageCommandInput,
24
23
  DeletePackageCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeletePackageCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeletePackageCommandInput;
28
27
  constructor(input: DeletePackageCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDomainAutoTunesCommandInput
19
19
  export interface DescribeDomainAutoTunesCommandOutput
20
20
  extends DescribeDomainAutoTunesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDomainAutoTunesCommand extends $Command<
24
23
  DescribeDomainAutoTunesCommandInput,
25
24
  DescribeDomainAutoTunesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDomainAutoTunesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDomainAutoTunesCommandInput;
29
28
  constructor(input: DescribeDomainAutoTunesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,