@aws-sdk/client-elasticsearch-service 3.278.0 → 3.281.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 (52) hide show
  1. package/README.md +403 -0
  2. package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +6 -0
  3. package/dist-types/commands/AddTagsCommand.d.ts +6 -0
  4. package/dist-types/commands/AssociatePackageCommand.d.ts +6 -0
  5. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -0
  6. package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +6 -0
  9. package/dist-types/commands/CreatePackageCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +6 -0
  15. package/dist-types/commands/DeletePackageCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribePackagesCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -0
  29. package/dist-types/commands/DissociatePackageCommand.d.ts +6 -0
  30. package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +6 -0
  31. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +6 -0
  32. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +6 -0
  33. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +6 -0
  34. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -0
  35. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +6 -0
  36. package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +6 -0
  37. package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +6 -0
  38. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +6 -0
  39. package/dist-types/commands/ListTagsCommand.d.ts +6 -0
  40. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +6 -0
  41. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +6 -0
  42. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -0
  43. package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +6 -0
  44. package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +6 -0
  45. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -0
  46. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -0
  47. package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -0
  48. package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +6 -0
  49. package/dist-types/commands/UpdatePackageCommand.d.ts +6 -0
  50. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +6 -0
  51. package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +6 -0
  52. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DeletePackageRequest, DeletePackageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeletePackageCommand}.
8
+ */
6
9
  export interface DeletePackageCommandInput extends DeletePackageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePackageCommand}.
13
+ */
8
14
  export interface DeletePackageCommandOutput extends DeletePackageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DeleteVpcEndpointRequest, DeleteVpcEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVpcEndpointCommand}.
8
+ */
6
9
  export interface DeleteVpcEndpointCommandInput extends DeleteVpcEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVpcEndpointCommand}.
13
+ */
8
14
  export interface DeleteVpcEndpointCommandOutput extends DeleteVpcEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeDomainAutoTunesRequest, DescribeDomainAutoTunesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeDomainAutoTunesCommand}.
8
+ */
6
9
  export interface DescribeDomainAutoTunesCommandInput extends DescribeDomainAutoTunesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDomainAutoTunesCommand}.
13
+ */
8
14
  export interface DescribeDomainAutoTunesCommandOutput extends DescribeDomainAutoTunesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeDomainChangeProgressRequest, DescribeDomainChangeProgressResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeDomainChangeProgressCommand}.
8
+ */
6
9
  export interface DescribeDomainChangeProgressCommandInput extends DescribeDomainChangeProgressRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDomainChangeProgressCommand}.
13
+ */
8
14
  export interface DescribeDomainChangeProgressCommandOutput extends DescribeDomainChangeProgressResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeElasticsearchDomainRequest, DescribeElasticsearchDomainResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeElasticsearchDomainCommand}.
8
+ */
6
9
  export interface DescribeElasticsearchDomainCommandInput extends DescribeElasticsearchDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeElasticsearchDomainCommand}.
13
+ */
8
14
  export interface DescribeElasticsearchDomainCommandOutput extends DescribeElasticsearchDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeElasticsearchDomainConfigRequest, DescribeElasticsearchDomainConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeElasticsearchDomainConfigCommand}.
8
+ */
6
9
  export interface DescribeElasticsearchDomainConfigCommandInput extends DescribeElasticsearchDomainConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeElasticsearchDomainConfigCommand}.
13
+ */
8
14
  export interface DescribeElasticsearchDomainConfigCommandOutput extends DescribeElasticsearchDomainConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeElasticsearchDomainsRequest, DescribeElasticsearchDomainsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeElasticsearchDomainsCommand}.
8
+ */
6
9
  export interface DescribeElasticsearchDomainsCommandInput extends DescribeElasticsearchDomainsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeElasticsearchDomainsCommand}.
13
+ */
8
14
  export interface DescribeElasticsearchDomainsCommandOutput extends DescribeElasticsearchDomainsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeElasticsearchInstanceTypeLimitsRequest, DescribeElasticsearchInstanceTypeLimitsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeElasticsearchInstanceTypeLimitsCommand}.
8
+ */
6
9
  export interface DescribeElasticsearchInstanceTypeLimitsCommandInput extends DescribeElasticsearchInstanceTypeLimitsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeElasticsearchInstanceTypeLimitsCommand}.
13
+ */
8
14
  export interface DescribeElasticsearchInstanceTypeLimitsCommandOutput extends DescribeElasticsearchInstanceTypeLimitsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeInboundCrossClusterSearchConnectionsRequest, DescribeInboundCrossClusterSearchConnectionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeInboundCrossClusterSearchConnectionsCommand}.
8
+ */
6
9
  export interface DescribeInboundCrossClusterSearchConnectionsCommandInput extends DescribeInboundCrossClusterSearchConnectionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeInboundCrossClusterSearchConnectionsCommand}.
13
+ */
8
14
  export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput extends DescribeInboundCrossClusterSearchConnectionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeOutboundCrossClusterSearchConnectionsRequest, DescribeOutboundCrossClusterSearchConnectionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeOutboundCrossClusterSearchConnectionsCommand}.
8
+ */
6
9
  export interface DescribeOutboundCrossClusterSearchConnectionsCommandInput extends DescribeOutboundCrossClusterSearchConnectionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeOutboundCrossClusterSearchConnectionsCommand}.
13
+ */
8
14
  export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput extends DescribeOutboundCrossClusterSearchConnectionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribePackagesRequest, DescribePackagesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribePackagesCommand}.
8
+ */
6
9
  export interface DescribePackagesCommandInput extends DescribePackagesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribePackagesCommand}.
13
+ */
8
14
  export interface DescribePackagesCommandOutput extends DescribePackagesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeReservedElasticsearchInstanceOfferingsRequest, DescribeReservedElasticsearchInstanceOfferingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeReservedElasticsearchInstanceOfferingsCommand}.
8
+ */
6
9
  export interface DescribeReservedElasticsearchInstanceOfferingsCommandInput extends DescribeReservedElasticsearchInstanceOfferingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeReservedElasticsearchInstanceOfferingsCommand}.
13
+ */
8
14
  export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput extends DescribeReservedElasticsearchInstanceOfferingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeReservedElasticsearchInstancesRequest, DescribeReservedElasticsearchInstancesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeReservedElasticsearchInstancesCommand}.
8
+ */
6
9
  export interface DescribeReservedElasticsearchInstancesCommandInput extends DescribeReservedElasticsearchInstancesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeReservedElasticsearchInstancesCommand}.
13
+ */
8
14
  export interface DescribeReservedElasticsearchInstancesCommandOutput extends DescribeReservedElasticsearchInstancesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeVpcEndpointsCommand}.
8
+ */
6
9
  export interface DescribeVpcEndpointsCommandInput extends DescribeVpcEndpointsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeVpcEndpointsCommand}.
13
+ */
8
14
  export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DissociatePackageCommand}.
8
+ */
6
9
  export interface DissociatePackageCommandInput extends DissociatePackageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DissociatePackageCommand}.
13
+ */
8
14
  export interface DissociatePackageCommandOutput extends DissociatePackageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { GetCompatibleElasticsearchVersionsRequest, GetCompatibleElasticsearchVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCompatibleElasticsearchVersionsCommand}.
8
+ */
6
9
  export interface GetCompatibleElasticsearchVersionsCommandInput extends GetCompatibleElasticsearchVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCompatibleElasticsearchVersionsCommand}.
13
+ */
8
14
  export interface GetCompatibleElasticsearchVersionsCommandOutput extends GetCompatibleElasticsearchVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPackageVersionHistoryCommand}.
8
+ */
6
9
  export interface GetPackageVersionHistoryCommandInput extends GetPackageVersionHistoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPackageVersionHistoryCommand}.
13
+ */
8
14
  export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersionHistoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUpgradeHistoryCommand}.
8
+ */
6
9
  export interface GetUpgradeHistoryCommandInput extends GetUpgradeHistoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUpgradeHistoryCommand}.
13
+ */
8
14
  export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUpgradeStatusCommand}.
8
+ */
6
9
  export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUpgradeStatusCommand}.
13
+ */
8
14
  export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDomainNamesCommand}.
8
+ */
6
9
  export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDomainNamesCommand}.
13
+ */
8
14
  export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDomainsForPackageCommand}.
8
+ */
6
9
  export interface ListDomainsForPackageCommandInput extends ListDomainsForPackageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDomainsForPackageCommand}.
13
+ */
8
14
  export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListElasticsearchInstanceTypesRequest, ListElasticsearchInstanceTypesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListElasticsearchInstanceTypesCommand}.
8
+ */
6
9
  export interface ListElasticsearchInstanceTypesCommandInput extends ListElasticsearchInstanceTypesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListElasticsearchInstanceTypesCommand}.
13
+ */
8
14
  export interface ListElasticsearchInstanceTypesCommandOutput extends ListElasticsearchInstanceTypesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListElasticsearchVersionsRequest, ListElasticsearchVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListElasticsearchVersionsCommand}.
8
+ */
6
9
  export interface ListElasticsearchVersionsCommandInput extends ListElasticsearchVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListElasticsearchVersionsCommand}.
13
+ */
8
14
  export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearchVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListPackagesForDomainRequest, ListPackagesForDomainResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPackagesForDomainCommand}.
8
+ */
6
9
  export interface ListPackagesForDomainCommandInput extends ListPackagesForDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPackagesForDomainCommand}.
13
+ */
8
14
  export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsCommand}.
8
+ */
6
9
  export interface ListTagsCommandInput extends ListTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsCommand}.
13
+ */
8
14
  export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListVpcEndpointAccessRequest, ListVpcEndpointAccessResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListVpcEndpointAccessCommand}.
8
+ */
6
9
  export interface ListVpcEndpointAccessCommandInput extends ListVpcEndpointAccessRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVpcEndpointAccessCommand}.
13
+ */
8
14
  export interface ListVpcEndpointAccessCommandOutput extends ListVpcEndpointAccessResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListVpcEndpointsCommand}.
8
+ */
6
9
  export interface ListVpcEndpointsCommandInput extends ListVpcEndpointsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVpcEndpointsCommand}.
13
+ */
8
14
  export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListVpcEndpointsForDomainRequest, ListVpcEndpointsForDomainResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListVpcEndpointsForDomainCommand}.
8
+ */
6
9
  export interface ListVpcEndpointsForDomainCommandInput extends ListVpcEndpointsForDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVpcEndpointsForDomainCommand}.
13
+ */
8
14
  export interface ListVpcEndpointsForDomainCommandOutput extends ListVpcEndpointsForDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { PurchaseReservedElasticsearchInstanceOfferingRequest, PurchaseReservedElasticsearchInstanceOfferingResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PurchaseReservedElasticsearchInstanceOfferingCommand}.
8
+ */
6
9
  export interface PurchaseReservedElasticsearchInstanceOfferingCommandInput extends PurchaseReservedElasticsearchInstanceOfferingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PurchaseReservedElasticsearchInstanceOfferingCommand}.
13
+ */
8
14
  export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput extends PurchaseReservedElasticsearchInstanceOfferingResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { RejectInboundCrossClusterSearchConnectionRequest, RejectInboundCrossClusterSearchConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RejectInboundCrossClusterSearchConnectionCommand}.
8
+ */
6
9
  export interface RejectInboundCrossClusterSearchConnectionCommandInput extends RejectInboundCrossClusterSearchConnectionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RejectInboundCrossClusterSearchConnectionCommand}.
13
+ */
8
14
  export interface RejectInboundCrossClusterSearchConnectionCommandOutput extends RejectInboundCrossClusterSearchConnectionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { RemoveTagsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RemoveTagsCommand}.
8
+ */
6
9
  export interface RemoveTagsCommandInput extends RemoveTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RemoveTagsCommand}.
13
+ */
8
14
  export interface RemoveTagsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { RevokeVpcEndpointAccessRequest, RevokeVpcEndpointAccessResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RevokeVpcEndpointAccessCommand}.
8
+ */
6
9
  export interface RevokeVpcEndpointAccessCommandInput extends RevokeVpcEndpointAccessRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RevokeVpcEndpointAccessCommand}.
13
+ */
8
14
  export interface RevokeVpcEndpointAccessCommandOutput extends RevokeVpcEndpointAccessResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { StartElasticsearchServiceSoftwareUpdateRequest, StartElasticsearchServiceSoftwareUpdateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartElasticsearchServiceSoftwareUpdateCommand}.
8
+ */
6
9
  export interface StartElasticsearchServiceSoftwareUpdateCommandInput extends StartElasticsearchServiceSoftwareUpdateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartElasticsearchServiceSoftwareUpdateCommand}.
13
+ */
8
14
  export interface StartElasticsearchServiceSoftwareUpdateCommandOutput extends StartElasticsearchServiceSoftwareUpdateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { UpdateElasticsearchDomainConfigRequest, UpdateElasticsearchDomainConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateElasticsearchDomainConfigCommand}.
8
+ */
6
9
  export interface UpdateElasticsearchDomainConfigCommandInput extends UpdateElasticsearchDomainConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateElasticsearchDomainConfigCommand}.
13
+ */
8
14
  export interface UpdateElasticsearchDomainConfigCommandOutput extends UpdateElasticsearchDomainConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdatePackageCommand}.
8
+ */
6
9
  export interface UpdatePackageCommandInput extends UpdatePackageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdatePackageCommand}.
13
+ */
8
14
  export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateVpcEndpointCommand}.
8
+ */
6
9
  export interface UpdateVpcEndpointCommandInput extends UpdateVpcEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateVpcEndpointCommand}.
13
+ */
8
14
  export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { UpgradeElasticsearchDomainRequest, UpgradeElasticsearchDomainResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpgradeElasticsearchDomainCommand}.
8
+ */
6
9
  export interface UpgradeElasticsearchDomainCommandInput extends UpgradeElasticsearchDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpgradeElasticsearchDomainCommand}.
13
+ */
8
14
  export interface UpgradeElasticsearchDomainCommandOutput extends UpgradeElasticsearchDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**