@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.
Files changed (70) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ElasticsearchService.d.ts +832 -210
  3. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +376 -114
  4. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +35 -16
  13. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +43 -17
  26. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +41 -41
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  47. package/dist-types/ts3.4/index.d.ts +6 -6
  48. package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +8 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +2065 -1822
  51. package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  60. package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  65. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  70. package/package.json +34 -34
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0";
5
- export interface DissociatePackageCommandInput extends DissociatePackageRequest {
6
- }
7
- export interface DissociatePackageCommandOutput extends DissociatePackageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DissociatePackageCommand extends $Command<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DissociatePackageCommandInput;
12
- constructor(input: DissociatePackageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DissociatePackageCommandInput, DissociatePackageCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { GetCompatibleElasticsearchVersionsRequest, GetCompatibleElasticsearchVersionsResponse } from "../models/models_0";
5
- export interface GetCompatibleElasticsearchVersionsCommandInput extends GetCompatibleElasticsearchVersionsRequest {
6
- }
7
- export interface GetCompatibleElasticsearchVersionsCommandOutput extends GetCompatibleElasticsearchVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCompatibleElasticsearchVersionsCommand extends $Command<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: GetCompatibleElasticsearchVersionsCommandInput;
12
- constructor(input: GetCompatibleElasticsearchVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0";
5
- export interface GetPackageVersionHistoryCommandInput extends GetPackageVersionHistoryRequest {
6
- }
7
- export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersionHistoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPackageVersionHistoryCommand extends $Command<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: GetPackageVersionHistoryCommandInput;
12
- constructor(input: GetPackageVersionHistoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0";
5
- export interface GetUpgradeHistoryCommandInput extends GetUpgradeHistoryRequest {
6
- }
7
- export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetUpgradeHistoryCommand extends $Command<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: GetUpgradeHistoryCommandInput;
12
- constructor(input: GetUpgradeHistoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0";
5
- export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {
6
- }
7
- export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetUpgradeStatusCommand extends $Command<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: GetUpgradeStatusCommandInput;
12
- constructor(input: GetUpgradeStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
5
- export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
6
- }
7
- export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDomainNamesCommand extends $Command<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: ListDomainNamesCommandInput;
12
- constructor(input: ListDomainNamesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_0";
5
- export interface ListDomainsForPackageCommandInput extends ListDomainsForPackageRequest {
6
- }
7
- export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDomainsForPackageCommand extends $Command<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: ListDomainsForPackageCommandInput;
12
- constructor(input: ListDomainsForPackageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { ListElasticsearchInstanceTypesRequest, ListElasticsearchInstanceTypesResponse } from "../models/models_0";
5
- export interface ListElasticsearchInstanceTypesCommandInput extends ListElasticsearchInstanceTypesRequest {
6
- }
7
- export interface ListElasticsearchInstanceTypesCommandOutput extends ListElasticsearchInstanceTypesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListElasticsearchInstanceTypesCommand extends $Command<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: ListElasticsearchInstanceTypesCommandInput;
12
- constructor(input: ListElasticsearchInstanceTypesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { ListElasticsearchVersionsRequest, ListElasticsearchVersionsResponse } from "../models/models_0";
5
- export interface ListElasticsearchVersionsCommandInput extends ListElasticsearchVersionsRequest {
6
- }
7
- export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearchVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListElasticsearchVersionsCommand extends $Command<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: ListElasticsearchVersionsCommandInput;
12
- constructor(input: ListElasticsearchVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { ListPackagesForDomainRequest, ListPackagesForDomainResponse } from "../models/models_0";
5
- export interface ListPackagesForDomainCommandInput extends ListPackagesForDomainRequest {
6
- }
7
- export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomainResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPackagesForDomainCommand extends $Command<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: ListPackagesForDomainCommandInput;
12
- constructor(input: ListPackagesForDomainCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
5
- export interface ListTagsCommandInput extends ListTagsRequest {
6
- }
7
- export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: ListTagsCommandInput;
12
- constructor(input: ListTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }