@aws-sdk/client-elasticsearch-service 3.169.0 → 3.171.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 (70) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ElasticsearchService.d.ts +791 -210
  3. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +351 -114
  4. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
  6. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +33 -16
  13. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +41 -41
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  47. package/dist-types/ts3.4/index.d.ts +6 -6
  48. package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +7 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1448 -1822
  51. package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  60. package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  65. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  70. package/package.json +34 -34
@@ -1,125 +1,497 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput } from "../commands/AcceptInboundCrossClusterSearchConnectionCommand";
4
- import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
5
- import { AssociatePackageCommandInput, AssociatePackageCommandOutput } from "../commands/AssociatePackageCommand";
6
- import { CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput } from "../commands/CancelElasticsearchServiceSoftwareUpdateCommand";
7
- import { CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput } from "../commands/CreateElasticsearchDomainCommand";
8
- import { CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput } from "../commands/CreateOutboundCrossClusterSearchConnectionCommand";
9
- import { CreatePackageCommandInput, CreatePackageCommandOutput } from "../commands/CreatePackageCommand";
10
- import { DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput } from "../commands/DeleteElasticsearchDomainCommand";
11
- import { DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput } from "../commands/DeleteElasticsearchServiceRoleCommand";
12
- import { DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput } from "../commands/DeleteInboundCrossClusterSearchConnectionCommand";
13
- import { DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput } from "../commands/DeleteOutboundCrossClusterSearchConnectionCommand";
14
- import { DeletePackageCommandInput, DeletePackageCommandOutput } from "../commands/DeletePackageCommand";
15
- import { DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput } from "../commands/DescribeDomainAutoTunesCommand";
16
- import { DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput } from "../commands/DescribeDomainChangeProgressCommand";
17
- import { DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput } from "../commands/DescribeElasticsearchDomainCommand";
18
- import { DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput } from "../commands/DescribeElasticsearchDomainConfigCommand";
19
- import { DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput } from "../commands/DescribeElasticsearchDomainsCommand";
20
- import { DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput } from "../commands/DescribeElasticsearchInstanceTypeLimitsCommand";
21
- import { DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput } from "../commands/DescribeInboundCrossClusterSearchConnectionsCommand";
22
- import { DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput } from "../commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
23
- import { DescribePackagesCommandInput, DescribePackagesCommandOutput } from "../commands/DescribePackagesCommand";
24
- import { DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput } from "../commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
25
- import { DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput } from "../commands/DescribeReservedElasticsearchInstancesCommand";
26
- import { DissociatePackageCommandInput, DissociatePackageCommandOutput } from "../commands/DissociatePackageCommand";
27
- import { GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput } from "../commands/GetCompatibleElasticsearchVersionsCommand";
28
- import { GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput } from "../commands/GetPackageVersionHistoryCommand";
29
- import { GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput } from "../commands/GetUpgradeHistoryCommand";
30
- import { GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput } from "../commands/GetUpgradeStatusCommand";
31
- import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "../commands/ListDomainNamesCommand";
32
- import { ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput } from "../commands/ListDomainsForPackageCommand";
33
- import { ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput } from "../commands/ListElasticsearchInstanceTypesCommand";
34
- import { ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput } from "../commands/ListElasticsearchVersionsCommand";
35
- import { ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput } from "../commands/ListPackagesForDomainCommand";
36
- import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
37
- import { PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput } from "../commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
38
- import { RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput } from "../commands/RejectInboundCrossClusterSearchConnectionCommand";
39
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/RemoveTagsCommand";
40
- import { StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput } from "../commands/StartElasticsearchServiceSoftwareUpdateCommand";
41
- import { UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput } from "../commands/UpdateElasticsearchDomainConfigCommand";
42
- import { UpdatePackageCommandInput, UpdatePackageCommandOutput } from "../commands/UpdatePackageCommand";
43
- import { UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput } from "../commands/UpgradeElasticsearchDomainCommand";
44
- export declare const serializeAws_restJson1AcceptInboundCrossClusterSearchConnectionCommand: (input: AcceptInboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1AssociatePackageCommand: (input: AssociatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1CancelElasticsearchServiceSoftwareUpdateCommand: (input: CancelElasticsearchServiceSoftwareUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1CreateElasticsearchDomainCommand: (input: CreateElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1CreateOutboundCrossClusterSearchConnectionCommand: (input: CreateOutboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1CreatePackageCommand: (input: CreatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1DeleteElasticsearchDomainCommand: (input: DeleteElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1DeleteElasticsearchServiceRoleCommand: (input: DeleteElasticsearchServiceRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand: (input: DeleteInboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand: (input: DeleteOutboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1DeletePackageCommand: (input: DeletePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1DescribeDomainAutoTunesCommand: (input: DescribeDomainAutoTunesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1DescribeDomainChangeProgressCommand: (input: DescribeDomainChangeProgressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1DescribeElasticsearchDomainCommand: (input: DescribeElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1DescribeElasticsearchDomainConfigCommand: (input: DescribeElasticsearchDomainConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1DescribeElasticsearchDomainsCommand: (input: DescribeElasticsearchDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1DescribeElasticsearchInstanceTypeLimitsCommand: (input: DescribeElasticsearchInstanceTypeLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1DescribeInboundCrossClusterSearchConnectionsCommand: (input: DescribeInboundCrossClusterSearchConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1DescribeOutboundCrossClusterSearchConnectionsCommand: (input: DescribeOutboundCrossClusterSearchConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1DescribePackagesCommand: (input: DescribePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1DescribeReservedElasticsearchInstanceOfferingsCommand: (input: DescribeReservedElasticsearchInstanceOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1DescribeReservedElasticsearchInstancesCommand: (input: DescribeReservedElasticsearchInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1DissociatePackageCommand: (input: DissociatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1GetCompatibleElasticsearchVersionsCommand: (input: GetCompatibleElasticsearchVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1GetPackageVersionHistoryCommand: (input: GetPackageVersionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1GetUpgradeHistoryCommand: (input: GetUpgradeHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1GetUpgradeStatusCommand: (input: GetUpgradeStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1ListDomainNamesCommand: (input: ListDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1ListDomainsForPackageCommand: (input: ListDomainsForPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1ListElasticsearchInstanceTypesCommand: (input: ListElasticsearchInstanceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1ListElasticsearchVersionsCommand: (input: ListElasticsearchVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1ListPackagesForDomainCommand: (input: ListPackagesForDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1PurchaseReservedElasticsearchInstanceOfferingCommand: (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1RejectInboundCrossClusterSearchConnectionCommand: (input: RejectInboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1RemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1StartElasticsearchServiceSoftwareUpdateCommand: (input: StartElasticsearchServiceSoftwareUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1UpdateElasticsearchDomainConfigCommand: (input: UpdateElasticsearchDomainConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1UpdatePackageCommand: (input: UpdatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1UpgradeElasticsearchDomainCommand: (input: UpgradeElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const deserializeAws_restJson1AcceptInboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInboundCrossClusterSearchConnectionCommandOutput>;
86
- export declare const deserializeAws_restJson1AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
87
- export declare const deserializeAws_restJson1AssociatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePackageCommandOutput>;
88
- export declare const deserializeAws_restJson1CancelElasticsearchServiceSoftwareUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelElasticsearchServiceSoftwareUpdateCommandOutput>;
89
- export declare const deserializeAws_restJson1CreateElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateElasticsearchDomainCommandOutput>;
90
- export declare const deserializeAws_restJson1CreateOutboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOutboundCrossClusterSearchConnectionCommandOutput>;
91
- export declare const deserializeAws_restJson1CreatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePackageCommandOutput>;
92
- export declare const deserializeAws_restJson1DeleteElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteElasticsearchDomainCommandOutput>;
93
- export declare const deserializeAws_restJson1DeleteElasticsearchServiceRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteElasticsearchServiceRoleCommandOutput>;
94
- export declare const deserializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInboundCrossClusterSearchConnectionCommandOutput>;
95
- export declare const deserializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOutboundCrossClusterSearchConnectionCommandOutput>;
96
- export declare const deserializeAws_restJson1DeletePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageCommandOutput>;
97
- export declare const deserializeAws_restJson1DescribeDomainAutoTunesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainAutoTunesCommandOutput>;
98
- export declare const deserializeAws_restJson1DescribeDomainChangeProgressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainChangeProgressCommandOutput>;
99
- export declare const deserializeAws_restJson1DescribeElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainCommandOutput>;
100
- export declare const deserializeAws_restJson1DescribeElasticsearchDomainConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainConfigCommandOutput>;
101
- export declare const deserializeAws_restJson1DescribeElasticsearchDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainsCommandOutput>;
102
- export declare const deserializeAws_restJson1DescribeElasticsearchInstanceTypeLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchInstanceTypeLimitsCommandOutput>;
103
- export declare const deserializeAws_restJson1DescribeInboundCrossClusterSearchConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
104
- export declare const deserializeAws_restJson1DescribeOutboundCrossClusterSearchConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
105
- export declare const deserializeAws_restJson1DescribePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackagesCommandOutput>;
106
- export declare const deserializeAws_restJson1DescribeReservedElasticsearchInstanceOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
107
- export declare const deserializeAws_restJson1DescribeReservedElasticsearchInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedElasticsearchInstancesCommandOutput>;
108
- export declare const deserializeAws_restJson1DissociatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DissociatePackageCommandOutput>;
109
- export declare const deserializeAws_restJson1GetCompatibleElasticsearchVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCompatibleElasticsearchVersionsCommandOutput>;
110
- export declare const deserializeAws_restJson1GetPackageVersionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPackageVersionHistoryCommandOutput>;
111
- export declare const deserializeAws_restJson1GetUpgradeHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUpgradeHistoryCommandOutput>;
112
- export declare const deserializeAws_restJson1GetUpgradeStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUpgradeStatusCommandOutput>;
113
- export declare const deserializeAws_restJson1ListDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainNamesCommandOutput>;
114
- export declare const deserializeAws_restJson1ListDomainsForPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsForPackageCommandOutput>;
115
- export declare const deserializeAws_restJson1ListElasticsearchInstanceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListElasticsearchInstanceTypesCommandOutput>;
116
- export declare const deserializeAws_restJson1ListElasticsearchVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListElasticsearchVersionsCommandOutput>;
117
- export declare const deserializeAws_restJson1ListPackagesForDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackagesForDomainCommandOutput>;
118
- export declare const deserializeAws_restJson1ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
119
- export declare const deserializeAws_restJson1PurchaseReservedElasticsearchInstanceOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseReservedElasticsearchInstanceOfferingCommandOutput>;
120
- export declare const deserializeAws_restJson1RejectInboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInboundCrossClusterSearchConnectionCommandOutput>;
121
- export declare const deserializeAws_restJson1RemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
122
- export declare const deserializeAws_restJson1StartElasticsearchServiceSoftwareUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartElasticsearchServiceSoftwareUpdateCommandOutput>;
123
- export declare const deserializeAws_restJson1UpdateElasticsearchDomainConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateElasticsearchDomainConfigCommandOutput>;
124
- export declare const deserializeAws_restJson1UpdatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePackageCommandOutput>;
125
- export declare const deserializeAws_restJson1UpgradeElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeElasticsearchDomainCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcceptInboundCrossClusterSearchConnectionCommandInput,
8
+ AcceptInboundCrossClusterSearchConnectionCommandOutput,
9
+ } from "../commands/AcceptInboundCrossClusterSearchConnectionCommand";
10
+ import {
11
+ AddTagsCommandInput,
12
+ AddTagsCommandOutput,
13
+ } from "../commands/AddTagsCommand";
14
+ import {
15
+ AssociatePackageCommandInput,
16
+ AssociatePackageCommandOutput,
17
+ } from "../commands/AssociatePackageCommand";
18
+ import {
19
+ CancelElasticsearchServiceSoftwareUpdateCommandInput,
20
+ CancelElasticsearchServiceSoftwareUpdateCommandOutput,
21
+ } from "../commands/CancelElasticsearchServiceSoftwareUpdateCommand";
22
+ import {
23
+ CreateElasticsearchDomainCommandInput,
24
+ CreateElasticsearchDomainCommandOutput,
25
+ } from "../commands/CreateElasticsearchDomainCommand";
26
+ import {
27
+ CreateOutboundCrossClusterSearchConnectionCommandInput,
28
+ CreateOutboundCrossClusterSearchConnectionCommandOutput,
29
+ } from "../commands/CreateOutboundCrossClusterSearchConnectionCommand";
30
+ import {
31
+ CreatePackageCommandInput,
32
+ CreatePackageCommandOutput,
33
+ } from "../commands/CreatePackageCommand";
34
+ import {
35
+ DeleteElasticsearchDomainCommandInput,
36
+ DeleteElasticsearchDomainCommandOutput,
37
+ } from "../commands/DeleteElasticsearchDomainCommand";
38
+ import {
39
+ DeleteElasticsearchServiceRoleCommandInput,
40
+ DeleteElasticsearchServiceRoleCommandOutput,
41
+ } from "../commands/DeleteElasticsearchServiceRoleCommand";
42
+ import {
43
+ DeleteInboundCrossClusterSearchConnectionCommandInput,
44
+ DeleteInboundCrossClusterSearchConnectionCommandOutput,
45
+ } from "../commands/DeleteInboundCrossClusterSearchConnectionCommand";
46
+ import {
47
+ DeleteOutboundCrossClusterSearchConnectionCommandInput,
48
+ DeleteOutboundCrossClusterSearchConnectionCommandOutput,
49
+ } from "../commands/DeleteOutboundCrossClusterSearchConnectionCommand";
50
+ import {
51
+ DeletePackageCommandInput,
52
+ DeletePackageCommandOutput,
53
+ } from "../commands/DeletePackageCommand";
54
+ import {
55
+ DescribeDomainAutoTunesCommandInput,
56
+ DescribeDomainAutoTunesCommandOutput,
57
+ } from "../commands/DescribeDomainAutoTunesCommand";
58
+ import {
59
+ DescribeDomainChangeProgressCommandInput,
60
+ DescribeDomainChangeProgressCommandOutput,
61
+ } from "../commands/DescribeDomainChangeProgressCommand";
62
+ import {
63
+ DescribeElasticsearchDomainCommandInput,
64
+ DescribeElasticsearchDomainCommandOutput,
65
+ } from "../commands/DescribeElasticsearchDomainCommand";
66
+ import {
67
+ DescribeElasticsearchDomainConfigCommandInput,
68
+ DescribeElasticsearchDomainConfigCommandOutput,
69
+ } from "../commands/DescribeElasticsearchDomainConfigCommand";
70
+ import {
71
+ DescribeElasticsearchDomainsCommandInput,
72
+ DescribeElasticsearchDomainsCommandOutput,
73
+ } from "../commands/DescribeElasticsearchDomainsCommand";
74
+ import {
75
+ DescribeElasticsearchInstanceTypeLimitsCommandInput,
76
+ DescribeElasticsearchInstanceTypeLimitsCommandOutput,
77
+ } from "../commands/DescribeElasticsearchInstanceTypeLimitsCommand";
78
+ import {
79
+ DescribeInboundCrossClusterSearchConnectionsCommandInput,
80
+ DescribeInboundCrossClusterSearchConnectionsCommandOutput,
81
+ } from "../commands/DescribeInboundCrossClusterSearchConnectionsCommand";
82
+ import {
83
+ DescribeOutboundCrossClusterSearchConnectionsCommandInput,
84
+ DescribeOutboundCrossClusterSearchConnectionsCommandOutput,
85
+ } from "../commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
86
+ import {
87
+ DescribePackagesCommandInput,
88
+ DescribePackagesCommandOutput,
89
+ } from "../commands/DescribePackagesCommand";
90
+ import {
91
+ DescribeReservedElasticsearchInstanceOfferingsCommandInput,
92
+ DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
93
+ } from "../commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
94
+ import {
95
+ DescribeReservedElasticsearchInstancesCommandInput,
96
+ DescribeReservedElasticsearchInstancesCommandOutput,
97
+ } from "../commands/DescribeReservedElasticsearchInstancesCommand";
98
+ import {
99
+ DissociatePackageCommandInput,
100
+ DissociatePackageCommandOutput,
101
+ } from "../commands/DissociatePackageCommand";
102
+ import {
103
+ GetCompatibleElasticsearchVersionsCommandInput,
104
+ GetCompatibleElasticsearchVersionsCommandOutput,
105
+ } from "../commands/GetCompatibleElasticsearchVersionsCommand";
106
+ import {
107
+ GetPackageVersionHistoryCommandInput,
108
+ GetPackageVersionHistoryCommandOutput,
109
+ } from "../commands/GetPackageVersionHistoryCommand";
110
+ import {
111
+ GetUpgradeHistoryCommandInput,
112
+ GetUpgradeHistoryCommandOutput,
113
+ } from "../commands/GetUpgradeHistoryCommand";
114
+ import {
115
+ GetUpgradeStatusCommandInput,
116
+ GetUpgradeStatusCommandOutput,
117
+ } from "../commands/GetUpgradeStatusCommand";
118
+ import {
119
+ ListDomainNamesCommandInput,
120
+ ListDomainNamesCommandOutput,
121
+ } from "../commands/ListDomainNamesCommand";
122
+ import {
123
+ ListDomainsForPackageCommandInput,
124
+ ListDomainsForPackageCommandOutput,
125
+ } from "../commands/ListDomainsForPackageCommand";
126
+ import {
127
+ ListElasticsearchInstanceTypesCommandInput,
128
+ ListElasticsearchInstanceTypesCommandOutput,
129
+ } from "../commands/ListElasticsearchInstanceTypesCommand";
130
+ import {
131
+ ListElasticsearchVersionsCommandInput,
132
+ ListElasticsearchVersionsCommandOutput,
133
+ } from "../commands/ListElasticsearchVersionsCommand";
134
+ import {
135
+ ListPackagesForDomainCommandInput,
136
+ ListPackagesForDomainCommandOutput,
137
+ } from "../commands/ListPackagesForDomainCommand";
138
+ import {
139
+ ListTagsCommandInput,
140
+ ListTagsCommandOutput,
141
+ } from "../commands/ListTagsCommand";
142
+ import {
143
+ PurchaseReservedElasticsearchInstanceOfferingCommandInput,
144
+ PurchaseReservedElasticsearchInstanceOfferingCommandOutput,
145
+ } from "../commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
146
+ import {
147
+ RejectInboundCrossClusterSearchConnectionCommandInput,
148
+ RejectInboundCrossClusterSearchConnectionCommandOutput,
149
+ } from "../commands/RejectInboundCrossClusterSearchConnectionCommand";
150
+ import {
151
+ RemoveTagsCommandInput,
152
+ RemoveTagsCommandOutput,
153
+ } from "../commands/RemoveTagsCommand";
154
+ import {
155
+ StartElasticsearchServiceSoftwareUpdateCommandInput,
156
+ StartElasticsearchServiceSoftwareUpdateCommandOutput,
157
+ } from "../commands/StartElasticsearchServiceSoftwareUpdateCommand";
158
+ import {
159
+ UpdateElasticsearchDomainConfigCommandInput,
160
+ UpdateElasticsearchDomainConfigCommandOutput,
161
+ } from "../commands/UpdateElasticsearchDomainConfigCommand";
162
+ import {
163
+ UpdatePackageCommandInput,
164
+ UpdatePackageCommandOutput,
165
+ } from "../commands/UpdatePackageCommand";
166
+ import {
167
+ UpgradeElasticsearchDomainCommandInput,
168
+ UpgradeElasticsearchDomainCommandOutput,
169
+ } from "../commands/UpgradeElasticsearchDomainCommand";
170
+ export declare const serializeAws_restJson1AcceptInboundCrossClusterSearchConnectionCommand: (
171
+ input: AcceptInboundCrossClusterSearchConnectionCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1AddTagsCommand: (
175
+ input: AddTagsCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1AssociatePackageCommand: (
179
+ input: AssociatePackageCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1CancelElasticsearchServiceSoftwareUpdateCommand: (
183
+ input: CancelElasticsearchServiceSoftwareUpdateCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1CreateElasticsearchDomainCommand: (
187
+ input: CreateElasticsearchDomainCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1CreateOutboundCrossClusterSearchConnectionCommand: (
191
+ input: CreateOutboundCrossClusterSearchConnectionCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1CreatePackageCommand: (
195
+ input: CreatePackageCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1DeleteElasticsearchDomainCommand: (
199
+ input: DeleteElasticsearchDomainCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1DeleteElasticsearchServiceRoleCommand: (
203
+ input: DeleteElasticsearchServiceRoleCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand: (
207
+ input: DeleteInboundCrossClusterSearchConnectionCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand: (
211
+ input: DeleteOutboundCrossClusterSearchConnectionCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1DeletePackageCommand: (
215
+ input: DeletePackageCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1DescribeDomainAutoTunesCommand: (
219
+ input: DescribeDomainAutoTunesCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1DescribeDomainChangeProgressCommand: (
223
+ input: DescribeDomainChangeProgressCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1DescribeElasticsearchDomainCommand: (
227
+ input: DescribeElasticsearchDomainCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1DescribeElasticsearchDomainConfigCommand: (
231
+ input: DescribeElasticsearchDomainConfigCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1DescribeElasticsearchDomainsCommand: (
235
+ input: DescribeElasticsearchDomainsCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1DescribeElasticsearchInstanceTypeLimitsCommand: (
239
+ input: DescribeElasticsearchInstanceTypeLimitsCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1DescribeInboundCrossClusterSearchConnectionsCommand: (
243
+ input: DescribeInboundCrossClusterSearchConnectionsCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1DescribeOutboundCrossClusterSearchConnectionsCommand: (
247
+ input: DescribeOutboundCrossClusterSearchConnectionsCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1DescribePackagesCommand: (
251
+ input: DescribePackagesCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1DescribeReservedElasticsearchInstanceOfferingsCommand: (
255
+ input: DescribeReservedElasticsearchInstanceOfferingsCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1DescribeReservedElasticsearchInstancesCommand: (
259
+ input: DescribeReservedElasticsearchInstancesCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1DissociatePackageCommand: (
263
+ input: DissociatePackageCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1GetCompatibleElasticsearchVersionsCommand: (
267
+ input: GetCompatibleElasticsearchVersionsCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1GetPackageVersionHistoryCommand: (
271
+ input: GetPackageVersionHistoryCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1GetUpgradeHistoryCommand: (
275
+ input: GetUpgradeHistoryCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1GetUpgradeStatusCommand: (
279
+ input: GetUpgradeStatusCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1ListDomainNamesCommand: (
283
+ input: ListDomainNamesCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1ListDomainsForPackageCommand: (
287
+ input: ListDomainsForPackageCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1ListElasticsearchInstanceTypesCommand: (
291
+ input: ListElasticsearchInstanceTypesCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1ListElasticsearchVersionsCommand: (
295
+ input: ListElasticsearchVersionsCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1ListPackagesForDomainCommand: (
299
+ input: ListPackagesForDomainCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1ListTagsCommand: (
303
+ input: ListTagsCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1PurchaseReservedElasticsearchInstanceOfferingCommand: (
307
+ input: PurchaseReservedElasticsearchInstanceOfferingCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1RejectInboundCrossClusterSearchConnectionCommand: (
311
+ input: RejectInboundCrossClusterSearchConnectionCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1RemoveTagsCommand: (
315
+ input: RemoveTagsCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1StartElasticsearchServiceSoftwareUpdateCommand: (
319
+ input: StartElasticsearchServiceSoftwareUpdateCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1UpdateElasticsearchDomainConfigCommand: (
323
+ input: UpdateElasticsearchDomainConfigCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1UpdatePackageCommand: (
327
+ input: UpdatePackageCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1UpgradeElasticsearchDomainCommand: (
331
+ input: UpgradeElasticsearchDomainCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const deserializeAws_restJson1AcceptInboundCrossClusterSearchConnectionCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<AcceptInboundCrossClusterSearchConnectionCommandOutput>;
338
+ export declare const deserializeAws_restJson1AddTagsCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<AddTagsCommandOutput>;
342
+ export declare const deserializeAws_restJson1AssociatePackageCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<AssociatePackageCommandOutput>;
346
+ export declare const deserializeAws_restJson1CancelElasticsearchServiceSoftwareUpdateCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<CancelElasticsearchServiceSoftwareUpdateCommandOutput>;
350
+ export declare const deserializeAws_restJson1CreateElasticsearchDomainCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<CreateElasticsearchDomainCommandOutput>;
354
+ export declare const deserializeAws_restJson1CreateOutboundCrossClusterSearchConnectionCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<CreateOutboundCrossClusterSearchConnectionCommandOutput>;
358
+ export declare const deserializeAws_restJson1CreatePackageCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<CreatePackageCommandOutput>;
362
+ export declare const deserializeAws_restJson1DeleteElasticsearchDomainCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<DeleteElasticsearchDomainCommandOutput>;
366
+ export declare const deserializeAws_restJson1DeleteElasticsearchServiceRoleCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<DeleteElasticsearchServiceRoleCommandOutput>;
370
+ export declare const deserializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<DeleteInboundCrossClusterSearchConnectionCommandOutput>;
374
+ export declare const deserializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<DeleteOutboundCrossClusterSearchConnectionCommandOutput>;
378
+ export declare const deserializeAws_restJson1DeletePackageCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<DeletePackageCommandOutput>;
382
+ export declare const deserializeAws_restJson1DescribeDomainAutoTunesCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<DescribeDomainAutoTunesCommandOutput>;
386
+ export declare const deserializeAws_restJson1DescribeDomainChangeProgressCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<DescribeDomainChangeProgressCommandOutput>;
390
+ export declare const deserializeAws_restJson1DescribeElasticsearchDomainCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<DescribeElasticsearchDomainCommandOutput>;
394
+ export declare const deserializeAws_restJson1DescribeElasticsearchDomainConfigCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<DescribeElasticsearchDomainConfigCommandOutput>;
398
+ export declare const deserializeAws_restJson1DescribeElasticsearchDomainsCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<DescribeElasticsearchDomainsCommandOutput>;
402
+ export declare const deserializeAws_restJson1DescribeElasticsearchInstanceTypeLimitsCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<DescribeElasticsearchInstanceTypeLimitsCommandOutput>;
406
+ export declare const deserializeAws_restJson1DescribeInboundCrossClusterSearchConnectionsCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
410
+ export declare const deserializeAws_restJson1DescribeOutboundCrossClusterSearchConnectionsCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
414
+ export declare const deserializeAws_restJson1DescribePackagesCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<DescribePackagesCommandOutput>;
418
+ export declare const deserializeAws_restJson1DescribeReservedElasticsearchInstanceOfferingsCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
422
+ export declare const deserializeAws_restJson1DescribeReservedElasticsearchInstancesCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<DescribeReservedElasticsearchInstancesCommandOutput>;
426
+ export declare const deserializeAws_restJson1DissociatePackageCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<DissociatePackageCommandOutput>;
430
+ export declare const deserializeAws_restJson1GetCompatibleElasticsearchVersionsCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<GetCompatibleElasticsearchVersionsCommandOutput>;
434
+ export declare const deserializeAws_restJson1GetPackageVersionHistoryCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<GetPackageVersionHistoryCommandOutput>;
438
+ export declare const deserializeAws_restJson1GetUpgradeHistoryCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<GetUpgradeHistoryCommandOutput>;
442
+ export declare const deserializeAws_restJson1GetUpgradeStatusCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<GetUpgradeStatusCommandOutput>;
446
+ export declare const deserializeAws_restJson1ListDomainNamesCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<ListDomainNamesCommandOutput>;
450
+ export declare const deserializeAws_restJson1ListDomainsForPackageCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<ListDomainsForPackageCommandOutput>;
454
+ export declare const deserializeAws_restJson1ListElasticsearchInstanceTypesCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<ListElasticsearchInstanceTypesCommandOutput>;
458
+ export declare const deserializeAws_restJson1ListElasticsearchVersionsCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<ListElasticsearchVersionsCommandOutput>;
462
+ export declare const deserializeAws_restJson1ListPackagesForDomainCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<ListPackagesForDomainCommandOutput>;
466
+ export declare const deserializeAws_restJson1ListTagsCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<ListTagsCommandOutput>;
470
+ export declare const deserializeAws_restJson1PurchaseReservedElasticsearchInstanceOfferingCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<PurchaseReservedElasticsearchInstanceOfferingCommandOutput>;
474
+ export declare const deserializeAws_restJson1RejectInboundCrossClusterSearchConnectionCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<RejectInboundCrossClusterSearchConnectionCommandOutput>;
478
+ export declare const deserializeAws_restJson1RemoveTagsCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<RemoveTagsCommandOutput>;
482
+ export declare const deserializeAws_restJson1StartElasticsearchServiceSoftwareUpdateCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<StartElasticsearchServiceSoftwareUpdateCommandOutput>;
486
+ export declare const deserializeAws_restJson1UpdateElasticsearchDomainConfigCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<UpdateElasticsearchDomainConfigCommandOutput>;
490
+ export declare const deserializeAws_restJson1UpdatePackageCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<UpdatePackageCommandOutput>;
494
+ export declare const deserializeAws_restJson1UpgradeElasticsearchDomainCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<UpgradeElasticsearchDomainCommandOutput>;