@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 { PurchaseReservedElasticsearchInstanceOfferingRequest, PurchaseReservedElasticsearchInstanceOfferingResponse } from "../models/models_0";
5
- export interface PurchaseReservedElasticsearchInstanceOfferingCommandInput extends PurchaseReservedElasticsearchInstanceOfferingRequest {
6
- }
7
- export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput extends PurchaseReservedElasticsearchInstanceOfferingResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Command<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: PurchaseReservedElasticsearchInstanceOfferingCommandInput;
12
- constructor(input: PurchaseReservedElasticsearchInstanceOfferingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput>;
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
+ PurchaseReservedElasticsearchInstanceOfferingRequest,
15
+ PurchaseReservedElasticsearchInstanceOfferingResponse,
16
+ } from "../models/models_0";
17
+ export interface PurchaseReservedElasticsearchInstanceOfferingCommandInput
18
+ extends PurchaseReservedElasticsearchInstanceOfferingRequest {}
19
+ export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput
20
+ extends PurchaseReservedElasticsearchInstanceOfferingResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Command<
24
+ PurchaseReservedElasticsearchInstanceOfferingCommandInput,
25
+ PurchaseReservedElasticsearchInstanceOfferingCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: PurchaseReservedElasticsearchInstanceOfferingCommandInput;
29
+ constructor(input: PurchaseReservedElasticsearchInstanceOfferingCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PurchaseReservedElasticsearchInstanceOfferingCommandInput,
37
+ PurchaseReservedElasticsearchInstanceOfferingCommandOutput
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 { RejectInboundCrossClusterSearchConnectionRequest, RejectInboundCrossClusterSearchConnectionResponse } from "../models/models_0";
5
- export interface RejectInboundCrossClusterSearchConnectionCommandInput extends RejectInboundCrossClusterSearchConnectionRequest {
6
- }
7
- export interface RejectInboundCrossClusterSearchConnectionCommandOutput extends RejectInboundCrossClusterSearchConnectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class RejectInboundCrossClusterSearchConnectionCommand extends $Command<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: RejectInboundCrossClusterSearchConnectionCommandInput;
12
- constructor(input: RejectInboundCrossClusterSearchConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput>;
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
+ RejectInboundCrossClusterSearchConnectionRequest,
15
+ RejectInboundCrossClusterSearchConnectionResponse,
16
+ } from "../models/models_0";
17
+ export interface RejectInboundCrossClusterSearchConnectionCommandInput
18
+ extends RejectInboundCrossClusterSearchConnectionRequest {}
19
+ export interface RejectInboundCrossClusterSearchConnectionCommandOutput
20
+ extends RejectInboundCrossClusterSearchConnectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class RejectInboundCrossClusterSearchConnectionCommand extends $Command<
24
+ RejectInboundCrossClusterSearchConnectionCommandInput,
25
+ RejectInboundCrossClusterSearchConnectionCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: RejectInboundCrossClusterSearchConnectionCommandInput;
29
+ constructor(input: RejectInboundCrossClusterSearchConnectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ RejectInboundCrossClusterSearchConnectionCommandInput,
37
+ RejectInboundCrossClusterSearchConnectionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,32 @@
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 { RemoveTagsRequest } from "../models/models_0";
5
- export interface RemoveTagsCommandInput extends RemoveTagsRequest {
6
- }
7
- export interface RemoveTagsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: RemoveTagsCommandInput;
12
- constructor(input: RemoveTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
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 { RemoveTagsRequest } from "../models/models_0";
14
+ export interface RemoveTagsCommandInput extends RemoveTagsRequest {}
15
+ export interface RemoveTagsCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class RemoveTagsCommand extends $Command<
18
+ RemoveTagsCommandInput,
19
+ RemoveTagsCommandOutput,
20
+ ElasticsearchServiceClientResolvedConfig
21
+ > {
22
+ readonly input: RemoveTagsCommandInput;
23
+ constructor(input: RemoveTagsCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElasticsearchServiceClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { StartElasticsearchServiceSoftwareUpdateRequest, StartElasticsearchServiceSoftwareUpdateResponse } from "../models/models_0";
5
- export interface StartElasticsearchServiceSoftwareUpdateCommandInput extends StartElasticsearchServiceSoftwareUpdateRequest {
6
- }
7
- export interface StartElasticsearchServiceSoftwareUpdateCommandOutput extends StartElasticsearchServiceSoftwareUpdateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartElasticsearchServiceSoftwareUpdateCommand extends $Command<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: StartElasticsearchServiceSoftwareUpdateCommandInput;
12
- constructor(input: StartElasticsearchServiceSoftwareUpdateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput>;
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
+ StartElasticsearchServiceSoftwareUpdateRequest,
15
+ StartElasticsearchServiceSoftwareUpdateResponse,
16
+ } from "../models/models_0";
17
+ export interface StartElasticsearchServiceSoftwareUpdateCommandInput
18
+ extends StartElasticsearchServiceSoftwareUpdateRequest {}
19
+ export interface StartElasticsearchServiceSoftwareUpdateCommandOutput
20
+ extends StartElasticsearchServiceSoftwareUpdateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartElasticsearchServiceSoftwareUpdateCommand extends $Command<
24
+ StartElasticsearchServiceSoftwareUpdateCommandInput,
25
+ StartElasticsearchServiceSoftwareUpdateCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: StartElasticsearchServiceSoftwareUpdateCommandInput;
29
+ constructor(input: StartElasticsearchServiceSoftwareUpdateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StartElasticsearchServiceSoftwareUpdateCommandInput,
37
+ StartElasticsearchServiceSoftwareUpdateCommandOutput
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 { UpdateElasticsearchDomainConfigRequest, UpdateElasticsearchDomainConfigResponse } from "../models/models_0";
5
- export interface UpdateElasticsearchDomainConfigCommandInput extends UpdateElasticsearchDomainConfigRequest {
6
- }
7
- export interface UpdateElasticsearchDomainConfigCommandOutput extends UpdateElasticsearchDomainConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateElasticsearchDomainConfigCommand extends $Command<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: UpdateElasticsearchDomainConfigCommandInput;
12
- constructor(input: UpdateElasticsearchDomainConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput>;
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
+ UpdateElasticsearchDomainConfigRequest,
15
+ UpdateElasticsearchDomainConfigResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateElasticsearchDomainConfigCommandInput
18
+ extends UpdateElasticsearchDomainConfigRequest {}
19
+ export interface UpdateElasticsearchDomainConfigCommandOutput
20
+ extends UpdateElasticsearchDomainConfigResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateElasticsearchDomainConfigCommand extends $Command<
24
+ UpdateElasticsearchDomainConfigCommandInput,
25
+ UpdateElasticsearchDomainConfigCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateElasticsearchDomainConfigCommandInput;
29
+ constructor(input: UpdateElasticsearchDomainConfigCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateElasticsearchDomainConfigCommandInput,
37
+ UpdateElasticsearchDomainConfigCommandOutput
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 { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_0";
5
- export interface UpdatePackageCommandInput extends UpdatePackageRequest {
6
- }
7
- export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePackageCommand extends $Command<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: UpdatePackageCommandInput;
12
- constructor(input: UpdatePackageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePackageCommandInput, UpdatePackageCommandOutput>;
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
+ UpdatePackageRequest,
15
+ UpdatePackageResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdatePackageCommandInput extends UpdatePackageRequest {}
18
+ export interface UpdatePackageCommandOutput
19
+ extends UpdatePackageResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdatePackageCommand extends $Command<
23
+ UpdatePackageCommandInput,
24
+ UpdatePackageCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: UpdatePackageCommandInput;
28
+ constructor(input: UpdatePackageCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ElasticsearchServiceClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdatePackageCommandInput, UpdatePackageCommandOutput>;
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 { UpgradeElasticsearchDomainRequest, UpgradeElasticsearchDomainResponse } from "../models/models_0";
5
- export interface UpgradeElasticsearchDomainCommandInput extends UpgradeElasticsearchDomainRequest {
6
- }
7
- export interface UpgradeElasticsearchDomainCommandOutput extends UpgradeElasticsearchDomainResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpgradeElasticsearchDomainCommand extends $Command<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: UpgradeElasticsearchDomainCommandInput;
12
- constructor(input: UpgradeElasticsearchDomainCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput>;
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
+ UpgradeElasticsearchDomainRequest,
15
+ UpgradeElasticsearchDomainResponse,
16
+ } from "../models/models_0";
17
+ export interface UpgradeElasticsearchDomainCommandInput
18
+ extends UpgradeElasticsearchDomainRequest {}
19
+ export interface UpgradeElasticsearchDomainCommandOutput
20
+ extends UpgradeElasticsearchDomainResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpgradeElasticsearchDomainCommand extends $Command<
24
+ UpgradeElasticsearchDomainCommandInput,
25
+ UpgradeElasticsearchDomainCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: UpgradeElasticsearchDomainCommandInput;
29
+ constructor(input: UpgradeElasticsearchDomainCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpgradeElasticsearchDomainCommandInput,
37
+ UpgradeElasticsearchDomainCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,41 +1,41 @@
1
- export * from "./AcceptInboundCrossClusterSearchConnectionCommand";
2
- export * from "./AddTagsCommand";
3
- export * from "./AssociatePackageCommand";
4
- export * from "./CancelElasticsearchServiceSoftwareUpdateCommand";
5
- export * from "./CreateElasticsearchDomainCommand";
6
- export * from "./CreateOutboundCrossClusterSearchConnectionCommand";
7
- export * from "./CreatePackageCommand";
8
- export * from "./DeleteElasticsearchDomainCommand";
9
- export * from "./DeleteElasticsearchServiceRoleCommand";
10
- export * from "./DeleteInboundCrossClusterSearchConnectionCommand";
11
- export * from "./DeleteOutboundCrossClusterSearchConnectionCommand";
12
- export * from "./DeletePackageCommand";
13
- export * from "./DescribeDomainAutoTunesCommand";
14
- export * from "./DescribeDomainChangeProgressCommand";
15
- export * from "./DescribeElasticsearchDomainCommand";
16
- export * from "./DescribeElasticsearchDomainConfigCommand";
17
- export * from "./DescribeElasticsearchDomainsCommand";
18
- export * from "./DescribeElasticsearchInstanceTypeLimitsCommand";
19
- export * from "./DescribeInboundCrossClusterSearchConnectionsCommand";
20
- export * from "./DescribeOutboundCrossClusterSearchConnectionsCommand";
21
- export * from "./DescribePackagesCommand";
22
- export * from "./DescribeReservedElasticsearchInstanceOfferingsCommand";
23
- export * from "./DescribeReservedElasticsearchInstancesCommand";
24
- export * from "./DissociatePackageCommand";
25
- export * from "./GetCompatibleElasticsearchVersionsCommand";
26
- export * from "./GetPackageVersionHistoryCommand";
27
- export * from "./GetUpgradeHistoryCommand";
28
- export * from "./GetUpgradeStatusCommand";
29
- export * from "./ListDomainNamesCommand";
30
- export * from "./ListDomainsForPackageCommand";
31
- export * from "./ListElasticsearchInstanceTypesCommand";
32
- export * from "./ListElasticsearchVersionsCommand";
33
- export * from "./ListPackagesForDomainCommand";
34
- export * from "./ListTagsCommand";
35
- export * from "./PurchaseReservedElasticsearchInstanceOfferingCommand";
36
- export * from "./RejectInboundCrossClusterSearchConnectionCommand";
37
- export * from "./RemoveTagsCommand";
38
- export * from "./StartElasticsearchServiceSoftwareUpdateCommand";
39
- export * from "./UpdateElasticsearchDomainConfigCommand";
40
- export * from "./UpdatePackageCommand";
41
- export * from "./UpgradeElasticsearchDomainCommand";
1
+ export * from "./AcceptInboundCrossClusterSearchConnectionCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./AssociatePackageCommand";
4
+ export * from "./CancelElasticsearchServiceSoftwareUpdateCommand";
5
+ export * from "./CreateElasticsearchDomainCommand";
6
+ export * from "./CreateOutboundCrossClusterSearchConnectionCommand";
7
+ export * from "./CreatePackageCommand";
8
+ export * from "./DeleteElasticsearchDomainCommand";
9
+ export * from "./DeleteElasticsearchServiceRoleCommand";
10
+ export * from "./DeleteInboundCrossClusterSearchConnectionCommand";
11
+ export * from "./DeleteOutboundCrossClusterSearchConnectionCommand";
12
+ export * from "./DeletePackageCommand";
13
+ export * from "./DescribeDomainAutoTunesCommand";
14
+ export * from "./DescribeDomainChangeProgressCommand";
15
+ export * from "./DescribeElasticsearchDomainCommand";
16
+ export * from "./DescribeElasticsearchDomainConfigCommand";
17
+ export * from "./DescribeElasticsearchDomainsCommand";
18
+ export * from "./DescribeElasticsearchInstanceTypeLimitsCommand";
19
+ export * from "./DescribeInboundCrossClusterSearchConnectionsCommand";
20
+ export * from "./DescribeOutboundCrossClusterSearchConnectionsCommand";
21
+ export * from "./DescribePackagesCommand";
22
+ export * from "./DescribeReservedElasticsearchInstanceOfferingsCommand";
23
+ export * from "./DescribeReservedElasticsearchInstancesCommand";
24
+ export * from "./DissociatePackageCommand";
25
+ export * from "./GetCompatibleElasticsearchVersionsCommand";
26
+ export * from "./GetPackageVersionHistoryCommand";
27
+ export * from "./GetUpgradeHistoryCommand";
28
+ export * from "./GetUpgradeStatusCommand";
29
+ export * from "./ListDomainNamesCommand";
30
+ export * from "./ListDomainsForPackageCommand";
31
+ export * from "./ListElasticsearchInstanceTypesCommand";
32
+ export * from "./ListElasticsearchVersionsCommand";
33
+ export * from "./ListPackagesForDomainCommand";
34
+ export * from "./ListTagsCommand";
35
+ export * from "./PurchaseReservedElasticsearchInstanceOfferingCommand";
36
+ export * from "./RejectInboundCrossClusterSearchConnectionCommand";
37
+ export * from "./RemoveTagsCommand";
38
+ export * from "./StartElasticsearchServiceSoftwareUpdateCommand";
39
+ export * from "./UpdateElasticsearchDomainConfigCommand";
40
+ export * from "./UpdatePackageCommand";
41
+ export * from "./UpgradeElasticsearchDomainCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./ElasticsearchService";
2
- export * from "./ElasticsearchServiceClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { ElasticsearchServiceServiceException } from "./models/ElasticsearchServiceServiceException";
1
+ export * from "./ElasticsearchService";
2
+ export * from "./ElasticsearchServiceClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { ElasticsearchServiceServiceException } from "./models/ElasticsearchServiceServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class ElasticsearchServiceServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class ElasticsearchServiceServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";