@aws-sdk/client-elasticsearch-service 3.36.0 → 3.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/ElasticsearchService.js +0 -9
- package/dist-cjs/ElasticsearchServiceClient.js +0 -14
- package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/AddTagsCommand.js +0 -25
- package/dist-cjs/commands/AssociatePackageCommand.js +0 -24
- package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +0 -24
- package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +0 -25
- package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/CreatePackageCommand.js +0 -24
- package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js +0 -24
- package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/DeletePackageCommand.js +0 -24
- package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +0 -31
- package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +0 -24
- package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +0 -24
- package/dist-cjs/commands/DescribePackagesCommand.js +0 -24
- package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +0 -24
- package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +0 -24
- package/dist-cjs/commands/DissociatePackageCommand.js +0 -24
- package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +0 -31
- package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +0 -24
- package/dist-cjs/commands/GetUpgradeHistoryCommand.js +0 -24
- package/dist-cjs/commands/GetUpgradeStatusCommand.js +0 -24
- package/dist-cjs/commands/ListDomainNamesCommand.js +0 -24
- package/dist-cjs/commands/ListDomainsForPackageCommand.js +0 -24
- package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +0 -24
- package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +0 -24
- package/dist-cjs/commands/ListPackagesForDomainCommand.js +0 -24
- package/dist-cjs/commands/ListTagsCommand.js +0 -24
- package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +0 -24
- package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/RemoveTagsCommand.js +0 -24
- package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +0 -24
- package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +0 -24
- package/dist-cjs/commands/UpdatePackageCommand.js +0 -24
- package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/index.js +43 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -55
- package/dist-cjs/models/models_0.js +0 -474
- package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribePackagesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +0 -10
- package/dist-cjs/pagination/ListElasticsearchInstanceTypesPaginator.js +0 -10
- package/dist-cjs/pagination/ListElasticsearchVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +40 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -55
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +40 -0
- package/dist-types/index.d.ts +4 -55
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/ElasticsearchService.d.ts +41 -145
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +24 -95
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +40 -0
- package/dist-types/ts3.4/index.d.ts +4 -55
- package/dist-types/ts3.4/models/models_0.d.ts +740 -2761
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -4,22 +4,13 @@ exports.paginateDescribeDomainAutoTunes = void 0;
|
|
|
4
4
|
const DescribeDomainAutoTunesCommand_1 = require("../commands/DescribeDomainAutoTunesCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeDomainAutoTunesCommand_1.DescribeDomainAutoTunesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeDomainAutoTunes(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeDomainAutoTunes(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateDescribeDomainAutoTunes(config, input, ...additionalArgu
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeDomainAutoTunes = paginateDescribeDomainAutoTunes;
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeInboundCrossClusterSearchConnections = void 0;
|
|
|
4
4
|
const DescribeInboundCrossClusterSearchConnectionsCommand_1 = require("../commands/DescribeInboundCrossClusterSearchConnectionsCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeInboundCrossClusterSearchConnectionsCommand_1.DescribeInboundCrossClusterSearchConnectionsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeInboundCrossClusterSearchConnections(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeInboundCrossClusterSearchConnections(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateDescribeInboundCrossClusterSearchConnections(config, inp
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeInboundCrossClusterSearchConnections = paginateDescribeInboundCrossClusterSearchConnections;
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeOutboundCrossClusterSearchConnections = void 0;
|
|
|
4
4
|
const DescribeOutboundCrossClusterSearchConnectionsCommand_1 = require("../commands/DescribeOutboundCrossClusterSearchConnectionsCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeOutboundCrossClusterSearchConnectionsCommand_1.DescribeOutboundCrossClusterSearchConnectionsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeOutboundCrossClusterSearchConnections(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeOutboundCrossClusterSearchConnections(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateDescribeOutboundCrossClusterSearchConnections(config, in
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeOutboundCrossClusterSearchConnections = paginateDescribeOutboundCrossClusterSearchConnections;
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribePackages = void 0;
|
|
|
4
4
|
const DescribePackagesCommand_1 = require("../commands/DescribePackagesCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribePackagesCommand_1.DescribePackagesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describePackages(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribePackages(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateDescribePackages(config, input, ...additionalArguments)
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribePackages = paginateDescribePackages;
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeReservedElasticsearchInstanceOfferings = void 0;
|
|
|
4
4
|
const DescribeReservedElasticsearchInstanceOfferingsCommand_1 = require("../commands/DescribeReservedElasticsearchInstanceOfferingsCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeReservedElasticsearchInstanceOfferingsCommand_1.DescribeReservedElasticsearchInstanceOfferingsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeReservedElasticsearchInstanceOfferings(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeReservedElasticsearchInstanceOfferings(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateDescribeReservedElasticsearchInstanceOfferings(config, i
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeReservedElasticsearchInstanceOfferings = paginateDescribeReservedElasticsearchInstanceOfferings;
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeReservedElasticsearchInstances = void 0;
|
|
|
4
4
|
const DescribeReservedElasticsearchInstancesCommand_1 = require("../commands/DescribeReservedElasticsearchInstancesCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeReservedElasticsearchInstancesCommand_1.DescribeReservedElasticsearchInstancesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeReservedElasticsearchInstances(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeReservedElasticsearchInstances(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateDescribeReservedElasticsearchInstances(config, input, ..
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeReservedElasticsearchInstances = paginateDescribeReservedElasticsearchInstances;
|
|
@@ -4,22 +4,13 @@ exports.paginateGetPackageVersionHistory = void 0;
|
|
|
4
4
|
const GetPackageVersionHistoryCommand_1 = require("../commands/GetPackageVersionHistoryCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new GetPackageVersionHistoryCommand_1.GetPackageVersionHistoryCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.getPackageVersionHistory(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateGetPackageVersionHistory(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateGetPackageVersionHistory(config, input, ...additionalArg
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateGetPackageVersionHistory = paginateGetPackageVersionHistory;
|
|
@@ -4,22 +4,13 @@ exports.paginateGetUpgradeHistory = void 0;
|
|
|
4
4
|
const GetUpgradeHistoryCommand_1 = require("../commands/GetUpgradeHistoryCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new GetUpgradeHistoryCommand_1.GetUpgradeHistoryCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.getUpgradeHistory(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateGetUpgradeHistory(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateGetUpgradeHistory(config, input, ...additionalArguments)
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateGetUpgradeHistory = paginateGetUpgradeHistory;
|
|
@@ -4,22 +4,13 @@ exports.paginateListDomainsForPackage = void 0;
|
|
|
4
4
|
const ListDomainsForPackageCommand_1 = require("../commands/ListDomainsForPackageCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListDomainsForPackageCommand_1.ListDomainsForPackageCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listDomainsForPackage(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListDomainsForPackage(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListDomainsForPackage(config, input, ...additionalArgume
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListDomainsForPackage = paginateListDomainsForPackage;
|
|
@@ -4,22 +4,13 @@ exports.paginateListElasticsearchInstanceTypes = void 0;
|
|
|
4
4
|
const ListElasticsearchInstanceTypesCommand_1 = require("../commands/ListElasticsearchInstanceTypesCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListElasticsearchInstanceTypesCommand_1.ListElasticsearchInstanceTypesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listElasticsearchInstanceTypes(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListElasticsearchInstanceTypes(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListElasticsearchInstanceTypes(config, input, ...additio
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListElasticsearchInstanceTypes = paginateListElasticsearchInstanceTypes;
|
|
@@ -4,22 +4,13 @@ exports.paginateListElasticsearchVersions = void 0;
|
|
|
4
4
|
const ListElasticsearchVersionsCommand_1 = require("../commands/ListElasticsearchVersionsCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListElasticsearchVersionsCommand_1.ListElasticsearchVersionsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listElasticsearchVersions(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListElasticsearchVersions(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListElasticsearchVersions(config, input, ...additionalAr
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListElasticsearchVersions = paginateListElasticsearchVersions;
|
|
@@ -4,22 +4,13 @@ exports.paginateListPackagesForDomain = void 0;
|
|
|
4
4
|
const ListPackagesForDomainCommand_1 = require("../commands/ListPackagesForDomainCommand");
|
|
5
5
|
const ElasticsearchService_1 = require("../ElasticsearchService");
|
|
6
6
|
const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListPackagesForDomainCommand_1.ListPackagesForDomainCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listPackagesForDomain(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListPackagesForDomain(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListPackagesForDomain(config, input, ...additionalArgume
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListPackagesForDomain = paginateListPackagesForDomain;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./DescribeDomainAutoTunesPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DescribeInboundCrossClusterSearchConnectionsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DescribeOutboundCrossClusterSearchConnectionsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DescribePackagesPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DescribeReservedElasticsearchInstanceOfferingsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DescribeReservedElasticsearchInstancesPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./GetPackageVersionHistoryPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./GetUpgradeHistoryPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListDomainsForPackagePaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListElasticsearchInstanceTypesPaginator"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListElasticsearchVersionsPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./ListPackagesForDomainPaginator"), exports);
|
|
@@ -5668,14 +5668,12 @@ const deserializeMetadata = (output) => {
|
|
|
5668
5668
|
cfId: output.headers["x-amz-cf-id"],
|
|
5669
5669
|
});
|
|
5670
5670
|
};
|
|
5671
|
-
// Collect low-level response body stream to Uint8Array.
|
|
5672
5671
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
5673
5672
|
if (streamBody instanceof Uint8Array) {
|
|
5674
5673
|
return Promise.resolve(streamBody);
|
|
5675
5674
|
}
|
|
5676
5675
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
5677
5676
|
};
|
|
5678
|
-
// Encode Uint8Array data into string with utf-8.
|
|
5679
5677
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
5680
5678
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
5681
5679
|
value !== null &&
|
|
@@ -5688,9 +5686,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
5688
5686
|
}
|
|
5689
5687
|
return {};
|
|
5690
5688
|
});
|
|
5691
|
-
/**
|
|
5692
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
5693
|
-
*/
|
|
5694
5689
|
const loadRestJsonErrorCode = (output, data) => {
|
|
5695
5690
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
5696
5691
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
6
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
7
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
8
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -13,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
15
|
const getRuntimeConfig = (config) => {
|
|
20
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
6
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
7
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
8
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
9
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -17,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
17
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
18
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
19
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
19
|
const getRuntimeConfig = (config) => {
|
|
24
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
25
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
5
|
const endpoints_1 = require("./endpoints");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export * from "./AcceptInboundCrossClusterSearchConnectionCommand";
|
|
2
|
+
export * from "./AddTagsCommand";
|
|
3
|
+
export * from "./AssociatePackageCommand";
|
|
4
|
+
export * from "./CancelElasticsearchServiceSoftwareUpdateCommand";
|
|
5
|
+
export * from "./CreateElasticsearchDomainCommand";
|
|
6
|
+
export * from "./CreateOutboundCrossClusterSearchConnectionCommand";
|
|
7
|
+
export * from "./CreatePackageCommand";
|
|
8
|
+
export * from "./DeleteElasticsearchDomainCommand";
|
|
9
|
+
export * from "./DeleteElasticsearchServiceRoleCommand";
|
|
10
|
+
export * from "./DeleteInboundCrossClusterSearchConnectionCommand";
|
|
11
|
+
export * from "./DeleteOutboundCrossClusterSearchConnectionCommand";
|
|
12
|
+
export * from "./DeletePackageCommand";
|
|
13
|
+
export * from "./DescribeDomainAutoTunesCommand";
|
|
14
|
+
export * from "./DescribeElasticsearchDomainCommand";
|
|
15
|
+
export * from "./DescribeElasticsearchDomainConfigCommand";
|
|
16
|
+
export * from "./DescribeElasticsearchDomainsCommand";
|
|
17
|
+
export * from "./DescribeElasticsearchInstanceTypeLimitsCommand";
|
|
18
|
+
export * from "./DescribeInboundCrossClusterSearchConnectionsCommand";
|
|
19
|
+
export * from "./DescribeOutboundCrossClusterSearchConnectionsCommand";
|
|
20
|
+
export * from "./DescribePackagesCommand";
|
|
21
|
+
export * from "./DescribeReservedElasticsearchInstanceOfferingsCommand";
|
|
22
|
+
export * from "./DescribeReservedElasticsearchInstancesCommand";
|
|
23
|
+
export * from "./DissociatePackageCommand";
|
|
24
|
+
export * from "./GetCompatibleElasticsearchVersionsCommand";
|
|
25
|
+
export * from "./GetPackageVersionHistoryCommand";
|
|
26
|
+
export * from "./GetUpgradeHistoryCommand";
|
|
27
|
+
export * from "./GetUpgradeStatusCommand";
|
|
28
|
+
export * from "./ListDomainNamesCommand";
|
|
29
|
+
export * from "./ListDomainsForPackageCommand";
|
|
30
|
+
export * from "./ListElasticsearchInstanceTypesCommand";
|
|
31
|
+
export * from "./ListElasticsearchVersionsCommand";
|
|
32
|
+
export * from "./ListPackagesForDomainCommand";
|
|
33
|
+
export * from "./ListTagsCommand";
|
|
34
|
+
export * from "./PurchaseReservedElasticsearchInstanceOfferingCommand";
|
|
35
|
+
export * from "./RejectInboundCrossClusterSearchConnectionCommand";
|
|
36
|
+
export * from "./RemoveTagsCommand";
|
|
37
|
+
export * from "./StartElasticsearchServiceSoftwareUpdateCommand";
|
|
38
|
+
export * from "./UpdateElasticsearchDomainConfigCommand";
|
|
39
|
+
export * from "./UpdatePackageCommand";
|
|
40
|
+
export * from "./UpgradeElasticsearchDomainCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -32,22 +32,27 @@ var partitionHash = {
|
|
|
32
32
|
"us-west-1",
|
|
33
33
|
"us-west-2",
|
|
34
34
|
],
|
|
35
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
35
36
|
hostname: "es.{region}.amazonaws.com",
|
|
36
37
|
},
|
|
37
38
|
"aws-cn": {
|
|
38
39
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
40
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
39
41
|
hostname: "es.{region}.amazonaws.com.cn",
|
|
40
42
|
},
|
|
41
43
|
"aws-iso": {
|
|
42
|
-
regions: ["us-iso-east-1"],
|
|
44
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
45
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
43
46
|
hostname: "es.{region}.c2s.ic.gov",
|
|
44
47
|
},
|
|
45
48
|
"aws-iso-b": {
|
|
46
49
|
regions: ["us-isob-east-1"],
|
|
50
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
47
51
|
hostname: "es.{region}.sc2s.sgov.gov",
|
|
48
52
|
},
|
|
49
53
|
"aws-us-gov": {
|
|
50
54
|
regions: ["fips", "us-gov-east-1", "us-gov-west-1"],
|
|
55
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
51
56
|
hostname: "es.{region}.amazonaws.com",
|
|
52
57
|
},
|
|
53
58
|
};
|
package/dist-es/index.js
CHANGED
|
@@ -1,56 +1,5 @@
|
|
|
1
|
-
export * from "./ElasticsearchServiceClient";
|
|
2
1
|
export * from "./ElasticsearchService";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateElasticsearchDomainCommand";
|
|
8
|
-
export * from "./commands/CreateOutboundCrossClusterSearchConnectionCommand";
|
|
9
|
-
export * from "./commands/CreatePackageCommand";
|
|
10
|
-
export * from "./commands/DeleteElasticsearchDomainCommand";
|
|
11
|
-
export * from "./commands/DeleteElasticsearchServiceRoleCommand";
|
|
12
|
-
export * from "./commands/DeleteInboundCrossClusterSearchConnectionCommand";
|
|
13
|
-
export * from "./commands/DeleteOutboundCrossClusterSearchConnectionCommand";
|
|
14
|
-
export * from "./commands/DeletePackageCommand";
|
|
15
|
-
export * from "./commands/DescribeDomainAutoTunesCommand";
|
|
16
|
-
export * from "./pagination/DescribeDomainAutoTunesPaginator";
|
|
17
|
-
export * from "./commands/DescribeElasticsearchDomainCommand";
|
|
18
|
-
export * from "./commands/DescribeElasticsearchDomainConfigCommand";
|
|
19
|
-
export * from "./commands/DescribeElasticsearchDomainsCommand";
|
|
20
|
-
export * from "./commands/DescribeElasticsearchInstanceTypeLimitsCommand";
|
|
21
|
-
export * from "./commands/DescribeInboundCrossClusterSearchConnectionsCommand";
|
|
22
|
-
export * from "./pagination/DescribeInboundCrossClusterSearchConnectionsPaginator";
|
|
23
|
-
export * from "./commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
|
|
24
|
-
export * from "./pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator";
|
|
25
|
-
export * from "./commands/DescribePackagesCommand";
|
|
26
|
-
export * from "./pagination/DescribePackagesPaginator";
|
|
27
|
-
export * from "./commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
|
|
28
|
-
export * from "./pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator";
|
|
29
|
-
export * from "./commands/DescribeReservedElasticsearchInstancesCommand";
|
|
30
|
-
export * from "./pagination/DescribeReservedElasticsearchInstancesPaginator";
|
|
31
|
-
export * from "./commands/DissociatePackageCommand";
|
|
32
|
-
export * from "./commands/GetCompatibleElasticsearchVersionsCommand";
|
|
33
|
-
export * from "./commands/GetPackageVersionHistoryCommand";
|
|
34
|
-
export * from "./pagination/GetPackageVersionHistoryPaginator";
|
|
35
|
-
export * from "./commands/GetUpgradeHistoryCommand";
|
|
36
|
-
export * from "./pagination/GetUpgradeHistoryPaginator";
|
|
37
|
-
export * from "./commands/GetUpgradeStatusCommand";
|
|
38
|
-
export * from "./commands/ListDomainNamesCommand";
|
|
39
|
-
export * from "./commands/ListDomainsForPackageCommand";
|
|
40
|
-
export * from "./pagination/ListDomainsForPackagePaginator";
|
|
41
|
-
export * from "./commands/ListElasticsearchInstanceTypesCommand";
|
|
42
|
-
export * from "./pagination/ListElasticsearchInstanceTypesPaginator";
|
|
43
|
-
export * from "./commands/ListElasticsearchVersionsCommand";
|
|
44
|
-
export * from "./pagination/ListElasticsearchVersionsPaginator";
|
|
45
|
-
export * from "./commands/ListPackagesForDomainCommand";
|
|
46
|
-
export * from "./pagination/ListPackagesForDomainPaginator";
|
|
47
|
-
export * from "./commands/ListTagsCommand";
|
|
48
|
-
export * from "./commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
|
|
49
|
-
export * from "./commands/RejectInboundCrossClusterSearchConnectionCommand";
|
|
50
|
-
export * from "./commands/RemoveTagsCommand";
|
|
51
|
-
export * from "./commands/StartElasticsearchServiceSoftwareUpdateCommand";
|
|
52
|
-
export * from "./commands/UpdateElasticsearchDomainConfigCommand";
|
|
53
|
-
export * from "./commands/UpdatePackageCommand";
|
|
54
|
-
export * from "./commands/UpgradeElasticsearchDomainCommand";
|
|
55
|
-
export * from "./pagination/Interfaces";
|
|
56
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ElasticsearchServiceClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./DescribeDomainAutoTunesPaginator";
|
|
2
|
+
export * from "./DescribeInboundCrossClusterSearchConnectionsPaginator";
|
|
3
|
+
export * from "./DescribeOutboundCrossClusterSearchConnectionsPaginator";
|
|
4
|
+
export * from "./DescribePackagesPaginator";
|
|
5
|
+
export * from "./DescribeReservedElasticsearchInstanceOfferingsPaginator";
|
|
6
|
+
export * from "./DescribeReservedElasticsearchInstancesPaginator";
|
|
7
|
+
export * from "./GetPackageVersionHistoryPaginator";
|
|
8
|
+
export * from "./GetUpgradeHistoryPaginator";
|
|
9
|
+
export * from "./Interfaces";
|
|
10
|
+
export * from "./ListDomainsForPackagePaginator";
|
|
11
|
+
export * from "./ListElasticsearchInstanceTypesPaginator";
|
|
12
|
+
export * from "./ListElasticsearchVersionsPaginator";
|
|
13
|
+
export * from "./ListPackagesForDomainPaginator";
|