@aws-sdk/client-elasticsearch-service 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ElasticsearchService.d.ts +832 -210
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +376 -114
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2065 -1822
- package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,114 +1,376 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
47
|
+
AcceptInboundCrossClusterSearchConnectionCommandOutput,
|
|
48
|
+
} from "./commands/AcceptInboundCrossClusterSearchConnectionCommand";
|
|
49
|
+
import {
|
|
50
|
+
AddTagsCommandInput,
|
|
51
|
+
AddTagsCommandOutput,
|
|
52
|
+
} from "./commands/AddTagsCommand";
|
|
53
|
+
import {
|
|
54
|
+
AssociatePackageCommandInput,
|
|
55
|
+
AssociatePackageCommandOutput,
|
|
56
|
+
} from "./commands/AssociatePackageCommand";
|
|
57
|
+
import {
|
|
58
|
+
CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
59
|
+
CancelElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
60
|
+
} from "./commands/CancelElasticsearchServiceSoftwareUpdateCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateElasticsearchDomainCommandInput,
|
|
63
|
+
CreateElasticsearchDomainCommandOutput,
|
|
64
|
+
} from "./commands/CreateElasticsearchDomainCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
67
|
+
CreateOutboundCrossClusterSearchConnectionCommandOutput,
|
|
68
|
+
} from "./commands/CreateOutboundCrossClusterSearchConnectionCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreatePackageCommandInput,
|
|
71
|
+
CreatePackageCommandOutput,
|
|
72
|
+
} from "./commands/CreatePackageCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteElasticsearchDomainCommandInput,
|
|
75
|
+
DeleteElasticsearchDomainCommandOutput,
|
|
76
|
+
} from "./commands/DeleteElasticsearchDomainCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteElasticsearchServiceRoleCommandInput,
|
|
79
|
+
DeleteElasticsearchServiceRoleCommandOutput,
|
|
80
|
+
} from "./commands/DeleteElasticsearchServiceRoleCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
83
|
+
DeleteInboundCrossClusterSearchConnectionCommandOutput,
|
|
84
|
+
} from "./commands/DeleteInboundCrossClusterSearchConnectionCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
87
|
+
DeleteOutboundCrossClusterSearchConnectionCommandOutput,
|
|
88
|
+
} from "./commands/DeleteOutboundCrossClusterSearchConnectionCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeletePackageCommandInput,
|
|
91
|
+
DeletePackageCommandOutput,
|
|
92
|
+
} from "./commands/DeletePackageCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeDomainAutoTunesCommandInput,
|
|
95
|
+
DescribeDomainAutoTunesCommandOutput,
|
|
96
|
+
} from "./commands/DescribeDomainAutoTunesCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeDomainChangeProgressCommandInput,
|
|
99
|
+
DescribeDomainChangeProgressCommandOutput,
|
|
100
|
+
} from "./commands/DescribeDomainChangeProgressCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeElasticsearchDomainCommandInput,
|
|
103
|
+
DescribeElasticsearchDomainCommandOutput,
|
|
104
|
+
} from "./commands/DescribeElasticsearchDomainCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeElasticsearchDomainConfigCommandInput,
|
|
107
|
+
DescribeElasticsearchDomainConfigCommandOutput,
|
|
108
|
+
} from "./commands/DescribeElasticsearchDomainConfigCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeElasticsearchDomainsCommandInput,
|
|
111
|
+
DescribeElasticsearchDomainsCommandOutput,
|
|
112
|
+
} from "./commands/DescribeElasticsearchDomainsCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
115
|
+
DescribeElasticsearchInstanceTypeLimitsCommandOutput,
|
|
116
|
+
} from "./commands/DescribeElasticsearchInstanceTypeLimitsCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
119
|
+
DescribeInboundCrossClusterSearchConnectionsCommandOutput,
|
|
120
|
+
} from "./commands/DescribeInboundCrossClusterSearchConnectionsCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
123
|
+
DescribeOutboundCrossClusterSearchConnectionsCommandOutput,
|
|
124
|
+
} from "./commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribePackagesCommandInput,
|
|
127
|
+
DescribePackagesCommandOutput,
|
|
128
|
+
} from "./commands/DescribePackagesCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
131
|
+
DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
|
|
132
|
+
} from "./commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeReservedElasticsearchInstancesCommandInput,
|
|
135
|
+
DescribeReservedElasticsearchInstancesCommandOutput,
|
|
136
|
+
} from "./commands/DescribeReservedElasticsearchInstancesCommand";
|
|
137
|
+
import {
|
|
138
|
+
DissociatePackageCommandInput,
|
|
139
|
+
DissociatePackageCommandOutput,
|
|
140
|
+
} from "./commands/DissociatePackageCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetCompatibleElasticsearchVersionsCommandInput,
|
|
143
|
+
GetCompatibleElasticsearchVersionsCommandOutput,
|
|
144
|
+
} from "./commands/GetCompatibleElasticsearchVersionsCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetPackageVersionHistoryCommandInput,
|
|
147
|
+
GetPackageVersionHistoryCommandOutput,
|
|
148
|
+
} from "./commands/GetPackageVersionHistoryCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetUpgradeHistoryCommandInput,
|
|
151
|
+
GetUpgradeHistoryCommandOutput,
|
|
152
|
+
} from "./commands/GetUpgradeHistoryCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetUpgradeStatusCommandInput,
|
|
155
|
+
GetUpgradeStatusCommandOutput,
|
|
156
|
+
} from "./commands/GetUpgradeStatusCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListDomainNamesCommandInput,
|
|
159
|
+
ListDomainNamesCommandOutput,
|
|
160
|
+
} from "./commands/ListDomainNamesCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListDomainsForPackageCommandInput,
|
|
163
|
+
ListDomainsForPackageCommandOutput,
|
|
164
|
+
} from "./commands/ListDomainsForPackageCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListElasticsearchInstanceTypesCommandInput,
|
|
167
|
+
ListElasticsearchInstanceTypesCommandOutput,
|
|
168
|
+
} from "./commands/ListElasticsearchInstanceTypesCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListElasticsearchVersionsCommandInput,
|
|
171
|
+
ListElasticsearchVersionsCommandOutput,
|
|
172
|
+
} from "./commands/ListElasticsearchVersionsCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListPackagesForDomainCommandInput,
|
|
175
|
+
ListPackagesForDomainCommandOutput,
|
|
176
|
+
} from "./commands/ListPackagesForDomainCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListTagsCommandInput,
|
|
179
|
+
ListTagsCommandOutput,
|
|
180
|
+
} from "./commands/ListTagsCommand";
|
|
181
|
+
import {
|
|
182
|
+
PurchaseReservedElasticsearchInstanceOfferingCommandInput,
|
|
183
|
+
PurchaseReservedElasticsearchInstanceOfferingCommandOutput,
|
|
184
|
+
} from "./commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
|
|
185
|
+
import {
|
|
186
|
+
RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
187
|
+
RejectInboundCrossClusterSearchConnectionCommandOutput,
|
|
188
|
+
} from "./commands/RejectInboundCrossClusterSearchConnectionCommand";
|
|
189
|
+
import {
|
|
190
|
+
RemoveTagsCommandInput,
|
|
191
|
+
RemoveTagsCommandOutput,
|
|
192
|
+
} from "./commands/RemoveTagsCommand";
|
|
193
|
+
import {
|
|
194
|
+
StartElasticsearchServiceSoftwareUpdateCommandInput,
|
|
195
|
+
StartElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
196
|
+
} from "./commands/StartElasticsearchServiceSoftwareUpdateCommand";
|
|
197
|
+
import {
|
|
198
|
+
UpdateElasticsearchDomainConfigCommandInput,
|
|
199
|
+
UpdateElasticsearchDomainConfigCommandOutput,
|
|
200
|
+
} from "./commands/UpdateElasticsearchDomainConfigCommand";
|
|
201
|
+
import {
|
|
202
|
+
UpdatePackageCommandInput,
|
|
203
|
+
UpdatePackageCommandOutput,
|
|
204
|
+
} from "./commands/UpdatePackageCommand";
|
|
205
|
+
import {
|
|
206
|
+
UpgradeElasticsearchDomainCommandInput,
|
|
207
|
+
UpgradeElasticsearchDomainCommandOutput,
|
|
208
|
+
} from "./commands/UpgradeElasticsearchDomainCommand";
|
|
209
|
+
export declare type ServiceInputTypes =
|
|
210
|
+
| AcceptInboundCrossClusterSearchConnectionCommandInput
|
|
211
|
+
| AddTagsCommandInput
|
|
212
|
+
| AssociatePackageCommandInput
|
|
213
|
+
| CancelElasticsearchServiceSoftwareUpdateCommandInput
|
|
214
|
+
| CreateElasticsearchDomainCommandInput
|
|
215
|
+
| CreateOutboundCrossClusterSearchConnectionCommandInput
|
|
216
|
+
| CreatePackageCommandInput
|
|
217
|
+
| DeleteElasticsearchDomainCommandInput
|
|
218
|
+
| DeleteElasticsearchServiceRoleCommandInput
|
|
219
|
+
| DeleteInboundCrossClusterSearchConnectionCommandInput
|
|
220
|
+
| DeleteOutboundCrossClusterSearchConnectionCommandInput
|
|
221
|
+
| DeletePackageCommandInput
|
|
222
|
+
| DescribeDomainAutoTunesCommandInput
|
|
223
|
+
| DescribeDomainChangeProgressCommandInput
|
|
224
|
+
| DescribeElasticsearchDomainCommandInput
|
|
225
|
+
| DescribeElasticsearchDomainConfigCommandInput
|
|
226
|
+
| DescribeElasticsearchDomainsCommandInput
|
|
227
|
+
| DescribeElasticsearchInstanceTypeLimitsCommandInput
|
|
228
|
+
| DescribeInboundCrossClusterSearchConnectionsCommandInput
|
|
229
|
+
| DescribeOutboundCrossClusterSearchConnectionsCommandInput
|
|
230
|
+
| DescribePackagesCommandInput
|
|
231
|
+
| DescribeReservedElasticsearchInstanceOfferingsCommandInput
|
|
232
|
+
| DescribeReservedElasticsearchInstancesCommandInput
|
|
233
|
+
| DissociatePackageCommandInput
|
|
234
|
+
| GetCompatibleElasticsearchVersionsCommandInput
|
|
235
|
+
| GetPackageVersionHistoryCommandInput
|
|
236
|
+
| GetUpgradeHistoryCommandInput
|
|
237
|
+
| GetUpgradeStatusCommandInput
|
|
238
|
+
| ListDomainNamesCommandInput
|
|
239
|
+
| ListDomainsForPackageCommandInput
|
|
240
|
+
| ListElasticsearchInstanceTypesCommandInput
|
|
241
|
+
| ListElasticsearchVersionsCommandInput
|
|
242
|
+
| ListPackagesForDomainCommandInput
|
|
243
|
+
| ListTagsCommandInput
|
|
244
|
+
| PurchaseReservedElasticsearchInstanceOfferingCommandInput
|
|
245
|
+
| RejectInboundCrossClusterSearchConnectionCommandInput
|
|
246
|
+
| RemoveTagsCommandInput
|
|
247
|
+
| StartElasticsearchServiceSoftwareUpdateCommandInput
|
|
248
|
+
| UpdateElasticsearchDomainConfigCommandInput
|
|
249
|
+
| UpdatePackageCommandInput
|
|
250
|
+
| UpgradeElasticsearchDomainCommandInput;
|
|
251
|
+
export declare type ServiceOutputTypes =
|
|
252
|
+
| AcceptInboundCrossClusterSearchConnectionCommandOutput
|
|
253
|
+
| AddTagsCommandOutput
|
|
254
|
+
| AssociatePackageCommandOutput
|
|
255
|
+
| CancelElasticsearchServiceSoftwareUpdateCommandOutput
|
|
256
|
+
| CreateElasticsearchDomainCommandOutput
|
|
257
|
+
| CreateOutboundCrossClusterSearchConnectionCommandOutput
|
|
258
|
+
| CreatePackageCommandOutput
|
|
259
|
+
| DeleteElasticsearchDomainCommandOutput
|
|
260
|
+
| DeleteElasticsearchServiceRoleCommandOutput
|
|
261
|
+
| DeleteInboundCrossClusterSearchConnectionCommandOutput
|
|
262
|
+
| DeleteOutboundCrossClusterSearchConnectionCommandOutput
|
|
263
|
+
| DeletePackageCommandOutput
|
|
264
|
+
| DescribeDomainAutoTunesCommandOutput
|
|
265
|
+
| DescribeDomainChangeProgressCommandOutput
|
|
266
|
+
| DescribeElasticsearchDomainCommandOutput
|
|
267
|
+
| DescribeElasticsearchDomainConfigCommandOutput
|
|
268
|
+
| DescribeElasticsearchDomainsCommandOutput
|
|
269
|
+
| DescribeElasticsearchInstanceTypeLimitsCommandOutput
|
|
270
|
+
| DescribeInboundCrossClusterSearchConnectionsCommandOutput
|
|
271
|
+
| DescribeOutboundCrossClusterSearchConnectionsCommandOutput
|
|
272
|
+
| DescribePackagesCommandOutput
|
|
273
|
+
| DescribeReservedElasticsearchInstanceOfferingsCommandOutput
|
|
274
|
+
| DescribeReservedElasticsearchInstancesCommandOutput
|
|
275
|
+
| DissociatePackageCommandOutput
|
|
276
|
+
| GetCompatibleElasticsearchVersionsCommandOutput
|
|
277
|
+
| GetPackageVersionHistoryCommandOutput
|
|
278
|
+
| GetUpgradeHistoryCommandOutput
|
|
279
|
+
| GetUpgradeStatusCommandOutput
|
|
280
|
+
| ListDomainNamesCommandOutput
|
|
281
|
+
| ListDomainsForPackageCommandOutput
|
|
282
|
+
| ListElasticsearchInstanceTypesCommandOutput
|
|
283
|
+
| ListElasticsearchVersionsCommandOutput
|
|
284
|
+
| ListPackagesForDomainCommandOutput
|
|
285
|
+
| ListTagsCommandOutput
|
|
286
|
+
| PurchaseReservedElasticsearchInstanceOfferingCommandOutput
|
|
287
|
+
| RejectInboundCrossClusterSearchConnectionCommandOutput
|
|
288
|
+
| RemoveTagsCommandOutput
|
|
289
|
+
| StartElasticsearchServiceSoftwareUpdateCommandOutput
|
|
290
|
+
| UpdateElasticsearchDomainConfigCommandOutput
|
|
291
|
+
| UpdatePackageCommandOutput
|
|
292
|
+
| UpgradeElasticsearchDomainCommandOutput;
|
|
293
|
+
export interface ClientDefaults
|
|
294
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
295
|
+
requestHandler?: __HttpHandler;
|
|
296
|
+
|
|
297
|
+
sha256?: __HashConstructor;
|
|
298
|
+
|
|
299
|
+
urlParser?: __UrlParser;
|
|
300
|
+
|
|
301
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
302
|
+
|
|
303
|
+
streamCollector?: __StreamCollector;
|
|
304
|
+
|
|
305
|
+
base64Decoder?: __Decoder;
|
|
306
|
+
|
|
307
|
+
base64Encoder?: __Encoder;
|
|
308
|
+
|
|
309
|
+
utf8Decoder?: __Decoder;
|
|
310
|
+
|
|
311
|
+
utf8Encoder?: __Encoder;
|
|
312
|
+
|
|
313
|
+
runtime?: string;
|
|
314
|
+
|
|
315
|
+
disableHostPrefix?: boolean;
|
|
316
|
+
|
|
317
|
+
maxAttempts?: number | __Provider<number>;
|
|
318
|
+
|
|
319
|
+
retryMode?: string | __Provider<string>;
|
|
320
|
+
|
|
321
|
+
logger?: __Logger;
|
|
322
|
+
|
|
323
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
324
|
+
|
|
325
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
326
|
+
|
|
327
|
+
serviceId?: string;
|
|
328
|
+
|
|
329
|
+
region?: string | __Provider<string>;
|
|
330
|
+
|
|
331
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
332
|
+
|
|
333
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
334
|
+
|
|
335
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
336
|
+
|
|
337
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
338
|
+
}
|
|
339
|
+
declare type ElasticsearchServiceClientConfigType = Partial<
|
|
340
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
341
|
+
> &
|
|
342
|
+
ClientDefaults &
|
|
343
|
+
RegionInputConfig &
|
|
344
|
+
EndpointsInputConfig &
|
|
345
|
+
RetryInputConfig &
|
|
346
|
+
HostHeaderInputConfig &
|
|
347
|
+
AwsAuthInputConfig &
|
|
348
|
+
UserAgentInputConfig;
|
|
349
|
+
|
|
350
|
+
export interface ElasticsearchServiceClientConfig
|
|
351
|
+
extends ElasticsearchServiceClientConfigType {}
|
|
352
|
+
declare type ElasticsearchServiceClientResolvedConfigType =
|
|
353
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
354
|
+
Required<ClientDefaults> &
|
|
355
|
+
RegionResolvedConfig &
|
|
356
|
+
EndpointsResolvedConfig &
|
|
357
|
+
RetryResolvedConfig &
|
|
358
|
+
HostHeaderResolvedConfig &
|
|
359
|
+
AwsAuthResolvedConfig &
|
|
360
|
+
UserAgentResolvedConfig;
|
|
361
|
+
|
|
362
|
+
export interface ElasticsearchServiceClientResolvedConfig
|
|
363
|
+
extends ElasticsearchServiceClientResolvedConfigType {}
|
|
364
|
+
|
|
365
|
+
export declare class ElasticsearchServiceClient extends __Client<
|
|
366
|
+
__HttpHandlerOptions,
|
|
367
|
+
ServiceInputTypes,
|
|
368
|
+
ServiceOutputTypes,
|
|
369
|
+
ElasticsearchServiceClientResolvedConfig
|
|
370
|
+
> {
|
|
371
|
+
readonly config: ElasticsearchServiceClientResolvedConfig;
|
|
372
|
+
constructor(configuration: ElasticsearchServiceClientConfig);
|
|
373
|
+
|
|
374
|
+
destroy(): void;
|
|
375
|
+
}
|
|
376
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
AcceptInboundCrossClusterSearchConnectionRequest,
|
|
15
|
+
AcceptInboundCrossClusterSearchConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AcceptInboundCrossClusterSearchConnectionCommandInput
|
|
18
|
+
extends AcceptInboundCrossClusterSearchConnectionRequest {}
|
|
19
|
+
export interface AcceptInboundCrossClusterSearchConnectionCommandOutput
|
|
20
|
+
extends AcceptInboundCrossClusterSearchConnectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AcceptInboundCrossClusterSearchConnectionCommand extends $Command<
|
|
24
|
+
AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
25
|
+
AcceptInboundCrossClusterSearchConnectionCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AcceptInboundCrossClusterSearchConnectionCommandInput;
|
|
29
|
+
constructor(input: AcceptInboundCrossClusterSearchConnectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
37
|
+
AcceptInboundCrossClusterSearchConnectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import { AddTagsRequest } from "../models/models_0";
|
|
14
|
+
export interface AddTagsCommandInput extends AddTagsRequest {}
|
|
15
|
+
export interface AddTagsCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class AddTagsCommand extends $Command<
|
|
18
|
+
AddTagsCommandInput,
|
|
19
|
+
AddTagsCommandOutput,
|
|
20
|
+
ElasticsearchServiceClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: AddTagsCommandInput;
|
|
23
|
+
constructor(input: AddTagsCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|