@aws-sdk/client-elasticsearch-service 3.1076.0 → 3.1078.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 +162 -615
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
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");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultElasticsearchServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -2041,6 +2043,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2041
2043
|
serviceTarget: "AmazonElasticsearchService2015",
|
|
2042
2044
|
},
|
|
2043
2045
|
serviceId: config?.serviceId ?? "Elasticsearch Service",
|
|
2046
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2044
2047
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2045
2048
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2046
2049
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2074,7 +2077,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2074
2077
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2075
2078
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2076
2079
|
}, config),
|
|
2077
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2078
2080
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2079
2081
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2080
2082
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2162,616 +2164,161 @@ class ElasticsearchServiceClient extends Client {
|
|
|
2162
2164
|
}
|
|
2163
2165
|
}
|
|
2164
2166
|
|
|
2165
|
-
|
|
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
|
-
class DeleteOutboundCrossClusterSearchConnectionCommand extends Command
|
|
2322
|
-
.classBuilder()
|
|
2323
|
-
.ep(commonParams)
|
|
2324
|
-
.m(function (Command, cs, config, o) {
|
|
2325
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2326
|
-
})
|
|
2327
|
-
.s("AmazonElasticsearchService2015", "DeleteOutboundCrossClusterSearchConnection", {})
|
|
2328
|
-
.n("ElasticsearchServiceClient", "DeleteOutboundCrossClusterSearchConnectionCommand")
|
|
2329
|
-
.sc(DeleteOutboundCrossClusterSearchConnection$)
|
|
2330
|
-
.build() {
|
|
2331
|
-
}
|
|
2332
|
-
|
|
2333
|
-
class DeletePackageCommand extends Command
|
|
2334
|
-
.classBuilder()
|
|
2335
|
-
.ep(commonParams)
|
|
2336
|
-
.m(function (Command, cs, config, o) {
|
|
2337
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2338
|
-
})
|
|
2339
|
-
.s("AmazonElasticsearchService2015", "DeletePackage", {})
|
|
2340
|
-
.n("ElasticsearchServiceClient", "DeletePackageCommand")
|
|
2341
|
-
.sc(DeletePackage$)
|
|
2342
|
-
.build() {
|
|
2343
|
-
}
|
|
2344
|
-
|
|
2345
|
-
class DeleteVpcEndpointCommand extends Command
|
|
2346
|
-
.classBuilder()
|
|
2347
|
-
.ep(commonParams)
|
|
2348
|
-
.m(function (Command, cs, config, o) {
|
|
2349
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2350
|
-
})
|
|
2351
|
-
.s("AmazonElasticsearchService2015", "DeleteVpcEndpoint", {})
|
|
2352
|
-
.n("ElasticsearchServiceClient", "DeleteVpcEndpointCommand")
|
|
2353
|
-
.sc(DeleteVpcEndpoint$)
|
|
2354
|
-
.build() {
|
|
2355
|
-
}
|
|
2356
|
-
|
|
2357
|
-
class DescribeDomainAutoTunesCommand extends Command
|
|
2358
|
-
.classBuilder()
|
|
2359
|
-
.ep(commonParams)
|
|
2360
|
-
.m(function (Command, cs, config, o) {
|
|
2361
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2362
|
-
})
|
|
2363
|
-
.s("AmazonElasticsearchService2015", "DescribeDomainAutoTunes", {})
|
|
2364
|
-
.n("ElasticsearchServiceClient", "DescribeDomainAutoTunesCommand")
|
|
2365
|
-
.sc(DescribeDomainAutoTunes$)
|
|
2366
|
-
.build() {
|
|
2367
|
-
}
|
|
2368
|
-
|
|
2369
|
-
class DescribeDomainChangeProgressCommand extends Command
|
|
2370
|
-
.classBuilder()
|
|
2371
|
-
.ep(commonParams)
|
|
2372
|
-
.m(function (Command, cs, config, o) {
|
|
2373
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2374
|
-
})
|
|
2375
|
-
.s("AmazonElasticsearchService2015", "DescribeDomainChangeProgress", {})
|
|
2376
|
-
.n("ElasticsearchServiceClient", "DescribeDomainChangeProgressCommand")
|
|
2377
|
-
.sc(DescribeDomainChangeProgress$)
|
|
2378
|
-
.build() {
|
|
2379
|
-
}
|
|
2380
|
-
|
|
2381
|
-
class DescribeElasticsearchDomainCommand extends Command
|
|
2382
|
-
.classBuilder()
|
|
2383
|
-
.ep(commonParams)
|
|
2384
|
-
.m(function (Command, cs, config, o) {
|
|
2385
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2386
|
-
})
|
|
2387
|
-
.s("AmazonElasticsearchService2015", "DescribeElasticsearchDomain", {})
|
|
2388
|
-
.n("ElasticsearchServiceClient", "DescribeElasticsearchDomainCommand")
|
|
2389
|
-
.sc(DescribeElasticsearchDomain$)
|
|
2390
|
-
.build() {
|
|
2391
|
-
}
|
|
2392
|
-
|
|
2393
|
-
class DescribeElasticsearchDomainConfigCommand extends Command
|
|
2394
|
-
.classBuilder()
|
|
2395
|
-
.ep(commonParams)
|
|
2396
|
-
.m(function (Command, cs, config, o) {
|
|
2397
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2398
|
-
})
|
|
2399
|
-
.s("AmazonElasticsearchService2015", "DescribeElasticsearchDomainConfig", {})
|
|
2400
|
-
.n("ElasticsearchServiceClient", "DescribeElasticsearchDomainConfigCommand")
|
|
2401
|
-
.sc(DescribeElasticsearchDomainConfig$)
|
|
2402
|
-
.build() {
|
|
2403
|
-
}
|
|
2404
|
-
|
|
2405
|
-
class DescribeElasticsearchDomainsCommand extends Command
|
|
2406
|
-
.classBuilder()
|
|
2407
|
-
.ep(commonParams)
|
|
2408
|
-
.m(function (Command, cs, config, o) {
|
|
2409
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2410
|
-
})
|
|
2411
|
-
.s("AmazonElasticsearchService2015", "DescribeElasticsearchDomains", {})
|
|
2412
|
-
.n("ElasticsearchServiceClient", "DescribeElasticsearchDomainsCommand")
|
|
2413
|
-
.sc(DescribeElasticsearchDomains$)
|
|
2414
|
-
.build() {
|
|
2415
|
-
}
|
|
2416
|
-
|
|
2417
|
-
class DescribeElasticsearchInstanceTypeLimitsCommand extends Command
|
|
2418
|
-
.classBuilder()
|
|
2419
|
-
.ep(commonParams)
|
|
2420
|
-
.m(function (Command, cs, config, o) {
|
|
2421
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2422
|
-
})
|
|
2423
|
-
.s("AmazonElasticsearchService2015", "DescribeElasticsearchInstanceTypeLimits", {})
|
|
2424
|
-
.n("ElasticsearchServiceClient", "DescribeElasticsearchInstanceTypeLimitsCommand")
|
|
2425
|
-
.sc(DescribeElasticsearchInstanceTypeLimits$)
|
|
2426
|
-
.build() {
|
|
2427
|
-
}
|
|
2428
|
-
|
|
2429
|
-
class DescribeInboundCrossClusterSearchConnectionsCommand extends Command
|
|
2430
|
-
.classBuilder()
|
|
2431
|
-
.ep(commonParams)
|
|
2432
|
-
.m(function (Command, cs, config, o) {
|
|
2433
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2434
|
-
})
|
|
2435
|
-
.s("AmazonElasticsearchService2015", "DescribeInboundCrossClusterSearchConnections", {})
|
|
2436
|
-
.n("ElasticsearchServiceClient", "DescribeInboundCrossClusterSearchConnectionsCommand")
|
|
2437
|
-
.sc(DescribeInboundCrossClusterSearchConnections$)
|
|
2438
|
-
.build() {
|
|
2439
|
-
}
|
|
2440
|
-
|
|
2441
|
-
class DescribeOutboundCrossClusterSearchConnectionsCommand extends Command
|
|
2442
|
-
.classBuilder()
|
|
2443
|
-
.ep(commonParams)
|
|
2444
|
-
.m(function (Command, cs, config, o) {
|
|
2445
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2446
|
-
})
|
|
2447
|
-
.s("AmazonElasticsearchService2015", "DescribeOutboundCrossClusterSearchConnections", {})
|
|
2448
|
-
.n("ElasticsearchServiceClient", "DescribeOutboundCrossClusterSearchConnectionsCommand")
|
|
2449
|
-
.sc(DescribeOutboundCrossClusterSearchConnections$)
|
|
2450
|
-
.build() {
|
|
2451
|
-
}
|
|
2452
|
-
|
|
2453
|
-
class DescribePackagesCommand extends Command
|
|
2454
|
-
.classBuilder()
|
|
2455
|
-
.ep(commonParams)
|
|
2456
|
-
.m(function (Command, cs, config, o) {
|
|
2457
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2458
|
-
})
|
|
2459
|
-
.s("AmazonElasticsearchService2015", "DescribePackages", {})
|
|
2460
|
-
.n("ElasticsearchServiceClient", "DescribePackagesCommand")
|
|
2461
|
-
.sc(DescribePackages$)
|
|
2462
|
-
.build() {
|
|
2463
|
-
}
|
|
2464
|
-
|
|
2465
|
-
class DescribeReservedElasticsearchInstanceOfferingsCommand extends Command
|
|
2466
|
-
.classBuilder()
|
|
2467
|
-
.ep(commonParams)
|
|
2468
|
-
.m(function (Command, cs, config, o) {
|
|
2469
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2470
|
-
})
|
|
2471
|
-
.s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstanceOfferings", {})
|
|
2472
|
-
.n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstanceOfferingsCommand")
|
|
2473
|
-
.sc(DescribeReservedElasticsearchInstanceOfferings$)
|
|
2474
|
-
.build() {
|
|
2475
|
-
}
|
|
2476
|
-
|
|
2477
|
-
class DescribeReservedElasticsearchInstancesCommand extends Command
|
|
2478
|
-
.classBuilder()
|
|
2479
|
-
.ep(commonParams)
|
|
2480
|
-
.m(function (Command, cs, config, o) {
|
|
2481
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2482
|
-
})
|
|
2483
|
-
.s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstances", {})
|
|
2484
|
-
.n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstancesCommand")
|
|
2485
|
-
.sc(DescribeReservedElasticsearchInstances$)
|
|
2486
|
-
.build() {
|
|
2487
|
-
}
|
|
2488
|
-
|
|
2489
|
-
class DescribeVpcEndpointsCommand extends Command
|
|
2490
|
-
.classBuilder()
|
|
2491
|
-
.ep(commonParams)
|
|
2492
|
-
.m(function (Command, cs, config, o) {
|
|
2493
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2494
|
-
})
|
|
2495
|
-
.s("AmazonElasticsearchService2015", "DescribeVpcEndpoints", {})
|
|
2496
|
-
.n("ElasticsearchServiceClient", "DescribeVpcEndpointsCommand")
|
|
2497
|
-
.sc(DescribeVpcEndpoints$)
|
|
2498
|
-
.build() {
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
|
-
class DissociatePackageCommand extends Command
|
|
2502
|
-
.classBuilder()
|
|
2503
|
-
.ep(commonParams)
|
|
2504
|
-
.m(function (Command, cs, config, o) {
|
|
2505
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2506
|
-
})
|
|
2507
|
-
.s("AmazonElasticsearchService2015", "DissociatePackage", {})
|
|
2508
|
-
.n("ElasticsearchServiceClient", "DissociatePackageCommand")
|
|
2509
|
-
.sc(DissociatePackage$)
|
|
2510
|
-
.build() {
|
|
2511
|
-
}
|
|
2512
|
-
|
|
2513
|
-
class GetCompatibleElasticsearchVersionsCommand extends Command
|
|
2514
|
-
.classBuilder()
|
|
2515
|
-
.ep(commonParams)
|
|
2516
|
-
.m(function (Command, cs, config, o) {
|
|
2517
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2518
|
-
})
|
|
2519
|
-
.s("AmazonElasticsearchService2015", "GetCompatibleElasticsearchVersions", {})
|
|
2520
|
-
.n("ElasticsearchServiceClient", "GetCompatibleElasticsearchVersionsCommand")
|
|
2521
|
-
.sc(GetCompatibleElasticsearchVersions$)
|
|
2522
|
-
.build() {
|
|
2523
|
-
}
|
|
2524
|
-
|
|
2525
|
-
class GetPackageVersionHistoryCommand extends Command
|
|
2526
|
-
.classBuilder()
|
|
2527
|
-
.ep(commonParams)
|
|
2528
|
-
.m(function (Command, cs, config, o) {
|
|
2529
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2530
|
-
})
|
|
2531
|
-
.s("AmazonElasticsearchService2015", "GetPackageVersionHistory", {})
|
|
2532
|
-
.n("ElasticsearchServiceClient", "GetPackageVersionHistoryCommand")
|
|
2533
|
-
.sc(GetPackageVersionHistory$)
|
|
2534
|
-
.build() {
|
|
2535
|
-
}
|
|
2536
|
-
|
|
2537
|
-
class GetUpgradeHistoryCommand extends Command
|
|
2538
|
-
.classBuilder()
|
|
2539
|
-
.ep(commonParams)
|
|
2540
|
-
.m(function (Command, cs, config, o) {
|
|
2541
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2542
|
-
})
|
|
2543
|
-
.s("AmazonElasticsearchService2015", "GetUpgradeHistory", {})
|
|
2544
|
-
.n("ElasticsearchServiceClient", "GetUpgradeHistoryCommand")
|
|
2545
|
-
.sc(GetUpgradeHistory$)
|
|
2546
|
-
.build() {
|
|
2547
|
-
}
|
|
2548
|
-
|
|
2549
|
-
class GetUpgradeStatusCommand extends Command
|
|
2550
|
-
.classBuilder()
|
|
2551
|
-
.ep(commonParams)
|
|
2552
|
-
.m(function (Command, cs, config, o) {
|
|
2553
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2554
|
-
})
|
|
2555
|
-
.s("AmazonElasticsearchService2015", "GetUpgradeStatus", {})
|
|
2556
|
-
.n("ElasticsearchServiceClient", "GetUpgradeStatusCommand")
|
|
2557
|
-
.sc(GetUpgradeStatus$)
|
|
2558
|
-
.build() {
|
|
2559
|
-
}
|
|
2560
|
-
|
|
2561
|
-
class ListDomainNamesCommand extends Command
|
|
2562
|
-
.classBuilder()
|
|
2563
|
-
.ep(commonParams)
|
|
2564
|
-
.m(function (Command, cs, config, o) {
|
|
2565
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2566
|
-
})
|
|
2567
|
-
.s("AmazonElasticsearchService2015", "ListDomainNames", {})
|
|
2568
|
-
.n("ElasticsearchServiceClient", "ListDomainNamesCommand")
|
|
2569
|
-
.sc(ListDomainNames$)
|
|
2570
|
-
.build() {
|
|
2571
|
-
}
|
|
2572
|
-
|
|
2573
|
-
class ListDomainsForPackageCommand extends Command
|
|
2574
|
-
.classBuilder()
|
|
2575
|
-
.ep(commonParams)
|
|
2576
|
-
.m(function (Command, cs, config, o) {
|
|
2577
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2578
|
-
})
|
|
2579
|
-
.s("AmazonElasticsearchService2015", "ListDomainsForPackage", {})
|
|
2580
|
-
.n("ElasticsearchServiceClient", "ListDomainsForPackageCommand")
|
|
2581
|
-
.sc(ListDomainsForPackage$)
|
|
2582
|
-
.build() {
|
|
2583
|
-
}
|
|
2584
|
-
|
|
2585
|
-
class ListElasticsearchInstanceTypesCommand extends Command
|
|
2586
|
-
.classBuilder()
|
|
2587
|
-
.ep(commonParams)
|
|
2588
|
-
.m(function (Command, cs, config, o) {
|
|
2589
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2590
|
-
})
|
|
2591
|
-
.s("AmazonElasticsearchService2015", "ListElasticsearchInstanceTypes", {})
|
|
2592
|
-
.n("ElasticsearchServiceClient", "ListElasticsearchInstanceTypesCommand")
|
|
2593
|
-
.sc(ListElasticsearchInstanceTypes$)
|
|
2594
|
-
.build() {
|
|
2595
|
-
}
|
|
2596
|
-
|
|
2597
|
-
class ListElasticsearchVersionsCommand extends Command
|
|
2598
|
-
.classBuilder()
|
|
2599
|
-
.ep(commonParams)
|
|
2600
|
-
.m(function (Command, cs, config, o) {
|
|
2601
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2602
|
-
})
|
|
2603
|
-
.s("AmazonElasticsearchService2015", "ListElasticsearchVersions", {})
|
|
2604
|
-
.n("ElasticsearchServiceClient", "ListElasticsearchVersionsCommand")
|
|
2605
|
-
.sc(ListElasticsearchVersions$)
|
|
2606
|
-
.build() {
|
|
2607
|
-
}
|
|
2608
|
-
|
|
2609
|
-
class ListPackagesForDomainCommand extends Command
|
|
2610
|
-
.classBuilder()
|
|
2611
|
-
.ep(commonParams)
|
|
2612
|
-
.m(function (Command, cs, config, o) {
|
|
2613
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2614
|
-
})
|
|
2615
|
-
.s("AmazonElasticsearchService2015", "ListPackagesForDomain", {})
|
|
2616
|
-
.n("ElasticsearchServiceClient", "ListPackagesForDomainCommand")
|
|
2617
|
-
.sc(ListPackagesForDomain$)
|
|
2618
|
-
.build() {
|
|
2619
|
-
}
|
|
2620
|
-
|
|
2621
|
-
class ListTagsCommand extends Command
|
|
2622
|
-
.classBuilder()
|
|
2623
|
-
.ep(commonParams)
|
|
2624
|
-
.m(function (Command, cs, config, o) {
|
|
2625
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2626
|
-
})
|
|
2627
|
-
.s("AmazonElasticsearchService2015", "ListTags", {})
|
|
2628
|
-
.n("ElasticsearchServiceClient", "ListTagsCommand")
|
|
2629
|
-
.sc(ListTags$)
|
|
2630
|
-
.build() {
|
|
2631
|
-
}
|
|
2632
|
-
|
|
2633
|
-
class ListVpcEndpointAccessCommand extends Command
|
|
2634
|
-
.classBuilder()
|
|
2635
|
-
.ep(commonParams)
|
|
2636
|
-
.m(function (Command, cs, config, o) {
|
|
2637
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2638
|
-
})
|
|
2639
|
-
.s("AmazonElasticsearchService2015", "ListVpcEndpointAccess", {})
|
|
2640
|
-
.n("ElasticsearchServiceClient", "ListVpcEndpointAccessCommand")
|
|
2641
|
-
.sc(ListVpcEndpointAccess$)
|
|
2642
|
-
.build() {
|
|
2643
|
-
}
|
|
2644
|
-
|
|
2645
|
-
class ListVpcEndpointsCommand extends Command
|
|
2646
|
-
.classBuilder()
|
|
2647
|
-
.ep(commonParams)
|
|
2648
|
-
.m(function (Command, cs, config, o) {
|
|
2649
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2650
|
-
})
|
|
2651
|
-
.s("AmazonElasticsearchService2015", "ListVpcEndpoints", {})
|
|
2652
|
-
.n("ElasticsearchServiceClient", "ListVpcEndpointsCommand")
|
|
2653
|
-
.sc(ListVpcEndpoints$)
|
|
2654
|
-
.build() {
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
class ListVpcEndpointsForDomainCommand extends Command
|
|
2658
|
-
.classBuilder()
|
|
2659
|
-
.ep(commonParams)
|
|
2660
|
-
.m(function (Command, cs, config, o) {
|
|
2661
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2662
|
-
})
|
|
2663
|
-
.s("AmazonElasticsearchService2015", "ListVpcEndpointsForDomain", {})
|
|
2664
|
-
.n("ElasticsearchServiceClient", "ListVpcEndpointsForDomainCommand")
|
|
2665
|
-
.sc(ListVpcEndpointsForDomain$)
|
|
2666
|
-
.build() {
|
|
2667
|
-
}
|
|
2668
|
-
|
|
2669
|
-
class PurchaseReservedElasticsearchInstanceOfferingCommand extends Command
|
|
2670
|
-
.classBuilder()
|
|
2671
|
-
.ep(commonParams)
|
|
2672
|
-
.m(function (Command, cs, config, o) {
|
|
2673
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2674
|
-
})
|
|
2675
|
-
.s("AmazonElasticsearchService2015", "PurchaseReservedElasticsearchInstanceOffering", {})
|
|
2676
|
-
.n("ElasticsearchServiceClient", "PurchaseReservedElasticsearchInstanceOfferingCommand")
|
|
2677
|
-
.sc(PurchaseReservedElasticsearchInstanceOffering$)
|
|
2678
|
-
.build() {
|
|
2679
|
-
}
|
|
2680
|
-
|
|
2681
|
-
class RejectInboundCrossClusterSearchConnectionCommand extends Command
|
|
2682
|
-
.classBuilder()
|
|
2683
|
-
.ep(commonParams)
|
|
2684
|
-
.m(function (Command, cs, config, o) {
|
|
2685
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2686
|
-
})
|
|
2687
|
-
.s("AmazonElasticsearchService2015", "RejectInboundCrossClusterSearchConnection", {})
|
|
2688
|
-
.n("ElasticsearchServiceClient", "RejectInboundCrossClusterSearchConnectionCommand")
|
|
2689
|
-
.sc(RejectInboundCrossClusterSearchConnection$)
|
|
2690
|
-
.build() {
|
|
2691
|
-
}
|
|
2692
|
-
|
|
2693
|
-
class RemoveTagsCommand extends Command
|
|
2694
|
-
.classBuilder()
|
|
2695
|
-
.ep(commonParams)
|
|
2696
|
-
.m(function (Command, cs, config, o) {
|
|
2697
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2698
|
-
})
|
|
2699
|
-
.s("AmazonElasticsearchService2015", "RemoveTags", {})
|
|
2700
|
-
.n("ElasticsearchServiceClient", "RemoveTagsCommand")
|
|
2701
|
-
.sc(RemoveTags$)
|
|
2702
|
-
.build() {
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
class RevokeVpcEndpointAccessCommand extends Command
|
|
2706
|
-
.classBuilder()
|
|
2707
|
-
.ep(commonParams)
|
|
2708
|
-
.m(function (Command, cs, config, o) {
|
|
2709
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2710
|
-
})
|
|
2711
|
-
.s("AmazonElasticsearchService2015", "RevokeVpcEndpointAccess", {})
|
|
2712
|
-
.n("ElasticsearchServiceClient", "RevokeVpcEndpointAccessCommand")
|
|
2713
|
-
.sc(RevokeVpcEndpointAccess$)
|
|
2714
|
-
.build() {
|
|
2715
|
-
}
|
|
2716
|
-
|
|
2717
|
-
class StartElasticsearchServiceSoftwareUpdateCommand extends Command
|
|
2718
|
-
.classBuilder()
|
|
2719
|
-
.ep(commonParams)
|
|
2720
|
-
.m(function (Command, cs, config, o) {
|
|
2721
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2722
|
-
})
|
|
2723
|
-
.s("AmazonElasticsearchService2015", "StartElasticsearchServiceSoftwareUpdate", {})
|
|
2724
|
-
.n("ElasticsearchServiceClient", "StartElasticsearchServiceSoftwareUpdateCommand")
|
|
2725
|
-
.sc(StartElasticsearchServiceSoftwareUpdate$)
|
|
2726
|
-
.build() {
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
class UpdateElasticsearchDomainConfigCommand extends Command
|
|
2730
|
-
.classBuilder()
|
|
2731
|
-
.ep(commonParams)
|
|
2732
|
-
.m(function (Command, cs, config, o) {
|
|
2733
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2734
|
-
})
|
|
2735
|
-
.s("AmazonElasticsearchService2015", "UpdateElasticsearchDomainConfig", {})
|
|
2736
|
-
.n("ElasticsearchServiceClient", "UpdateElasticsearchDomainConfigCommand")
|
|
2737
|
-
.sc(UpdateElasticsearchDomainConfig$)
|
|
2738
|
-
.build() {
|
|
2739
|
-
}
|
|
2740
|
-
|
|
2741
|
-
class UpdatePackageCommand extends Command
|
|
2742
|
-
.classBuilder()
|
|
2743
|
-
.ep(commonParams)
|
|
2744
|
-
.m(function (Command, cs, config, o) {
|
|
2745
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2746
|
-
})
|
|
2747
|
-
.s("AmazonElasticsearchService2015", "UpdatePackage", {})
|
|
2748
|
-
.n("ElasticsearchServiceClient", "UpdatePackageCommand")
|
|
2749
|
-
.sc(UpdatePackage$)
|
|
2750
|
-
.build() {
|
|
2751
|
-
}
|
|
2752
|
-
|
|
2753
|
-
class UpdateVpcEndpointCommand extends Command
|
|
2754
|
-
.classBuilder()
|
|
2755
|
-
.ep(commonParams)
|
|
2756
|
-
.m(function (Command, cs, config, o) {
|
|
2757
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2758
|
-
})
|
|
2759
|
-
.s("AmazonElasticsearchService2015", "UpdateVpcEndpoint", {})
|
|
2760
|
-
.n("ElasticsearchServiceClient", "UpdateVpcEndpointCommand")
|
|
2761
|
-
.sc(UpdateVpcEndpoint$)
|
|
2762
|
-
.build() {
|
|
2763
|
-
}
|
|
2764
|
-
|
|
2765
|
-
class UpgradeElasticsearchDomainCommand extends Command
|
|
2766
|
-
.classBuilder()
|
|
2767
|
-
.ep(commonParams)
|
|
2768
|
-
.m(function (Command, cs, config, o) {
|
|
2769
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2770
|
-
})
|
|
2771
|
-
.s("AmazonElasticsearchService2015", "UpgradeElasticsearchDomain", {})
|
|
2772
|
-
.n("ElasticsearchServiceClient", "UpgradeElasticsearchDomainCommand")
|
|
2773
|
-
.sc(UpgradeElasticsearchDomain$)
|
|
2774
|
-
.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$) {
|
|
2775
2322
|
}
|
|
2776
2323
|
|
|
2777
2324
|
const paginateDescribeDomainAutoTunes = createPaginator(ElasticsearchServiceClient, DescribeDomainAutoTunesCommand, "NextToken", "NextToken", "MaxResults");
|