@aws-sdk/client-elasticsearch-service 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ElasticsearchServiceServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +148 -4
- package/dist-cjs/protocols/Aws_restJson1.js +459 -1574
- package/dist-es/index.js +1 -0
- package/dist-es/models/ElasticsearchServiceServiceException.js +12 -0
- package/dist-es/models/models_0.js +134 -1
- package/dist-es/protocols/Aws_restJson1.js +943 -1750
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ElasticsearchServiceServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +57 -56
- package/dist-types/ts3.4/ElasticsearchService.d.ts +210 -0
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +114 -0
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +41 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2146 -0
- package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +125 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput } from "../commands/DescribeDomainAutoTunesCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeDomainAutoTunes(config: ElasticsearchServicePaginationConfiguration, input: DescribeDomainAutoTunesCommandInput, ...additionalArguments: any): Paginator<DescribeDomainAutoTunesCommandOutput>;
|
package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput } from "../commands/DescribeInboundCrossClusterSearchConnectionsCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeInboundCrossClusterSearchConnections(config: ElasticsearchServicePaginationConfiguration, input: DescribeInboundCrossClusterSearchConnectionsCommandInput, ...additionalArguments: any): Paginator<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
|
package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput } from "../commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeOutboundCrossClusterSearchConnections(config: ElasticsearchServicePaginationConfiguration, input: DescribeOutboundCrossClusterSearchConnectionsCommandInput, ...additionalArguments: any): Paginator<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribePackagesCommandInput, DescribePackagesCommandOutput } from "../commands/DescribePackagesCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribePackages(config: ElasticsearchServicePaginationConfiguration, input: DescribePackagesCommandInput, ...additionalArguments: any): Paginator<DescribePackagesCommandOutput>;
|
package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput } from "../commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeReservedElasticsearchInstanceOfferings(config: ElasticsearchServicePaginationConfiguration, input: DescribeReservedElasticsearchInstanceOfferingsCommandInput, ...additionalArguments: any): Paginator<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput } from "../commands/DescribeReservedElasticsearchInstancesCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeReservedElasticsearchInstances(config: ElasticsearchServicePaginationConfiguration, input: DescribeReservedElasticsearchInstancesCommandInput, ...additionalArguments: any): Paginator<DescribeReservedElasticsearchInstancesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput } from "../commands/GetPackageVersionHistoryCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetPackageVersionHistory(config: ElasticsearchServicePaginationConfiguration, input: GetPackageVersionHistoryCommandInput, ...additionalArguments: any): Paginator<GetPackageVersionHistoryCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput } from "../commands/GetUpgradeHistoryCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetUpgradeHistory(config: ElasticsearchServicePaginationConfiguration, input: GetUpgradeHistoryCommandInput, ...additionalArguments: any): Paginator<GetUpgradeHistoryCommandOutput>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { ElasticsearchService } from "../ElasticsearchService";
|
|
3
|
+
import { ElasticsearchServiceClient } from "../ElasticsearchServiceClient";
|
|
4
|
+
export interface ElasticsearchServicePaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: ElasticsearchService | ElasticsearchServiceClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput } from "../commands/ListDomainsForPackageCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDomainsForPackage(config: ElasticsearchServicePaginationConfiguration, input: ListDomainsForPackageCommandInput, ...additionalArguments: any): Paginator<ListDomainsForPackageCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput } from "../commands/ListElasticsearchInstanceTypesCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListElasticsearchInstanceTypes(config: ElasticsearchServicePaginationConfiguration, input: ListElasticsearchInstanceTypesCommandInput, ...additionalArguments: any): Paginator<ListElasticsearchInstanceTypesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput } from "../commands/ListElasticsearchVersionsCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListElasticsearchVersions(config: ElasticsearchServicePaginationConfiguration, input: ListElasticsearchVersionsCommandInput, ...additionalArguments: any): Paginator<ListElasticsearchVersionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput } from "../commands/ListPackagesForDomainCommand";
|
|
3
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListPackagesForDomain(config: ElasticsearchServicePaginationConfiguration, input: ListPackagesForDomainCommandInput, ...additionalArguments: any): Paginator<ListPackagesForDomainCommandOutput>;
|
|
@@ -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";
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput } from "../commands/AcceptInboundCrossClusterSearchConnectionCommand";
|
|
4
|
+
import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
|
|
5
|
+
import { AssociatePackageCommandInput, AssociatePackageCommandOutput } from "../commands/AssociatePackageCommand";
|
|
6
|
+
import { CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput } from "../commands/CancelElasticsearchServiceSoftwareUpdateCommand";
|
|
7
|
+
import { CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput } from "../commands/CreateElasticsearchDomainCommand";
|
|
8
|
+
import { CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput } from "../commands/CreateOutboundCrossClusterSearchConnectionCommand";
|
|
9
|
+
import { CreatePackageCommandInput, CreatePackageCommandOutput } from "../commands/CreatePackageCommand";
|
|
10
|
+
import { DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput } from "../commands/DeleteElasticsearchDomainCommand";
|
|
11
|
+
import { DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput } from "../commands/DeleteElasticsearchServiceRoleCommand";
|
|
12
|
+
import { DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput } from "../commands/DeleteInboundCrossClusterSearchConnectionCommand";
|
|
13
|
+
import { DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput } from "../commands/DeleteOutboundCrossClusterSearchConnectionCommand";
|
|
14
|
+
import { DeletePackageCommandInput, DeletePackageCommandOutput } from "../commands/DeletePackageCommand";
|
|
15
|
+
import { DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput } from "../commands/DescribeDomainAutoTunesCommand";
|
|
16
|
+
import { DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput } from "../commands/DescribeDomainChangeProgressCommand";
|
|
17
|
+
import { DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput } from "../commands/DescribeElasticsearchDomainCommand";
|
|
18
|
+
import { DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput } from "../commands/DescribeElasticsearchDomainConfigCommand";
|
|
19
|
+
import { DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput } from "../commands/DescribeElasticsearchDomainsCommand";
|
|
20
|
+
import { DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput } from "../commands/DescribeElasticsearchInstanceTypeLimitsCommand";
|
|
21
|
+
import { DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput } from "../commands/DescribeInboundCrossClusterSearchConnectionsCommand";
|
|
22
|
+
import { DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput } from "../commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
|
|
23
|
+
import { DescribePackagesCommandInput, DescribePackagesCommandOutput } from "../commands/DescribePackagesCommand";
|
|
24
|
+
import { DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput } from "../commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
|
|
25
|
+
import { DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput } from "../commands/DescribeReservedElasticsearchInstancesCommand";
|
|
26
|
+
import { DissociatePackageCommandInput, DissociatePackageCommandOutput } from "../commands/DissociatePackageCommand";
|
|
27
|
+
import { GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput } from "../commands/GetCompatibleElasticsearchVersionsCommand";
|
|
28
|
+
import { GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput } from "../commands/GetPackageVersionHistoryCommand";
|
|
29
|
+
import { GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput } from "../commands/GetUpgradeHistoryCommand";
|
|
30
|
+
import { GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput } from "../commands/GetUpgradeStatusCommand";
|
|
31
|
+
import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "../commands/ListDomainNamesCommand";
|
|
32
|
+
import { ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput } from "../commands/ListDomainsForPackageCommand";
|
|
33
|
+
import { ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput } from "../commands/ListElasticsearchInstanceTypesCommand";
|
|
34
|
+
import { ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput } from "../commands/ListElasticsearchVersionsCommand";
|
|
35
|
+
import { ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput } from "../commands/ListPackagesForDomainCommand";
|
|
36
|
+
import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
|
|
37
|
+
import { PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput } from "../commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
|
|
38
|
+
import { RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput } from "../commands/RejectInboundCrossClusterSearchConnectionCommand";
|
|
39
|
+
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/RemoveTagsCommand";
|
|
40
|
+
import { StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput } from "../commands/StartElasticsearchServiceSoftwareUpdateCommand";
|
|
41
|
+
import { UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput } from "../commands/UpdateElasticsearchDomainConfigCommand";
|
|
42
|
+
import { UpdatePackageCommandInput, UpdatePackageCommandOutput } from "../commands/UpdatePackageCommand";
|
|
43
|
+
import { UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput } from "../commands/UpgradeElasticsearchDomainCommand";
|
|
44
|
+
export declare const serializeAws_restJson1AcceptInboundCrossClusterSearchConnectionCommand: (input: AcceptInboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
export declare const serializeAws_restJson1AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
export declare const serializeAws_restJson1AssociatePackageCommand: (input: AssociatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
export declare const serializeAws_restJson1CancelElasticsearchServiceSoftwareUpdateCommand: (input: CancelElasticsearchServiceSoftwareUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
export declare const serializeAws_restJson1CreateElasticsearchDomainCommand: (input: CreateElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const serializeAws_restJson1CreateOutboundCrossClusterSearchConnectionCommand: (input: CreateOutboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
export declare const serializeAws_restJson1CreatePackageCommand: (input: CreatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
export declare const serializeAws_restJson1DeleteElasticsearchDomainCommand: (input: DeleteElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
export declare const serializeAws_restJson1DeleteElasticsearchServiceRoleCommand: (input: DeleteElasticsearchServiceRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand: (input: DeleteInboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand: (input: DeleteOutboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
export declare const serializeAws_restJson1DeletePackageCommand: (input: DeletePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
export declare const serializeAws_restJson1DescribeDomainAutoTunesCommand: (input: DescribeDomainAutoTunesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
export declare const serializeAws_restJson1DescribeDomainChangeProgressCommand: (input: DescribeDomainChangeProgressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
export declare const serializeAws_restJson1DescribeElasticsearchDomainCommand: (input: DescribeElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
export declare const serializeAws_restJson1DescribeElasticsearchDomainConfigCommand: (input: DescribeElasticsearchDomainConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
export declare const serializeAws_restJson1DescribeElasticsearchDomainsCommand: (input: DescribeElasticsearchDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
export declare const serializeAws_restJson1DescribeElasticsearchInstanceTypeLimitsCommand: (input: DescribeElasticsearchInstanceTypeLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
export declare const serializeAws_restJson1DescribeInboundCrossClusterSearchConnectionsCommand: (input: DescribeInboundCrossClusterSearchConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
export declare const serializeAws_restJson1DescribeOutboundCrossClusterSearchConnectionsCommand: (input: DescribeOutboundCrossClusterSearchConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
export declare const serializeAws_restJson1DescribePackagesCommand: (input: DescribePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
export declare const serializeAws_restJson1DescribeReservedElasticsearchInstanceOfferingsCommand: (input: DescribeReservedElasticsearchInstanceOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_restJson1DescribeReservedElasticsearchInstancesCommand: (input: DescribeReservedElasticsearchInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
export declare const serializeAws_restJson1DissociatePackageCommand: (input: DissociatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_restJson1GetCompatibleElasticsearchVersionsCommand: (input: GetCompatibleElasticsearchVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_restJson1GetPackageVersionHistoryCommand: (input: GetPackageVersionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_restJson1GetUpgradeHistoryCommand: (input: GetUpgradeHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_restJson1GetUpgradeStatusCommand: (input: GetUpgradeStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_restJson1ListDomainNamesCommand: (input: ListDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
export declare const serializeAws_restJson1ListDomainsForPackageCommand: (input: ListDomainsForPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_restJson1ListElasticsearchInstanceTypesCommand: (input: ListElasticsearchInstanceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
export declare const serializeAws_restJson1ListElasticsearchVersionsCommand: (input: ListElasticsearchVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_restJson1ListPackagesForDomainCommand: (input: ListPackagesForDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_restJson1ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_restJson1PurchaseReservedElasticsearchInstanceOfferingCommand: (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_restJson1RejectInboundCrossClusterSearchConnectionCommand: (input: RejectInboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_restJson1RemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_restJson1StartElasticsearchServiceSoftwareUpdateCommand: (input: StartElasticsearchServiceSoftwareUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_restJson1UpdateElasticsearchDomainConfigCommand: (input: UpdateElasticsearchDomainConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_restJson1UpdatePackageCommand: (input: UpdatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_restJson1UpgradeElasticsearchDomainCommand: (input: UpgradeElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const deserializeAws_restJson1AcceptInboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInboundCrossClusterSearchConnectionCommandOutput>;
|
|
86
|
+
export declare const deserializeAws_restJson1AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
|
|
87
|
+
export declare const deserializeAws_restJson1AssociatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePackageCommandOutput>;
|
|
88
|
+
export declare const deserializeAws_restJson1CancelElasticsearchServiceSoftwareUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelElasticsearchServiceSoftwareUpdateCommandOutput>;
|
|
89
|
+
export declare const deserializeAws_restJson1CreateElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateElasticsearchDomainCommandOutput>;
|
|
90
|
+
export declare const deserializeAws_restJson1CreateOutboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOutboundCrossClusterSearchConnectionCommandOutput>;
|
|
91
|
+
export declare const deserializeAws_restJson1CreatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePackageCommandOutput>;
|
|
92
|
+
export declare const deserializeAws_restJson1DeleteElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteElasticsearchDomainCommandOutput>;
|
|
93
|
+
export declare const deserializeAws_restJson1DeleteElasticsearchServiceRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteElasticsearchServiceRoleCommandOutput>;
|
|
94
|
+
export declare const deserializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInboundCrossClusterSearchConnectionCommandOutput>;
|
|
95
|
+
export declare const deserializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOutboundCrossClusterSearchConnectionCommandOutput>;
|
|
96
|
+
export declare const deserializeAws_restJson1DeletePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageCommandOutput>;
|
|
97
|
+
export declare const deserializeAws_restJson1DescribeDomainAutoTunesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainAutoTunesCommandOutput>;
|
|
98
|
+
export declare const deserializeAws_restJson1DescribeDomainChangeProgressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainChangeProgressCommandOutput>;
|
|
99
|
+
export declare const deserializeAws_restJson1DescribeElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainCommandOutput>;
|
|
100
|
+
export declare const deserializeAws_restJson1DescribeElasticsearchDomainConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainConfigCommandOutput>;
|
|
101
|
+
export declare const deserializeAws_restJson1DescribeElasticsearchDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainsCommandOutput>;
|
|
102
|
+
export declare const deserializeAws_restJson1DescribeElasticsearchInstanceTypeLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchInstanceTypeLimitsCommandOutput>;
|
|
103
|
+
export declare const deserializeAws_restJson1DescribeInboundCrossClusterSearchConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
|
|
104
|
+
export declare const deserializeAws_restJson1DescribeOutboundCrossClusterSearchConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
|
|
105
|
+
export declare const deserializeAws_restJson1DescribePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackagesCommandOutput>;
|
|
106
|
+
export declare const deserializeAws_restJson1DescribeReservedElasticsearchInstanceOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
|
|
107
|
+
export declare const deserializeAws_restJson1DescribeReservedElasticsearchInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedElasticsearchInstancesCommandOutput>;
|
|
108
|
+
export declare const deserializeAws_restJson1DissociatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DissociatePackageCommandOutput>;
|
|
109
|
+
export declare const deserializeAws_restJson1GetCompatibleElasticsearchVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCompatibleElasticsearchVersionsCommandOutput>;
|
|
110
|
+
export declare const deserializeAws_restJson1GetPackageVersionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPackageVersionHistoryCommandOutput>;
|
|
111
|
+
export declare const deserializeAws_restJson1GetUpgradeHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUpgradeHistoryCommandOutput>;
|
|
112
|
+
export declare const deserializeAws_restJson1GetUpgradeStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUpgradeStatusCommandOutput>;
|
|
113
|
+
export declare const deserializeAws_restJson1ListDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainNamesCommandOutput>;
|
|
114
|
+
export declare const deserializeAws_restJson1ListDomainsForPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsForPackageCommandOutput>;
|
|
115
|
+
export declare const deserializeAws_restJson1ListElasticsearchInstanceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListElasticsearchInstanceTypesCommandOutput>;
|
|
116
|
+
export declare const deserializeAws_restJson1ListElasticsearchVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListElasticsearchVersionsCommandOutput>;
|
|
117
|
+
export declare const deserializeAws_restJson1ListPackagesForDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackagesForDomainCommandOutput>;
|
|
118
|
+
export declare const deserializeAws_restJson1ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
|
|
119
|
+
export declare const deserializeAws_restJson1PurchaseReservedElasticsearchInstanceOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseReservedElasticsearchInstanceOfferingCommandOutput>;
|
|
120
|
+
export declare const deserializeAws_restJson1RejectInboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInboundCrossClusterSearchConnectionCommandOutput>;
|
|
121
|
+
export declare const deserializeAws_restJson1RemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
|
|
122
|
+
export declare const deserializeAws_restJson1StartElasticsearchServiceSoftwareUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartElasticsearchServiceSoftwareUpdateCommandOutput>;
|
|
123
|
+
export declare const deserializeAws_restJson1UpdateElasticsearchDomainConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateElasticsearchDomainConfigCommandOutput>;
|
|
124
|
+
export declare const deserializeAws_restJson1UpdatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePackageCommandOutput>;
|
|
125
|
+
export declare const deserializeAws_restJson1UpgradeElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeElasticsearchDomainCommandOutput>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { ElasticsearchServiceClientConfig } from "./ElasticsearchServiceClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { ElasticsearchServiceClientConfig } from "./ElasticsearchServiceClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ElasticsearchServiceClientConfig } from "./ElasticsearchServiceClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { ElasticsearchServiceClientConfig } from "./ElasticsearchServiceClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticsearch-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticsearch Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.53.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "rimraf ./dist-*"
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"main": "./dist-cjs/index.js",
|
|
15
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -18,40 +18,40 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
55
55
|
"@tsconfig/recommended": "1.0.1",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"concurrently": "7.0.0",
|