@aws-sdk/client-elasticsearch-service 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/ElasticsearchService.d.ts +832 -210
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +376 -114
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2065 -1822
- package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDomainAutoTunesCommandInput,
|
|
4
|
+
DescribeDomainAutoTunesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDomainAutoTunesCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDomainAutoTunes(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: DescribeDomainAutoTunesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDomainAutoTunesCommandOutput>;
|
package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
4
|
+
DescribeInboundCrossClusterSearchConnectionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeInboundCrossClusterSearchConnectionsCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeInboundCrossClusterSearchConnections(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
|
package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
4
|
+
DescribeOutboundCrossClusterSearchConnectionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeOutboundCrossClusterSearchConnections(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribePackagesCommandInput,
|
|
4
|
+
DescribePackagesCommandOutput,
|
|
5
|
+
} from "../commands/DescribePackagesCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribePackages(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: DescribePackagesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribePackagesCommandOutput>;
|
package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
4
|
+
DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeReservedElasticsearchInstanceOfferings(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeReservedElasticsearchInstancesCommandInput,
|
|
4
|
+
DescribeReservedElasticsearchInstancesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeReservedElasticsearchInstancesCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeReservedElasticsearchInstances(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: DescribeReservedElasticsearchInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeReservedElasticsearchInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetPackageVersionHistoryCommandInput,
|
|
4
|
+
GetPackageVersionHistoryCommandOutput,
|
|
5
|
+
} from "../commands/GetPackageVersionHistoryCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetPackageVersionHistory(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: GetPackageVersionHistoryCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetPackageVersionHistoryCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetUpgradeHistoryCommandInput,
|
|
4
|
+
GetUpgradeHistoryCommandOutput,
|
|
5
|
+
} from "../commands/GetUpgradeHistoryCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetUpgradeHistory(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: GetUpgradeHistoryCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetUpgradeHistoryCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { ElasticsearchService } from "../ElasticsearchService";
|
|
3
|
-
import { ElasticsearchServiceClient } from "../ElasticsearchServiceClient";
|
|
4
|
-
export interface ElasticsearchServicePaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { ElasticsearchService } from "../ElasticsearchService";
|
|
3
|
+
import { ElasticsearchServiceClient } from "../ElasticsearchServiceClient";
|
|
4
|
+
export interface ElasticsearchServicePaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: ElasticsearchService | ElasticsearchServiceClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDomainsForPackageCommandInput,
|
|
4
|
+
ListDomainsForPackageCommandOutput,
|
|
5
|
+
} from "../commands/ListDomainsForPackageCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDomainsForPackage(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: ListDomainsForPackageCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDomainsForPackageCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListElasticsearchInstanceTypesCommandInput,
|
|
4
|
+
ListElasticsearchInstanceTypesCommandOutput,
|
|
5
|
+
} from "../commands/ListElasticsearchInstanceTypesCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListElasticsearchInstanceTypes(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: ListElasticsearchInstanceTypesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListElasticsearchInstanceTypesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListElasticsearchVersionsCommandInput,
|
|
4
|
+
ListElasticsearchVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListElasticsearchVersionsCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListElasticsearchVersions(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: ListElasticsearchVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListElasticsearchVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPackagesForDomainCommandInput,
|
|
4
|
+
ListPackagesForDomainCommandOutput,
|
|
5
|
+
} from "../commands/ListPackagesForDomainCommand";
|
|
6
|
+
import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPackagesForDomain(
|
|
8
|
+
config: ElasticsearchServicePaginationConfiguration,
|
|
9
|
+
input: ListPackagesForDomainCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPackagesForDomainCommandOutput>;
|
|
@@ -1,13 +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";
|
|
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";
|