@aws-sdk/client-elasticsearch-service 3.1077.0 → 3.1078.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 { CancelElasticsearchServiceSoftwareUpdateRequest, CancelElasticsearchServiceSoftwareUpdateResponse } 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 CancelElasticsearchServiceSoftwareUpdateCommandInput extends Ca
|
|
|
22
19
|
export interface CancelElasticsearchServiceSoftwareUpdateCommandOutput extends CancelElasticsearchServiceSoftwareUpdateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CancelElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
25
|
-
new (input: CancelElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CancelElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CancelElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CancelElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Cancels a scheduled service software update for an Amazon ES domain. You can only perform this operation before the <code>AutomatedUpdateDate</code> and when the <code>UpdateStatus</code> is in the <code>PENDING_UPDATE</code> state.</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 { CreateElasticsearchDomainRequest, CreateElasticsearchDomainResponse } 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 CreateElasticsearchDomainCommandInput extends CreateElasticsear
|
|
|
22
19
|
export interface CreateElasticsearchDomainCommandOutput extends CreateElasticsearchDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateElasticsearchDomainCommand_base: {
|
|
25
|
-
new (input: CreateElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new Elasticsearch domain. For more information,
|
|
@@ -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 { CreateOutboundCrossClusterSearchConnectionRequest, CreateOutboundCrossClusterSearchConnectionResponse } 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 CreateOutboundCrossClusterSearchConnectionCommandInput extends
|
|
|
22
19
|
export interface CreateOutboundCrossClusterSearchConnectionCommandOutput extends CreateOutboundCrossClusterSearchConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateOutboundCrossClusterSearchConnectionCommand_base: {
|
|
25
|
-
new (input: CreateOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new cross-cluster search connection from a source domain to a destination 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 { CreatePackageRequest, CreatePackageResponse } 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 CreatePackageCommandInput extends CreatePackageRequest {
|
|
|
22
19
|
export interface CreatePackageCommandOutput extends CreatePackageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePackageCommand_base: {
|
|
25
|
-
new (input: CreatePackageCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePackageCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePackageCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePackageCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a package for use with Amazon ES domains.</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 { CreateVpcEndpointRequest, CreateVpcEndpointResponse } 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 CreateVpcEndpointCommandInput extends CreateVpcEndpointRequest
|
|
|
22
19
|
export interface CreateVpcEndpointCommandOutput extends CreateVpcEndpointResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateVpcEndpointCommand_base: {
|
|
25
|
-
new (input: CreateVpcEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateVpcEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateVpcEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateVpcEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Amazon OpenSearch Service-managed VPC endpoint.</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 { DeleteElasticsearchDomainRequest, DeleteElasticsearchDomainResponse } 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 DeleteElasticsearchDomainCommandInput extends DeleteElasticsear
|
|
|
22
19
|
export interface DeleteElasticsearchDomainCommandOutput extends DeleteElasticsearchDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteElasticsearchDomainCommand_base: {
|
|
25
|
-
new (input: DeleteElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.</p>
|
|
@@ -1,11 +1,8 @@
|
|
|
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
|
/**
|
|
5
3
|
* @public
|
|
6
4
|
*/
|
|
7
5
|
export type { __MetadataBearer };
|
|
8
|
-
export { $Command };
|
|
9
6
|
/**
|
|
10
7
|
* @public
|
|
11
8
|
*
|
|
@@ -21,11 +18,9 @@ export interface DeleteElasticsearchServiceRoleCommandInput {
|
|
|
21
18
|
export interface DeleteElasticsearchServiceRoleCommandOutput extends __MetadataBearer {
|
|
22
19
|
}
|
|
23
20
|
declare const DeleteElasticsearchServiceRoleCommand_base: {
|
|
24
|
-
new (input: DeleteElasticsearchServiceRoleCommandInput): import("@smithy/core/client").CommandImpl<DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
-
new (...[input]: [] | [DeleteElasticsearchServiceRoleCommandInput]): import("@smithy/core/client").CommandImpl<DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
getEndpointParameterInstructions():
|
|
27
|
-
[x: string]: unknown;
|
|
28
|
-
};
|
|
21
|
+
new (input: DeleteElasticsearchServiceRoleCommandInput): import("@smithy/core/client").CommandImpl<DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
22
|
+
new (...[input]: [] | [DeleteElasticsearchServiceRoleCommandInput]): import("@smithy/core/client").CommandImpl<DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
29
24
|
};
|
|
30
25
|
/**
|
|
31
26
|
* <p>Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains. Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-enabling-slr" target="_blank">Deleting Elasticsearch Service Role</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i>.</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 { DeleteInboundCrossClusterSearchConnectionRequest, DeleteInboundCrossClusterSearchConnectionResponse } 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 DeleteInboundCrossClusterSearchConnectionCommandInput extends D
|
|
|
22
19
|
export interface DeleteInboundCrossClusterSearchConnectionCommandOutput extends DeleteInboundCrossClusterSearchConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteInboundCrossClusterSearchConnectionCommand_base: {
|
|
25
|
-
new (input: DeleteInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput, 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 delete an existing inbound cross-cluster search connection.</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 { DeleteOutboundCrossClusterSearchConnectionRequest, DeleteOutboundCrossClusterSearchConnectionResponse } 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 DeleteOutboundCrossClusterSearchConnectionCommandInput extends
|
|
|
22
19
|
export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput extends DeleteOutboundCrossClusterSearchConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteOutboundCrossClusterSearchConnectionCommand_base: {
|
|
25
|
-
new (input: DeleteOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Allows the source domain owner to delete an existing outbound cross-cluster search connection.</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 { DeletePackageRequest, DeletePackageResponse } 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 DeletePackageCommandInput extends DeletePackageRequest {
|
|
|
22
19
|
export interface DeletePackageCommandOutput extends DeletePackageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeletePackageCommand_base: {
|
|
25
|
-
new (input: DeletePackageCommandInput): import("@smithy/core/client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeletePackageCommandInput): import("@smithy/core/client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeletePackageCommandInput): import("@smithy/core/client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeletePackageCommandInput): import("@smithy/core/client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete 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 { DeleteVpcEndpointRequest, DeleteVpcEndpointResponse } 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 DeleteVpcEndpointCommandInput extends DeleteVpcEndpointRequest
|
|
|
22
19
|
export interface DeleteVpcEndpointCommandOutput extends DeleteVpcEndpointResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteVpcEndpointCommand_base: {
|
|
25
|
-
new (input: DeleteVpcEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteVpcEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteVpcEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteVpcEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.</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 { DescribeDomainAutoTunesRequest, DescribeDomainAutoTunesResponse } 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 DescribeDomainAutoTunesCommandInput extends DescribeDomainAutoT
|
|
|
22
19
|
export interface DescribeDomainAutoTunesCommandOutput extends DescribeDomainAutoTunesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDomainAutoTunesCommand_base: {
|
|
25
|
-
new (input: DescribeDomainAutoTunesCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeDomainAutoTunesCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDomainAutoTunesCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeDomainAutoTunesCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.</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 { DescribeDomainChangeProgressRequest, DescribeDomainChangeProgressResponse } 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 DescribeDomainChangeProgressCommandInput extends DescribeDomain
|
|
|
22
19
|
export interface DescribeDomainChangeProgressCommandOutput extends DescribeDomainChangeProgressResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDomainChangeProgressCommand_base: {
|
|
25
|
-
new (input: DescribeDomainChangeProgressCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeDomainChangeProgressCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDomainChangeProgressCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeDomainChangeProgressCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the current blue/green deployment happening on a domain, including
|
|
@@ -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 { DescribeElasticsearchDomainRequest, DescribeElasticsearchDomainResponse } 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 DescribeElasticsearchDomainCommandInput extends DescribeElastic
|
|
|
22
19
|
export interface DescribeElasticsearchDomainCommandOutput extends DescribeElasticsearchDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeElasticsearchDomainCommand_base: {
|
|
25
|
-
new (input: DescribeElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.</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 { DescribeElasticsearchDomainConfigRequest, DescribeElasticsearchDomainConfigResponse } 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 DescribeElasticsearchDomainConfigCommandInput extends DescribeE
|
|
|
22
19
|
export interface DescribeElasticsearchDomainConfigCommandOutput extends DescribeElasticsearchDomainConfigResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeElasticsearchDomainConfigCommand_base: {
|
|
25
|
-
new (input: DescribeElasticsearchDomainConfigCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeElasticsearchDomainConfigCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeElasticsearchDomainConfigCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeElasticsearchDomainConfigCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.</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 { DescribeElasticsearchDomainsRequest, DescribeElasticsearchDomainsResponse } 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 DescribeElasticsearchDomainsCommandInput extends DescribeElasti
|
|
|
22
19
|
export interface DescribeElasticsearchDomainsCommandOutput extends DescribeElasticsearchDomainsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeElasticsearchDomainsCommand_base: {
|
|
25
|
-
new (input: DescribeElasticsearchDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeElasticsearchDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeElasticsearchDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeElasticsearchDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.</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 { DescribeElasticsearchInstanceTypeLimitsRequest, DescribeElasticsearchInstanceTypeLimitsResponse } 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 DescribeElasticsearchInstanceTypeLimitsCommandInput extends Des
|
|
|
22
19
|
export interface DescribeElasticsearchInstanceTypeLimitsCommandOutput extends DescribeElasticsearchInstanceTypeLimitsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeElasticsearchInstanceTypeLimitsCommand_base: {
|
|
25
|
-
new (input: DescribeElasticsearchInstanceTypeLimitsCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeElasticsearchInstanceTypeLimitsCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeElasticsearchInstanceTypeLimitsCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeElasticsearchInstanceTypeLimitsCommandInput): import("@smithy/core/client").CommandImpl<DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput, 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 { DescribeInboundCrossClusterSearchConnectionsRequest, DescribeInboundCrossClusterSearchConnectionsResponse } 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 DescribeInboundCrossClusterSearchConnectionsCommandInput extend
|
|
|
22
19
|
export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput extends DescribeInboundCrossClusterSearchConnectionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeInboundCrossClusterSearchConnectionsCommand_base: {
|
|
25
|
-
new (input: DescribeInboundCrossClusterSearchConnectionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeInboundCrossClusterSearchConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeInboundCrossClusterSearchConnectionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeInboundCrossClusterSearchConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all the inbound cross-cluster search connections for a destination 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 { DescribeOutboundCrossClusterSearchConnectionsRequest, DescribeOutboundCrossClusterSearchConnectionsResponse } 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 DescribeOutboundCrossClusterSearchConnectionsCommandInput exten
|
|
|
22
19
|
export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput extends DescribeOutboundCrossClusterSearchConnectionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeOutboundCrossClusterSearchConnectionsCommand_base: {
|
|
25
|
-
new (input: DescribeOutboundCrossClusterSearchConnectionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeOutboundCrossClusterSearchConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeOutboundCrossClusterSearchConnectionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeOutboundCrossClusterSearchConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all the outbound cross-cluster search connections for a source 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 { DescribePackagesRequest, DescribePackagesResponse } 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 DescribePackagesCommandInput extends DescribePackagesRequest {
|
|
|
22
19
|
export interface DescribePackagesCommandOutput extends DescribePackagesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribePackagesCommand_base: {
|
|
25
|
-
new (input: DescribePackagesCommandInput): import("@smithy/core/client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribePackagesCommandInput]): import("@smithy/core/client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribePackagesCommandInput): import("@smithy/core/client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribePackagesCommandInput]): import("@smithy/core/client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, import("..").ElasticsearchServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.</p>
|