@aws-sdk/client-elasticsearch-service 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +125 -119
- package/dist-cjs/models/ElasticsearchServiceServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +35 -16
- package/dist-es/ElasticsearchService.js +1 -1
- package/dist-es/ElasticsearchServiceClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/AssociatePackageCommand.js +2 -2
- package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +2 -2
- package/dist-es/commands/CancelDomainConfigChangeCommand.js +2 -2
- package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +2 -2
- package/dist-es/commands/CreateElasticsearchDomainCommand.js +2 -2
- package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/CreatePackageCommand.js +2 -2
- package/dist-es/commands/CreateVpcEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteElasticsearchDomainCommand.js +2 -2
- package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +2 -2
- package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/DeletePackageCommand.js +2 -2
- package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -2
- package/dist-es/commands/DescribeDomainAutoTunesCommand.js +2 -2
- package/dist-es/commands/DescribeDomainChangeProgressCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchDomainCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribePackagesCommand.js +2 -2
- package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +2 -2
- package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +2 -2
- package/dist-es/commands/DissociatePackageCommand.js +2 -2
- package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +2 -2
- package/dist-es/commands/GetPackageVersionHistoryCommand.js +2 -2
- package/dist-es/commands/GetUpgradeHistoryCommand.js +2 -2
- package/dist-es/commands/GetUpgradeStatusCommand.js +2 -2
- package/dist-es/commands/ListDomainNamesCommand.js +2 -2
- package/dist-es/commands/ListDomainsForPackageCommand.js +2 -2
- package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +2 -2
- package/dist-es/commands/ListElasticsearchVersionsCommand.js +2 -2
- package/dist-es/commands/ListPackagesForDomainCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListVpcEndpointAccessCommand.js +2 -2
- package/dist-es/commands/ListVpcEndpointsCommand.js +2 -2
- package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +2 -2
- package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +2 -2
- package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +2 -2
- package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +2 -2
- package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +2 -2
- package/dist-es/commands/UpdatePackageCommand.js +2 -2
- package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -2
- package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ElasticsearchServiceServiceException.js +1 -1
- package/dist-es/models/enums.js +6 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +30 -11
- package/dist-types/ElasticsearchServiceClient.d.ts +5 -5
- package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/AssociatePackageCommand.d.ts +6 -4
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +6 -4
- package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +17 -4
- package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/CreatePackageCommand.d.ts +6 -4
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +12 -4
- package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeletePackageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +6 -4
- package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +12 -4
- package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +15 -4
- package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +12 -4
- package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribePackagesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/DissociatePackageCommand.d.ts +6 -4
- package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +6 -4
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +6 -4
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +6 -4
- package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -4
- package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +6 -4
- package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +20 -4
- package/dist-types/commands/UpdatePackageCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ElasticsearchServiceServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +103 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +26 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +13 -34
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ElasticsearchServiceServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return
|
|
6
|
-
class ElasticsearchServiceServiceException extends
|
|
4
|
+
const client_1 = require("@smithy/core/client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return client_1.ServiceException; } });
|
|
6
|
+
class ElasticsearchServiceServiceException extends client_1.ServiceException {
|
|
7
7
|
constructor(options) {
|
|
8
8
|
super(options);
|
|
9
9
|
Object.setPrototypeOf(this, ElasticsearchServiceServiceException.prototype);
|
|
@@ -5,34 +5,32 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
8
|
-
const
|
|
8
|
+
const client_1 = require("@smithy/core/client");
|
|
9
|
+
const config_1 = require("@smithy/core/config");
|
|
10
|
+
const retry_1 = require("@smithy/core/retry");
|
|
11
|
+
const serde_1 = require("@smithy/core/serde");
|
|
9
12
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
|
-
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
12
|
-
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
14
|
-
const util_retry_1 = require("@smithy/util-retry");
|
|
15
13
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
14
|
const getRuntimeConfig = (config) => {
|
|
17
|
-
const defaultsMode = (0,
|
|
18
|
-
const defaultConfigProvider = () => defaultsMode().then(
|
|
15
|
+
const defaultsMode = (0, config_1.resolveDefaultsModeConfig)(config);
|
|
16
|
+
const defaultConfigProvider = () => defaultsMode().then(client_1.loadConfigsForDefaultMode);
|
|
19
17
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
20
18
|
return {
|
|
21
19
|
...clientSharedValues,
|
|
22
20
|
...config,
|
|
23
21
|
runtime: "browser",
|
|
24
22
|
defaultsMode,
|
|
25
|
-
bodyLengthChecker: config?.bodyLengthChecker ??
|
|
23
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? serde_1.calculateBodyLength,
|
|
26
24
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
25
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
28
|
-
maxAttempts: config?.maxAttempts ??
|
|
29
|
-
region: config?.region ?? (0,
|
|
26
|
+
maxAttempts: config?.maxAttempts ?? retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
27
|
+
region: config?.region ?? (0, client_1.invalidProvider)("Region is missing"),
|
|
30
28
|
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
31
|
-
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode ||
|
|
29
|
+
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || retry_1.DEFAULT_RETRY_MODE),
|
|
32
30
|
sha256: config?.sha256 ?? sha256_browser_1.Sha256,
|
|
33
31
|
streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector,
|
|
34
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(
|
|
35
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(
|
|
32
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
33
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_1.DEFAULT_USE_FIPS_ENDPOINT)),
|
|
36
34
|
};
|
|
37
35
|
};
|
|
38
36
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -7,20 +7,16 @@ const client_1 = require("@aws-sdk/core/client");
|
|
|
7
7
|
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
9
9
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
10
|
+
const client_2 = require("@smithy/core/client");
|
|
11
|
+
const config_1 = require("@smithy/core/config");
|
|
12
|
+
const retry_1 = require("@smithy/core/retry");
|
|
13
|
+
const serde_1 = require("@smithy/core/serde");
|
|
14
14
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
15
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
16
|
-
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
17
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
18
|
-
const util_retry_1 = require("@smithy/util-retry");
|
|
19
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
20
16
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
22
|
-
const defaultsMode = (0,
|
|
23
|
-
const defaultConfigProvider = () => defaultsMode().then(
|
|
17
|
+
(0, client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
18
|
+
const defaultsMode = (0, config_1.resolveDefaultsModeConfig)(config);
|
|
19
|
+
const defaultConfigProvider = () => defaultsMode().then(client_2.loadConfigsForDefaultMode);
|
|
24
20
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
25
21
|
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
26
22
|
const loaderConfig = {
|
|
@@ -32,23 +28,23 @@ const getRuntimeConfig = (config) => {
|
|
|
32
28
|
...config,
|
|
33
29
|
runtime: "node",
|
|
34
30
|
defaultsMode,
|
|
35
|
-
authSchemePreference: config?.authSchemePreference ?? (0,
|
|
36
|
-
bodyLengthChecker: config?.bodyLengthChecker ??
|
|
31
|
+
authSchemePreference: config?.authSchemePreference ?? (0, config_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
32
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? serde_1.calculateBodyLength,
|
|
37
33
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
38
34
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
39
|
-
maxAttempts: config?.maxAttempts ?? (0,
|
|
40
|
-
region: config?.region ?? (0,
|
|
35
|
+
maxAttempts: config?.maxAttempts ?? (0, config_1.loadConfig)(retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
36
|
+
region: config?.region ?? (0, config_1.loadConfig)(config_1.NODE_REGION_CONFIG_OPTIONS, { ...config_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
41
37
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
42
38
|
retryMode: config?.retryMode ??
|
|
43
|
-
(0,
|
|
44
|
-
...
|
|
45
|
-
default: async () => (await defaultConfigProvider()).retryMode ||
|
|
39
|
+
(0, config_1.loadConfig)({
|
|
40
|
+
...retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
41
|
+
default: async () => (await defaultConfigProvider()).retryMode || retry_1.DEFAULT_RETRY_MODE,
|
|
46
42
|
}, config),
|
|
47
|
-
sha256: config?.sha256 ??
|
|
43
|
+
sha256: config?.sha256 ?? serde_1.Hash.bind(null, "sha256"),
|
|
48
44
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
49
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0,
|
|
50
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0,
|
|
51
|
-
userAgentAppId: config?.userAgentAppId ?? (0,
|
|
45
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, config_1.loadConfig)(config_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
46
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, config_1.loadConfig)(config_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
47
|
+
userAgentAppId: config?.userAgentAppId ?? (0, config_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
52
48
|
};
|
|
53
49
|
};
|
|
54
50
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -3,18 +3,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const util_utf8_1 = require("@smithy/util-utf8");
|
|
6
|
+
const client_1 = require("@smithy/core/client");
|
|
7
|
+
const protocols_2 = require("@smithy/core/protocols");
|
|
8
|
+
const serde_1 = require("@smithy/core/serde");
|
|
10
9
|
const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
|
|
11
10
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
12
11
|
const schemas_0_1 = require("./schemas/schemas_0");
|
|
13
12
|
const getRuntimeConfig = (config) => {
|
|
14
13
|
return {
|
|
15
14
|
apiVersion: "2015-01-01",
|
|
16
|
-
base64Decoder: config?.base64Decoder ??
|
|
17
|
-
base64Encoder: config?.base64Encoder ??
|
|
15
|
+
base64Decoder: config?.base64Decoder ?? serde_1.fromBase64,
|
|
16
|
+
base64Encoder: config?.base64Encoder ?? serde_1.toBase64,
|
|
18
17
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
19
18
|
endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver,
|
|
20
19
|
extensions: config?.extensions ?? [],
|
|
@@ -26,7 +25,7 @@ const getRuntimeConfig = (config) => {
|
|
|
26
25
|
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
|
27
26
|
},
|
|
28
27
|
],
|
|
29
|
-
logger: config?.logger ?? new
|
|
28
|
+
logger: config?.logger ?? new client_1.NoOpLogger(),
|
|
30
29
|
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
31
30
|
protocolSettings: config?.protocolSettings ?? {
|
|
32
31
|
defaultNamespace: "com.amazonaws.elasticsearchservice",
|
|
@@ -36,9 +35,9 @@ const getRuntimeConfig = (config) => {
|
|
|
36
35
|
serviceTarget: "AmazonElasticsearchService2015",
|
|
37
36
|
},
|
|
38
37
|
serviceId: config?.serviceId ?? "Elasticsearch Service",
|
|
39
|
-
urlParser: config?.urlParser ??
|
|
40
|
-
utf8Decoder: config?.utf8Decoder ??
|
|
41
|
-
utf8Encoder: config?.utf8Encoder ??
|
|
38
|
+
urlParser: config?.urlParser ?? protocols_2.parseUrl,
|
|
39
|
+
utf8Decoder: config?.utf8Decoder ?? serde_1.fromUtf8,
|
|
40
|
+
utf8Encoder: config?.utf8Encoder ?? serde_1.toUtf8,
|
|
42
41
|
};
|
|
43
42
|
};
|
|
44
43
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UpgradeElasticsearchDomain$ = exports.UpdateVpcEndpoint$ = exports.UpdatePackage$ = exports.UpdateElasticsearchDomainConfig$ = exports.StartElasticsearchServiceSoftwareUpdate$ = exports.RevokeVpcEndpointAccess$ = exports.RemoveTags$ = exports.RejectInboundCrossClusterSearchConnection$ = exports.PurchaseReservedElasticsearchInstanceOffering$ = exports.ListVpcEndpointsForDomain$ = exports.ListVpcEndpoints$ = exports.ListVpcEndpointAccess$ = exports.ListTags$ = exports.ListPackagesForDomain$ = exports.ListElasticsearchVersions$ = exports.ListElasticsearchInstanceTypes$ = exports.ListDomainsForPackage$ = exports.ListDomainNames$ = exports.GetUpgradeStatus$ = exports.GetUpgradeHistory$ = exports.GetPackageVersionHistory$ = exports.GetCompatibleElasticsearchVersions$ = exports.DissociatePackage$ = exports.DescribeVpcEndpoints$ = exports.DescribeReservedElasticsearchInstances$ = exports.DescribeReservedElasticsearchInstanceOfferings$ = exports.DescribePackages$ = exports.DescribeOutboundCrossClusterSearchConnections$ = exports.DescribeInboundCrossClusterSearchConnections$ = exports.DescribeElasticsearchInstanceTypeLimits$ = exports.DescribeElasticsearchDomains$ = exports.DescribeElasticsearchDomainConfig$ = exports.DescribeElasticsearchDomain$ = exports.DescribeDomainChangeProgress$ = exports.DescribeDomainAutoTunes$ = exports.DeleteVpcEndpoint$ = exports.DeletePackage$ = exports.DeleteOutboundCrossClusterSearchConnection$ = exports.DeleteInboundCrossClusterSearchConnection$ = exports.DeleteElasticsearchServiceRole$ = exports.DeleteElasticsearchDomain$ = exports.CreateVpcEndpoint$ = exports.CreatePackage$ = exports.CreateOutboundCrossClusterSearchConnection$ = exports.CreateElasticsearchDomain$ = void 0;
|
|
3
|
+
exports.CompatibleVersionsMap$ = exports.ColdStorageOptions$ = exports.CognitoOptionsStatus$ = exports.CognitoOptions$ = exports.ChangeProgressStatusDetails$ = exports.ChangeProgressStage$ = exports.ChangeProgressDetails$ = exports.CancelledChangeProperty$ = exports.CancelElasticsearchServiceSoftwareUpdateResponse$ = exports.CancelElasticsearchServiceSoftwareUpdateRequest$ = exports.CancelDomainConfigChangeResponse$ = exports.CancelDomainConfigChangeRequest$ = exports.AutoTuneStatus$ = exports.AutoTuneOptionsStatus$ = exports.AutoTuneOptionsOutput$ = exports.AutoTuneOptionsInput$ = exports.AutoTuneOptions$ = exports.AutoTuneMaintenanceSchedule$ = exports.AutoTuneDetails$ = exports.AutoTune$ = exports.AutomatedSnapshotPauseRequestOptions$ = exports.AutomatedSnapshotPauseOptionsStatus$ = exports.AutomatedSnapshotPauseOptions$ = exports.AuthorizeVpcEndpointAccessResponse$ = exports.AuthorizeVpcEndpointAccessRequest$ = exports.AuthorizedPrincipal$ = exports.AssociatePackageResponse$ = exports.AssociatePackageRequest$ = exports.AdvancedSecurityOptionsStatus$ = exports.AdvancedSecurityOptionsInput$ = exports.AdvancedSecurityOptions$ = exports.AdvancedOptionsStatus$ = exports.AddTagsRequest$ = exports.AdditionalLimit$ = exports.AccessPoliciesStatus$ = exports.AcceptInboundCrossClusterSearchConnectionResponse$ = exports.AcceptInboundCrossClusterSearchConnectionRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ResourceNotFoundException$ = exports.ResourceAlreadyExistsException$ = exports.LimitExceededException$ = exports.InvalidTypeException$ = exports.InvalidPaginationTokenException$ = exports.InternalException$ = exports.DisabledOperationException$ = exports.ConflictException$ = exports.BaseException$ = exports.AccessDeniedException$ = exports.ElasticsearchServiceServiceException$ = void 0;
|
|
4
|
+
exports.DomainInfo$ = exports.DomainEndpointOptionsStatus$ = exports.DomainEndpointOptions$ = exports.DissociatePackageResponse$ = exports.DissociatePackageRequest$ = exports.DescribeVpcEndpointsResponse$ = exports.DescribeVpcEndpointsRequest$ = exports.DescribeReservedElasticsearchInstancesResponse$ = exports.DescribeReservedElasticsearchInstancesRequest$ = exports.DescribeReservedElasticsearchInstanceOfferingsResponse$ = exports.DescribeReservedElasticsearchInstanceOfferingsRequest$ = exports.DescribePackagesResponse$ = exports.DescribePackagesRequest$ = exports.DescribePackagesFilter$ = exports.DescribeOutboundCrossClusterSearchConnectionsResponse$ = exports.DescribeOutboundCrossClusterSearchConnectionsRequest$ = exports.DescribeInboundCrossClusterSearchConnectionsResponse$ = exports.DescribeInboundCrossClusterSearchConnectionsRequest$ = exports.DescribeElasticsearchInstanceTypeLimitsResponse$ = exports.DescribeElasticsearchInstanceTypeLimitsRequest$ = exports.DescribeElasticsearchDomainsResponse$ = exports.DescribeElasticsearchDomainsRequest$ = exports.DescribeElasticsearchDomainResponse$ = exports.DescribeElasticsearchDomainRequest$ = exports.DescribeElasticsearchDomainConfigResponse$ = exports.DescribeElasticsearchDomainConfigRequest$ = exports.DescribeDomainChangeProgressResponse$ = exports.DescribeDomainChangeProgressRequest$ = exports.DescribeDomainAutoTunesResponse$ = exports.DescribeDomainAutoTunesRequest$ = exports.DeploymentStrategyOptionsStatus$ = exports.DeploymentStrategyOptions$ = exports.DeleteVpcEndpointResponse$ = exports.DeleteVpcEndpointRequest$ = exports.DeletePackageResponse$ = exports.DeletePackageRequest$ = exports.DeleteOutboundCrossClusterSearchConnectionResponse$ = exports.DeleteOutboundCrossClusterSearchConnectionRequest$ = exports.DeleteInboundCrossClusterSearchConnectionResponse$ = exports.DeleteInboundCrossClusterSearchConnectionRequest$ = exports.DeleteElasticsearchDomainResponse$ = exports.DeleteElasticsearchDomainRequest$ = exports.CreateVpcEndpointResponse$ = exports.CreateVpcEndpointRequest$ = exports.CreatePackageResponse$ = exports.CreatePackageRequest$ = exports.CreateOutboundCrossClusterSearchConnectionResponse$ = exports.CreateOutboundCrossClusterSearchConnectionRequest$ = exports.CreateElasticsearchDomainResponse$ = exports.CreateElasticsearchDomainRequest$ = void 0;
|
|
5
|
+
exports.ModifyingProperties$ = exports.MasterUserOptions$ = exports.LogPublishingOptionsStatus$ = exports.LogPublishingOption$ = exports.ListVpcEndpointsResponse$ = exports.ListVpcEndpointsRequest$ = exports.ListVpcEndpointsForDomainResponse$ = exports.ListVpcEndpointsForDomainRequest$ = exports.ListVpcEndpointAccessResponse$ = exports.ListVpcEndpointAccessRequest$ = exports.ListTagsResponse$ = exports.ListTagsRequest$ = exports.ListPackagesForDomainResponse$ = exports.ListPackagesForDomainRequest$ = exports.ListElasticsearchVersionsResponse$ = exports.ListElasticsearchVersionsRequest$ = exports.ListElasticsearchInstanceTypesResponse$ = exports.ListElasticsearchInstanceTypesRequest$ = exports.ListDomainsForPackageResponse$ = exports.ListDomainsForPackageRequest$ = exports.ListDomainNamesResponse$ = exports.ListDomainNamesRequest$ = exports.Limits$ = exports.InstanceLimits$ = exports.InstanceCountLimits$ = exports.InboundCrossClusterSearchConnectionStatus$ = exports.InboundCrossClusterSearchConnection$ = exports.GetUpgradeStatusResponse$ = exports.GetUpgradeStatusRequest$ = exports.GetUpgradeHistoryResponse$ = exports.GetUpgradeHistoryRequest$ = exports.GetPackageVersionHistoryResponse$ = exports.GetPackageVersionHistoryRequest$ = exports.GetCompatibleElasticsearchVersionsResponse$ = exports.GetCompatibleElasticsearchVersionsRequest$ = exports.Filter$ = exports.ErrorDetails$ = exports.EncryptionAtRestOptionsStatus$ = exports.EncryptionAtRestOptions$ = exports.ElasticsearchVersionStatus$ = exports.ElasticsearchDomainStatus$ = exports.ElasticsearchDomainConfig$ = exports.ElasticsearchClusterConfigStatus$ = exports.ElasticsearchClusterConfig$ = exports.EBSOptionsStatus$ = exports.EBSOptions$ = exports.Duration$ = exports.DryRunResults$ = exports.DomainPackageDetails$ = exports.DomainInformation$ = void 0;
|
|
6
|
+
exports.AssociatePackage$ = exports.AddTags$ = exports.AcceptInboundCrossClusterSearchConnection$ = exports.ZoneAwarenessConfig$ = exports.VPCOptions$ = exports.VpcEndpointSummary$ = exports.VpcEndpointError$ = exports.VpcEndpoint$ = exports.VPCDerivedInfoStatus$ = exports.VPCDerivedInfo$ = exports.UpgradeStepItem$ = exports.UpgradeHistory$ = exports.UpgradeElasticsearchDomainResponse$ = exports.UpgradeElasticsearchDomainRequest$ = exports.UpdateVpcEndpointResponse$ = exports.UpdateVpcEndpointRequest$ = exports.UpdatePackageResponse$ = exports.UpdatePackageRequest$ = exports.UpdateElasticsearchDomainConfigResponse$ = exports.UpdateElasticsearchDomainConfigRequest$ = exports.Tag$ = exports.StorageTypeLimit$ = exports.StorageType$ = exports.StartElasticsearchServiceSoftwareUpdateResponse$ = exports.StartElasticsearchServiceSoftwareUpdateRequest$ = exports.SnapshotOptionsStatus$ = exports.SnapshotOptions$ = exports.ServiceSoftwareOptions$ = exports.ScheduledAutoTuneDetails$ = exports.SAMLOptionsOutput$ = exports.SAMLOptionsInput$ = exports.SAMLIdp$ = exports.RevokeVpcEndpointAccessResponse$ = exports.RevokeVpcEndpointAccessRequest$ = exports.ReservedElasticsearchInstanceOffering$ = exports.ReservedElasticsearchInstance$ = exports.RemoveTagsRequest$ = exports.RejectInboundCrossClusterSearchConnectionResponse$ = exports.RejectInboundCrossClusterSearchConnectionRequest$ = exports.RecurringCharge$ = exports.PurchaseReservedElasticsearchInstanceOfferingResponse$ = exports.PurchaseReservedElasticsearchInstanceOfferingRequest$ = exports.PackageVersionHistory$ = exports.PackageSource$ = exports.PackageDetails$ = exports.OutboundCrossClusterSearchConnectionStatus$ = exports.OutboundCrossClusterSearchConnection$ = exports.OptionStatus$ = exports.NodeToNodeEncryptionOptionsStatus$ = exports.NodeToNodeEncryptionOptions$ = void 0;
|
|
7
|
+
exports.UpgradeElasticsearchDomain$ = exports.UpdateVpcEndpoint$ = exports.UpdatePackage$ = exports.UpdateElasticsearchDomainConfig$ = exports.StartElasticsearchServiceSoftwareUpdate$ = exports.RevokeVpcEndpointAccess$ = exports.RemoveTags$ = exports.RejectInboundCrossClusterSearchConnection$ = exports.PurchaseReservedElasticsearchInstanceOffering$ = exports.ListVpcEndpointsForDomain$ = exports.ListVpcEndpoints$ = exports.ListVpcEndpointAccess$ = exports.ListTags$ = exports.ListPackagesForDomain$ = exports.ListElasticsearchVersions$ = exports.ListElasticsearchInstanceTypes$ = exports.ListDomainsForPackage$ = exports.ListDomainNames$ = exports.GetUpgradeStatus$ = exports.GetUpgradeHistory$ = exports.GetPackageVersionHistory$ = exports.GetCompatibleElasticsearchVersions$ = exports.DissociatePackage$ = exports.DescribeVpcEndpoints$ = exports.DescribeReservedElasticsearchInstances$ = exports.DescribeReservedElasticsearchInstanceOfferings$ = exports.DescribePackages$ = exports.DescribeOutboundCrossClusterSearchConnections$ = exports.DescribeInboundCrossClusterSearchConnections$ = exports.DescribeElasticsearchInstanceTypeLimits$ = exports.DescribeElasticsearchDomains$ = exports.DescribeElasticsearchDomainConfig$ = exports.DescribeElasticsearchDomain$ = exports.DescribeDomainChangeProgress$ = exports.DescribeDomainAutoTunes$ = exports.DeleteVpcEndpoint$ = exports.DeletePackage$ = exports.DeleteOutboundCrossClusterSearchConnection$ = exports.DeleteInboundCrossClusterSearchConnection$ = exports.DeleteElasticsearchServiceRole$ = exports.DeleteElasticsearchDomain$ = exports.CreateVpcEndpoint$ = exports.CreatePackage$ = exports.CreateOutboundCrossClusterSearchConnection$ = exports.CreateElasticsearchDomain$ = exports.CancelElasticsearchServiceSoftwareUpdate$ = exports.CancelDomainConfigChange$ = exports.AuthorizeVpcEndpointAccess$ = void 0;
|
|
8
8
|
const _A = "Account";
|
|
9
9
|
const _AADD = "AnonymousAuthDisableDate";
|
|
10
10
|
const _AAE = "AnonymousAuthEnabled";
|
|
@@ -29,6 +29,9 @@ const _ARN = "ARN";
|
|
|
29
29
|
const _ASO = "AdvancedSecurityOptions";
|
|
30
30
|
const _ASOI = "AdvancedSecurityOptionsInput";
|
|
31
31
|
const _ASOS = "AdvancedSecurityOptionsStatus";
|
|
32
|
+
const _ASPO = "AutomatedSnapshotPauseOptions";
|
|
33
|
+
const _ASPOS = "AutomatedSnapshotPauseOptionsStatus";
|
|
34
|
+
const _ASPRO = "AutomatedSnapshotPauseRequestOptions";
|
|
32
35
|
const _ASSH = "AutomatedSnapshotStartHour";
|
|
33
36
|
const _AT = "AutoTune";
|
|
34
37
|
const _ATD = "AutoTuneDetails";
|
|
@@ -219,7 +222,8 @@ const _EIC = "ElasticsearchInstanceCount";
|
|
|
219
222
|
const _EIT = "ElasticsearchInstanceTypes";
|
|
220
223
|
const _EITl = "ElasticsearchInstanceType";
|
|
221
224
|
const _EM = "ErrorMessage";
|
|
222
|
-
const _ET = "
|
|
225
|
+
const _ET = "EndTime";
|
|
226
|
+
const _ETn = "EngineType";
|
|
223
227
|
const _ETr = "ErrorType";
|
|
224
228
|
const _EV = "ElasticsearchVersion";
|
|
225
229
|
const _EVS = "ElasticsearchVersionStatus";
|
|
@@ -644,6 +648,21 @@ exports.AuthorizeVpcEndpointAccessResponse$ = [3, n0, _AVEARu,
|
|
|
644
648
|
[_AP],
|
|
645
649
|
[() => exports.AuthorizedPrincipal$], 1
|
|
646
650
|
];
|
|
651
|
+
exports.AutomatedSnapshotPauseOptions$ = [3, n0, _ASPO,
|
|
652
|
+
0,
|
|
653
|
+
[_E, _ST, _ET, _St],
|
|
654
|
+
[2, 4, 4, 0], 1
|
|
655
|
+
];
|
|
656
|
+
exports.AutomatedSnapshotPauseOptionsStatus$ = [3, n0, _ASPOS,
|
|
657
|
+
0,
|
|
658
|
+
[_O, _S],
|
|
659
|
+
[() => exports.AutomatedSnapshotPauseOptions$, () => exports.OptionStatus$], 2
|
|
660
|
+
];
|
|
661
|
+
exports.AutomatedSnapshotPauseRequestOptions$ = [3, n0, _ASPRO,
|
|
662
|
+
0,
|
|
663
|
+
[_E, _ST, _ET],
|
|
664
|
+
[2, 4, 4], 1
|
|
665
|
+
];
|
|
647
666
|
exports.AutoTune$ = [3, n0, _AT,
|
|
648
667
|
0,
|
|
649
668
|
[_ATT, _ATD],
|
|
@@ -746,8 +765,8 @@ exports.CompatibleVersionsMap$ = [3, n0, _CVM,
|
|
|
746
765
|
];
|
|
747
766
|
exports.CreateElasticsearchDomainRequest$ = [3, n0, _CEDR,
|
|
748
767
|
0,
|
|
749
|
-
[_DN, _EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _TL, _DSO],
|
|
750
|
-
[0, 0, () => exports.ElasticsearchClusterConfig$, () => exports.EBSOptions$, 0, () => exports.SnapshotOptions$, () => exports.VPCOptions$, () => exports.CognitoOptions$, () => exports.EncryptionAtRestOptions$, () => exports.NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => exports.DomainEndpointOptions$, [() => exports.AdvancedSecurityOptionsInput$, 0], () => exports.AutoTuneOptionsInput$, () => TagList, () => exports.DeploymentStrategyOptions$], 1
|
|
768
|
+
[_DN, _EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _TL, _DSO, _ASPO],
|
|
769
|
+
[0, 0, () => exports.ElasticsearchClusterConfig$, () => exports.EBSOptions$, 0, () => exports.SnapshotOptions$, () => exports.VPCOptions$, () => exports.CognitoOptions$, () => exports.EncryptionAtRestOptions$, () => exports.NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => exports.DomainEndpointOptions$, [() => exports.AdvancedSecurityOptionsInput$, 0], () => exports.AutoTuneOptionsInput$, () => TagList, () => exports.DeploymentStrategyOptions$, () => exports.AutomatedSnapshotPauseRequestOptions$], 1
|
|
751
770
|
];
|
|
752
771
|
exports.CreateElasticsearchDomainResponse$ = [3, n0, _CEDRr,
|
|
753
772
|
0,
|
|
@@ -991,7 +1010,7 @@ exports.DomainEndpointOptionsStatus$ = [3, n0, _DEOS,
|
|
|
991
1010
|
];
|
|
992
1011
|
exports.DomainInfo$ = [3, n0, _DI,
|
|
993
1012
|
0,
|
|
994
|
-
[_DN,
|
|
1013
|
+
[_DN, _ETn],
|
|
995
1014
|
[0, 0]
|
|
996
1015
|
];
|
|
997
1016
|
exports.DomainInformation$ = [3, n0, _DIo,
|
|
@@ -1036,13 +1055,13 @@ exports.ElasticsearchClusterConfigStatus$ = [3, n0, _ECCS,
|
|
|
1036
1055
|
];
|
|
1037
1056
|
exports.ElasticsearchDomainConfig$ = [3, n0, _EDC,
|
|
1038
1057
|
0,
|
|
1039
|
-
[_EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _CPD, _MP, _DSO],
|
|
1040
|
-
[() => exports.ElasticsearchVersionStatus$, () => exports.ElasticsearchClusterConfigStatus$, () => exports.EBSOptionsStatus$, () => exports.AccessPoliciesStatus$, () => exports.SnapshotOptionsStatus$, () => exports.VPCDerivedInfoStatus$, () => exports.CognitoOptionsStatus$, () => exports.EncryptionAtRestOptionsStatus$, () => exports.NodeToNodeEncryptionOptionsStatus$, () => exports.AdvancedOptionsStatus$, () => exports.LogPublishingOptionsStatus$, () => exports.DomainEndpointOptionsStatus$, () => exports.AdvancedSecurityOptionsStatus$, () => exports.AutoTuneOptionsStatus$, () => exports.ChangeProgressDetails$, () => ModifyingPropertiesList, () => exports.DeploymentStrategyOptionsStatus$]
|
|
1058
|
+
[_EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _CPD, _MP, _DSO, _ASPO],
|
|
1059
|
+
[() => exports.ElasticsearchVersionStatus$, () => exports.ElasticsearchClusterConfigStatus$, () => exports.EBSOptionsStatus$, () => exports.AccessPoliciesStatus$, () => exports.SnapshotOptionsStatus$, () => exports.VPCDerivedInfoStatus$, () => exports.CognitoOptionsStatus$, () => exports.EncryptionAtRestOptionsStatus$, () => exports.NodeToNodeEncryptionOptionsStatus$, () => exports.AdvancedOptionsStatus$, () => exports.LogPublishingOptionsStatus$, () => exports.DomainEndpointOptionsStatus$, () => exports.AdvancedSecurityOptionsStatus$, () => exports.AutoTuneOptionsStatus$, () => exports.ChangeProgressDetails$, () => ModifyingPropertiesList, () => exports.DeploymentStrategyOptionsStatus$, () => exports.AutomatedSnapshotPauseOptionsStatus$]
|
|
1041
1060
|
];
|
|
1042
1061
|
exports.ElasticsearchDomainStatus$ = [3, n0, _EDS,
|
|
1043
1062
|
0,
|
|
1044
|
-
[_DIom, _DN, _ARN, _ECC, _C, _Del, _En, _End, _Pro, _UP, _EV, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _SSO, _DEO, _ASO, _ATO, _CPD, _DPSo, _MP, _DSO],
|
|
1045
|
-
[0, 0, 0, () => exports.ElasticsearchClusterConfig$, 2, 2, 0, 128 | 0, 2, 2, 0, () => exports.EBSOptions$, 0, () => exports.SnapshotOptions$, () => exports.VPCDerivedInfo$, () => exports.CognitoOptions$, () => exports.EncryptionAtRestOptions$, () => exports.NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => exports.ServiceSoftwareOptions$, () => exports.DomainEndpointOptions$, () => exports.AdvancedSecurityOptions$, () => exports.AutoTuneOptionsOutput$, () => exports.ChangeProgressDetails$, 0, () => ModifyingPropertiesList, () => exports.DeploymentStrategyOptions$], 4
|
|
1063
|
+
[_DIom, _DN, _ARN, _ECC, _C, _Del, _En, _End, _Pro, _UP, _EV, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _SSO, _DEO, _ASO, _ATO, _CPD, _DPSo, _MP, _DSO, _ASPO],
|
|
1064
|
+
[0, 0, 0, () => exports.ElasticsearchClusterConfig$, 2, 2, 0, 128 | 0, 2, 2, 0, () => exports.EBSOptions$, 0, () => exports.SnapshotOptions$, () => exports.VPCDerivedInfo$, () => exports.CognitoOptions$, () => exports.EncryptionAtRestOptions$, () => exports.NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => exports.ServiceSoftwareOptions$, () => exports.DomainEndpointOptions$, () => exports.AdvancedSecurityOptions$, () => exports.AutoTuneOptionsOutput$, () => exports.ChangeProgressDetails$, 0, () => ModifyingPropertiesList, () => exports.DeploymentStrategyOptions$, () => exports.AutomatedSnapshotPauseOptions$], 4
|
|
1046
1065
|
];
|
|
1047
1066
|
exports.ElasticsearchVersionStatus$ = [3, n0, _EVS,
|
|
1048
1067
|
0,
|
|
@@ -1136,7 +1155,7 @@ exports.Limits$ = [3, n0, _L,
|
|
|
1136
1155
|
];
|
|
1137
1156
|
exports.ListDomainNamesRequest$ = [3, n0, _LDNR,
|
|
1138
1157
|
0,
|
|
1139
|
-
[
|
|
1158
|
+
[_ETn],
|
|
1140
1159
|
[[0, { [_hQ]: _eT }]]
|
|
1141
1160
|
];
|
|
1142
1161
|
exports.ListDomainNamesResponse$ = [3, n0, _LDNRi,
|
|
@@ -1396,8 +1415,8 @@ exports.Tag$ = [3, n0, _Ta,
|
|
|
1396
1415
|
];
|
|
1397
1416
|
exports.UpdateElasticsearchDomainConfigRequest$ = [3, n0, _UEDCR,
|
|
1398
1417
|
0,
|
|
1399
|
-
[_DN, _ECC, _EBSO, _SO, _VPCO, _CO, _AO, _APc, _LPO, _DEO, _ASO, _NTNEO, _EARO, _ATO, _DR, _DSO],
|
|
1400
|
-
[[0, 1], () => exports.ElasticsearchClusterConfig$, () => exports.EBSOptions$, () => exports.SnapshotOptions$, () => exports.VPCOptions$, () => exports.CognitoOptions$, 128 | 0, 0, () => LogPublishingOptions, () => exports.DomainEndpointOptions$, [() => exports.AdvancedSecurityOptionsInput$, 0], () => exports.NodeToNodeEncryptionOptions$, () => exports.EncryptionAtRestOptions$, () => exports.AutoTuneOptions$, 2, () => exports.DeploymentStrategyOptions$], 1
|
|
1418
|
+
[_DN, _ECC, _EBSO, _SO, _VPCO, _CO, _AO, _APc, _LPO, _DEO, _ASO, _NTNEO, _EARO, _ATO, _DR, _DSO, _ASPO],
|
|
1419
|
+
[[0, 1], () => exports.ElasticsearchClusterConfig$, () => exports.EBSOptions$, () => exports.SnapshotOptions$, () => exports.VPCOptions$, () => exports.CognitoOptions$, 128 | 0, 0, () => LogPublishingOptions, () => exports.DomainEndpointOptions$, [() => exports.AdvancedSecurityOptionsInput$, 0], () => exports.NodeToNodeEncryptionOptions$, () => exports.EncryptionAtRestOptions$, () => exports.AutoTuneOptions$, 2, () => exports.DeploymentStrategyOptions$, () => exports.AutomatedSnapshotPauseRequestOptions$], 1
|
|
1401
1420
|
];
|
|
1402
1421
|
exports.UpdateElasticsearchDomainConfigResponse$ = [3, n0, _UEDCRp,
|
|
1403
1422
|
0,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createAggregatedClient } from "@smithy/
|
|
1
|
+
import { createAggregatedClient } from "@smithy/core/client";
|
|
2
2
|
import { AcceptInboundCrossClusterSearchConnectionCommand, } from "./commands/AcceptInboundCrossClusterSearchConnectionCommand";
|
|
3
3
|
import { AddTagsCommand } from "./commands/AddTagsCommand";
|
|
4
4
|
import { AssociatePackageCommand, } from "./commands/AssociatePackageCommand";
|
|
@@ -2,13 +2,13 @@ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middlewa
|
|
|
2
2
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
3
3
|
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
|
-
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
5
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
6
|
+
import { Client as __Client, } from "@smithy/core/client";
|
|
7
|
+
import { resolveRegionConfig } from "@smithy/core/config";
|
|
8
|
+
import { resolveEndpointConfig } from "@smithy/core/endpoints";
|
|
9
|
+
import { getContentLengthPlugin } from "@smithy/core/protocols";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/core/retry";
|
|
7
11
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
|
-
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
|
-
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultElasticsearchServiceHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
14
14
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
|
-
import { getSmithyContext, normalizeProvider } from "@smithy/
|
|
2
|
+
import { getSmithyContext, normalizeProvider } from "@smithy/core/client";
|
|
3
3
|
export const defaultElasticsearchServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
5
5
|
operation: getSmithyContext(context).operation,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { AcceptInboundCrossClusterSearchConnection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { AddTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { AssociatePackage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { AuthorizeVpcEndpointAccess$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { CancelDomainConfigChange$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { CancelElasticsearchServiceSoftwareUpdate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { CreateElasticsearchDomain$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { CreateOutboundCrossClusterSearchConnection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { CreatePackage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { CreateVpcEndpoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DeleteElasticsearchDomain$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DeleteElasticsearchServiceRole$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DeleteInboundCrossClusterSearchConnection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DeleteOutboundCrossClusterSearchConnection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DeletePackage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DeleteVpcEndpoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeDomainAutoTunes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeDomainChangeProgress$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeElasticsearchDomain$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeElasticsearchDomainConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeElasticsearchDomains$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeElasticsearchInstanceTypeLimits$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeInboundCrossClusterSearchConnections$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DescribeOutboundCrossClusterSearchConnections$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|