@aws-sdk/client-elasticsearch-service 3.170.0 → 3.178.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 (54) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/ElasticsearchService.d.ts +0 -41
  6. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +0 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -617
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  54. package/package.json +26 -26
@@ -19,7 +19,6 @@ export interface DescribeDomainChangeProgressCommandInput
19
19
  export interface DescribeDomainChangeProgressCommandOutput
20
20
  extends DescribeDomainChangeProgressResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDomainChangeProgressCommand extends $Command<
24
23
  DescribeDomainChangeProgressCommandInput,
25
24
  DescribeDomainChangeProgressCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDomainChangeProgressCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDomainChangeProgressCommandInput;
29
28
  constructor(input: DescribeDomainChangeProgressCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeElasticsearchDomainCommandInput
19
19
  export interface DescribeElasticsearchDomainCommandOutput
20
20
  extends DescribeElasticsearchDomainResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeElasticsearchDomainCommand extends $Command<
24
23
  DescribeElasticsearchDomainCommandInput,
25
24
  DescribeElasticsearchDomainCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeElasticsearchDomainCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeElasticsearchDomainCommandInput;
29
28
  constructor(input: DescribeElasticsearchDomainCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeElasticsearchDomainConfigCommandInput
19
19
  export interface DescribeElasticsearchDomainConfigCommandOutput
20
20
  extends DescribeElasticsearchDomainConfigResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeElasticsearchDomainConfigCommand extends $Command<
24
23
  DescribeElasticsearchDomainConfigCommandInput,
25
24
  DescribeElasticsearchDomainConfigCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeElasticsearchDomainConfigCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeElasticsearchDomainConfigCommandInput;
29
28
  constructor(input: DescribeElasticsearchDomainConfigCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeElasticsearchDomainsCommandInput
19
19
  export interface DescribeElasticsearchDomainsCommandOutput
20
20
  extends DescribeElasticsearchDomainsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeElasticsearchDomainsCommand extends $Command<
24
23
  DescribeElasticsearchDomainsCommandInput,
25
24
  DescribeElasticsearchDomainsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeElasticsearchDomainsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeElasticsearchDomainsCommandInput;
29
28
  constructor(input: DescribeElasticsearchDomainsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeElasticsearchInstanceTypeLimitsCommandInput
19
19
  export interface DescribeElasticsearchInstanceTypeLimitsCommandOutput
20
20
  extends DescribeElasticsearchInstanceTypeLimitsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeElasticsearchInstanceTypeLimitsCommand extends $Command<
24
23
  DescribeElasticsearchInstanceTypeLimitsCommandInput,
25
24
  DescribeElasticsearchInstanceTypeLimitsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeElasticsearchInstanceTypeLimitsCommand extends $Com
27
26
  > {
28
27
  readonly input: DescribeElasticsearchInstanceTypeLimitsCommandInput;
29
28
  constructor(input: DescribeElasticsearchInstanceTypeLimitsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeInboundCrossClusterSearchConnectionsCommandInput
19
19
  export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput
20
20
  extends DescribeInboundCrossClusterSearchConnectionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeInboundCrossClusterSearchConnectionsCommand extends $Command<
24
23
  DescribeInboundCrossClusterSearchConnectionsCommandInput,
25
24
  DescribeInboundCrossClusterSearchConnectionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeInboundCrossClusterSearchConnectionsCommand extends
27
26
  > {
28
27
  readonly input: DescribeInboundCrossClusterSearchConnectionsCommandInput;
29
28
  constructor(input: DescribeInboundCrossClusterSearchConnectionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeOutboundCrossClusterSearchConnectionsCommandInput
19
19
  export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput
20
20
  extends DescribeOutboundCrossClusterSearchConnectionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeOutboundCrossClusterSearchConnectionsCommand extends $Command<
24
23
  DescribeOutboundCrossClusterSearchConnectionsCommandInput,
25
24
  DescribeOutboundCrossClusterSearchConnectionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeOutboundCrossClusterSearchConnectionsCommand extend
27
26
  > {
28
27
  readonly input: DescribeOutboundCrossClusterSearchConnectionsCommandInput;
29
28
  constructor(input: DescribeOutboundCrossClusterSearchConnectionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribePackagesCommandInput extends DescribePackagesRequest {}
18
18
  export interface DescribePackagesCommandOutput
19
19
  extends DescribePackagesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribePackagesCommand extends $Command<
23
22
  DescribePackagesCommandInput,
24
23
  DescribePackagesCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribePackagesCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribePackagesCommandInput;
28
27
  constructor(input: DescribePackagesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeReservedElasticsearchInstanceOfferingsCommandInput
19
19
  export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput
20
20
  extends DescribeReservedElasticsearchInstanceOfferingsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Command<
24
23
  DescribeReservedElasticsearchInstanceOfferingsCommandInput,
25
24
  DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
@@ -29,7 +28,6 @@ export declare class DescribeReservedElasticsearchInstanceOfferingsCommand exten
29
28
  constructor(
30
29
  input: DescribeReservedElasticsearchInstanceOfferingsCommandInput
31
30
  );
32
-
33
31
  resolveMiddleware(
34
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
35
33
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeReservedElasticsearchInstancesCommandInput
19
19
  export interface DescribeReservedElasticsearchInstancesCommandOutput
20
20
  extends DescribeReservedElasticsearchInstancesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeReservedElasticsearchInstancesCommand extends $Command<
24
23
  DescribeReservedElasticsearchInstancesCommandInput,
25
24
  DescribeReservedElasticsearchInstancesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeReservedElasticsearchInstancesCommand extends $Comm
27
26
  > {
28
27
  readonly input: DescribeReservedElasticsearchInstancesCommandInput;
29
28
  constructor(input: DescribeReservedElasticsearchInstancesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DissociatePackageCommandInput
19
19
  export interface DissociatePackageCommandOutput
20
20
  extends DissociatePackageResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DissociatePackageCommand extends $Command<
24
23
  DissociatePackageCommandInput,
25
24
  DissociatePackageCommandOutput,
@@ -27,7 +26,6 @@ export declare class DissociatePackageCommand extends $Command<
27
26
  > {
28
27
  readonly input: DissociatePackageCommandInput;
29
28
  constructor(input: DissociatePackageCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetCompatibleElasticsearchVersionsCommandInput
19
19
  export interface GetCompatibleElasticsearchVersionsCommandOutput
20
20
  extends GetCompatibleElasticsearchVersionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetCompatibleElasticsearchVersionsCommand extends $Command<
24
23
  GetCompatibleElasticsearchVersionsCommandInput,
25
24
  GetCompatibleElasticsearchVersionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetCompatibleElasticsearchVersionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetCompatibleElasticsearchVersionsCommandInput;
29
28
  constructor(input: GetCompatibleElasticsearchVersionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetPackageVersionHistoryCommandInput
19
19
  export interface GetPackageVersionHistoryCommandOutput
20
20
  extends GetPackageVersionHistoryResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetPackageVersionHistoryCommand extends $Command<
24
23
  GetPackageVersionHistoryCommandInput,
25
24
  GetPackageVersionHistoryCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetPackageVersionHistoryCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetPackageVersionHistoryCommandInput;
29
28
  constructor(input: GetPackageVersionHistoryCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetUpgradeHistoryCommandInput
19
19
  export interface GetUpgradeHistoryCommandOutput
20
20
  extends GetUpgradeHistoryResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetUpgradeHistoryCommand extends $Command<
24
23
  GetUpgradeHistoryCommandInput,
25
24
  GetUpgradeHistoryCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetUpgradeHistoryCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetUpgradeHistoryCommandInput;
29
28
  constructor(input: GetUpgradeHistoryCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {}
18
18
  export interface GetUpgradeStatusCommandOutput
19
19
  extends GetUpgradeStatusResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetUpgradeStatusCommand extends $Command<
23
22
  GetUpgradeStatusCommandInput,
24
23
  GetUpgradeStatusCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetUpgradeStatusCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetUpgradeStatusCommandInput;
28
27
  constructor(input: GetUpgradeStatusCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {}
18
18
  export interface ListDomainNamesCommandOutput
19
19
  extends ListDomainNamesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListDomainNamesCommand extends $Command<
23
22
  ListDomainNamesCommandInput,
24
23
  ListDomainNamesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListDomainNamesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListDomainNamesCommandInput;
28
27
  constructor(input: ListDomainNamesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDomainsForPackageCommandInput
19
19
  export interface ListDomainsForPackageCommandOutput
20
20
  extends ListDomainsForPackageResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDomainsForPackageCommand extends $Command<
24
23
  ListDomainsForPackageCommandInput,
25
24
  ListDomainsForPackageCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDomainsForPackageCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDomainsForPackageCommandInput;
29
28
  constructor(input: ListDomainsForPackageCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListElasticsearchInstanceTypesCommandInput
19
19
  export interface ListElasticsearchInstanceTypesCommandOutput
20
20
  extends ListElasticsearchInstanceTypesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListElasticsearchInstanceTypesCommand extends $Command<
24
23
  ListElasticsearchInstanceTypesCommandInput,
25
24
  ListElasticsearchInstanceTypesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListElasticsearchInstanceTypesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListElasticsearchInstanceTypesCommandInput;
29
28
  constructor(input: ListElasticsearchInstanceTypesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListElasticsearchVersionsCommandInput
19
19
  export interface ListElasticsearchVersionsCommandOutput
20
20
  extends ListElasticsearchVersionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListElasticsearchVersionsCommand extends $Command<
24
23
  ListElasticsearchVersionsCommandInput,
25
24
  ListElasticsearchVersionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListElasticsearchVersionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListElasticsearchVersionsCommandInput;
29
28
  constructor(input: ListElasticsearchVersionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListPackagesForDomainCommandInput
19
19
  export interface ListPackagesForDomainCommandOutput
20
20
  extends ListPackagesForDomainResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListPackagesForDomainCommand extends $Command<
24
23
  ListPackagesForDomainCommandInput,
25
24
  ListPackagesForDomainCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListPackagesForDomainCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListPackagesForDomainCommandInput;
29
28
  constructor(input: ListPackagesForDomainCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListTagsCommandInput extends ListTagsRequest {}
15
15
  export interface ListTagsCommandOutput
16
16
  extends ListTagsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListTagsCommand extends $Command<
20
19
  ListTagsCommandInput,
21
20
  ListTagsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListTagsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListTagsCommandInput;
25
24
  constructor(input: ListTagsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PurchaseReservedElasticsearchInstanceOfferingCommandInput
19
19
  export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput
20
20
  extends PurchaseReservedElasticsearchInstanceOfferingResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Command<
24
23
  PurchaseReservedElasticsearchInstanceOfferingCommandInput,
25
24
  PurchaseReservedElasticsearchInstanceOfferingCommandOutput,
@@ -27,7 +26,6 @@ export declare class PurchaseReservedElasticsearchInstanceOfferingCommand extend
27
26
  > {
28
27
  readonly input: PurchaseReservedElasticsearchInstanceOfferingCommandInput;
29
28
  constructor(input: PurchaseReservedElasticsearchInstanceOfferingCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RejectInboundCrossClusterSearchConnectionCommandInput
19
19
  export interface RejectInboundCrossClusterSearchConnectionCommandOutput
20
20
  extends RejectInboundCrossClusterSearchConnectionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RejectInboundCrossClusterSearchConnectionCommand extends $Command<
24
23
  RejectInboundCrossClusterSearchConnectionCommandInput,
25
24
  RejectInboundCrossClusterSearchConnectionCommandOutput,
@@ -27,7 +26,6 @@ export declare class RejectInboundCrossClusterSearchConnectionCommand extends $C
27
26
  > {
28
27
  readonly input: RejectInboundCrossClusterSearchConnectionCommandInput;
29
28
  constructor(input: RejectInboundCrossClusterSearchConnectionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { RemoveTagsRequest } from "../models/models_0";
14
14
  export interface RemoveTagsCommandInput extends RemoveTagsRequest {}
15
15
  export interface RemoveTagsCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class RemoveTagsCommand extends $Command<
18
17
  RemoveTagsCommandInput,
19
18
  RemoveTagsCommandOutput,
@@ -21,7 +20,6 @@ export declare class RemoveTagsCommand extends $Command<
21
20
  > {
22
21
  readonly input: RemoveTagsCommandInput;
23
22
  constructor(input: RemoveTagsCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartElasticsearchServiceSoftwareUpdateCommandInput
19
19
  export interface StartElasticsearchServiceSoftwareUpdateCommandOutput
20
20
  extends StartElasticsearchServiceSoftwareUpdateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartElasticsearchServiceSoftwareUpdateCommand extends $Command<
24
23
  StartElasticsearchServiceSoftwareUpdateCommandInput,
25
24
  StartElasticsearchServiceSoftwareUpdateCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartElasticsearchServiceSoftwareUpdateCommand extends $Com
27
26
  > {
28
27
  readonly input: StartElasticsearchServiceSoftwareUpdateCommandInput;
29
28
  constructor(input: StartElasticsearchServiceSoftwareUpdateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateElasticsearchDomainConfigCommandInput
19
19
  export interface UpdateElasticsearchDomainConfigCommandOutput
20
20
  extends UpdateElasticsearchDomainConfigResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateElasticsearchDomainConfigCommand extends $Command<
24
23
  UpdateElasticsearchDomainConfigCommandInput,
25
24
  UpdateElasticsearchDomainConfigCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateElasticsearchDomainConfigCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateElasticsearchDomainConfigCommandInput;
29
28
  constructor(input: UpdateElasticsearchDomainConfigCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdatePackageCommandInput extends UpdatePackageRequest {}
18
18
  export interface UpdatePackageCommandOutput
19
19
  extends UpdatePackageResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdatePackageCommand extends $Command<
23
22
  UpdatePackageCommandInput,
24
23
  UpdatePackageCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdatePackageCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdatePackageCommandInput;
28
27
  constructor(input: UpdatePackageCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpgradeElasticsearchDomainCommandInput
19
19
  export interface UpgradeElasticsearchDomainCommandOutput
20
20
  extends UpgradeElasticsearchDomainResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpgradeElasticsearchDomainCommand extends $Command<
24
23
  UpgradeElasticsearchDomainCommandInput,
25
24
  UpgradeElasticsearchDomainCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpgradeElasticsearchDomainCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpgradeElasticsearchDomainCommandInput;
29
28
  constructor(input: UpgradeElasticsearchDomainCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticsearchServiceClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ElasticsearchServiceServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }