@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,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 { DescribeDomainChangeProgressRequest, DescribeDomainChangeProgressResponse } from "../models/models_0";
5
- export interface DescribeDomainChangeProgressCommandInput extends DescribeDomainChangeProgressRequest {
6
- }
7
- export interface DescribeDomainChangeProgressCommandOutput extends DescribeDomainChangeProgressResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDomainChangeProgressCommand extends $Command<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribeDomainChangeProgressCommandInput;
12
- constructor(input: DescribeDomainChangeProgressCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { DescribeElasticsearchDomainRequest, DescribeElasticsearchDomainResponse } from "../models/models_0";
5
- export interface DescribeElasticsearchDomainCommandInput extends DescribeElasticsearchDomainRequest {
6
- }
7
- export interface DescribeElasticsearchDomainCommandOutput extends DescribeElasticsearchDomainResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeElasticsearchDomainCommand extends $Command<DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribeElasticsearchDomainCommandInput;
12
- constructor(input: DescribeElasticsearchDomainCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { DescribeElasticsearchDomainConfigRequest, DescribeElasticsearchDomainConfigResponse } from "../models/models_0";
5
- export interface DescribeElasticsearchDomainConfigCommandInput extends DescribeElasticsearchDomainConfigRequest {
6
- }
7
- export interface DescribeElasticsearchDomainConfigCommandOutput extends DescribeElasticsearchDomainConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeElasticsearchDomainConfigCommand extends $Command<DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribeElasticsearchDomainConfigCommandInput;
12
- constructor(input: DescribeElasticsearchDomainConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { DescribeElasticsearchDomainsRequest, DescribeElasticsearchDomainsResponse } from "../models/models_0";
5
- export interface DescribeElasticsearchDomainsCommandInput extends DescribeElasticsearchDomainsRequest {
6
- }
7
- export interface DescribeElasticsearchDomainsCommandOutput extends DescribeElasticsearchDomainsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeElasticsearchDomainsCommand extends $Command<DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribeElasticsearchDomainsCommandInput;
12
- constructor(input: DescribeElasticsearchDomainsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { DescribeElasticsearchInstanceTypeLimitsRequest, DescribeElasticsearchInstanceTypeLimitsResponse } from "../models/models_0";
5
- export interface DescribeElasticsearchInstanceTypeLimitsCommandInput extends DescribeElasticsearchInstanceTypeLimitsRequest {
6
- }
7
- export interface DescribeElasticsearchInstanceTypeLimitsCommandOutput extends DescribeElasticsearchInstanceTypeLimitsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeElasticsearchInstanceTypeLimitsCommand extends $Command<DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribeElasticsearchInstanceTypeLimitsCommandInput;
12
- constructor(input: DescribeElasticsearchInstanceTypeLimitsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { DescribeInboundCrossClusterSearchConnectionsRequest, DescribeInboundCrossClusterSearchConnectionsResponse } from "../models/models_0";
5
- export interface DescribeInboundCrossClusterSearchConnectionsCommandInput extends DescribeInboundCrossClusterSearchConnectionsRequest {
6
- }
7
- export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput extends DescribeInboundCrossClusterSearchConnectionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeInboundCrossClusterSearchConnectionsCommand extends $Command<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribeInboundCrossClusterSearchConnectionsCommandInput;
12
- constructor(input: DescribeInboundCrossClusterSearchConnectionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { DescribeOutboundCrossClusterSearchConnectionsRequest, DescribeOutboundCrossClusterSearchConnectionsResponse } from "../models/models_0";
5
- export interface DescribeOutboundCrossClusterSearchConnectionsCommandInput extends DescribeOutboundCrossClusterSearchConnectionsRequest {
6
- }
7
- export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput extends DescribeOutboundCrossClusterSearchConnectionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeOutboundCrossClusterSearchConnectionsCommand extends $Command<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribeOutboundCrossClusterSearchConnectionsCommandInput;
12
- constructor(input: DescribeOutboundCrossClusterSearchConnectionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { DescribePackagesRequest, DescribePackagesResponse } from "../models/models_0";
5
- export interface DescribePackagesCommandInput extends DescribePackagesRequest {
6
- }
7
- export interface DescribePackagesCommandOutput extends DescribePackagesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePackagesCommand extends $Command<DescribePackagesCommandInput, DescribePackagesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribePackagesCommandInput;
12
- constructor(input: DescribePackagesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePackagesCommandInput, DescribePackagesCommandOutput>;
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
+ 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
+ }
@@ -1,17 +1,43 @@
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 { DescribeReservedElasticsearchInstanceOfferingsRequest, DescribeReservedElasticsearchInstanceOfferingsResponse } from "../models/models_0";
5
- export interface DescribeReservedElasticsearchInstanceOfferingsCommandInput extends DescribeReservedElasticsearchInstanceOfferingsRequest {
6
- }
7
- export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput extends DescribeReservedElasticsearchInstanceOfferingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Command<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribeReservedElasticsearchInstanceOfferingsCommandInput;
12
- constructor(input: DescribeReservedElasticsearchInstanceOfferingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { DescribeReservedElasticsearchInstancesRequest, DescribeReservedElasticsearchInstancesResponse } from "../models/models_0";
5
- export interface DescribeReservedElasticsearchInstancesCommandInput extends DescribeReservedElasticsearchInstancesRequest {
6
- }
7
- export interface DescribeReservedElasticsearchInstancesCommandOutput extends DescribeReservedElasticsearchInstancesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeReservedElasticsearchInstancesCommand extends $Command<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribeReservedElasticsearchInstancesCommandInput;
12
- constructor(input: DescribeReservedElasticsearchInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput>;
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
+ 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
+ }