@aws-sdk/client-elasticsearch-service 3.927.0 → 3.929.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 (75) hide show
  1. package/dist-cjs/index.js +2542 -2459
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ElasticsearchServiceClient.js +2 -0
  4. package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +3 -9
  5. package/dist-es/commands/AddTagsCommand.js +3 -9
  6. package/dist-es/commands/AssociatePackageCommand.js +3 -9
  7. package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +3 -9
  8. package/dist-es/commands/CancelDomainConfigChangeCommand.js +3 -9
  9. package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +3 -9
  10. package/dist-es/commands/CreateElasticsearchDomainCommand.js +3 -10
  11. package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +3 -9
  12. package/dist-es/commands/CreatePackageCommand.js +3 -9
  13. package/dist-es/commands/CreateVpcEndpointCommand.js +3 -9
  14. package/dist-es/commands/DeleteElasticsearchDomainCommand.js +3 -9
  15. package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +3 -9
  16. package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +3 -9
  17. package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +3 -9
  18. package/dist-es/commands/DeletePackageCommand.js +3 -9
  19. package/dist-es/commands/DeleteVpcEndpointCommand.js +3 -9
  20. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +3 -9
  21. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +3 -9
  22. package/dist-es/commands/DescribeElasticsearchDomainCommand.js +3 -9
  23. package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +3 -9
  24. package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +3 -9
  25. package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +3 -9
  26. package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +3 -9
  27. package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +3 -9
  28. package/dist-es/commands/DescribePackagesCommand.js +3 -9
  29. package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +3 -9
  30. package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +3 -9
  31. package/dist-es/commands/DescribeVpcEndpointsCommand.js +3 -9
  32. package/dist-es/commands/DissociatePackageCommand.js +3 -9
  33. package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +3 -9
  34. package/dist-es/commands/GetPackageVersionHistoryCommand.js +3 -9
  35. package/dist-es/commands/GetUpgradeHistoryCommand.js +3 -9
  36. package/dist-es/commands/GetUpgradeStatusCommand.js +3 -9
  37. package/dist-es/commands/ListDomainNamesCommand.js +3 -9
  38. package/dist-es/commands/ListDomainsForPackageCommand.js +3 -9
  39. package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +3 -9
  40. package/dist-es/commands/ListElasticsearchVersionsCommand.js +3 -9
  41. package/dist-es/commands/ListPackagesForDomainCommand.js +3 -9
  42. package/dist-es/commands/ListTagsCommand.js +3 -9
  43. package/dist-es/commands/ListVpcEndpointAccessCommand.js +3 -9
  44. package/dist-es/commands/ListVpcEndpointsCommand.js +3 -9
  45. package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +3 -9
  46. package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +3 -9
  47. package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +3 -9
  48. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  49. package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +3 -9
  50. package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +3 -9
  51. package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +3 -10
  52. package/dist-es/commands/UpdatePackageCommand.js +3 -9
  53. package/dist-es/commands/UpdateVpcEndpointCommand.js +3 -9
  54. package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +3 -9
  55. package/dist-es/models/models_0.js +0 -27
  56. package/dist-es/runtimeConfig.shared.js +2 -0
  57. package/dist-es/schemas/schemas_0.js +2432 -0
  58. package/dist-types/ElasticsearchServiceClient.d.ts +10 -1
  59. package/dist-types/models/models_0.d.ts +0 -20
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  61. package/dist-types/runtimeConfig.d.ts +1 -0
  62. package/dist-types/runtimeConfig.native.d.ts +1 -0
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  64. package/dist-types/schemas/schemas_0.d.ts +288 -0
  65. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +4 -0
  66. package/dist-types/ts3.4/models/models_0.d.ts +0 -15
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +295 -0
  72. package/package.json +5 -5
  73. package/dist-es/protocols/Aws_restJson1.js +0 -2054
  74. package/dist-types/protocols/Aws_restJson1.d.ts +0 -461
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -617
@@ -1,461 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput } from "../commands/AcceptInboundCrossClusterSearchConnectionCommand";
4
- import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
5
- import { AssociatePackageCommandInput, AssociatePackageCommandOutput } from "../commands/AssociatePackageCommand";
6
- import { AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput } from "../commands/AuthorizeVpcEndpointAccessCommand";
7
- import { CancelDomainConfigChangeCommandInput, CancelDomainConfigChangeCommandOutput } from "../commands/CancelDomainConfigChangeCommand";
8
- import { CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput } from "../commands/CancelElasticsearchServiceSoftwareUpdateCommand";
9
- import { CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput } from "../commands/CreateElasticsearchDomainCommand";
10
- import { CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput } from "../commands/CreateOutboundCrossClusterSearchConnectionCommand";
11
- import { CreatePackageCommandInput, CreatePackageCommandOutput } from "../commands/CreatePackageCommand";
12
- import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "../commands/CreateVpcEndpointCommand";
13
- import { DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput } from "../commands/DeleteElasticsearchDomainCommand";
14
- import { DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput } from "../commands/DeleteElasticsearchServiceRoleCommand";
15
- import { DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput } from "../commands/DeleteInboundCrossClusterSearchConnectionCommand";
16
- import { DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput } from "../commands/DeleteOutboundCrossClusterSearchConnectionCommand";
17
- import { DeletePackageCommandInput, DeletePackageCommandOutput } from "../commands/DeletePackageCommand";
18
- import { DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput } from "../commands/DeleteVpcEndpointCommand";
19
- import { DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput } from "../commands/DescribeDomainAutoTunesCommand";
20
- import { DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput } from "../commands/DescribeDomainChangeProgressCommand";
21
- import { DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput } from "../commands/DescribeElasticsearchDomainCommand";
22
- import { DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput } from "../commands/DescribeElasticsearchDomainConfigCommand";
23
- import { DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput } from "../commands/DescribeElasticsearchDomainsCommand";
24
- import { DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput } from "../commands/DescribeElasticsearchInstanceTypeLimitsCommand";
25
- import { DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput } from "../commands/DescribeInboundCrossClusterSearchConnectionsCommand";
26
- import { DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput } from "../commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
27
- import { DescribePackagesCommandInput, DescribePackagesCommandOutput } from "../commands/DescribePackagesCommand";
28
- import { DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput } from "../commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
29
- import { DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput } from "../commands/DescribeReservedElasticsearchInstancesCommand";
30
- import { DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput } from "../commands/DescribeVpcEndpointsCommand";
31
- import { DissociatePackageCommandInput, DissociatePackageCommandOutput } from "../commands/DissociatePackageCommand";
32
- import { GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput } from "../commands/GetCompatibleElasticsearchVersionsCommand";
33
- import { GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput } from "../commands/GetPackageVersionHistoryCommand";
34
- import { GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput } from "../commands/GetUpgradeHistoryCommand";
35
- import { GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput } from "../commands/GetUpgradeStatusCommand";
36
- import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "../commands/ListDomainNamesCommand";
37
- import { ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput } from "../commands/ListDomainsForPackageCommand";
38
- import { ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput } from "../commands/ListElasticsearchInstanceTypesCommand";
39
- import { ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput } from "../commands/ListElasticsearchVersionsCommand";
40
- import { ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput } from "../commands/ListPackagesForDomainCommand";
41
- import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
42
- import { ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput } from "../commands/ListVpcEndpointAccessCommand";
43
- import { ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput } from "../commands/ListVpcEndpointsCommand";
44
- import { ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput } from "../commands/ListVpcEndpointsForDomainCommand";
45
- import { PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput } from "../commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
46
- import { RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput } from "../commands/RejectInboundCrossClusterSearchConnectionCommand";
47
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/RemoveTagsCommand";
48
- import { RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput } from "../commands/RevokeVpcEndpointAccessCommand";
49
- import { StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput } from "../commands/StartElasticsearchServiceSoftwareUpdateCommand";
50
- import { UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput } from "../commands/UpdateElasticsearchDomainConfigCommand";
51
- import { UpdatePackageCommandInput, UpdatePackageCommandOutput } from "../commands/UpdatePackageCommand";
52
- import { UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput } from "../commands/UpdateVpcEndpointCommand";
53
- import { UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput } from "../commands/UpgradeElasticsearchDomainCommand";
54
- /**
55
- * serializeAws_restJson1AcceptInboundCrossClusterSearchConnectionCommand
56
- */
57
- export declare const se_AcceptInboundCrossClusterSearchConnectionCommand: (input: AcceptInboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1AddTagsCommand
60
- */
61
- export declare const se_AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1AssociatePackageCommand
64
- */
65
- export declare const se_AssociatePackageCommand: (input: AssociatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1AuthorizeVpcEndpointAccessCommand
68
- */
69
- export declare const se_AuthorizeVpcEndpointAccessCommand: (input: AuthorizeVpcEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1CancelDomainConfigChangeCommand
72
- */
73
- export declare const se_CancelDomainConfigChangeCommand: (input: CancelDomainConfigChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1CancelElasticsearchServiceSoftwareUpdateCommand
76
- */
77
- export declare const se_CancelElasticsearchServiceSoftwareUpdateCommand: (input: CancelElasticsearchServiceSoftwareUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1CreateElasticsearchDomainCommand
80
- */
81
- export declare const se_CreateElasticsearchDomainCommand: (input: CreateElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1CreateOutboundCrossClusterSearchConnectionCommand
84
- */
85
- export declare const se_CreateOutboundCrossClusterSearchConnectionCommand: (input: CreateOutboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1CreatePackageCommand
88
- */
89
- export declare const se_CreatePackageCommand: (input: CreatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1CreateVpcEndpointCommand
92
- */
93
- export declare const se_CreateVpcEndpointCommand: (input: CreateVpcEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1DeleteElasticsearchDomainCommand
96
- */
97
- export declare const se_DeleteElasticsearchDomainCommand: (input: DeleteElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1DeleteElasticsearchServiceRoleCommand
100
- */
101
- export declare const se_DeleteElasticsearchServiceRoleCommand: (input: DeleteElasticsearchServiceRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand
104
- */
105
- export declare const se_DeleteInboundCrossClusterSearchConnectionCommand: (input: DeleteInboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand
108
- */
109
- export declare const se_DeleteOutboundCrossClusterSearchConnectionCommand: (input: DeleteOutboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1DeletePackageCommand
112
- */
113
- export declare const se_DeletePackageCommand: (input: DeletePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1DeleteVpcEndpointCommand
116
- */
117
- export declare const se_DeleteVpcEndpointCommand: (input: DeleteVpcEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1DescribeDomainAutoTunesCommand
120
- */
121
- export declare const se_DescribeDomainAutoTunesCommand: (input: DescribeDomainAutoTunesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1DescribeDomainChangeProgressCommand
124
- */
125
- export declare const se_DescribeDomainChangeProgressCommand: (input: DescribeDomainChangeProgressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1DescribeElasticsearchDomainCommand
128
- */
129
- export declare const se_DescribeElasticsearchDomainCommand: (input: DescribeElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1DescribeElasticsearchDomainConfigCommand
132
- */
133
- export declare const se_DescribeElasticsearchDomainConfigCommand: (input: DescribeElasticsearchDomainConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1DescribeElasticsearchDomainsCommand
136
- */
137
- export declare const se_DescribeElasticsearchDomainsCommand: (input: DescribeElasticsearchDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1DescribeElasticsearchInstanceTypeLimitsCommand
140
- */
141
- export declare const se_DescribeElasticsearchInstanceTypeLimitsCommand: (input: DescribeElasticsearchInstanceTypeLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1DescribeInboundCrossClusterSearchConnectionsCommand
144
- */
145
- export declare const se_DescribeInboundCrossClusterSearchConnectionsCommand: (input: DescribeInboundCrossClusterSearchConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1DescribeOutboundCrossClusterSearchConnectionsCommand
148
- */
149
- export declare const se_DescribeOutboundCrossClusterSearchConnectionsCommand: (input: DescribeOutboundCrossClusterSearchConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1DescribePackagesCommand
152
- */
153
- export declare const se_DescribePackagesCommand: (input: DescribePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1DescribeReservedElasticsearchInstanceOfferingsCommand
156
- */
157
- export declare const se_DescribeReservedElasticsearchInstanceOfferingsCommand: (input: DescribeReservedElasticsearchInstanceOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1DescribeReservedElasticsearchInstancesCommand
160
- */
161
- export declare const se_DescribeReservedElasticsearchInstancesCommand: (input: DescribeReservedElasticsearchInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1DescribeVpcEndpointsCommand
164
- */
165
- export declare const se_DescribeVpcEndpointsCommand: (input: DescribeVpcEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1DissociatePackageCommand
168
- */
169
- export declare const se_DissociatePackageCommand: (input: DissociatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1GetCompatibleElasticsearchVersionsCommand
172
- */
173
- export declare const se_GetCompatibleElasticsearchVersionsCommand: (input: GetCompatibleElasticsearchVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1GetPackageVersionHistoryCommand
176
- */
177
- export declare const se_GetPackageVersionHistoryCommand: (input: GetPackageVersionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1GetUpgradeHistoryCommand
180
- */
181
- export declare const se_GetUpgradeHistoryCommand: (input: GetUpgradeHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1GetUpgradeStatusCommand
184
- */
185
- export declare const se_GetUpgradeStatusCommand: (input: GetUpgradeStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1ListDomainNamesCommand
188
- */
189
- export declare const se_ListDomainNamesCommand: (input: ListDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1ListDomainsForPackageCommand
192
- */
193
- export declare const se_ListDomainsForPackageCommand: (input: ListDomainsForPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1ListElasticsearchInstanceTypesCommand
196
- */
197
- export declare const se_ListElasticsearchInstanceTypesCommand: (input: ListElasticsearchInstanceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1ListElasticsearchVersionsCommand
200
- */
201
- export declare const se_ListElasticsearchVersionsCommand: (input: ListElasticsearchVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1ListPackagesForDomainCommand
204
- */
205
- export declare const se_ListPackagesForDomainCommand: (input: ListPackagesForDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1ListTagsCommand
208
- */
209
- export declare const se_ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1ListVpcEndpointAccessCommand
212
- */
213
- export declare const se_ListVpcEndpointAccessCommand: (input: ListVpcEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1ListVpcEndpointsCommand
216
- */
217
- export declare const se_ListVpcEndpointsCommand: (input: ListVpcEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1ListVpcEndpointsForDomainCommand
220
- */
221
- export declare const se_ListVpcEndpointsForDomainCommand: (input: ListVpcEndpointsForDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1PurchaseReservedElasticsearchInstanceOfferingCommand
224
- */
225
- export declare const se_PurchaseReservedElasticsearchInstanceOfferingCommand: (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1RejectInboundCrossClusterSearchConnectionCommand
228
- */
229
- export declare const se_RejectInboundCrossClusterSearchConnectionCommand: (input: RejectInboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1RemoveTagsCommand
232
- */
233
- export declare const se_RemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1RevokeVpcEndpointAccessCommand
236
- */
237
- export declare const se_RevokeVpcEndpointAccessCommand: (input: RevokeVpcEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1StartElasticsearchServiceSoftwareUpdateCommand
240
- */
241
- export declare const se_StartElasticsearchServiceSoftwareUpdateCommand: (input: StartElasticsearchServiceSoftwareUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1UpdateElasticsearchDomainConfigCommand
244
- */
245
- export declare const se_UpdateElasticsearchDomainConfigCommand: (input: UpdateElasticsearchDomainConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1UpdatePackageCommand
248
- */
249
- export declare const se_UpdatePackageCommand: (input: UpdatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1UpdateVpcEndpointCommand
252
- */
253
- export declare const se_UpdateVpcEndpointCommand: (input: UpdateVpcEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1UpgradeElasticsearchDomainCommand
256
- */
257
- export declare const se_UpgradeElasticsearchDomainCommand: (input: UpgradeElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * deserializeAws_restJson1AcceptInboundCrossClusterSearchConnectionCommand
260
- */
261
- export declare const de_AcceptInboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInboundCrossClusterSearchConnectionCommandOutput>;
262
- /**
263
- * deserializeAws_restJson1AddTagsCommand
264
- */
265
- export declare const de_AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
266
- /**
267
- * deserializeAws_restJson1AssociatePackageCommand
268
- */
269
- export declare const de_AssociatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePackageCommandOutput>;
270
- /**
271
- * deserializeAws_restJson1AuthorizeVpcEndpointAccessCommand
272
- */
273
- export declare const de_AuthorizeVpcEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeVpcEndpointAccessCommandOutput>;
274
- /**
275
- * deserializeAws_restJson1CancelDomainConfigChangeCommand
276
- */
277
- export declare const de_CancelDomainConfigChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelDomainConfigChangeCommandOutput>;
278
- /**
279
- * deserializeAws_restJson1CancelElasticsearchServiceSoftwareUpdateCommand
280
- */
281
- export declare const de_CancelElasticsearchServiceSoftwareUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelElasticsearchServiceSoftwareUpdateCommandOutput>;
282
- /**
283
- * deserializeAws_restJson1CreateElasticsearchDomainCommand
284
- */
285
- export declare const de_CreateElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateElasticsearchDomainCommandOutput>;
286
- /**
287
- * deserializeAws_restJson1CreateOutboundCrossClusterSearchConnectionCommand
288
- */
289
- export declare const de_CreateOutboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOutboundCrossClusterSearchConnectionCommandOutput>;
290
- /**
291
- * deserializeAws_restJson1CreatePackageCommand
292
- */
293
- export declare const de_CreatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePackageCommandOutput>;
294
- /**
295
- * deserializeAws_restJson1CreateVpcEndpointCommand
296
- */
297
- export declare const de_CreateVpcEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcEndpointCommandOutput>;
298
- /**
299
- * deserializeAws_restJson1DeleteElasticsearchDomainCommand
300
- */
301
- export declare const de_DeleteElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteElasticsearchDomainCommandOutput>;
302
- /**
303
- * deserializeAws_restJson1DeleteElasticsearchServiceRoleCommand
304
- */
305
- export declare const de_DeleteElasticsearchServiceRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteElasticsearchServiceRoleCommandOutput>;
306
- /**
307
- * deserializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand
308
- */
309
- export declare const de_DeleteInboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInboundCrossClusterSearchConnectionCommandOutput>;
310
- /**
311
- * deserializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand
312
- */
313
- export declare const de_DeleteOutboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOutboundCrossClusterSearchConnectionCommandOutput>;
314
- /**
315
- * deserializeAws_restJson1DeletePackageCommand
316
- */
317
- export declare const de_DeletePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageCommandOutput>;
318
- /**
319
- * deserializeAws_restJson1DeleteVpcEndpointCommand
320
- */
321
- export declare const de_DeleteVpcEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcEndpointCommandOutput>;
322
- /**
323
- * deserializeAws_restJson1DescribeDomainAutoTunesCommand
324
- */
325
- export declare const de_DescribeDomainAutoTunesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainAutoTunesCommandOutput>;
326
- /**
327
- * deserializeAws_restJson1DescribeDomainChangeProgressCommand
328
- */
329
- export declare const de_DescribeDomainChangeProgressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainChangeProgressCommandOutput>;
330
- /**
331
- * deserializeAws_restJson1DescribeElasticsearchDomainCommand
332
- */
333
- export declare const de_DescribeElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainCommandOutput>;
334
- /**
335
- * deserializeAws_restJson1DescribeElasticsearchDomainConfigCommand
336
- */
337
- export declare const de_DescribeElasticsearchDomainConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainConfigCommandOutput>;
338
- /**
339
- * deserializeAws_restJson1DescribeElasticsearchDomainsCommand
340
- */
341
- export declare const de_DescribeElasticsearchDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainsCommandOutput>;
342
- /**
343
- * deserializeAws_restJson1DescribeElasticsearchInstanceTypeLimitsCommand
344
- */
345
- export declare const de_DescribeElasticsearchInstanceTypeLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchInstanceTypeLimitsCommandOutput>;
346
- /**
347
- * deserializeAws_restJson1DescribeInboundCrossClusterSearchConnectionsCommand
348
- */
349
- export declare const de_DescribeInboundCrossClusterSearchConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
350
- /**
351
- * deserializeAws_restJson1DescribeOutboundCrossClusterSearchConnectionsCommand
352
- */
353
- export declare const de_DescribeOutboundCrossClusterSearchConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
354
- /**
355
- * deserializeAws_restJson1DescribePackagesCommand
356
- */
357
- export declare const de_DescribePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackagesCommandOutput>;
358
- /**
359
- * deserializeAws_restJson1DescribeReservedElasticsearchInstanceOfferingsCommand
360
- */
361
- export declare const de_DescribeReservedElasticsearchInstanceOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
362
- /**
363
- * deserializeAws_restJson1DescribeReservedElasticsearchInstancesCommand
364
- */
365
- export declare const de_DescribeReservedElasticsearchInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedElasticsearchInstancesCommandOutput>;
366
- /**
367
- * deserializeAws_restJson1DescribeVpcEndpointsCommand
368
- */
369
- export declare const de_DescribeVpcEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointsCommandOutput>;
370
- /**
371
- * deserializeAws_restJson1DissociatePackageCommand
372
- */
373
- export declare const de_DissociatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DissociatePackageCommandOutput>;
374
- /**
375
- * deserializeAws_restJson1GetCompatibleElasticsearchVersionsCommand
376
- */
377
- export declare const de_GetCompatibleElasticsearchVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCompatibleElasticsearchVersionsCommandOutput>;
378
- /**
379
- * deserializeAws_restJson1GetPackageVersionHistoryCommand
380
- */
381
- export declare const de_GetPackageVersionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPackageVersionHistoryCommandOutput>;
382
- /**
383
- * deserializeAws_restJson1GetUpgradeHistoryCommand
384
- */
385
- export declare const de_GetUpgradeHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUpgradeHistoryCommandOutput>;
386
- /**
387
- * deserializeAws_restJson1GetUpgradeStatusCommand
388
- */
389
- export declare const de_GetUpgradeStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUpgradeStatusCommandOutput>;
390
- /**
391
- * deserializeAws_restJson1ListDomainNamesCommand
392
- */
393
- export declare const de_ListDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainNamesCommandOutput>;
394
- /**
395
- * deserializeAws_restJson1ListDomainsForPackageCommand
396
- */
397
- export declare const de_ListDomainsForPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsForPackageCommandOutput>;
398
- /**
399
- * deserializeAws_restJson1ListElasticsearchInstanceTypesCommand
400
- */
401
- export declare const de_ListElasticsearchInstanceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListElasticsearchInstanceTypesCommandOutput>;
402
- /**
403
- * deserializeAws_restJson1ListElasticsearchVersionsCommand
404
- */
405
- export declare const de_ListElasticsearchVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListElasticsearchVersionsCommandOutput>;
406
- /**
407
- * deserializeAws_restJson1ListPackagesForDomainCommand
408
- */
409
- export declare const de_ListPackagesForDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackagesForDomainCommandOutput>;
410
- /**
411
- * deserializeAws_restJson1ListTagsCommand
412
- */
413
- export declare const de_ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
414
- /**
415
- * deserializeAws_restJson1ListVpcEndpointAccessCommand
416
- */
417
- export declare const de_ListVpcEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcEndpointAccessCommandOutput>;
418
- /**
419
- * deserializeAws_restJson1ListVpcEndpointsCommand
420
- */
421
- export declare const de_ListVpcEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcEndpointsCommandOutput>;
422
- /**
423
- * deserializeAws_restJson1ListVpcEndpointsForDomainCommand
424
- */
425
- export declare const de_ListVpcEndpointsForDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcEndpointsForDomainCommandOutput>;
426
- /**
427
- * deserializeAws_restJson1PurchaseReservedElasticsearchInstanceOfferingCommand
428
- */
429
- export declare const de_PurchaseReservedElasticsearchInstanceOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseReservedElasticsearchInstanceOfferingCommandOutput>;
430
- /**
431
- * deserializeAws_restJson1RejectInboundCrossClusterSearchConnectionCommand
432
- */
433
- export declare const de_RejectInboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInboundCrossClusterSearchConnectionCommandOutput>;
434
- /**
435
- * deserializeAws_restJson1RemoveTagsCommand
436
- */
437
- export declare const de_RemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
438
- /**
439
- * deserializeAws_restJson1RevokeVpcEndpointAccessCommand
440
- */
441
- export declare const de_RevokeVpcEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeVpcEndpointAccessCommandOutput>;
442
- /**
443
- * deserializeAws_restJson1StartElasticsearchServiceSoftwareUpdateCommand
444
- */
445
- export declare const de_StartElasticsearchServiceSoftwareUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartElasticsearchServiceSoftwareUpdateCommandOutput>;
446
- /**
447
- * deserializeAws_restJson1UpdateElasticsearchDomainConfigCommand
448
- */
449
- export declare const de_UpdateElasticsearchDomainConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateElasticsearchDomainConfigCommandOutput>;
450
- /**
451
- * deserializeAws_restJson1UpdatePackageCommand
452
- */
453
- export declare const de_UpdatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePackageCommandOutput>;
454
- /**
455
- * deserializeAws_restJson1UpdateVpcEndpointCommand
456
- */
457
- export declare const de_UpdateVpcEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcEndpointCommandOutput>;
458
- /**
459
- * deserializeAws_restJson1UpgradeElasticsearchDomainCommand
460
- */
461
- export declare const de_UpgradeElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeElasticsearchDomainCommandOutput>;