@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,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 { AssociatePackageRequest, AssociatePackageResponse } from "../models/models_0";
5
- export interface AssociatePackageCommandInput extends AssociatePackageRequest {
6
- }
7
- export interface AssociatePackageCommandOutput extends AssociatePackageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociatePackageCommand extends $Command<AssociatePackageCommandInput, AssociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: AssociatePackageCommandInput;
12
- constructor(input: AssociatePackageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePackageCommandInput, AssociatePackageCommandOutput>;
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
+ AssociatePackageRequest,
15
+ AssociatePackageResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociatePackageCommandInput extends AssociatePackageRequest {}
18
+ export interface AssociatePackageCommandOutput
19
+ extends AssociatePackageResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class AssociatePackageCommand extends $Command<
23
+ AssociatePackageCommandInput,
24
+ AssociatePackageCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: AssociatePackageCommandInput;
28
+ constructor(input: AssociatePackageCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ElasticsearchServiceClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<AssociatePackageCommandInput, AssociatePackageCommandOutput>;
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 { 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
+
23
+ export declare class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command<
24
+ CancelElasticsearchServiceSoftwareUpdateCommandInput,
25
+ CancelElasticsearchServiceSoftwareUpdateCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: CancelElasticsearchServiceSoftwareUpdateCommandInput;
29
+ constructor(input: CancelElasticsearchServiceSoftwareUpdateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CancelElasticsearchServiceSoftwareUpdateCommandInput,
37
+ CancelElasticsearchServiceSoftwareUpdateCommandOutput
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 { 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
+
23
+ export declare class CreateElasticsearchDomainCommand extends $Command<
24
+ CreateElasticsearchDomainCommandInput,
25
+ CreateElasticsearchDomainCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: CreateElasticsearchDomainCommandInput;
29
+ constructor(input: CreateElasticsearchDomainCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateElasticsearchDomainCommandInput,
37
+ CreateElasticsearchDomainCommandOutput
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 { 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
+
23
+ export declare class CreateOutboundCrossClusterSearchConnectionCommand extends $Command<
24
+ CreateOutboundCrossClusterSearchConnectionCommandInput,
25
+ CreateOutboundCrossClusterSearchConnectionCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: CreateOutboundCrossClusterSearchConnectionCommandInput;
29
+ constructor(input: CreateOutboundCrossClusterSearchConnectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateOutboundCrossClusterSearchConnectionCommandInput,
37
+ CreateOutboundCrossClusterSearchConnectionCommandOutput
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 { 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
+
22
+ export declare class CreatePackageCommand extends $Command<
23
+ CreatePackageCommandInput,
24
+ CreatePackageCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: CreatePackageCommandInput;
28
+ constructor(input: CreatePackageCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ElasticsearchServiceClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreatePackageCommandInput, CreatePackageCommandOutput>;
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 { 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
+
23
+ export declare class DeleteElasticsearchDomainCommand extends $Command<
24
+ DeleteElasticsearchDomainCommandInput,
25
+ DeleteElasticsearchDomainCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteElasticsearchDomainCommandInput;
29
+ constructor(input: DeleteElasticsearchDomainCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteElasticsearchDomainCommandInput,
37
+ DeleteElasticsearchDomainCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,16 +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
- 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
+
17
+ export declare class DeleteElasticsearchServiceRoleCommand extends $Command<
18
+ DeleteElasticsearchServiceRoleCommandInput,
19
+ DeleteElasticsearchServiceRoleCommandOutput,
20
+ ElasticsearchServiceClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteElasticsearchServiceRoleCommandInput;
23
+ constructor(input: DeleteElasticsearchServiceRoleCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElasticsearchServiceClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteElasticsearchServiceRoleCommandInput,
31
+ DeleteElasticsearchServiceRoleCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { 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
+
23
+ export declare class DeleteInboundCrossClusterSearchConnectionCommand extends $Command<
24
+ DeleteInboundCrossClusterSearchConnectionCommandInput,
25
+ DeleteInboundCrossClusterSearchConnectionCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteInboundCrossClusterSearchConnectionCommandInput;
29
+ constructor(input: DeleteInboundCrossClusterSearchConnectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteInboundCrossClusterSearchConnectionCommandInput,
37
+ DeleteInboundCrossClusterSearchConnectionCommandOutput
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 { 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
+
23
+ export declare class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command<
24
+ DeleteOutboundCrossClusterSearchConnectionCommandInput,
25
+ DeleteOutboundCrossClusterSearchConnectionCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteOutboundCrossClusterSearchConnectionCommandInput;
29
+ constructor(input: DeleteOutboundCrossClusterSearchConnectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteOutboundCrossClusterSearchConnectionCommandInput,
37
+ DeleteOutboundCrossClusterSearchConnectionCommandOutput
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 { 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
+
22
+ export declare class DeletePackageCommand extends $Command<
23
+ DeletePackageCommandInput,
24
+ DeletePackageCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: DeletePackageCommandInput;
28
+ constructor(input: DeletePackageCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ElasticsearchServiceClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeletePackageCommandInput, DeletePackageCommandOutput>;
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 { 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
+
23
+ export declare class DescribeDomainAutoTunesCommand extends $Command<
24
+ DescribeDomainAutoTunesCommandInput,
25
+ DescribeDomainAutoTunesCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDomainAutoTunesCommandInput;
29
+ constructor(input: DescribeDomainAutoTunesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDomainAutoTunesCommandInput,
37
+ DescribeDomainAutoTunesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }