@aws-sdk/client-elasticsearch-service 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/ElasticsearchService.d.ts +791 -210
  3. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +351 -114
  4. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
  6. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +33 -16
  13. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +39 -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 +7 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1448 -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 +67 -38
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  70. package/package.json +34 -34
@@ -1,17 +1,39 @@
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 { CancelElasticsearchServiceSoftwareUpdateRequest, CancelElasticsearchServiceSoftwareUpdateResponse } from "../models/models_0";
5
- export interface CancelElasticsearchServiceSoftwareUpdateCommandInput extends CancelElasticsearchServiceSoftwareUpdateRequest {
6
- }
7
- export interface CancelElasticsearchServiceSoftwareUpdateCommandOutput extends CancelElasticsearchServiceSoftwareUpdateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command<CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: CancelElasticsearchServiceSoftwareUpdateCommandInput;
12
- constructor(input: CancelElasticsearchServiceSoftwareUpdateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput>;
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
+ CancelElasticsearchServiceSoftwareUpdateRequest,
15
+ CancelElasticsearchServiceSoftwareUpdateResponse,
16
+ } from "../models/models_0";
17
+ export interface CancelElasticsearchServiceSoftwareUpdateCommandInput
18
+ extends CancelElasticsearchServiceSoftwareUpdateRequest {}
19
+ export interface CancelElasticsearchServiceSoftwareUpdateCommandOutput
20
+ extends CancelElasticsearchServiceSoftwareUpdateResponse,
21
+ __MetadataBearer {}
22
+ export declare class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command<
23
+ CancelElasticsearchServiceSoftwareUpdateCommandInput,
24
+ CancelElasticsearchServiceSoftwareUpdateCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: CancelElasticsearchServiceSoftwareUpdateCommandInput;
28
+ constructor(input: CancelElasticsearchServiceSoftwareUpdateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CancelElasticsearchServiceSoftwareUpdateCommandInput,
35
+ CancelElasticsearchServiceSoftwareUpdateCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { CreateElasticsearchDomainRequest, CreateElasticsearchDomainResponse } from "../models/models_0";
5
- export interface CreateElasticsearchDomainCommandInput extends CreateElasticsearchDomainRequest {
6
- }
7
- export interface CreateElasticsearchDomainCommandOutput extends CreateElasticsearchDomainResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateElasticsearchDomainCommand extends $Command<CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: CreateElasticsearchDomainCommandInput;
12
- constructor(input: CreateElasticsearchDomainCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput>;
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
+ CreateElasticsearchDomainRequest,
15
+ CreateElasticsearchDomainResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateElasticsearchDomainCommandInput
18
+ extends CreateElasticsearchDomainRequest {}
19
+ export interface CreateElasticsearchDomainCommandOutput
20
+ extends CreateElasticsearchDomainResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateElasticsearchDomainCommand extends $Command<
23
+ CreateElasticsearchDomainCommandInput,
24
+ CreateElasticsearchDomainCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: CreateElasticsearchDomainCommandInput;
28
+ constructor(input: CreateElasticsearchDomainCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateElasticsearchDomainCommandInput,
35
+ CreateElasticsearchDomainCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { CreateOutboundCrossClusterSearchConnectionRequest, CreateOutboundCrossClusterSearchConnectionResponse } from "../models/models_0";
5
- export interface CreateOutboundCrossClusterSearchConnectionCommandInput extends CreateOutboundCrossClusterSearchConnectionRequest {
6
- }
7
- export interface CreateOutboundCrossClusterSearchConnectionCommandOutput extends CreateOutboundCrossClusterSearchConnectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateOutboundCrossClusterSearchConnectionCommand extends $Command<CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: CreateOutboundCrossClusterSearchConnectionCommandInput;
12
- constructor(input: CreateOutboundCrossClusterSearchConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput>;
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
+ CreateOutboundCrossClusterSearchConnectionRequest,
15
+ CreateOutboundCrossClusterSearchConnectionResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateOutboundCrossClusterSearchConnectionCommandInput
18
+ extends CreateOutboundCrossClusterSearchConnectionRequest {}
19
+ export interface CreateOutboundCrossClusterSearchConnectionCommandOutput
20
+ extends CreateOutboundCrossClusterSearchConnectionResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateOutboundCrossClusterSearchConnectionCommand extends $Command<
23
+ CreateOutboundCrossClusterSearchConnectionCommandInput,
24
+ CreateOutboundCrossClusterSearchConnectionCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: CreateOutboundCrossClusterSearchConnectionCommandInput;
28
+ constructor(input: CreateOutboundCrossClusterSearchConnectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateOutboundCrossClusterSearchConnectionCommandInput,
35
+ CreateOutboundCrossClusterSearchConnectionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { CreatePackageRequest, CreatePackageResponse } from "../models/models_0";
5
- export interface CreatePackageCommandInput extends CreatePackageRequest {
6
- }
7
- export interface CreatePackageCommandOutput extends CreatePackageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePackageCommand extends $Command<CreatePackageCommandInput, CreatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: CreatePackageCommandInput;
12
- constructor(input: CreatePackageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePackageCommandInput, CreatePackageCommandOutput>;
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
+ CreatePackageRequest,
15
+ CreatePackageResponse,
16
+ } from "../models/models_0";
17
+ export interface CreatePackageCommandInput extends CreatePackageRequest {}
18
+ export interface CreatePackageCommandOutput
19
+ extends CreatePackageResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreatePackageCommand extends $Command<
22
+ CreatePackageCommandInput,
23
+ CreatePackageCommandOutput,
24
+ ElasticsearchServiceClientResolvedConfig
25
+ > {
26
+ readonly input: CreatePackageCommandInput;
27
+ constructor(input: CreatePackageCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticsearchServiceClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreatePackageCommandInput, CreatePackageCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { DeleteElasticsearchDomainRequest, DeleteElasticsearchDomainResponse } from "../models/models_0";
5
- export interface DeleteElasticsearchDomainCommandInput extends DeleteElasticsearchDomainRequest {
6
- }
7
- export interface DeleteElasticsearchDomainCommandOutput extends DeleteElasticsearchDomainResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteElasticsearchDomainCommand extends $Command<DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DeleteElasticsearchDomainCommandInput;
12
- constructor(input: DeleteElasticsearchDomainCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput>;
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
+ DeleteElasticsearchDomainRequest,
15
+ DeleteElasticsearchDomainResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteElasticsearchDomainCommandInput
18
+ extends DeleteElasticsearchDomainRequest {}
19
+ export interface DeleteElasticsearchDomainCommandOutput
20
+ extends DeleteElasticsearchDomainResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteElasticsearchDomainCommand extends $Command<
23
+ DeleteElasticsearchDomainCommandInput,
24
+ DeleteElasticsearchDomainCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteElasticsearchDomainCommandInput;
28
+ constructor(input: DeleteElasticsearchDomainCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteElasticsearchDomainCommandInput,
35
+ DeleteElasticsearchDomainCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,16 +1,33 @@
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
- export interface DeleteElasticsearchServiceRoleCommandInput {
5
- }
6
- export interface DeleteElasticsearchServiceRoleCommandOutput extends __MetadataBearer {
7
- }
8
-
9
- export declare class DeleteElasticsearchServiceRoleCommand extends $Command<DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput, ElasticsearchServiceClientResolvedConfig> {
10
- readonly input: DeleteElasticsearchServiceRoleCommandInput;
11
- constructor(input: DeleteElasticsearchServiceRoleCommandInput);
12
-
13
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput>;
14
- private serialize;
15
- private deserialize;
16
- }
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
+ export interface DeleteElasticsearchServiceRoleCommandInput {}
14
+ export interface DeleteElasticsearchServiceRoleCommandOutput
15
+ extends __MetadataBearer {}
16
+ export declare class DeleteElasticsearchServiceRoleCommand extends $Command<
17
+ DeleteElasticsearchServiceRoleCommandInput,
18
+ DeleteElasticsearchServiceRoleCommandOutput,
19
+ ElasticsearchServiceClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteElasticsearchServiceRoleCommandInput;
22
+ constructor(input: DeleteElasticsearchServiceRoleCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: ElasticsearchServiceClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<
28
+ DeleteElasticsearchServiceRoleCommandInput,
29
+ DeleteElasticsearchServiceRoleCommandOutput
30
+ >;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,39 @@
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 { DeleteInboundCrossClusterSearchConnectionRequest, DeleteInboundCrossClusterSearchConnectionResponse } from "../models/models_0";
5
- export interface DeleteInboundCrossClusterSearchConnectionCommandInput extends DeleteInboundCrossClusterSearchConnectionRequest {
6
- }
7
- export interface DeleteInboundCrossClusterSearchConnectionCommandOutput extends DeleteInboundCrossClusterSearchConnectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteInboundCrossClusterSearchConnectionCommand extends $Command<DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DeleteInboundCrossClusterSearchConnectionCommandInput;
12
- constructor(input: DeleteInboundCrossClusterSearchConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput>;
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
+ DeleteInboundCrossClusterSearchConnectionRequest,
15
+ DeleteInboundCrossClusterSearchConnectionResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteInboundCrossClusterSearchConnectionCommandInput
18
+ extends DeleteInboundCrossClusterSearchConnectionRequest {}
19
+ export interface DeleteInboundCrossClusterSearchConnectionCommandOutput
20
+ extends DeleteInboundCrossClusterSearchConnectionResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteInboundCrossClusterSearchConnectionCommand extends $Command<
23
+ DeleteInboundCrossClusterSearchConnectionCommandInput,
24
+ DeleteInboundCrossClusterSearchConnectionCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteInboundCrossClusterSearchConnectionCommandInput;
28
+ constructor(input: DeleteInboundCrossClusterSearchConnectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteInboundCrossClusterSearchConnectionCommandInput,
35
+ DeleteInboundCrossClusterSearchConnectionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DeleteOutboundCrossClusterSearchConnectionRequest, DeleteOutboundCrossClusterSearchConnectionResponse } from "../models/models_0";
5
- export interface DeleteOutboundCrossClusterSearchConnectionCommandInput extends DeleteOutboundCrossClusterSearchConnectionRequest {
6
- }
7
- export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput extends DeleteOutboundCrossClusterSearchConnectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command<DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DeleteOutboundCrossClusterSearchConnectionCommandInput;
12
- constructor(input: DeleteOutboundCrossClusterSearchConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput>;
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
+ DeleteOutboundCrossClusterSearchConnectionRequest,
15
+ DeleteOutboundCrossClusterSearchConnectionResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteOutboundCrossClusterSearchConnectionCommandInput
18
+ extends DeleteOutboundCrossClusterSearchConnectionRequest {}
19
+ export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput
20
+ extends DeleteOutboundCrossClusterSearchConnectionResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command<
23
+ DeleteOutboundCrossClusterSearchConnectionCommandInput,
24
+ DeleteOutboundCrossClusterSearchConnectionCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteOutboundCrossClusterSearchConnectionCommandInput;
28
+ constructor(input: DeleteOutboundCrossClusterSearchConnectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteOutboundCrossClusterSearchConnectionCommandInput,
35
+ DeleteOutboundCrossClusterSearchConnectionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { DeletePackageRequest, DeletePackageResponse } from "../models/models_0";
5
- export interface DeletePackageCommandInput extends DeletePackageRequest {
6
- }
7
- export interface DeletePackageCommandOutput extends DeletePackageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePackageCommand extends $Command<DeletePackageCommandInput, DeletePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DeletePackageCommandInput;
12
- constructor(input: DeletePackageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePackageCommandInput, DeletePackageCommandOutput>;
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
+ DeletePackageRequest,
15
+ DeletePackageResponse,
16
+ } from "../models/models_0";
17
+ export interface DeletePackageCommandInput extends DeletePackageRequest {}
18
+ export interface DeletePackageCommandOutput
19
+ extends DeletePackageResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeletePackageCommand extends $Command<
22
+ DeletePackageCommandInput,
23
+ DeletePackageCommandOutput,
24
+ ElasticsearchServiceClientResolvedConfig
25
+ > {
26
+ readonly input: DeletePackageCommandInput;
27
+ constructor(input: DeletePackageCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticsearchServiceClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeletePackageCommandInput, DeletePackageCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { DescribeDomainAutoTunesRequest, DescribeDomainAutoTunesResponse } from "../models/models_0";
5
- export interface DescribeDomainAutoTunesCommandInput extends DescribeDomainAutoTunesRequest {
6
- }
7
- export interface DescribeDomainAutoTunesCommandOutput extends DescribeDomainAutoTunesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDomainAutoTunesCommand extends $Command<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: DescribeDomainAutoTunesCommandInput;
12
- constructor(input: DescribeDomainAutoTunesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput>;
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
+ DescribeDomainAutoTunesRequest,
15
+ DescribeDomainAutoTunesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeDomainAutoTunesCommandInput
18
+ extends DescribeDomainAutoTunesRequest {}
19
+ export interface DescribeDomainAutoTunesCommandOutput
20
+ extends DescribeDomainAutoTunesResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeDomainAutoTunesCommand extends $Command<
23
+ DescribeDomainAutoTunesCommandInput,
24
+ DescribeDomainAutoTunesCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeDomainAutoTunesCommandInput;
28
+ constructor(input: DescribeDomainAutoTunesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeDomainAutoTunesCommandInput,
35
+ DescribeDomainAutoTunesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DescribeDomainChangeProgressCommand extends $Command<
23
+ DescribeDomainChangeProgressCommandInput,
24
+ DescribeDomainChangeProgressCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeDomainChangeProgressCommandInput;
28
+ constructor(input: DescribeDomainChangeProgressCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeDomainChangeProgressCommandInput,
35
+ DescribeDomainChangeProgressCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }