@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,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
|
+
DescribeDomainChangeProgressRequest,
|
|
15
|
+
DescribeDomainChangeProgressResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDomainChangeProgressCommandInput
|
|
18
|
+
extends DescribeDomainChangeProgressRequest {}
|
|
19
|
+
export interface DescribeDomainChangeProgressCommandOutput
|
|
20
|
+
extends DescribeDomainChangeProgressResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDomainChangeProgressCommand extends $Command<
|
|
24
|
+
DescribeDomainChangeProgressCommandInput,
|
|
25
|
+
DescribeDomainChangeProgressCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDomainChangeProgressCommandInput;
|
|
29
|
+
constructor(input: DescribeDomainChangeProgressCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDomainChangeProgressCommandInput,
|
|
37
|
+
DescribeDomainChangeProgressCommandOutput
|
|
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
|
+
DescribeElasticsearchDomainRequest,
|
|
15
|
+
DescribeElasticsearchDomainResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeElasticsearchDomainCommandInput
|
|
18
|
+
extends DescribeElasticsearchDomainRequest {}
|
|
19
|
+
export interface DescribeElasticsearchDomainCommandOutput
|
|
20
|
+
extends DescribeElasticsearchDomainResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeElasticsearchDomainCommand extends $Command<
|
|
24
|
+
DescribeElasticsearchDomainCommandInput,
|
|
25
|
+
DescribeElasticsearchDomainCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeElasticsearchDomainCommandInput;
|
|
29
|
+
constructor(input: DescribeElasticsearchDomainCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeElasticsearchDomainCommandInput,
|
|
37
|
+
DescribeElasticsearchDomainCommandOutput
|
|
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
|
+
DescribeElasticsearchDomainConfigRequest,
|
|
15
|
+
DescribeElasticsearchDomainConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeElasticsearchDomainConfigCommandInput
|
|
18
|
+
extends DescribeElasticsearchDomainConfigRequest {}
|
|
19
|
+
export interface DescribeElasticsearchDomainConfigCommandOutput
|
|
20
|
+
extends DescribeElasticsearchDomainConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeElasticsearchDomainConfigCommand extends $Command<
|
|
24
|
+
DescribeElasticsearchDomainConfigCommandInput,
|
|
25
|
+
DescribeElasticsearchDomainConfigCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeElasticsearchDomainConfigCommandInput;
|
|
29
|
+
constructor(input: DescribeElasticsearchDomainConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeElasticsearchDomainConfigCommandInput,
|
|
37
|
+
DescribeElasticsearchDomainConfigCommandOutput
|
|
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
|
+
DescribeElasticsearchDomainsRequest,
|
|
15
|
+
DescribeElasticsearchDomainsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeElasticsearchDomainsCommandInput
|
|
18
|
+
extends DescribeElasticsearchDomainsRequest {}
|
|
19
|
+
export interface DescribeElasticsearchDomainsCommandOutput
|
|
20
|
+
extends DescribeElasticsearchDomainsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeElasticsearchDomainsCommand extends $Command<
|
|
24
|
+
DescribeElasticsearchDomainsCommandInput,
|
|
25
|
+
DescribeElasticsearchDomainsCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeElasticsearchDomainsCommandInput;
|
|
29
|
+
constructor(input: DescribeElasticsearchDomainsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeElasticsearchDomainsCommandInput,
|
|
37
|
+
DescribeElasticsearchDomainsCommandOutput
|
|
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
|
+
DescribeElasticsearchInstanceTypeLimitsRequest,
|
|
15
|
+
DescribeElasticsearchInstanceTypeLimitsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeElasticsearchInstanceTypeLimitsCommandInput
|
|
18
|
+
extends DescribeElasticsearchInstanceTypeLimitsRequest {}
|
|
19
|
+
export interface DescribeElasticsearchInstanceTypeLimitsCommandOutput
|
|
20
|
+
extends DescribeElasticsearchInstanceTypeLimitsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeElasticsearchInstanceTypeLimitsCommand extends $Command<
|
|
24
|
+
DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
25
|
+
DescribeElasticsearchInstanceTypeLimitsCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeElasticsearchInstanceTypeLimitsCommandInput;
|
|
29
|
+
constructor(input: DescribeElasticsearchInstanceTypeLimitsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
37
|
+
DescribeElasticsearchInstanceTypeLimitsCommandOutput
|
|
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
|
+
DescribeInboundCrossClusterSearchConnectionsRequest,
|
|
15
|
+
DescribeInboundCrossClusterSearchConnectionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInboundCrossClusterSearchConnectionsCommandInput
|
|
18
|
+
extends DescribeInboundCrossClusterSearchConnectionsRequest {}
|
|
19
|
+
export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput
|
|
20
|
+
extends DescribeInboundCrossClusterSearchConnectionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeInboundCrossClusterSearchConnectionsCommand extends $Command<
|
|
24
|
+
DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
25
|
+
DescribeInboundCrossClusterSearchConnectionsCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeInboundCrossClusterSearchConnectionsCommandInput;
|
|
29
|
+
constructor(input: DescribeInboundCrossClusterSearchConnectionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
37
|
+
DescribeInboundCrossClusterSearchConnectionsCommandOutput
|
|
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
|
+
DescribeOutboundCrossClusterSearchConnectionsRequest,
|
|
15
|
+
DescribeOutboundCrossClusterSearchConnectionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeOutboundCrossClusterSearchConnectionsCommandInput
|
|
18
|
+
extends DescribeOutboundCrossClusterSearchConnectionsRequest {}
|
|
19
|
+
export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput
|
|
20
|
+
extends DescribeOutboundCrossClusterSearchConnectionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeOutboundCrossClusterSearchConnectionsCommand extends $Command<
|
|
24
|
+
DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
25
|
+
DescribeOutboundCrossClusterSearchConnectionsCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeOutboundCrossClusterSearchConnectionsCommandInput;
|
|
29
|
+
constructor(input: DescribeOutboundCrossClusterSearchConnectionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
37
|
+
DescribeOutboundCrossClusterSearchConnectionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DescribePackagesRequest,
|
|
15
|
+
DescribePackagesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePackagesCommandInput extends DescribePackagesRequest {}
|
|
18
|
+
export interface DescribePackagesCommandOutput
|
|
19
|
+
extends DescribePackagesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribePackagesCommand extends $Command<
|
|
23
|
+
DescribePackagesCommandInput,
|
|
24
|
+
DescribePackagesCommandOutput,
|
|
25
|
+
ElasticsearchServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribePackagesCommandInput;
|
|
28
|
+
constructor(input: DescribePackagesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribePackagesCommandInput, DescribePackagesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts
CHANGED
|
@@ -1,17 +1,43 @@
|
|
|
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
|
+
DescribeReservedElasticsearchInstanceOfferingsRequest,
|
|
15
|
+
DescribeReservedElasticsearchInstanceOfferingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeReservedElasticsearchInstanceOfferingsCommandInput
|
|
18
|
+
extends DescribeReservedElasticsearchInstanceOfferingsRequest {}
|
|
19
|
+
export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput
|
|
20
|
+
extends DescribeReservedElasticsearchInstanceOfferingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Command<
|
|
24
|
+
DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
25
|
+
DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeReservedElasticsearchInstanceOfferingsCommandInput;
|
|
29
|
+
constructor(
|
|
30
|
+
input: DescribeReservedElasticsearchInstanceOfferingsCommandInput
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
39
|
+
DescribeReservedElasticsearchInstanceOfferingsCommandOutput
|
|
40
|
+
>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -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
|
+
DescribeReservedElasticsearchInstancesRequest,
|
|
15
|
+
DescribeReservedElasticsearchInstancesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeReservedElasticsearchInstancesCommandInput
|
|
18
|
+
extends DescribeReservedElasticsearchInstancesRequest {}
|
|
19
|
+
export interface DescribeReservedElasticsearchInstancesCommandOutput
|
|
20
|
+
extends DescribeReservedElasticsearchInstancesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeReservedElasticsearchInstancesCommand extends $Command<
|
|
24
|
+
DescribeReservedElasticsearchInstancesCommandInput,
|
|
25
|
+
DescribeReservedElasticsearchInstancesCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeReservedElasticsearchInstancesCommandInput;
|
|
29
|
+
constructor(input: DescribeReservedElasticsearchInstancesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeReservedElasticsearchInstancesCommandInput,
|
|
37
|
+
DescribeReservedElasticsearchInstancesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|