@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
|
@@ -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-types/index.d.ts
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";
|
|
@@ -40,269 +40,165 @@ import { UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainC
|
|
|
40
40
|
import { UpdatePackageCommandInput, UpdatePackageCommandOutput } from "./commands/UpdatePackageCommand";
|
|
41
41
|
import { UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput } from "./commands/UpgradeElasticsearchDomainCommand";
|
|
42
42
|
import { ElasticsearchServiceClient } from "./ElasticsearchServiceClient";
|
|
43
|
-
|
|
44
|
-
* <fullname>Amazon Elasticsearch Configuration Service</fullname>
|
|
45
|
-
* <p>Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.</p>
|
|
46
|
-
* <p>For sample code that uses the Configuration API, see the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-samples.html">Amazon Elasticsearch Service Developer Guide</a>.
|
|
47
|
-
* The guide also contains <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-request-signing.html">sample code for sending signed HTTP requests to the Elasticsearch APIs</a>.</p>
|
|
48
|
-
* <p>The endpoint for configuration service requests is region-specific: es.<i>region</i>.amazonaws.com.
|
|
49
|
-
* For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
|
|
50
|
-
* see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions" target="_blank">Regions and Endpoints</a>.</p>
|
|
51
|
-
*/
|
|
43
|
+
|
|
52
44
|
export declare class ElasticsearchService extends ElasticsearchServiceClient {
|
|
53
|
-
|
|
54
|
-
* <p>Allows the destination domain owner to accept an inbound cross-cluster search connection request.</p>
|
|
55
|
-
*/
|
|
45
|
+
|
|
56
46
|
acceptInboundCrossClusterSearchConnection(args: AcceptInboundCrossClusterSearchConnectionCommandInput, options?: __HttpHandlerOptions): Promise<AcceptInboundCrossClusterSearchConnectionCommandOutput>;
|
|
57
47
|
acceptInboundCrossClusterSearchConnection(args: AcceptInboundCrossClusterSearchConnectionCommandInput, cb: (err: any, data?: AcceptInboundCrossClusterSearchConnectionCommandOutput) => void): void;
|
|
58
48
|
acceptInboundCrossClusterSearchConnection(args: AcceptInboundCrossClusterSearchConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptInboundCrossClusterSearchConnectionCommandOutput) => void): void;
|
|
59
|
-
|
|
60
|
-
* <p>Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-awsresorcetagging" target="_blank">
|
|
61
|
-
* Tagging Amazon Elasticsearch Service Domains for more information.</a></p>
|
|
62
|
-
*/
|
|
49
|
+
|
|
63
50
|
addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
|
|
64
51
|
addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
65
52
|
addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
66
|
-
|
|
67
|
-
* <p>Associates a package with an Amazon ES domain.</p>
|
|
68
|
-
*/
|
|
53
|
+
|
|
69
54
|
associatePackage(args: AssociatePackageCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePackageCommandOutput>;
|
|
70
55
|
associatePackage(args: AssociatePackageCommandInput, cb: (err: any, data?: AssociatePackageCommandOutput) => void): void;
|
|
71
56
|
associatePackage(args: AssociatePackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePackageCommandOutput) => void): void;
|
|
72
|
-
|
|
73
|
-
* <p>Cancels a scheduled service software update for an Amazon ES domain. You can only perform this operation before the <code>AutomatedUpdateDate</code> and when the <code>UpdateStatus</code> is in the <code>PENDING_UPDATE</code> state.</p>
|
|
74
|
-
*/
|
|
57
|
+
|
|
75
58
|
cancelElasticsearchServiceSoftwareUpdate(args: CancelElasticsearchServiceSoftwareUpdateCommandInput, options?: __HttpHandlerOptions): Promise<CancelElasticsearchServiceSoftwareUpdateCommandOutput>;
|
|
76
59
|
cancelElasticsearchServiceSoftwareUpdate(args: CancelElasticsearchServiceSoftwareUpdateCommandInput, cb: (err: any, data?: CancelElasticsearchServiceSoftwareUpdateCommandOutput) => void): void;
|
|
77
60
|
cancelElasticsearchServiceSoftwareUpdate(args: CancelElasticsearchServiceSoftwareUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelElasticsearchServiceSoftwareUpdateCommandOutput) => void): void;
|
|
78
|
-
|
|
79
|
-
* <p>Creates a new Elasticsearch domain. For more information,
|
|
80
|
-
* see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains" target="_blank">Creating Elasticsearch Domains</a> in the <i>Amazon Elasticsearch Service Developer Guide</i>.</p>
|
|
81
|
-
*/
|
|
61
|
+
|
|
82
62
|
createElasticsearchDomain(args: CreateElasticsearchDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateElasticsearchDomainCommandOutput>;
|
|
83
63
|
createElasticsearchDomain(args: CreateElasticsearchDomainCommandInput, cb: (err: any, data?: CreateElasticsearchDomainCommandOutput) => void): void;
|
|
84
64
|
createElasticsearchDomain(args: CreateElasticsearchDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateElasticsearchDomainCommandOutput) => void): void;
|
|
85
|
-
|
|
86
|
-
* <p>Creates a new cross-cluster search connection from a source domain to a destination domain.</p>
|
|
87
|
-
*/
|
|
65
|
+
|
|
88
66
|
createOutboundCrossClusterSearchConnection(args: CreateOutboundCrossClusterSearchConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateOutboundCrossClusterSearchConnectionCommandOutput>;
|
|
89
67
|
createOutboundCrossClusterSearchConnection(args: CreateOutboundCrossClusterSearchConnectionCommandInput, cb: (err: any, data?: CreateOutboundCrossClusterSearchConnectionCommandOutput) => void): void;
|
|
90
68
|
createOutboundCrossClusterSearchConnection(args: CreateOutboundCrossClusterSearchConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOutboundCrossClusterSearchConnectionCommandOutput) => void): void;
|
|
91
|
-
|
|
92
|
-
* <p>Create a package for use with Amazon ES domains.</p>
|
|
93
|
-
*/
|
|
69
|
+
|
|
94
70
|
createPackage(args: CreatePackageCommandInput, options?: __HttpHandlerOptions): Promise<CreatePackageCommandOutput>;
|
|
95
71
|
createPackage(args: CreatePackageCommandInput, cb: (err: any, data?: CreatePackageCommandOutput) => void): void;
|
|
96
72
|
createPackage(args: CreatePackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePackageCommandOutput) => void): void;
|
|
97
|
-
|
|
98
|
-
* <p>Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.</p>
|
|
99
|
-
*/
|
|
73
|
+
|
|
100
74
|
deleteElasticsearchDomain(args: DeleteElasticsearchDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteElasticsearchDomainCommandOutput>;
|
|
101
75
|
deleteElasticsearchDomain(args: DeleteElasticsearchDomainCommandInput, cb: (err: any, data?: DeleteElasticsearchDomainCommandOutput) => void): void;
|
|
102
76
|
deleteElasticsearchDomain(args: DeleteElasticsearchDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteElasticsearchDomainCommandOutput) => void): void;
|
|
103
|
-
|
|
104
|
-
* <p>Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains. Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-enabling-slr" target="_blank">Deleting Elasticsearch Service Role</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i>.</p>
|
|
105
|
-
*/
|
|
77
|
+
|
|
106
78
|
deleteElasticsearchServiceRole(args: DeleteElasticsearchServiceRoleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteElasticsearchServiceRoleCommandOutput>;
|
|
107
79
|
deleteElasticsearchServiceRole(args: DeleteElasticsearchServiceRoleCommandInput, cb: (err: any, data?: DeleteElasticsearchServiceRoleCommandOutput) => void): void;
|
|
108
80
|
deleteElasticsearchServiceRole(args: DeleteElasticsearchServiceRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteElasticsearchServiceRoleCommandOutput) => void): void;
|
|
109
|
-
|
|
110
|
-
* <p>Allows the destination domain owner to delete an existing inbound cross-cluster search connection.</p>
|
|
111
|
-
*/
|
|
81
|
+
|
|
112
82
|
deleteInboundCrossClusterSearchConnection(args: DeleteInboundCrossClusterSearchConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInboundCrossClusterSearchConnectionCommandOutput>;
|
|
113
83
|
deleteInboundCrossClusterSearchConnection(args: DeleteInboundCrossClusterSearchConnectionCommandInput, cb: (err: any, data?: DeleteInboundCrossClusterSearchConnectionCommandOutput) => void): void;
|
|
114
84
|
deleteInboundCrossClusterSearchConnection(args: DeleteInboundCrossClusterSearchConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInboundCrossClusterSearchConnectionCommandOutput) => void): void;
|
|
115
|
-
|
|
116
|
-
* <p>Allows the source domain owner to delete an existing outbound cross-cluster search connection.</p>
|
|
117
|
-
*/
|
|
85
|
+
|
|
118
86
|
deleteOutboundCrossClusterSearchConnection(args: DeleteOutboundCrossClusterSearchConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOutboundCrossClusterSearchConnectionCommandOutput>;
|
|
119
87
|
deleteOutboundCrossClusterSearchConnection(args: DeleteOutboundCrossClusterSearchConnectionCommandInput, cb: (err: any, data?: DeleteOutboundCrossClusterSearchConnectionCommandOutput) => void): void;
|
|
120
88
|
deleteOutboundCrossClusterSearchConnection(args: DeleteOutboundCrossClusterSearchConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOutboundCrossClusterSearchConnectionCommandOutput) => void): void;
|
|
121
|
-
|
|
122
|
-
* <p>Delete the package.</p>
|
|
123
|
-
*/
|
|
89
|
+
|
|
124
90
|
deletePackage(args: DeletePackageCommandInput, options?: __HttpHandlerOptions): Promise<DeletePackageCommandOutput>;
|
|
125
91
|
deletePackage(args: DeletePackageCommandInput, cb: (err: any, data?: DeletePackageCommandOutput) => void): void;
|
|
126
92
|
deletePackage(args: DeletePackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePackageCommandOutput) => void): void;
|
|
127
|
-
|
|
128
|
-
* <p>Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.</p>
|
|
129
|
-
*/
|
|
93
|
+
|
|
130
94
|
describeDomainAutoTunes(args: DescribeDomainAutoTunesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainAutoTunesCommandOutput>;
|
|
131
95
|
describeDomainAutoTunes(args: DescribeDomainAutoTunesCommandInput, cb: (err: any, data?: DescribeDomainAutoTunesCommandOutput) => void): void;
|
|
132
96
|
describeDomainAutoTunes(args: DescribeDomainAutoTunesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainAutoTunesCommandOutput) => void): void;
|
|
133
|
-
|
|
134
|
-
* <p>Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.</p>
|
|
135
|
-
*/
|
|
97
|
+
|
|
136
98
|
describeElasticsearchDomain(args: DescribeElasticsearchDomainCommandInput, options?: __HttpHandlerOptions): Promise<DescribeElasticsearchDomainCommandOutput>;
|
|
137
99
|
describeElasticsearchDomain(args: DescribeElasticsearchDomainCommandInput, cb: (err: any, data?: DescribeElasticsearchDomainCommandOutput) => void): void;
|
|
138
100
|
describeElasticsearchDomain(args: DescribeElasticsearchDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeElasticsearchDomainCommandOutput) => void): void;
|
|
139
|
-
|
|
140
|
-
* <p>Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.</p>
|
|
141
|
-
*/
|
|
101
|
+
|
|
142
102
|
describeElasticsearchDomainConfig(args: DescribeElasticsearchDomainConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeElasticsearchDomainConfigCommandOutput>;
|
|
143
103
|
describeElasticsearchDomainConfig(args: DescribeElasticsearchDomainConfigCommandInput, cb: (err: any, data?: DescribeElasticsearchDomainConfigCommandOutput) => void): void;
|
|
144
104
|
describeElasticsearchDomainConfig(args: DescribeElasticsearchDomainConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeElasticsearchDomainConfigCommandOutput) => void): void;
|
|
145
|
-
|
|
146
|
-
* <p>Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.</p>
|
|
147
|
-
*/
|
|
105
|
+
|
|
148
106
|
describeElasticsearchDomains(args: DescribeElasticsearchDomainsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeElasticsearchDomainsCommandOutput>;
|
|
149
107
|
describeElasticsearchDomains(args: DescribeElasticsearchDomainsCommandInput, cb: (err: any, data?: DescribeElasticsearchDomainsCommandOutput) => void): void;
|
|
150
108
|
describeElasticsearchDomains(args: DescribeElasticsearchDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeElasticsearchDomainsCommandOutput) => void): void;
|
|
151
|
-
|
|
152
|
-
* <p>
|
|
153
|
-
* Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion.
|
|
154
|
-
* When modifying existing Domain, specify the
|
|
155
|
-
* <code>
|
|
156
|
-
* <a>DomainName</a>
|
|
157
|
-
* </code>
|
|
158
|
-
* to know what Limits are supported for modifying.
|
|
159
|
-
* </p>
|
|
160
|
-
*/
|
|
109
|
+
|
|
161
110
|
describeElasticsearchInstanceTypeLimits(args: DescribeElasticsearchInstanceTypeLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeElasticsearchInstanceTypeLimitsCommandOutput>;
|
|
162
111
|
describeElasticsearchInstanceTypeLimits(args: DescribeElasticsearchInstanceTypeLimitsCommandInput, cb: (err: any, data?: DescribeElasticsearchInstanceTypeLimitsCommandOutput) => void): void;
|
|
163
112
|
describeElasticsearchInstanceTypeLimits(args: DescribeElasticsearchInstanceTypeLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeElasticsearchInstanceTypeLimitsCommandOutput) => void): void;
|
|
164
|
-
|
|
165
|
-
* <p>Lists all the inbound cross-cluster search connections for a destination domain.</p>
|
|
166
|
-
*/
|
|
113
|
+
|
|
167
114
|
describeInboundCrossClusterSearchConnections(args: DescribeInboundCrossClusterSearchConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
|
|
168
115
|
describeInboundCrossClusterSearchConnections(args: DescribeInboundCrossClusterSearchConnectionsCommandInput, cb: (err: any, data?: DescribeInboundCrossClusterSearchConnectionsCommandOutput) => void): void;
|
|
169
116
|
describeInboundCrossClusterSearchConnections(args: DescribeInboundCrossClusterSearchConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInboundCrossClusterSearchConnectionsCommandOutput) => void): void;
|
|
170
|
-
|
|
171
|
-
* <p>Lists all the outbound cross-cluster search connections for a source domain.</p>
|
|
172
|
-
*/
|
|
117
|
+
|
|
173
118
|
describeOutboundCrossClusterSearchConnections(args: DescribeOutboundCrossClusterSearchConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
|
|
174
119
|
describeOutboundCrossClusterSearchConnections(args: DescribeOutboundCrossClusterSearchConnectionsCommandInput, cb: (err: any, data?: DescribeOutboundCrossClusterSearchConnectionsCommandOutput) => void): void;
|
|
175
120
|
describeOutboundCrossClusterSearchConnections(args: DescribeOutboundCrossClusterSearchConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOutboundCrossClusterSearchConnectionsCommandOutput) => void): void;
|
|
176
|
-
|
|
177
|
-
* <p>Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.</p>
|
|
178
|
-
*/
|
|
121
|
+
|
|
179
122
|
describePackages(args: DescribePackagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePackagesCommandOutput>;
|
|
180
123
|
describePackages(args: DescribePackagesCommandInput, cb: (err: any, data?: DescribePackagesCommandOutput) => void): void;
|
|
181
124
|
describePackages(args: DescribePackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePackagesCommandOutput) => void): void;
|
|
182
|
-
|
|
183
|
-
* <p>Lists available reserved Elasticsearch instance offerings.</p>
|
|
184
|
-
*/
|
|
125
|
+
|
|
185
126
|
describeReservedElasticsearchInstanceOfferings(args: DescribeReservedElasticsearchInstanceOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
|
|
186
127
|
describeReservedElasticsearchInstanceOfferings(args: DescribeReservedElasticsearchInstanceOfferingsCommandInput, cb: (err: any, data?: DescribeReservedElasticsearchInstanceOfferingsCommandOutput) => void): void;
|
|
187
128
|
describeReservedElasticsearchInstanceOfferings(args: DescribeReservedElasticsearchInstanceOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedElasticsearchInstanceOfferingsCommandOutput) => void): void;
|
|
188
|
-
|
|
189
|
-
* <p>Returns information about reserved Elasticsearch instances for this account.</p>
|
|
190
|
-
*/
|
|
129
|
+
|
|
191
130
|
describeReservedElasticsearchInstances(args: DescribeReservedElasticsearchInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedElasticsearchInstancesCommandOutput>;
|
|
192
131
|
describeReservedElasticsearchInstances(args: DescribeReservedElasticsearchInstancesCommandInput, cb: (err: any, data?: DescribeReservedElasticsearchInstancesCommandOutput) => void): void;
|
|
193
132
|
describeReservedElasticsearchInstances(args: DescribeReservedElasticsearchInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedElasticsearchInstancesCommandOutput) => void): void;
|
|
194
|
-
|
|
195
|
-
* <p>Dissociates a package from the Amazon ES domain.</p>
|
|
196
|
-
*/
|
|
133
|
+
|
|
197
134
|
dissociatePackage(args: DissociatePackageCommandInput, options?: __HttpHandlerOptions): Promise<DissociatePackageCommandOutput>;
|
|
198
135
|
dissociatePackage(args: DissociatePackageCommandInput, cb: (err: any, data?: DissociatePackageCommandOutput) => void): void;
|
|
199
136
|
dissociatePackage(args: DissociatePackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DissociatePackageCommandOutput) => void): void;
|
|
200
|
-
|
|
201
|
-
* <p>
|
|
202
|
-
* Returns a list of upgrade compatible Elastisearch versions.
|
|
203
|
-
* You can optionally pass a
|
|
204
|
-
* <code>
|
|
205
|
-
* <a>DomainName</a>
|
|
206
|
-
* </code>
|
|
207
|
-
* to get all upgrade compatible Elasticsearch versions for that specific domain.
|
|
208
|
-
* </p>
|
|
209
|
-
*/
|
|
137
|
+
|
|
210
138
|
getCompatibleElasticsearchVersions(args: GetCompatibleElasticsearchVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetCompatibleElasticsearchVersionsCommandOutput>;
|
|
211
139
|
getCompatibleElasticsearchVersions(args: GetCompatibleElasticsearchVersionsCommandInput, cb: (err: any, data?: GetCompatibleElasticsearchVersionsCommandOutput) => void): void;
|
|
212
140
|
getCompatibleElasticsearchVersions(args: GetCompatibleElasticsearchVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCompatibleElasticsearchVersionsCommandOutput) => void): void;
|
|
213
|
-
|
|
214
|
-
* <p>Returns a list of versions of the package, along with their creation time and commit message.</p>
|
|
215
|
-
*/
|
|
141
|
+
|
|
216
142
|
getPackageVersionHistory(args: GetPackageVersionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetPackageVersionHistoryCommandOutput>;
|
|
217
143
|
getPackageVersionHistory(args: GetPackageVersionHistoryCommandInput, cb: (err: any, data?: GetPackageVersionHistoryCommandOutput) => void): void;
|
|
218
144
|
getPackageVersionHistory(args: GetPackageVersionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPackageVersionHistoryCommandOutput) => void): void;
|
|
219
|
-
|
|
220
|
-
* <p>Retrieves the complete history of the last 10 upgrades that were performed on the domain.</p>
|
|
221
|
-
*/
|
|
145
|
+
|
|
222
146
|
getUpgradeHistory(args: GetUpgradeHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetUpgradeHistoryCommandOutput>;
|
|
223
147
|
getUpgradeHistory(args: GetUpgradeHistoryCommandInput, cb: (err: any, data?: GetUpgradeHistoryCommandOutput) => void): void;
|
|
224
148
|
getUpgradeHistory(args: GetUpgradeHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUpgradeHistoryCommandOutput) => void): void;
|
|
225
|
-
|
|
226
|
-
* <p>Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.</p>
|
|
227
|
-
*/
|
|
149
|
+
|
|
228
150
|
getUpgradeStatus(args: GetUpgradeStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetUpgradeStatusCommandOutput>;
|
|
229
151
|
getUpgradeStatus(args: GetUpgradeStatusCommandInput, cb: (err: any, data?: GetUpgradeStatusCommandOutput) => void): void;
|
|
230
152
|
getUpgradeStatus(args: GetUpgradeStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUpgradeStatusCommandOutput) => void): void;
|
|
231
|
-
|
|
232
|
-
* <p>Returns the name of all Elasticsearch domains owned by the current user's account. </p>
|
|
233
|
-
*/
|
|
153
|
+
|
|
234
154
|
listDomainNames(args: ListDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainNamesCommandOutput>;
|
|
235
155
|
listDomainNames(args: ListDomainNamesCommandInput, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
|
|
236
156
|
listDomainNames(args: ListDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
|
|
237
|
-
|
|
238
|
-
* <p>Lists all Amazon ES domains associated with the package.</p>
|
|
239
|
-
*/
|
|
157
|
+
|
|
240
158
|
listDomainsForPackage(args: ListDomainsForPackageCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainsForPackageCommandOutput>;
|
|
241
159
|
listDomainsForPackage(args: ListDomainsForPackageCommandInput, cb: (err: any, data?: ListDomainsForPackageCommandOutput) => void): void;
|
|
242
160
|
listDomainsForPackage(args: ListDomainsForPackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainsForPackageCommandOutput) => void): void;
|
|
243
|
-
|
|
244
|
-
* <p>List all Elasticsearch instance types that are supported for given ElasticsearchVersion</p>
|
|
245
|
-
*/
|
|
161
|
+
|
|
246
162
|
listElasticsearchInstanceTypes(args: ListElasticsearchInstanceTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListElasticsearchInstanceTypesCommandOutput>;
|
|
247
163
|
listElasticsearchInstanceTypes(args: ListElasticsearchInstanceTypesCommandInput, cb: (err: any, data?: ListElasticsearchInstanceTypesCommandOutput) => void): void;
|
|
248
164
|
listElasticsearchInstanceTypes(args: ListElasticsearchInstanceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListElasticsearchInstanceTypesCommandOutput) => void): void;
|
|
249
|
-
|
|
250
|
-
* <p>List all supported Elasticsearch versions</p>
|
|
251
|
-
*/
|
|
165
|
+
|
|
252
166
|
listElasticsearchVersions(args: ListElasticsearchVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListElasticsearchVersionsCommandOutput>;
|
|
253
167
|
listElasticsearchVersions(args: ListElasticsearchVersionsCommandInput, cb: (err: any, data?: ListElasticsearchVersionsCommandOutput) => void): void;
|
|
254
168
|
listElasticsearchVersions(args: ListElasticsearchVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListElasticsearchVersionsCommandOutput) => void): void;
|
|
255
|
-
|
|
256
|
-
* <p>Lists all packages associated with the Amazon ES domain.</p>
|
|
257
|
-
*/
|
|
169
|
+
|
|
258
170
|
listPackagesForDomain(args: ListPackagesForDomainCommandInput, options?: __HttpHandlerOptions): Promise<ListPackagesForDomainCommandOutput>;
|
|
259
171
|
listPackagesForDomain(args: ListPackagesForDomainCommandInput, cb: (err: any, data?: ListPackagesForDomainCommandOutput) => void): void;
|
|
260
172
|
listPackagesForDomain(args: ListPackagesForDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPackagesForDomainCommandOutput) => void): void;
|
|
261
|
-
|
|
262
|
-
* <p>Returns all tags for the given Elasticsearch domain.</p>
|
|
263
|
-
*/
|
|
173
|
+
|
|
264
174
|
listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsCommandOutput>;
|
|
265
175
|
listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
266
176
|
listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
267
|
-
|
|
268
|
-
* <p>Allows you to purchase reserved Elasticsearch instances.</p>
|
|
269
|
-
*/
|
|
177
|
+
|
|
270
178
|
purchaseReservedElasticsearchInstanceOffering(args: PurchaseReservedElasticsearchInstanceOfferingCommandInput, options?: __HttpHandlerOptions): Promise<PurchaseReservedElasticsearchInstanceOfferingCommandOutput>;
|
|
271
179
|
purchaseReservedElasticsearchInstanceOffering(args: PurchaseReservedElasticsearchInstanceOfferingCommandInput, cb: (err: any, data?: PurchaseReservedElasticsearchInstanceOfferingCommandOutput) => void): void;
|
|
272
180
|
purchaseReservedElasticsearchInstanceOffering(args: PurchaseReservedElasticsearchInstanceOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseReservedElasticsearchInstanceOfferingCommandOutput) => void): void;
|
|
273
|
-
|
|
274
|
-
* <p>Allows the destination domain owner to reject an inbound cross-cluster search connection request.</p>
|
|
275
|
-
*/
|
|
181
|
+
|
|
276
182
|
rejectInboundCrossClusterSearchConnection(args: RejectInboundCrossClusterSearchConnectionCommandInput, options?: __HttpHandlerOptions): Promise<RejectInboundCrossClusterSearchConnectionCommandOutput>;
|
|
277
183
|
rejectInboundCrossClusterSearchConnection(args: RejectInboundCrossClusterSearchConnectionCommandInput, cb: (err: any, data?: RejectInboundCrossClusterSearchConnectionCommandOutput) => void): void;
|
|
278
184
|
rejectInboundCrossClusterSearchConnection(args: RejectInboundCrossClusterSearchConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectInboundCrossClusterSearchConnectionCommandOutput) => void): void;
|
|
279
|
-
|
|
280
|
-
* <p>Removes the specified set of tags from the specified Elasticsearch domain.</p>
|
|
281
|
-
*/
|
|
185
|
+
|
|
282
186
|
removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
|
|
283
187
|
removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
|
|
284
188
|
removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
|
|
285
|
-
|
|
286
|
-
* <p>Schedules a service software update for an Amazon ES domain.</p>
|
|
287
|
-
*/
|
|
189
|
+
|
|
288
190
|
startElasticsearchServiceSoftwareUpdate(args: StartElasticsearchServiceSoftwareUpdateCommandInput, options?: __HttpHandlerOptions): Promise<StartElasticsearchServiceSoftwareUpdateCommandOutput>;
|
|
289
191
|
startElasticsearchServiceSoftwareUpdate(args: StartElasticsearchServiceSoftwareUpdateCommandInput, cb: (err: any, data?: StartElasticsearchServiceSoftwareUpdateCommandOutput) => void): void;
|
|
290
192
|
startElasticsearchServiceSoftwareUpdate(args: StartElasticsearchServiceSoftwareUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartElasticsearchServiceSoftwareUpdateCommandOutput) => void): void;
|
|
291
|
-
|
|
292
|
-
* <p>Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances. </p>
|
|
293
|
-
*/
|
|
193
|
+
|
|
294
194
|
updateElasticsearchDomainConfig(args: UpdateElasticsearchDomainConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateElasticsearchDomainConfigCommandOutput>;
|
|
295
195
|
updateElasticsearchDomainConfig(args: UpdateElasticsearchDomainConfigCommandInput, cb: (err: any, data?: UpdateElasticsearchDomainConfigCommandOutput) => void): void;
|
|
296
196
|
updateElasticsearchDomainConfig(args: UpdateElasticsearchDomainConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateElasticsearchDomainConfigCommandOutput) => void): void;
|
|
297
|
-
|
|
298
|
-
* <p>Updates a package for use with Amazon ES domains.</p>
|
|
299
|
-
*/
|
|
197
|
+
|
|
300
198
|
updatePackage(args: UpdatePackageCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePackageCommandOutput>;
|
|
301
199
|
updatePackage(args: UpdatePackageCommandInput, cb: (err: any, data?: UpdatePackageCommandOutput) => void): void;
|
|
302
200
|
updatePackage(args: UpdatePackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePackageCommandOutput) => void): void;
|
|
303
|
-
|
|
304
|
-
* <p>Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.</p>
|
|
305
|
-
*/
|
|
201
|
+
|
|
306
202
|
upgradeElasticsearchDomain(args: UpgradeElasticsearchDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpgradeElasticsearchDomainCommandOutput>;
|
|
307
203
|
upgradeElasticsearchDomain(args: UpgradeElasticsearchDomainCommandInput, cb: (err: any, data?: UpgradeElasticsearchDomainCommandOutput) => void): void;
|
|
308
204
|
upgradeElasticsearchDomain(args: UpgradeElasticsearchDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpgradeElasticsearchDomainCommandOutput) => void): void;
|
|
@@ -49,130 +49,59 @@ import { UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainComma
|
|
|
49
49
|
export declare type ServiceInputTypes = AcceptInboundCrossClusterSearchConnectionCommandInput | AddTagsCommandInput | AssociatePackageCommandInput | CancelElasticsearchServiceSoftwareUpdateCommandInput | CreateElasticsearchDomainCommandInput | CreateOutboundCrossClusterSearchConnectionCommandInput | CreatePackageCommandInput | DeleteElasticsearchDomainCommandInput | DeleteElasticsearchServiceRoleCommandInput | DeleteInboundCrossClusterSearchConnectionCommandInput | DeleteOutboundCrossClusterSearchConnectionCommandInput | DeletePackageCommandInput | DescribeDomainAutoTunesCommandInput | DescribeElasticsearchDomainCommandInput | DescribeElasticsearchDomainConfigCommandInput | DescribeElasticsearchDomainsCommandInput | DescribeElasticsearchInstanceTypeLimitsCommandInput | DescribeInboundCrossClusterSearchConnectionsCommandInput | DescribeOutboundCrossClusterSearchConnectionsCommandInput | DescribePackagesCommandInput | DescribeReservedElasticsearchInstanceOfferingsCommandInput | DescribeReservedElasticsearchInstancesCommandInput | DissociatePackageCommandInput | GetCompatibleElasticsearchVersionsCommandInput | GetPackageVersionHistoryCommandInput | GetUpgradeHistoryCommandInput | GetUpgradeStatusCommandInput | ListDomainNamesCommandInput | ListDomainsForPackageCommandInput | ListElasticsearchInstanceTypesCommandInput | ListElasticsearchVersionsCommandInput | ListPackagesForDomainCommandInput | ListTagsCommandInput | PurchaseReservedElasticsearchInstanceOfferingCommandInput | RejectInboundCrossClusterSearchConnectionCommandInput | RemoveTagsCommandInput | StartElasticsearchServiceSoftwareUpdateCommandInput | UpdateElasticsearchDomainConfigCommandInput | UpdatePackageCommandInput | UpgradeElasticsearchDomainCommandInput;
|
|
50
50
|
export declare type ServiceOutputTypes = AcceptInboundCrossClusterSearchConnectionCommandOutput | AddTagsCommandOutput | AssociatePackageCommandOutput | CancelElasticsearchServiceSoftwareUpdateCommandOutput | CreateElasticsearchDomainCommandOutput | CreateOutboundCrossClusterSearchConnectionCommandOutput | CreatePackageCommandOutput | DeleteElasticsearchDomainCommandOutput | DeleteElasticsearchServiceRoleCommandOutput | DeleteInboundCrossClusterSearchConnectionCommandOutput | DeleteOutboundCrossClusterSearchConnectionCommandOutput | DeletePackageCommandOutput | DescribeDomainAutoTunesCommandOutput | DescribeElasticsearchDomainCommandOutput | DescribeElasticsearchDomainConfigCommandOutput | DescribeElasticsearchDomainsCommandOutput | DescribeElasticsearchInstanceTypeLimitsCommandOutput | DescribeInboundCrossClusterSearchConnectionsCommandOutput | DescribeOutboundCrossClusterSearchConnectionsCommandOutput | DescribePackagesCommandOutput | DescribeReservedElasticsearchInstanceOfferingsCommandOutput | DescribeReservedElasticsearchInstancesCommandOutput | DissociatePackageCommandOutput | GetCompatibleElasticsearchVersionsCommandOutput | GetPackageVersionHistoryCommandOutput | GetUpgradeHistoryCommandOutput | GetUpgradeStatusCommandOutput | ListDomainNamesCommandOutput | ListDomainsForPackageCommandOutput | ListElasticsearchInstanceTypesCommandOutput | ListElasticsearchVersionsCommandOutput | ListPackagesForDomainCommandOutput | ListTagsCommandOutput | PurchaseReservedElasticsearchInstanceOfferingCommandOutput | RejectInboundCrossClusterSearchConnectionCommandOutput | RemoveTagsCommandOutput | StartElasticsearchServiceSoftwareUpdateCommandOutput | UpdateElasticsearchDomainConfigCommandOutput | UpdatePackageCommandOutput | UpgradeElasticsearchDomainCommandOutput;
|
|
51
51
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
52
|
-
|
|
53
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
54
|
-
*/
|
|
52
|
+
|
|
55
53
|
requestHandler?: __HttpHandler;
|
|
56
|
-
|
|
57
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
58
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
54
|
+
|
|
61
55
|
sha256?: __HashConstructor;
|
|
62
|
-
|
|
63
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
56
|
+
|
|
66
57
|
urlParser?: __UrlParser;
|
|
67
|
-
|
|
68
|
-
* A function that can calculate the length of a request body.
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
58
|
+
|
|
71
59
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
72
|
-
|
|
73
|
-
* A function that converts a stream into an array of bytes.
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
60
|
+
|
|
76
61
|
streamCollector?: __StreamCollector;
|
|
77
|
-
|
|
78
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
62
|
+
|
|
81
63
|
base64Decoder?: __Decoder;
|
|
82
|
-
|
|
83
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
64
|
+
|
|
86
65
|
base64Encoder?: __Encoder;
|
|
87
|
-
|
|
88
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
66
|
+
|
|
91
67
|
utf8Decoder?: __Decoder;
|
|
92
|
-
|
|
93
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
68
|
+
|
|
96
69
|
utf8Encoder?: __Encoder;
|
|
97
|
-
|
|
98
|
-
* The runtime environment.
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
70
|
+
|
|
101
71
|
runtime?: string;
|
|
102
|
-
|
|
103
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
104
|
-
* trait of an operation.
|
|
105
|
-
*/
|
|
72
|
+
|
|
106
73
|
disableHostPrefix?: boolean;
|
|
107
|
-
|
|
108
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
109
|
-
*/
|
|
74
|
+
|
|
110
75
|
maxAttempts?: number | __Provider<number>;
|
|
111
|
-
|
|
112
|
-
* Specifies which retry algorithm to use.
|
|
113
|
-
*/
|
|
76
|
+
|
|
114
77
|
retryMode?: string | __Provider<string>;
|
|
115
|
-
|
|
116
|
-
* Optional logger for logging debug/info/warn/error.
|
|
117
|
-
*/
|
|
78
|
+
|
|
118
79
|
logger?: __Logger;
|
|
119
|
-
|
|
120
|
-
* Unique service identifier.
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
80
|
+
|
|
123
81
|
serviceId?: string;
|
|
124
|
-
|
|
125
|
-
* The AWS region to which this client will send requests
|
|
126
|
-
*/
|
|
82
|
+
|
|
127
83
|
region?: string | __Provider<string>;
|
|
128
|
-
|
|
129
|
-
* Default credentials provider; Not available in browser runtime.
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
84
|
+
|
|
132
85
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
133
|
-
|
|
134
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
86
|
+
|
|
137
87
|
regionInfoProvider?: RegionInfoProvider;
|
|
138
|
-
|
|
139
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
88
|
+
|
|
142
89
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
143
90
|
}
|
|
144
91
|
declare type ElasticsearchServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
145
|
-
|
|
146
|
-
* The configuration interface of ElasticsearchServiceClient class constructor that set the region, credentials and other options.
|
|
147
|
-
*/
|
|
92
|
+
|
|
148
93
|
export interface ElasticsearchServiceClientConfig extends ElasticsearchServiceClientConfigType {
|
|
149
94
|
}
|
|
150
95
|
declare type ElasticsearchServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
151
|
-
|
|
152
|
-
* The resolved configuration interface of ElasticsearchServiceClient class. This is resolved and normalized from the {@link ElasticsearchServiceClientConfig | constructor configuration interface}.
|
|
153
|
-
*/
|
|
96
|
+
|
|
154
97
|
export interface ElasticsearchServiceClientResolvedConfig extends ElasticsearchServiceClientResolvedConfigType {
|
|
155
98
|
}
|
|
156
|
-
|
|
157
|
-
* <fullname>Amazon Elasticsearch Configuration Service</fullname>
|
|
158
|
-
* <p>Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.</p>
|
|
159
|
-
* <p>For sample code that uses the Configuration API, see the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-samples.html">Amazon Elasticsearch Service Developer Guide</a>.
|
|
160
|
-
* The guide also contains <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-request-signing.html">sample code for sending signed HTTP requests to the Elasticsearch APIs</a>.</p>
|
|
161
|
-
* <p>The endpoint for configuration service requests is region-specific: es.<i>region</i>.amazonaws.com.
|
|
162
|
-
* For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
|
|
163
|
-
* see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions" target="_blank">Regions and Endpoints</a>.</p>
|
|
164
|
-
*/
|
|
99
|
+
|
|
165
100
|
export declare class ElasticsearchServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ElasticsearchServiceClientResolvedConfig> {
|
|
166
|
-
|
|
167
|
-
* The resolved configuration of ElasticsearchServiceClient class. This is resolved and normalized from the {@link ElasticsearchServiceClientConfig | constructor configuration interface}.
|
|
168
|
-
*/
|
|
101
|
+
|
|
169
102
|
readonly config: ElasticsearchServiceClientResolvedConfig;
|
|
170
103
|
constructor(configuration: ElasticsearchServiceClientConfig);
|
|
171
|
-
|
|
172
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
173
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
174
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
175
|
-
*/
|
|
104
|
+
|
|
176
105
|
destroy(): void;
|
|
177
106
|
}
|
|
178
107
|
export {};
|