@aws-sdk/client-elasticsearch-service 3.168.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 +16 -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,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
DissociatePackageRequest,
|
|
15
|
+
DissociatePackageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DissociatePackageCommandInput
|
|
18
|
+
extends DissociatePackageRequest {}
|
|
19
|
+
export interface DissociatePackageCommandOutput
|
|
20
|
+
extends DissociatePackageResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DissociatePackageCommand extends $Command<
|
|
24
|
+
DissociatePackageCommandInput,
|
|
25
|
+
DissociatePackageCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DissociatePackageCommandInput;
|
|
29
|
+
constructor(input: DissociatePackageCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DissociatePackageCommandInput, DissociatePackageCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
GetCompatibleElasticsearchVersionsRequest,
|
|
15
|
+
GetCompatibleElasticsearchVersionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCompatibleElasticsearchVersionsCommandInput
|
|
18
|
+
extends GetCompatibleElasticsearchVersionsRequest {}
|
|
19
|
+
export interface GetCompatibleElasticsearchVersionsCommandOutput
|
|
20
|
+
extends GetCompatibleElasticsearchVersionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetCompatibleElasticsearchVersionsCommand extends $Command<
|
|
24
|
+
GetCompatibleElasticsearchVersionsCommandInput,
|
|
25
|
+
GetCompatibleElasticsearchVersionsCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetCompatibleElasticsearchVersionsCommandInput;
|
|
29
|
+
constructor(input: GetCompatibleElasticsearchVersionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetCompatibleElasticsearchVersionsCommandInput,
|
|
37
|
+
GetCompatibleElasticsearchVersionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
GetPackageVersionHistoryRequest,
|
|
15
|
+
GetPackageVersionHistoryResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetPackageVersionHistoryCommandInput
|
|
18
|
+
extends GetPackageVersionHistoryRequest {}
|
|
19
|
+
export interface GetPackageVersionHistoryCommandOutput
|
|
20
|
+
extends GetPackageVersionHistoryResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetPackageVersionHistoryCommand extends $Command<
|
|
24
|
+
GetPackageVersionHistoryCommandInput,
|
|
25
|
+
GetPackageVersionHistoryCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetPackageVersionHistoryCommandInput;
|
|
29
|
+
constructor(input: GetPackageVersionHistoryCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetPackageVersionHistoryCommandInput,
|
|
37
|
+
GetPackageVersionHistoryCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
GetUpgradeHistoryRequest,
|
|
15
|
+
GetUpgradeHistoryResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetUpgradeHistoryCommandInput
|
|
18
|
+
extends GetUpgradeHistoryRequest {}
|
|
19
|
+
export interface GetUpgradeHistoryCommandOutput
|
|
20
|
+
extends GetUpgradeHistoryResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetUpgradeHistoryCommand extends $Command<
|
|
24
|
+
GetUpgradeHistoryCommandInput,
|
|
25
|
+
GetUpgradeHistoryCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetUpgradeHistoryCommandInput;
|
|
29
|
+
constructor(input: GetUpgradeHistoryCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
GetUpgradeStatusRequest,
|
|
15
|
+
GetUpgradeStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {}
|
|
18
|
+
export interface GetUpgradeStatusCommandOutput
|
|
19
|
+
extends GetUpgradeStatusResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetUpgradeStatusCommand extends $Command<
|
|
23
|
+
GetUpgradeStatusCommandInput,
|
|
24
|
+
GetUpgradeStatusCommandOutput,
|
|
25
|
+
ElasticsearchServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetUpgradeStatusCommandInput;
|
|
28
|
+
constructor(input: GetUpgradeStatusCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
ListDomainNamesRequest,
|
|
15
|
+
ListDomainNamesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {}
|
|
18
|
+
export interface ListDomainNamesCommandOutput
|
|
19
|
+
extends ListDomainNamesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListDomainNamesCommand extends $Command<
|
|
23
|
+
ListDomainNamesCommandInput,
|
|
24
|
+
ListDomainNamesCommandOutput,
|
|
25
|
+
ElasticsearchServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDomainNamesCommandInput;
|
|
28
|
+
constructor(input: ListDomainNamesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
ListDomainsForPackageRequest,
|
|
15
|
+
ListDomainsForPackageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDomainsForPackageCommandInput
|
|
18
|
+
extends ListDomainsForPackageRequest {}
|
|
19
|
+
export interface ListDomainsForPackageCommandOutput
|
|
20
|
+
extends ListDomainsForPackageResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDomainsForPackageCommand extends $Command<
|
|
24
|
+
ListDomainsForPackageCommandInput,
|
|
25
|
+
ListDomainsForPackageCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDomainsForPackageCommandInput;
|
|
29
|
+
constructor(input: ListDomainsForPackageCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDomainsForPackageCommandInput,
|
|
37
|
+
ListDomainsForPackageCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
ListElasticsearchInstanceTypesRequest,
|
|
15
|
+
ListElasticsearchInstanceTypesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListElasticsearchInstanceTypesCommandInput
|
|
18
|
+
extends ListElasticsearchInstanceTypesRequest {}
|
|
19
|
+
export interface ListElasticsearchInstanceTypesCommandOutput
|
|
20
|
+
extends ListElasticsearchInstanceTypesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListElasticsearchInstanceTypesCommand extends $Command<
|
|
24
|
+
ListElasticsearchInstanceTypesCommandInput,
|
|
25
|
+
ListElasticsearchInstanceTypesCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListElasticsearchInstanceTypesCommandInput;
|
|
29
|
+
constructor(input: ListElasticsearchInstanceTypesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListElasticsearchInstanceTypesCommandInput,
|
|
37
|
+
ListElasticsearchInstanceTypesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
ListElasticsearchVersionsRequest,
|
|
15
|
+
ListElasticsearchVersionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListElasticsearchVersionsCommandInput
|
|
18
|
+
extends ListElasticsearchVersionsRequest {}
|
|
19
|
+
export interface ListElasticsearchVersionsCommandOutput
|
|
20
|
+
extends ListElasticsearchVersionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListElasticsearchVersionsCommand extends $Command<
|
|
24
|
+
ListElasticsearchVersionsCommandInput,
|
|
25
|
+
ListElasticsearchVersionsCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListElasticsearchVersionsCommandInput;
|
|
29
|
+
constructor(input: ListElasticsearchVersionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListElasticsearchVersionsCommandInput,
|
|
37
|
+
ListElasticsearchVersionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
ListPackagesForDomainRequest,
|
|
15
|
+
ListPackagesForDomainResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPackagesForDomainCommandInput
|
|
18
|
+
extends ListPackagesForDomainRequest {}
|
|
19
|
+
export interface ListPackagesForDomainCommandOutput
|
|
20
|
+
extends ListPackagesForDomainResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPackagesForDomainCommand extends $Command<
|
|
24
|
+
ListPackagesForDomainCommandInput,
|
|
25
|
+
ListPackagesForDomainCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPackagesForDomainCommandInput;
|
|
29
|
+
constructor(input: ListPackagesForDomainCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPackagesForDomainCommandInput,
|
|
37
|
+
ListPackagesForDomainCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
15
|
+
export interface ListTagsCommandOutput
|
|
16
|
+
extends ListTagsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListTagsCommand extends $Command<
|
|
20
|
+
ListTagsCommandInput,
|
|
21
|
+
ListTagsCommandOutput,
|
|
22
|
+
ElasticsearchServiceClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListTagsCommandInput;
|
|
25
|
+
constructor(input: ListTagsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|