@aws-sdk/client-elasticsearch-service 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +159 -613
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +2 -14
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/AssociatePackageCommand.js +2 -14
- package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +2 -14
- package/dist-es/commands/CancelDomainConfigChangeCommand.js +2 -14
- package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +2 -14
- package/dist-es/commands/CreateElasticsearchDomainCommand.js +2 -14
- package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +2 -14
- package/dist-es/commands/CreatePackageCommand.js +2 -14
- package/dist-es/commands/CreateVpcEndpointCommand.js +2 -14
- package/dist-es/commands/DeleteElasticsearchDomainCommand.js +2 -14
- package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +2 -14
- package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +2 -14
- package/dist-es/commands/DeletePackageCommand.js +2 -14
- package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -14
- package/dist-es/commands/DescribeDomainAutoTunesCommand.js +2 -14
- package/dist-es/commands/DescribeDomainChangeProgressCommand.js +2 -14
- package/dist-es/commands/DescribeElasticsearchDomainCommand.js +2 -14
- package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +2 -14
- package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +2 -14
- package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +2 -14
- package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +2 -14
- package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +2 -14
- package/dist-es/commands/DescribePackagesCommand.js +2 -14
- package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +2 -14
- package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +2 -14
- package/dist-es/commands/DissociatePackageCommand.js +2 -14
- package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +2 -14
- package/dist-es/commands/GetPackageVersionHistoryCommand.js +2 -14
- package/dist-es/commands/GetUpgradeHistoryCommand.js +2 -14
- package/dist-es/commands/GetUpgradeStatusCommand.js +2 -14
- package/dist-es/commands/ListDomainNamesCommand.js +2 -14
- package/dist-es/commands/ListDomainsForPackageCommand.js +2 -14
- package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +2 -14
- package/dist-es/commands/ListElasticsearchVersionsCommand.js +2 -14
- package/dist-es/commands/ListPackagesForDomainCommand.js +2 -14
- package/dist-es/commands/ListTagsCommand.js +2 -14
- package/dist-es/commands/ListVpcEndpointAccessCommand.js +2 -14
- package/dist-es/commands/ListVpcEndpointsCommand.js +2 -14
- package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +2 -14
- package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +2 -14
- package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +2 -14
- package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +2 -14
- package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +2 -14
- package/dist-es/commands/UpdatePackageCommand.js +2 -14
- package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -14
- package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +3 -8
- package/dist-types/commands/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/AssociatePackageCommand.d.ts +3 -8
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +3 -8
- package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +3 -8
- package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreatePackageCommand.d.ts +3 -8
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeletePackageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +3 -8
- package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +3 -8
- package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +3 -8
- package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribePackagesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/DissociatePackageCommand.d.ts +3 -8
- package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +3 -8
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +3 -8
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +3 -8
- package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +3 -8
- package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +3 -8
- package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePackageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2163,616 +2164,161 @@ class ElasticsearchServiceClient extends Client {
|
|
|
2163
2164
|
}
|
|
2164
2165
|
}
|
|
2165
2166
|
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
}
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
}
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
}
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
}
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
class DeleteOutboundCrossClusterSearchConnectionCommand extends Command
|
|
2323
|
-
.classBuilder()
|
|
2324
|
-
.ep(commonParams)
|
|
2325
|
-
.m(function (Command, cs, config, o) {
|
|
2326
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2327
|
-
})
|
|
2328
|
-
.s("AmazonElasticsearchService2015", "DeleteOutboundCrossClusterSearchConnection", {})
|
|
2329
|
-
.n("ElasticsearchServiceClient", "DeleteOutboundCrossClusterSearchConnectionCommand")
|
|
2330
|
-
.sc(DeleteOutboundCrossClusterSearchConnection$)
|
|
2331
|
-
.build() {
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
class DeletePackageCommand extends Command
|
|
2335
|
-
.classBuilder()
|
|
2336
|
-
.ep(commonParams)
|
|
2337
|
-
.m(function (Command, cs, config, o) {
|
|
2338
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2339
|
-
})
|
|
2340
|
-
.s("AmazonElasticsearchService2015", "DeletePackage", {})
|
|
2341
|
-
.n("ElasticsearchServiceClient", "DeletePackageCommand")
|
|
2342
|
-
.sc(DeletePackage$)
|
|
2343
|
-
.build() {
|
|
2344
|
-
}
|
|
2345
|
-
|
|
2346
|
-
class DeleteVpcEndpointCommand extends Command
|
|
2347
|
-
.classBuilder()
|
|
2348
|
-
.ep(commonParams)
|
|
2349
|
-
.m(function (Command, cs, config, o) {
|
|
2350
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2351
|
-
})
|
|
2352
|
-
.s("AmazonElasticsearchService2015", "DeleteVpcEndpoint", {})
|
|
2353
|
-
.n("ElasticsearchServiceClient", "DeleteVpcEndpointCommand")
|
|
2354
|
-
.sc(DeleteVpcEndpoint$)
|
|
2355
|
-
.build() {
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
|
-
class DescribeDomainAutoTunesCommand extends Command
|
|
2359
|
-
.classBuilder()
|
|
2360
|
-
.ep(commonParams)
|
|
2361
|
-
.m(function (Command, cs, config, o) {
|
|
2362
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2363
|
-
})
|
|
2364
|
-
.s("AmazonElasticsearchService2015", "DescribeDomainAutoTunes", {})
|
|
2365
|
-
.n("ElasticsearchServiceClient", "DescribeDomainAutoTunesCommand")
|
|
2366
|
-
.sc(DescribeDomainAutoTunes$)
|
|
2367
|
-
.build() {
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
class DescribeDomainChangeProgressCommand extends Command
|
|
2371
|
-
.classBuilder()
|
|
2372
|
-
.ep(commonParams)
|
|
2373
|
-
.m(function (Command, cs, config, o) {
|
|
2374
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2375
|
-
})
|
|
2376
|
-
.s("AmazonElasticsearchService2015", "DescribeDomainChangeProgress", {})
|
|
2377
|
-
.n("ElasticsearchServiceClient", "DescribeDomainChangeProgressCommand")
|
|
2378
|
-
.sc(DescribeDomainChangeProgress$)
|
|
2379
|
-
.build() {
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
class DescribeElasticsearchDomainCommand extends Command
|
|
2383
|
-
.classBuilder()
|
|
2384
|
-
.ep(commonParams)
|
|
2385
|
-
.m(function (Command, cs, config, o) {
|
|
2386
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2387
|
-
})
|
|
2388
|
-
.s("AmazonElasticsearchService2015", "DescribeElasticsearchDomain", {})
|
|
2389
|
-
.n("ElasticsearchServiceClient", "DescribeElasticsearchDomainCommand")
|
|
2390
|
-
.sc(DescribeElasticsearchDomain$)
|
|
2391
|
-
.build() {
|
|
2392
|
-
}
|
|
2393
|
-
|
|
2394
|
-
class DescribeElasticsearchDomainConfigCommand extends Command
|
|
2395
|
-
.classBuilder()
|
|
2396
|
-
.ep(commonParams)
|
|
2397
|
-
.m(function (Command, cs, config, o) {
|
|
2398
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2399
|
-
})
|
|
2400
|
-
.s("AmazonElasticsearchService2015", "DescribeElasticsearchDomainConfig", {})
|
|
2401
|
-
.n("ElasticsearchServiceClient", "DescribeElasticsearchDomainConfigCommand")
|
|
2402
|
-
.sc(DescribeElasticsearchDomainConfig$)
|
|
2403
|
-
.build() {
|
|
2404
|
-
}
|
|
2405
|
-
|
|
2406
|
-
class DescribeElasticsearchDomainsCommand extends Command
|
|
2407
|
-
.classBuilder()
|
|
2408
|
-
.ep(commonParams)
|
|
2409
|
-
.m(function (Command, cs, config, o) {
|
|
2410
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2411
|
-
})
|
|
2412
|
-
.s("AmazonElasticsearchService2015", "DescribeElasticsearchDomains", {})
|
|
2413
|
-
.n("ElasticsearchServiceClient", "DescribeElasticsearchDomainsCommand")
|
|
2414
|
-
.sc(DescribeElasticsearchDomains$)
|
|
2415
|
-
.build() {
|
|
2416
|
-
}
|
|
2417
|
-
|
|
2418
|
-
class DescribeElasticsearchInstanceTypeLimitsCommand extends Command
|
|
2419
|
-
.classBuilder()
|
|
2420
|
-
.ep(commonParams)
|
|
2421
|
-
.m(function (Command, cs, config, o) {
|
|
2422
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2423
|
-
})
|
|
2424
|
-
.s("AmazonElasticsearchService2015", "DescribeElasticsearchInstanceTypeLimits", {})
|
|
2425
|
-
.n("ElasticsearchServiceClient", "DescribeElasticsearchInstanceTypeLimitsCommand")
|
|
2426
|
-
.sc(DescribeElasticsearchInstanceTypeLimits$)
|
|
2427
|
-
.build() {
|
|
2428
|
-
}
|
|
2429
|
-
|
|
2430
|
-
class DescribeInboundCrossClusterSearchConnectionsCommand extends Command
|
|
2431
|
-
.classBuilder()
|
|
2432
|
-
.ep(commonParams)
|
|
2433
|
-
.m(function (Command, cs, config, o) {
|
|
2434
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2435
|
-
})
|
|
2436
|
-
.s("AmazonElasticsearchService2015", "DescribeInboundCrossClusterSearchConnections", {})
|
|
2437
|
-
.n("ElasticsearchServiceClient", "DescribeInboundCrossClusterSearchConnectionsCommand")
|
|
2438
|
-
.sc(DescribeInboundCrossClusterSearchConnections$)
|
|
2439
|
-
.build() {
|
|
2440
|
-
}
|
|
2441
|
-
|
|
2442
|
-
class DescribeOutboundCrossClusterSearchConnectionsCommand extends Command
|
|
2443
|
-
.classBuilder()
|
|
2444
|
-
.ep(commonParams)
|
|
2445
|
-
.m(function (Command, cs, config, o) {
|
|
2446
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2447
|
-
})
|
|
2448
|
-
.s("AmazonElasticsearchService2015", "DescribeOutboundCrossClusterSearchConnections", {})
|
|
2449
|
-
.n("ElasticsearchServiceClient", "DescribeOutboundCrossClusterSearchConnectionsCommand")
|
|
2450
|
-
.sc(DescribeOutboundCrossClusterSearchConnections$)
|
|
2451
|
-
.build() {
|
|
2452
|
-
}
|
|
2453
|
-
|
|
2454
|
-
class DescribePackagesCommand extends Command
|
|
2455
|
-
.classBuilder()
|
|
2456
|
-
.ep(commonParams)
|
|
2457
|
-
.m(function (Command, cs, config, o) {
|
|
2458
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2459
|
-
})
|
|
2460
|
-
.s("AmazonElasticsearchService2015", "DescribePackages", {})
|
|
2461
|
-
.n("ElasticsearchServiceClient", "DescribePackagesCommand")
|
|
2462
|
-
.sc(DescribePackages$)
|
|
2463
|
-
.build() {
|
|
2464
|
-
}
|
|
2465
|
-
|
|
2466
|
-
class DescribeReservedElasticsearchInstanceOfferingsCommand extends Command
|
|
2467
|
-
.classBuilder()
|
|
2468
|
-
.ep(commonParams)
|
|
2469
|
-
.m(function (Command, cs, config, o) {
|
|
2470
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2471
|
-
})
|
|
2472
|
-
.s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstanceOfferings", {})
|
|
2473
|
-
.n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstanceOfferingsCommand")
|
|
2474
|
-
.sc(DescribeReservedElasticsearchInstanceOfferings$)
|
|
2475
|
-
.build() {
|
|
2476
|
-
}
|
|
2477
|
-
|
|
2478
|
-
class DescribeReservedElasticsearchInstancesCommand extends Command
|
|
2479
|
-
.classBuilder()
|
|
2480
|
-
.ep(commonParams)
|
|
2481
|
-
.m(function (Command, cs, config, o) {
|
|
2482
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2483
|
-
})
|
|
2484
|
-
.s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstances", {})
|
|
2485
|
-
.n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstancesCommand")
|
|
2486
|
-
.sc(DescribeReservedElasticsearchInstances$)
|
|
2487
|
-
.build() {
|
|
2488
|
-
}
|
|
2489
|
-
|
|
2490
|
-
class DescribeVpcEndpointsCommand extends Command
|
|
2491
|
-
.classBuilder()
|
|
2492
|
-
.ep(commonParams)
|
|
2493
|
-
.m(function (Command, cs, config, o) {
|
|
2494
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2495
|
-
})
|
|
2496
|
-
.s("AmazonElasticsearchService2015", "DescribeVpcEndpoints", {})
|
|
2497
|
-
.n("ElasticsearchServiceClient", "DescribeVpcEndpointsCommand")
|
|
2498
|
-
.sc(DescribeVpcEndpoints$)
|
|
2499
|
-
.build() {
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
class DissociatePackageCommand extends Command
|
|
2503
|
-
.classBuilder()
|
|
2504
|
-
.ep(commonParams)
|
|
2505
|
-
.m(function (Command, cs, config, o) {
|
|
2506
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2507
|
-
})
|
|
2508
|
-
.s("AmazonElasticsearchService2015", "DissociatePackage", {})
|
|
2509
|
-
.n("ElasticsearchServiceClient", "DissociatePackageCommand")
|
|
2510
|
-
.sc(DissociatePackage$)
|
|
2511
|
-
.build() {
|
|
2512
|
-
}
|
|
2513
|
-
|
|
2514
|
-
class GetCompatibleElasticsearchVersionsCommand extends Command
|
|
2515
|
-
.classBuilder()
|
|
2516
|
-
.ep(commonParams)
|
|
2517
|
-
.m(function (Command, cs, config, o) {
|
|
2518
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2519
|
-
})
|
|
2520
|
-
.s("AmazonElasticsearchService2015", "GetCompatibleElasticsearchVersions", {})
|
|
2521
|
-
.n("ElasticsearchServiceClient", "GetCompatibleElasticsearchVersionsCommand")
|
|
2522
|
-
.sc(GetCompatibleElasticsearchVersions$)
|
|
2523
|
-
.build() {
|
|
2524
|
-
}
|
|
2525
|
-
|
|
2526
|
-
class GetPackageVersionHistoryCommand extends Command
|
|
2527
|
-
.classBuilder()
|
|
2528
|
-
.ep(commonParams)
|
|
2529
|
-
.m(function (Command, cs, config, o) {
|
|
2530
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2531
|
-
})
|
|
2532
|
-
.s("AmazonElasticsearchService2015", "GetPackageVersionHistory", {})
|
|
2533
|
-
.n("ElasticsearchServiceClient", "GetPackageVersionHistoryCommand")
|
|
2534
|
-
.sc(GetPackageVersionHistory$)
|
|
2535
|
-
.build() {
|
|
2536
|
-
}
|
|
2537
|
-
|
|
2538
|
-
class GetUpgradeHistoryCommand extends Command
|
|
2539
|
-
.classBuilder()
|
|
2540
|
-
.ep(commonParams)
|
|
2541
|
-
.m(function (Command, cs, config, o) {
|
|
2542
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2543
|
-
})
|
|
2544
|
-
.s("AmazonElasticsearchService2015", "GetUpgradeHistory", {})
|
|
2545
|
-
.n("ElasticsearchServiceClient", "GetUpgradeHistoryCommand")
|
|
2546
|
-
.sc(GetUpgradeHistory$)
|
|
2547
|
-
.build() {
|
|
2548
|
-
}
|
|
2549
|
-
|
|
2550
|
-
class GetUpgradeStatusCommand extends Command
|
|
2551
|
-
.classBuilder()
|
|
2552
|
-
.ep(commonParams)
|
|
2553
|
-
.m(function (Command, cs, config, o) {
|
|
2554
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2555
|
-
})
|
|
2556
|
-
.s("AmazonElasticsearchService2015", "GetUpgradeStatus", {})
|
|
2557
|
-
.n("ElasticsearchServiceClient", "GetUpgradeStatusCommand")
|
|
2558
|
-
.sc(GetUpgradeStatus$)
|
|
2559
|
-
.build() {
|
|
2560
|
-
}
|
|
2561
|
-
|
|
2562
|
-
class ListDomainNamesCommand extends Command
|
|
2563
|
-
.classBuilder()
|
|
2564
|
-
.ep(commonParams)
|
|
2565
|
-
.m(function (Command, cs, config, o) {
|
|
2566
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2567
|
-
})
|
|
2568
|
-
.s("AmazonElasticsearchService2015", "ListDomainNames", {})
|
|
2569
|
-
.n("ElasticsearchServiceClient", "ListDomainNamesCommand")
|
|
2570
|
-
.sc(ListDomainNames$)
|
|
2571
|
-
.build() {
|
|
2572
|
-
}
|
|
2573
|
-
|
|
2574
|
-
class ListDomainsForPackageCommand extends Command
|
|
2575
|
-
.classBuilder()
|
|
2576
|
-
.ep(commonParams)
|
|
2577
|
-
.m(function (Command, cs, config, o) {
|
|
2578
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2579
|
-
})
|
|
2580
|
-
.s("AmazonElasticsearchService2015", "ListDomainsForPackage", {})
|
|
2581
|
-
.n("ElasticsearchServiceClient", "ListDomainsForPackageCommand")
|
|
2582
|
-
.sc(ListDomainsForPackage$)
|
|
2583
|
-
.build() {
|
|
2584
|
-
}
|
|
2585
|
-
|
|
2586
|
-
class ListElasticsearchInstanceTypesCommand extends Command
|
|
2587
|
-
.classBuilder()
|
|
2588
|
-
.ep(commonParams)
|
|
2589
|
-
.m(function (Command, cs, config, o) {
|
|
2590
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2591
|
-
})
|
|
2592
|
-
.s("AmazonElasticsearchService2015", "ListElasticsearchInstanceTypes", {})
|
|
2593
|
-
.n("ElasticsearchServiceClient", "ListElasticsearchInstanceTypesCommand")
|
|
2594
|
-
.sc(ListElasticsearchInstanceTypes$)
|
|
2595
|
-
.build() {
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
class ListElasticsearchVersionsCommand extends Command
|
|
2599
|
-
.classBuilder()
|
|
2600
|
-
.ep(commonParams)
|
|
2601
|
-
.m(function (Command, cs, config, o) {
|
|
2602
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2603
|
-
})
|
|
2604
|
-
.s("AmazonElasticsearchService2015", "ListElasticsearchVersions", {})
|
|
2605
|
-
.n("ElasticsearchServiceClient", "ListElasticsearchVersionsCommand")
|
|
2606
|
-
.sc(ListElasticsearchVersions$)
|
|
2607
|
-
.build() {
|
|
2608
|
-
}
|
|
2609
|
-
|
|
2610
|
-
class ListPackagesForDomainCommand extends Command
|
|
2611
|
-
.classBuilder()
|
|
2612
|
-
.ep(commonParams)
|
|
2613
|
-
.m(function (Command, cs, config, o) {
|
|
2614
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2615
|
-
})
|
|
2616
|
-
.s("AmazonElasticsearchService2015", "ListPackagesForDomain", {})
|
|
2617
|
-
.n("ElasticsearchServiceClient", "ListPackagesForDomainCommand")
|
|
2618
|
-
.sc(ListPackagesForDomain$)
|
|
2619
|
-
.build() {
|
|
2620
|
-
}
|
|
2621
|
-
|
|
2622
|
-
class ListTagsCommand extends Command
|
|
2623
|
-
.classBuilder()
|
|
2624
|
-
.ep(commonParams)
|
|
2625
|
-
.m(function (Command, cs, config, o) {
|
|
2626
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2627
|
-
})
|
|
2628
|
-
.s("AmazonElasticsearchService2015", "ListTags", {})
|
|
2629
|
-
.n("ElasticsearchServiceClient", "ListTagsCommand")
|
|
2630
|
-
.sc(ListTags$)
|
|
2631
|
-
.build() {
|
|
2632
|
-
}
|
|
2633
|
-
|
|
2634
|
-
class ListVpcEndpointAccessCommand extends Command
|
|
2635
|
-
.classBuilder()
|
|
2636
|
-
.ep(commonParams)
|
|
2637
|
-
.m(function (Command, cs, config, o) {
|
|
2638
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2639
|
-
})
|
|
2640
|
-
.s("AmazonElasticsearchService2015", "ListVpcEndpointAccess", {})
|
|
2641
|
-
.n("ElasticsearchServiceClient", "ListVpcEndpointAccessCommand")
|
|
2642
|
-
.sc(ListVpcEndpointAccess$)
|
|
2643
|
-
.build() {
|
|
2644
|
-
}
|
|
2645
|
-
|
|
2646
|
-
class ListVpcEndpointsCommand extends Command
|
|
2647
|
-
.classBuilder()
|
|
2648
|
-
.ep(commonParams)
|
|
2649
|
-
.m(function (Command, cs, config, o) {
|
|
2650
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2651
|
-
})
|
|
2652
|
-
.s("AmazonElasticsearchService2015", "ListVpcEndpoints", {})
|
|
2653
|
-
.n("ElasticsearchServiceClient", "ListVpcEndpointsCommand")
|
|
2654
|
-
.sc(ListVpcEndpoints$)
|
|
2655
|
-
.build() {
|
|
2656
|
-
}
|
|
2657
|
-
|
|
2658
|
-
class ListVpcEndpointsForDomainCommand extends Command
|
|
2659
|
-
.classBuilder()
|
|
2660
|
-
.ep(commonParams)
|
|
2661
|
-
.m(function (Command, cs, config, o) {
|
|
2662
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2663
|
-
})
|
|
2664
|
-
.s("AmazonElasticsearchService2015", "ListVpcEndpointsForDomain", {})
|
|
2665
|
-
.n("ElasticsearchServiceClient", "ListVpcEndpointsForDomainCommand")
|
|
2666
|
-
.sc(ListVpcEndpointsForDomain$)
|
|
2667
|
-
.build() {
|
|
2668
|
-
}
|
|
2669
|
-
|
|
2670
|
-
class PurchaseReservedElasticsearchInstanceOfferingCommand extends Command
|
|
2671
|
-
.classBuilder()
|
|
2672
|
-
.ep(commonParams)
|
|
2673
|
-
.m(function (Command, cs, config, o) {
|
|
2674
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2675
|
-
})
|
|
2676
|
-
.s("AmazonElasticsearchService2015", "PurchaseReservedElasticsearchInstanceOffering", {})
|
|
2677
|
-
.n("ElasticsearchServiceClient", "PurchaseReservedElasticsearchInstanceOfferingCommand")
|
|
2678
|
-
.sc(PurchaseReservedElasticsearchInstanceOffering$)
|
|
2679
|
-
.build() {
|
|
2680
|
-
}
|
|
2681
|
-
|
|
2682
|
-
class RejectInboundCrossClusterSearchConnectionCommand extends Command
|
|
2683
|
-
.classBuilder()
|
|
2684
|
-
.ep(commonParams)
|
|
2685
|
-
.m(function (Command, cs, config, o) {
|
|
2686
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2687
|
-
})
|
|
2688
|
-
.s("AmazonElasticsearchService2015", "RejectInboundCrossClusterSearchConnection", {})
|
|
2689
|
-
.n("ElasticsearchServiceClient", "RejectInboundCrossClusterSearchConnectionCommand")
|
|
2690
|
-
.sc(RejectInboundCrossClusterSearchConnection$)
|
|
2691
|
-
.build() {
|
|
2692
|
-
}
|
|
2693
|
-
|
|
2694
|
-
class RemoveTagsCommand extends Command
|
|
2695
|
-
.classBuilder()
|
|
2696
|
-
.ep(commonParams)
|
|
2697
|
-
.m(function (Command, cs, config, o) {
|
|
2698
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2699
|
-
})
|
|
2700
|
-
.s("AmazonElasticsearchService2015", "RemoveTags", {})
|
|
2701
|
-
.n("ElasticsearchServiceClient", "RemoveTagsCommand")
|
|
2702
|
-
.sc(RemoveTags$)
|
|
2703
|
-
.build() {
|
|
2704
|
-
}
|
|
2705
|
-
|
|
2706
|
-
class RevokeVpcEndpointAccessCommand extends Command
|
|
2707
|
-
.classBuilder()
|
|
2708
|
-
.ep(commonParams)
|
|
2709
|
-
.m(function (Command, cs, config, o) {
|
|
2710
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2711
|
-
})
|
|
2712
|
-
.s("AmazonElasticsearchService2015", "RevokeVpcEndpointAccess", {})
|
|
2713
|
-
.n("ElasticsearchServiceClient", "RevokeVpcEndpointAccessCommand")
|
|
2714
|
-
.sc(RevokeVpcEndpointAccess$)
|
|
2715
|
-
.build() {
|
|
2716
|
-
}
|
|
2717
|
-
|
|
2718
|
-
class StartElasticsearchServiceSoftwareUpdateCommand extends Command
|
|
2719
|
-
.classBuilder()
|
|
2720
|
-
.ep(commonParams)
|
|
2721
|
-
.m(function (Command, cs, config, o) {
|
|
2722
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2723
|
-
})
|
|
2724
|
-
.s("AmazonElasticsearchService2015", "StartElasticsearchServiceSoftwareUpdate", {})
|
|
2725
|
-
.n("ElasticsearchServiceClient", "StartElasticsearchServiceSoftwareUpdateCommand")
|
|
2726
|
-
.sc(StartElasticsearchServiceSoftwareUpdate$)
|
|
2727
|
-
.build() {
|
|
2728
|
-
}
|
|
2729
|
-
|
|
2730
|
-
class UpdateElasticsearchDomainConfigCommand extends Command
|
|
2731
|
-
.classBuilder()
|
|
2732
|
-
.ep(commonParams)
|
|
2733
|
-
.m(function (Command, cs, config, o) {
|
|
2734
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2735
|
-
})
|
|
2736
|
-
.s("AmazonElasticsearchService2015", "UpdateElasticsearchDomainConfig", {})
|
|
2737
|
-
.n("ElasticsearchServiceClient", "UpdateElasticsearchDomainConfigCommand")
|
|
2738
|
-
.sc(UpdateElasticsearchDomainConfig$)
|
|
2739
|
-
.build() {
|
|
2740
|
-
}
|
|
2741
|
-
|
|
2742
|
-
class UpdatePackageCommand extends Command
|
|
2743
|
-
.classBuilder()
|
|
2744
|
-
.ep(commonParams)
|
|
2745
|
-
.m(function (Command, cs, config, o) {
|
|
2746
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2747
|
-
})
|
|
2748
|
-
.s("AmazonElasticsearchService2015", "UpdatePackage", {})
|
|
2749
|
-
.n("ElasticsearchServiceClient", "UpdatePackageCommand")
|
|
2750
|
-
.sc(UpdatePackage$)
|
|
2751
|
-
.build() {
|
|
2752
|
-
}
|
|
2753
|
-
|
|
2754
|
-
class UpdateVpcEndpointCommand extends Command
|
|
2755
|
-
.classBuilder()
|
|
2756
|
-
.ep(commonParams)
|
|
2757
|
-
.m(function (Command, cs, config, o) {
|
|
2758
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2759
|
-
})
|
|
2760
|
-
.s("AmazonElasticsearchService2015", "UpdateVpcEndpoint", {})
|
|
2761
|
-
.n("ElasticsearchServiceClient", "UpdateVpcEndpointCommand")
|
|
2762
|
-
.sc(UpdateVpcEndpoint$)
|
|
2763
|
-
.build() {
|
|
2764
|
-
}
|
|
2765
|
-
|
|
2766
|
-
class UpgradeElasticsearchDomainCommand extends Command
|
|
2767
|
-
.classBuilder()
|
|
2768
|
-
.ep(commonParams)
|
|
2769
|
-
.m(function (Command, cs, config, o) {
|
|
2770
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2771
|
-
})
|
|
2772
|
-
.s("AmazonElasticsearchService2015", "UpgradeElasticsearchDomain", {})
|
|
2773
|
-
.n("ElasticsearchServiceClient", "UpgradeElasticsearchDomainCommand")
|
|
2774
|
-
.sc(UpgradeElasticsearchDomain$)
|
|
2775
|
-
.build() {
|
|
2167
|
+
const command = makeBuilder(commonParams, "AmazonElasticsearchService2015", "ElasticsearchServiceClient", getEndpointPlugin);
|
|
2168
|
+
const _ep0 = {};
|
|
2169
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2170
|
+
|
|
2171
|
+
class AcceptInboundCrossClusterSearchConnectionCommand extends command(_ep0, _mw0, "AcceptInboundCrossClusterSearchConnection", AcceptInboundCrossClusterSearchConnection$) {
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
class AddTagsCommand extends command(_ep0, _mw0, "AddTags", AddTags$) {
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
class AssociatePackageCommand extends command(_ep0, _mw0, "AssociatePackage", AssociatePackage$) {
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
class AuthorizeVpcEndpointAccessCommand extends command(_ep0, _mw0, "AuthorizeVpcEndpointAccess", AuthorizeVpcEndpointAccess$) {
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
class CancelDomainConfigChangeCommand extends command(_ep0, _mw0, "CancelDomainConfigChange", CancelDomainConfigChange$) {
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
class CancelElasticsearchServiceSoftwareUpdateCommand extends command(_ep0, _mw0, "CancelElasticsearchServiceSoftwareUpdate", CancelElasticsearchServiceSoftwareUpdate$) {
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
class CreateElasticsearchDomainCommand extends command(_ep0, _mw0, "CreateElasticsearchDomain", CreateElasticsearchDomain$) {
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
class CreateOutboundCrossClusterSearchConnectionCommand extends command(_ep0, _mw0, "CreateOutboundCrossClusterSearchConnection", CreateOutboundCrossClusterSearchConnection$) {
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
class CreatePackageCommand extends command(_ep0, _mw0, "CreatePackage", CreatePackage$) {
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
class CreateVpcEndpointCommand extends command(_ep0, _mw0, "CreateVpcEndpoint", CreateVpcEndpoint$) {
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
class DeleteElasticsearchDomainCommand extends command(_ep0, _mw0, "DeleteElasticsearchDomain", DeleteElasticsearchDomain$) {
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
class DeleteElasticsearchServiceRoleCommand extends command(_ep0, _mw0, "DeleteElasticsearchServiceRole", DeleteElasticsearchServiceRole$) {
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
class DeleteInboundCrossClusterSearchConnectionCommand extends command(_ep0, _mw0, "DeleteInboundCrossClusterSearchConnection", DeleteInboundCrossClusterSearchConnection$) {
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
class DeleteOutboundCrossClusterSearchConnectionCommand extends command(_ep0, _mw0, "DeleteOutboundCrossClusterSearchConnection", DeleteOutboundCrossClusterSearchConnection$) {
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
class DeletePackageCommand extends command(_ep0, _mw0, "DeletePackage", DeletePackage$) {
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
class DeleteVpcEndpointCommand extends command(_ep0, _mw0, "DeleteVpcEndpoint", DeleteVpcEndpoint$) {
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
class DescribeDomainAutoTunesCommand extends command(_ep0, _mw0, "DescribeDomainAutoTunes", DescribeDomainAutoTunes$) {
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
class DescribeDomainChangeProgressCommand extends command(_ep0, _mw0, "DescribeDomainChangeProgress", DescribeDomainChangeProgress$) {
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
class DescribeElasticsearchDomainCommand extends command(_ep0, _mw0, "DescribeElasticsearchDomain", DescribeElasticsearchDomain$) {
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
class DescribeElasticsearchDomainConfigCommand extends command(_ep0, _mw0, "DescribeElasticsearchDomainConfig", DescribeElasticsearchDomainConfig$) {
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
class DescribeElasticsearchDomainsCommand extends command(_ep0, _mw0, "DescribeElasticsearchDomains", DescribeElasticsearchDomains$) {
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
class DescribeElasticsearchInstanceTypeLimitsCommand extends command(_ep0, _mw0, "DescribeElasticsearchInstanceTypeLimits", DescribeElasticsearchInstanceTypeLimits$) {
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
class DescribeInboundCrossClusterSearchConnectionsCommand extends command(_ep0, _mw0, "DescribeInboundCrossClusterSearchConnections", DescribeInboundCrossClusterSearchConnections$) {
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
class DescribeOutboundCrossClusterSearchConnectionsCommand extends command(_ep0, _mw0, "DescribeOutboundCrossClusterSearchConnections", DescribeOutboundCrossClusterSearchConnections$) {
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
class DescribePackagesCommand extends command(_ep0, _mw0, "DescribePackages", DescribePackages$) {
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
class DescribeReservedElasticsearchInstanceOfferingsCommand extends command(_ep0, _mw0, "DescribeReservedElasticsearchInstanceOfferings", DescribeReservedElasticsearchInstanceOfferings$) {
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
class DescribeReservedElasticsearchInstancesCommand extends command(_ep0, _mw0, "DescribeReservedElasticsearchInstances", DescribeReservedElasticsearchInstances$) {
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
class DescribeVpcEndpointsCommand extends command(_ep0, _mw0, "DescribeVpcEndpoints", DescribeVpcEndpoints$) {
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
class DissociatePackageCommand extends command(_ep0, _mw0, "DissociatePackage", DissociatePackage$) {
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
class GetCompatibleElasticsearchVersionsCommand extends command(_ep0, _mw0, "GetCompatibleElasticsearchVersions", GetCompatibleElasticsearchVersions$) {
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2261
|
+
class GetPackageVersionHistoryCommand extends command(_ep0, _mw0, "GetPackageVersionHistory", GetPackageVersionHistory$) {
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
class GetUpgradeHistoryCommand extends command(_ep0, _mw0, "GetUpgradeHistory", GetUpgradeHistory$) {
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
class GetUpgradeStatusCommand extends command(_ep0, _mw0, "GetUpgradeStatus", GetUpgradeStatus$) {
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
class ListDomainNamesCommand extends command(_ep0, _mw0, "ListDomainNames", ListDomainNames$) {
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
class ListDomainsForPackageCommand extends command(_ep0, _mw0, "ListDomainsForPackage", ListDomainsForPackage$) {
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
class ListElasticsearchInstanceTypesCommand extends command(_ep0, _mw0, "ListElasticsearchInstanceTypes", ListElasticsearchInstanceTypes$) {
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
class ListElasticsearchVersionsCommand extends command(_ep0, _mw0, "ListElasticsearchVersions", ListElasticsearchVersions$) {
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
class ListPackagesForDomainCommand extends command(_ep0, _mw0, "ListPackagesForDomain", ListPackagesForDomain$) {
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
class ListTagsCommand extends command(_ep0, _mw0, "ListTags", ListTags$) {
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
class ListVpcEndpointAccessCommand extends command(_ep0, _mw0, "ListVpcEndpointAccess", ListVpcEndpointAccess$) {
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
class ListVpcEndpointsCommand extends command(_ep0, _mw0, "ListVpcEndpoints", ListVpcEndpoints$) {
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
class ListVpcEndpointsForDomainCommand extends command(_ep0, _mw0, "ListVpcEndpointsForDomain", ListVpcEndpointsForDomain$) {
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2297
|
+
class PurchaseReservedElasticsearchInstanceOfferingCommand extends command(_ep0, _mw0, "PurchaseReservedElasticsearchInstanceOffering", PurchaseReservedElasticsearchInstanceOffering$) {
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
class RejectInboundCrossClusterSearchConnectionCommand extends command(_ep0, _mw0, "RejectInboundCrossClusterSearchConnection", RejectInboundCrossClusterSearchConnection$) {
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
class RemoveTagsCommand extends command(_ep0, _mw0, "RemoveTags", RemoveTags$) {
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
class RevokeVpcEndpointAccessCommand extends command(_ep0, _mw0, "RevokeVpcEndpointAccess", RevokeVpcEndpointAccess$) {
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
class StartElasticsearchServiceSoftwareUpdateCommand extends command(_ep0, _mw0, "StartElasticsearchServiceSoftwareUpdate", StartElasticsearchServiceSoftwareUpdate$) {
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
class UpdateElasticsearchDomainConfigCommand extends command(_ep0, _mw0, "UpdateElasticsearchDomainConfig", UpdateElasticsearchDomainConfig$) {
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2315
|
+
class UpdatePackageCommand extends command(_ep0, _mw0, "UpdatePackage", UpdatePackage$) {
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
class UpdateVpcEndpointCommand extends command(_ep0, _mw0, "UpdateVpcEndpoint", UpdateVpcEndpoint$) {
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2321
|
+
class UpgradeElasticsearchDomainCommand extends command(_ep0, _mw0, "UpgradeElasticsearchDomain", UpgradeElasticsearchDomain$) {
|
|
2776
2322
|
}
|
|
2777
2323
|
|
|
2778
2324
|
const paginateDescribeDomainAutoTunes = createPaginator(ElasticsearchServiceClient, DescribeDomainAutoTunesCommand, "NextToken", "NextToken", "MaxResults");
|