@aws-sdk/client-elasticsearch-service 3.50.0 → 3.53.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 (81) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/ElasticsearchServiceServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +148 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +459 -1574
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/ElasticsearchServiceServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +134 -1
  9. package/dist-es/protocols/Aws_restJson1.js +943 -1750
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/ElasticsearchServiceServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +57 -56
  13. package/dist-types/ts3.4/ElasticsearchService.d.ts +210 -0
  14. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +114 -0
  15. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +16 -0
  24. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/index.d.ts +41 -0
  57. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  58. package/dist-types/ts3.4/index.d.ts +6 -0
  59. package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +6 -0
  60. package/dist-types/ts3.4/models/index.d.ts +1 -0
  61. package/dist-types/ts3.4/models/models_0.d.ts +2146 -0
  62. package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  71. package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +4 -0
  74. package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +125 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  80. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  81. package/package.json +33 -33
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +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";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +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";
@@ -0,0 +1,6 @@
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
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";