@aws-sdk/client-elasticsearch-service 3.1077.0 → 3.1079.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.
- package/dist-cjs/index.js +159 -613
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +2 -14
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/AssociatePackageCommand.js +2 -14
- package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +2 -14
- package/dist-es/commands/CancelDomainConfigChangeCommand.js +2 -14
- package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +2 -14
- package/dist-es/commands/CreateElasticsearchDomainCommand.js +2 -14
- package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +2 -14
- package/dist-es/commands/CreatePackageCommand.js +2 -14
- package/dist-es/commands/CreateVpcEndpointCommand.js +2 -14
- package/dist-es/commands/DeleteElasticsearchDomainCommand.js +2 -14
- package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +2 -14
- package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +2 -14
- package/dist-es/commands/DeletePackageCommand.js +2 -14
- package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -14
- package/dist-es/commands/DescribeDomainAutoTunesCommand.js +2 -14
- package/dist-es/commands/DescribeDomainChangeProgressCommand.js +2 -14
- package/dist-es/commands/DescribeElasticsearchDomainCommand.js +2 -14
- package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +2 -14
- package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +2 -14
- package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +2 -14
- package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +2 -14
- package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +2 -14
- package/dist-es/commands/DescribePackagesCommand.js +2 -14
- package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +2 -14
- package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +2 -14
- package/dist-es/commands/DissociatePackageCommand.js +2 -14
- package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +2 -14
- package/dist-es/commands/GetPackageVersionHistoryCommand.js +2 -14
- package/dist-es/commands/GetUpgradeHistoryCommand.js +2 -14
- package/dist-es/commands/GetUpgradeStatusCommand.js +2 -14
- package/dist-es/commands/ListDomainNamesCommand.js +2 -14
- package/dist-es/commands/ListDomainsForPackageCommand.js +2 -14
- package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +2 -14
- package/dist-es/commands/ListElasticsearchVersionsCommand.js +2 -14
- package/dist-es/commands/ListPackagesForDomainCommand.js +2 -14
- package/dist-es/commands/ListTagsCommand.js +2 -14
- package/dist-es/commands/ListVpcEndpointAccessCommand.js +2 -14
- package/dist-es/commands/ListVpcEndpointsCommand.js +2 -14
- package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +2 -14
- package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +2 -14
- package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +2 -14
- package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +2 -14
- package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +2 -14
- package/dist-es/commands/UpdatePackageCommand.js +2 -14
- package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -14
- package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +3 -8
- package/dist-types/commands/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/AssociatePackageCommand.d.ts +3 -8
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +3 -8
- package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +3 -8
- package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreatePackageCommand.d.ts +3 -8
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeletePackageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +3 -8
- package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +3 -8
- package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +3 -8
- package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribePackagesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/DissociatePackageCommand.d.ts +3 -8
- package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +3 -8
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +3 -8
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +3 -8
- package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +3 -8
- package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +3 -8
- package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePackageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { DescribeReservedElasticsearchInstanceOfferingsRequest, DescribeReservedElasticsearchInstanceOfferingsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeReservedElasticsearchInstanceOfferingsCommandInput exte
|
|
|
22
19
|
export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput extends DescribeReservedElasticsearchInstanceOfferingsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeReservedElasticsearchInstanceOfferingsCommand_base: {
|
|
25
|
-
new (input: DescribeReservedElasticsearchInstanceOfferingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeReservedElasticsearchInstanceOfferingsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeReservedElasticsearchInstanceOfferingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeReservedElasticsearchInstanceOfferingsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists available reserved Elasticsearch instance offerings.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { DescribeReservedElasticsearchInstancesRequest, DescribeReservedElasticsearchInstancesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeReservedElasticsearchInstancesCommandInput extends Desc
|
|
|
22
19
|
export interface DescribeReservedElasticsearchInstancesCommandOutput extends DescribeReservedElasticsearchInstancesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeReservedElasticsearchInstancesCommand_base: {
|
|
25
|
-
new (input: DescribeReservedElasticsearchInstancesCommandInput): import("@smithy/core/client").CommandImpl<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeReservedElasticsearchInstancesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeReservedElasticsearchInstancesCommandInput): import("@smithy/core/client").CommandImpl<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeReservedElasticsearchInstancesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about reserved Elasticsearch instances for this account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeVpcEndpointsCommandInput extends DescribeVpcEndpointsRe
|
|
|
22
19
|
export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeVpcEndpointsCommand_base: {
|
|
25
|
-
new (input: DescribeVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes one or more Amazon OpenSearch Service-managed VPC endpoints.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DissociatePackageCommandInput extends DissociatePackageRequest
|
|
|
22
19
|
export interface DissociatePackageCommandOutput extends DissociatePackageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DissociatePackageCommand_base: {
|
|
25
|
-
new (input: DissociatePackageCommandInput): import("@smithy/core/client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DissociatePackageCommandInput): import("@smithy/core/client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DissociatePackageCommandInput): import("@smithy/core/client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DissociatePackageCommandInput): import("@smithy/core/client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Dissociates a package from the Amazon ES domain.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { GetCompatibleElasticsearchVersionsRequest, GetCompatibleElasticsearchVersionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCompatibleElasticsearchVersionsCommandInput extends GetCompa
|
|
|
22
19
|
export interface GetCompatibleElasticsearchVersionsCommandOutput extends GetCompatibleElasticsearchVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCompatibleElasticsearchVersionsCommand_base: {
|
|
25
|
-
new (input: GetCompatibleElasticsearchVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetCompatibleElasticsearchVersionsCommandInput]): import("@smithy/core/client").CommandImpl<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCompatibleElasticsearchVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetCompatibleElasticsearchVersionsCommandInput]): import("@smithy/core/client").CommandImpl<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetPackageVersionHistoryCommandInput extends GetPackageVersionH
|
|
|
22
19
|
export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersionHistoryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetPackageVersionHistoryCommand_base: {
|
|
25
|
-
new (input: GetPackageVersionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetPackageVersionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetPackageVersionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetPackageVersionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of versions of the package, along with their creation time and commit message.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetUpgradeHistoryCommandInput extends GetUpgradeHistoryRequest
|
|
|
22
19
|
export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetUpgradeHistoryCommand_base: {
|
|
25
|
-
new (input: GetUpgradeHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetUpgradeHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetUpgradeHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetUpgradeHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the complete history of the last 10 upgrades that were performed on the domain.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {
|
|
|
22
19
|
export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetUpgradeStatusCommand_base: {
|
|
25
|
-
new (input: GetUpgradeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetUpgradeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetUpgradeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetUpgradeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
|
|
|
22
19
|
export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDomainNamesCommand_base: {
|
|
25
|
-
new (input: ListDomainNamesCommandInput): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDomainNamesCommandInput): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the name of all Elasticsearch domains owned by the current user's account. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDomainsForPackageCommandInput extends ListDomainsForPackage
|
|
|
22
19
|
export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDomainsForPackageCommand_base: {
|
|
25
|
-
new (input: ListDomainsForPackageCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDomainsForPackageCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDomainsForPackageCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDomainsForPackageCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all Amazon ES domains associated with the package.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { ListElasticsearchInstanceTypesRequest, ListElasticsearchInstanceTypesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListElasticsearchInstanceTypesCommandInput extends ListElastics
|
|
|
22
19
|
export interface ListElasticsearchInstanceTypesCommandOutput extends ListElasticsearchInstanceTypesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListElasticsearchInstanceTypesCommand_base: {
|
|
25
|
-
new (input: ListElasticsearchInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListElasticsearchInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListElasticsearchInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListElasticsearchInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List all Elasticsearch instance types that are supported for given ElasticsearchVersion</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { ListElasticsearchVersionsRequest, ListElasticsearchVersionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListElasticsearchVersionsCommandInput extends ListElasticsearch
|
|
|
22
19
|
export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearchVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListElasticsearchVersionsCommand_base: {
|
|
25
|
-
new (input: ListElasticsearchVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListElasticsearchVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListElasticsearchVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListElasticsearchVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List all supported Elasticsearch versions</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { ListPackagesForDomainRequest, ListPackagesForDomainResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPackagesForDomainCommandInput extends ListPackagesForDomain
|
|
|
22
19
|
export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPackagesForDomainCommand_base: {
|
|
25
|
-
new (input: ListPackagesForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPackagesForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPackagesForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPackagesForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all packages associated with the Amazon ES domain.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsCommandInput extends ListTagsRequest {
|
|
|
22
19
|
export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsCommand_base: {
|
|
25
|
-
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns all tags for the given Elasticsearch domain.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { ListVpcEndpointAccessRequest, ListVpcEndpointAccessResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListVpcEndpointAccessCommandInput extends ListVpcEndpointAccess
|
|
|
22
19
|
export interface ListVpcEndpointAccessCommandOutput extends ListVpcEndpointAccessResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVpcEndpointAccessCommand_base: {
|
|
25
|
-
new (input: ListVpcEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListVpcEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVpcEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListVpcEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about each principal that is allowed to access a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListVpcEndpointsCommandInput extends ListVpcEndpointsRequest {
|
|
|
22
19
|
export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVpcEndpointsCommand_base: {
|
|
25
|
-
new (input: ListVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListVpcEndpointsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListVpcEndpointsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { ListVpcEndpointsForDomainRequest, ListVpcEndpointsForDomainResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListVpcEndpointsForDomainCommandInput extends ListVpcEndpointsF
|
|
|
22
19
|
export interface ListVpcEndpointsForDomainCommandOutput extends ListVpcEndpointsForDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVpcEndpointsForDomainCommand_base: {
|
|
25
|
-
new (input: ListVpcEndpointsForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListVpcEndpointsForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVpcEndpointsForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListVpcEndpointsForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { PurchaseReservedElasticsearchInstanceOfferingRequest, PurchaseReservedElasticsearchInstanceOfferingResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PurchaseReservedElasticsearchInstanceOfferingCommandInput exten
|
|
|
22
19
|
export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput extends PurchaseReservedElasticsearchInstanceOfferingResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PurchaseReservedElasticsearchInstanceOfferingCommand_base: {
|
|
25
|
-
new (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Allows you to purchase reserved Elasticsearch instances.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { RejectInboundCrossClusterSearchConnectionRequest, RejectInboundCrossClusterSearchConnectionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RejectInboundCrossClusterSearchConnectionCommandInput extends R
|
|
|
22
19
|
export interface RejectInboundCrossClusterSearchConnectionCommandOutput extends RejectInboundCrossClusterSearchConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RejectInboundCrossClusterSearchConnectionCommand_base: {
|
|
25
|
-
new (input: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Allows the destination domain owner to reject an inbound cross-cluster search connection request.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
|
|
4
2
|
import type { RemoveTagsRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RemoveTagsCommandInput extends RemoveTagsRequest {
|
|
|
22
19
|
export interface RemoveTagsCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemoveTagsCommand_base: {
|
|
25
|
-
new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified set of tags from the specified Elasticsearch domain.</p>
|