@aws-sdk/client-elasticsearch-service 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +125 -119
- package/dist-cjs/models/ElasticsearchServiceServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +35 -16
- package/dist-es/ElasticsearchService.js +1 -1
- package/dist-es/ElasticsearchServiceClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/AssociatePackageCommand.js +2 -2
- package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +2 -2
- package/dist-es/commands/CancelDomainConfigChangeCommand.js +2 -2
- package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +2 -2
- package/dist-es/commands/CreateElasticsearchDomainCommand.js +2 -2
- package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/CreatePackageCommand.js +2 -2
- package/dist-es/commands/CreateVpcEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteElasticsearchDomainCommand.js +2 -2
- package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +2 -2
- package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/DeletePackageCommand.js +2 -2
- package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -2
- package/dist-es/commands/DescribeDomainAutoTunesCommand.js +2 -2
- package/dist-es/commands/DescribeDomainChangeProgressCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchDomainCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribePackagesCommand.js +2 -2
- package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +2 -2
- package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +2 -2
- package/dist-es/commands/DissociatePackageCommand.js +2 -2
- package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +2 -2
- package/dist-es/commands/GetPackageVersionHistoryCommand.js +2 -2
- package/dist-es/commands/GetUpgradeHistoryCommand.js +2 -2
- package/dist-es/commands/GetUpgradeStatusCommand.js +2 -2
- package/dist-es/commands/ListDomainNamesCommand.js +2 -2
- package/dist-es/commands/ListDomainsForPackageCommand.js +2 -2
- package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +2 -2
- package/dist-es/commands/ListElasticsearchVersionsCommand.js +2 -2
- package/dist-es/commands/ListPackagesForDomainCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListVpcEndpointAccessCommand.js +2 -2
- package/dist-es/commands/ListVpcEndpointsCommand.js +2 -2
- package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +2 -2
- package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +2 -2
- package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +2 -2
- package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +2 -2
- package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +2 -2
- package/dist-es/commands/UpdatePackageCommand.js +2 -2
- package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -2
- package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ElasticsearchServiceServiceException.js +1 -1
- package/dist-es/models/enums.js +6 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +30 -11
- package/dist-types/ElasticsearchServiceClient.d.ts +5 -5
- package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/AssociatePackageCommand.d.ts +6 -4
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +6 -4
- package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +17 -4
- package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/CreatePackageCommand.d.ts +6 -4
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +12 -4
- package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeletePackageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +6 -4
- package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +12 -4
- package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +15 -4
- package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +12 -4
- package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribePackagesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/DissociatePackageCommand.d.ts +6 -4
- package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +6 -4
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +6 -4
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +6 -4
- package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -4
- package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +6 -4
- package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +20 -4
- package/dist-types/commands/UpdatePackageCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ElasticsearchServiceServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +103 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +26 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteElasticsearchDomainCommandOutput
|
|
|
19
19
|
declare const DeleteElasticsearchDomainCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteElasticsearchDomainCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteElasticsearchDomainCommandInput,
|
|
24
24
|
DeleteElasticsearchDomainCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteElasticsearchDomainCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteElasticsearchDomainCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteElasticsearchDomainCommandInput,
|
|
33
33
|
DeleteElasticsearchDomainCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteElasticsearchDomainCommand extends DeleteElasticsearchDomainCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeleteElasticsearchServiceRoleCommandOutput
|
|
|
13
13
|
declare const DeleteElasticsearchServiceRoleCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteElasticsearchServiceRoleCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteElasticsearchServiceRoleCommandInput,
|
|
18
18
|
DeleteElasticsearchServiceRoleCommandOutput,
|
|
19
19
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteElasticsearchServiceRoleCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
...[input]: [] | [DeleteElasticsearchServiceRoleCommandInput]
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteElasticsearchServiceRoleCommandInput,
|
|
27
27
|
DeleteElasticsearchServiceRoleCommandOutput,
|
|
28
28
|
ElasticsearchServiceClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteElasticsearchServiceRoleCommand extends DeleteElasticsearchServiceRoleCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteInboundCrossClusterSearchConnectionCommandOutput
|
|
|
19
19
|
declare const DeleteInboundCrossClusterSearchConnectionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteInboundCrossClusterSearchConnectionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
24
24
|
DeleteInboundCrossClusterSearchConnectionCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteInboundCrossClusterSearchConnectionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteInboundCrossClusterSearchConnectionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
33
33
|
DeleteInboundCrossClusterSearchConnectionCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteInboundCrossClusterSearchConnectionCommand extends DeleteInboundCrossClusterSearchConnectionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput
|
|
|
19
19
|
declare const DeleteOutboundCrossClusterSearchConnectionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteOutboundCrossClusterSearchConnectionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
24
24
|
DeleteOutboundCrossClusterSearchConnectionCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteOutboundCrossClusterSearchConnectionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteOutboundCrossClusterSearchConnectionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
33
33
|
DeleteOutboundCrossClusterSearchConnectionCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteOutboundCrossClusterSearchConnectionCommand extends DeleteOutboundCrossClusterSearchConnectionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeletePackageCommandOutput
|
|
|
18
18
|
declare const DeletePackageCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeletePackageCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeletePackageCommandInput,
|
|
23
23
|
DeletePackageCommandOutput,
|
|
24
24
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeletePackageCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeletePackageCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeletePackageCommandInput,
|
|
32
32
|
DeletePackageCommandOutput,
|
|
33
33
|
ElasticsearchServiceClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeletePackageCommand extends DeletePackageCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteVpcEndpointCommandOutput
|
|
|
19
19
|
declare const DeleteVpcEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteVpcEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteVpcEndpointCommandInput,
|
|
24
24
|
DeleteVpcEndpointCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteVpcEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteVpcEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteVpcEndpointCommandInput,
|
|
33
33
|
DeleteVpcEndpointCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteVpcEndpointCommand extends DeleteVpcEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeDomainAutoTunesCommandOutput
|
|
|
19
19
|
declare const DescribeDomainAutoTunesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeDomainAutoTunesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeDomainAutoTunesCommandInput,
|
|
24
24
|
DescribeDomainAutoTunesCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeDomainAutoTunesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeDomainAutoTunesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeDomainAutoTunesCommandInput,
|
|
33
33
|
DescribeDomainAutoTunesCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeDomainAutoTunesCommand extends DescribeDomainAutoTunesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeDomainChangeProgressCommandOutput
|
|
|
19
19
|
declare const DescribeDomainChangeProgressCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeDomainChangeProgressCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeDomainChangeProgressCommandInput,
|
|
24
24
|
DescribeDomainChangeProgressCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeDomainChangeProgressCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeDomainChangeProgressCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeDomainChangeProgressCommandInput,
|
|
33
33
|
DescribeDomainChangeProgressCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeDomainChangeProgressCommand extends DescribeDomainChangeProgressCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeElasticsearchDomainCommandOutput
|
|
|
19
19
|
declare const DescribeElasticsearchDomainCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeElasticsearchDomainCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeElasticsearchDomainCommandInput,
|
|
24
24
|
DescribeElasticsearchDomainCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeElasticsearchDomainCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeElasticsearchDomainCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeElasticsearchDomainCommandInput,
|
|
33
33
|
DescribeElasticsearchDomainCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeElasticsearchDomainCommand extends DescribeElasticsearchDomainCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeElasticsearchDomainConfigCommandOutput
|
|
|
19
19
|
declare const DescribeElasticsearchDomainConfigCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeElasticsearchDomainConfigCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeElasticsearchDomainConfigCommandInput,
|
|
24
24
|
DescribeElasticsearchDomainConfigCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeElasticsearchDomainConfigCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeElasticsearchDomainConfigCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeElasticsearchDomainConfigCommandInput,
|
|
33
33
|
DescribeElasticsearchDomainConfigCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeElasticsearchDomainConfigCommand extends DescribeElasticsearchDomainConfigCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeElasticsearchDomainsCommandOutput
|
|
|
19
19
|
declare const DescribeElasticsearchDomainsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeElasticsearchDomainsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeElasticsearchDomainsCommandInput,
|
|
24
24
|
DescribeElasticsearchDomainsCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeElasticsearchDomainsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeElasticsearchDomainsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeElasticsearchDomainsCommandInput,
|
|
33
33
|
DescribeElasticsearchDomainsCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeElasticsearchDomainsCommand extends DescribeElasticsearchDomainsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeElasticsearchInstanceTypeLimitsCommandOutput
|
|
|
19
19
|
declare const DescribeElasticsearchInstanceTypeLimitsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeElasticsearchInstanceTypeLimitsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
24
24
|
DescribeElasticsearchInstanceTypeLimitsCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeElasticsearchInstanceTypeLimitsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeElasticsearchInstanceTypeLimitsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
33
33
|
DescribeElasticsearchInstanceTypeLimitsCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeElasticsearchInstanceTypeLimitsCommand extends DescribeElasticsearchInstanceTypeLimitsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput
|
|
|
19
19
|
declare const DescribeInboundCrossClusterSearchConnectionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeInboundCrossClusterSearchConnectionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
24
24
|
DescribeInboundCrossClusterSearchConnectionsCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeInboundCrossClusterSearchConnectionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeInboundCrossClusterSearchConnectionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
33
33
|
DescribeInboundCrossClusterSearchConnectionsCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeInboundCrossClusterSearchConnectionsCommand extends DescribeInboundCrossClusterSearchConnectionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput
|
|
|
19
19
|
declare const DescribeOutboundCrossClusterSearchConnectionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeOutboundCrossClusterSearchConnectionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
24
24
|
DescribeOutboundCrossClusterSearchConnectionsCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeOutboundCrossClusterSearchConnectionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeOutboundCrossClusterSearchConnectionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
33
33
|
DescribeOutboundCrossClusterSearchConnectionsCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeOutboundCrossClusterSearchConnectionsCommand extends DescribeOutboundCrossClusterSearchConnectionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribePackagesCommandOutput
|
|
|
18
18
|
declare const DescribePackagesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribePackagesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribePackagesCommandInput,
|
|
23
23
|
DescribePackagesCommandOutput,
|
|
24
24
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribePackagesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [DescribePackagesCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribePackagesCommandInput,
|
|
32
32
|
DescribePackagesCommandOutput,
|
|
33
33
|
ElasticsearchServiceClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribePackagesCommand extends DescribePackagesCommand_base {
|
|
40
42
|
protected static __types: {
|
package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput
|
|
|
19
19
|
declare const DescribeReservedElasticsearchInstanceOfferingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeReservedElasticsearchInstanceOfferingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
24
24
|
DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -30,14 +30,16 @@ declare const DescribeReservedElasticsearchInstanceOfferingsCommand_base: {
|
|
|
30
30
|
...[input]:
|
|
31
31
|
| []
|
|
32
32
|
| [DescribeReservedElasticsearchInstanceOfferingsCommandInput]
|
|
33
|
-
): import("@smithy/
|
|
33
|
+
): import("@smithy/core/client").CommandImpl<
|
|
34
34
|
DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
35
35
|
DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
|
|
36
36
|
ElasticsearchServiceClientResolvedConfig,
|
|
37
37
|
ServiceInputTypes,
|
|
38
38
|
ServiceOutputTypes
|
|
39
39
|
>;
|
|
40
|
-
getEndpointParameterInstructions():
|
|
40
|
+
getEndpointParameterInstructions(): {
|
|
41
|
+
[x: string]: unknown;
|
|
42
|
+
};
|
|
41
43
|
};
|
|
42
44
|
export declare class DescribeReservedElasticsearchInstanceOfferingsCommand extends DescribeReservedElasticsearchInstanceOfferingsCommand_base {
|
|
43
45
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeReservedElasticsearchInstancesCommandOutput
|
|
|
19
19
|
declare const DescribeReservedElasticsearchInstancesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeReservedElasticsearchInstancesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeReservedElasticsearchInstancesCommandInput,
|
|
24
24
|
DescribeReservedElasticsearchInstancesCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeReservedElasticsearchInstancesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeReservedElasticsearchInstancesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeReservedElasticsearchInstancesCommandInput,
|
|
33
33
|
DescribeReservedElasticsearchInstancesCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeReservedElasticsearchInstancesCommand extends DescribeReservedElasticsearchInstancesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeVpcEndpointsCommandOutput
|
|
|
19
19
|
declare const DescribeVpcEndpointsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeVpcEndpointsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeVpcEndpointsCommandInput,
|
|
24
24
|
DescribeVpcEndpointsCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeVpcEndpointsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeVpcEndpointsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeVpcEndpointsCommandInput,
|
|
33
33
|
DescribeVpcEndpointsCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeVpcEndpointsCommand extends DescribeVpcEndpointsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DissociatePackageCommandOutput
|
|
|
19
19
|
declare const DissociatePackageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DissociatePackageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DissociatePackageCommandInput,
|
|
24
24
|
DissociatePackageCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DissociatePackageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DissociatePackageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DissociatePackageCommandInput,
|
|
33
33
|
DissociatePackageCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DissociatePackageCommand extends DissociatePackageCommand_base {
|
|
41
43
|
protected static __types: {
|