@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,30 @@
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
+ export declare class RemoveTagsCommand extends $Command<
17
+ RemoveTagsCommandInput,
18
+ RemoveTagsCommandOutput,
19
+ ElasticsearchServiceClientResolvedConfig
20
+ > {
21
+ readonly input: RemoveTagsCommandInput;
22
+ constructor(input: RemoveTagsCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: ElasticsearchServiceClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { 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
+ export declare class StartElasticsearchServiceSoftwareUpdateCommand extends $Command<
23
+ StartElasticsearchServiceSoftwareUpdateCommandInput,
24
+ StartElasticsearchServiceSoftwareUpdateCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: StartElasticsearchServiceSoftwareUpdateCommandInput;
28
+ constructor(input: StartElasticsearchServiceSoftwareUpdateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartElasticsearchServiceSoftwareUpdateCommandInput,
35
+ StartElasticsearchServiceSoftwareUpdateCommandOutput
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 { 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
+ export declare class UpdateElasticsearchDomainConfigCommand extends $Command<
23
+ UpdateElasticsearchDomainConfigCommandInput,
24
+ UpdateElasticsearchDomainConfigCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateElasticsearchDomainConfigCommandInput;
28
+ constructor(input: UpdateElasticsearchDomainConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateElasticsearchDomainConfigCommandInput,
35
+ UpdateElasticsearchDomainConfigCommandOutput
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 { 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
+ export declare class UpdatePackageCommand extends $Command<
22
+ UpdatePackageCommandInput,
23
+ UpdatePackageCommandOutput,
24
+ ElasticsearchServiceClientResolvedConfig
25
+ > {
26
+ readonly input: UpdatePackageCommandInput;
27
+ constructor(input: UpdatePackageCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticsearchServiceClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdatePackageCommandInput, UpdatePackageCommandOutput>;
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 { 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
+ export declare class UpgradeElasticsearchDomainCommand extends $Command<
23
+ UpgradeElasticsearchDomainCommandInput,
24
+ UpgradeElasticsearchDomainCommandOutput,
25
+ ElasticsearchServiceClientResolvedConfig
26
+ > {
27
+ readonly input: UpgradeElasticsearchDomainCommandInput;
28
+ constructor(input: UpgradeElasticsearchDomainCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticsearchServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpgradeElasticsearchDomainCommandInput,
35
+ UpgradeElasticsearchDomainCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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,7 @@
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
+ export declare class ElasticsearchServiceServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";