@aws-sdk/client-elasticsearch-service 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/ElasticsearchService.d.ts +168 -276
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +8 -27
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -24
- package/dist-types/ts3.4/models/errors.d.ts +8 -27
- package/dist-types/ts3.4/models/models_0.d.ts +13 -39
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDomainAutoTunesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDomainAutoTunesCommandInput
|
|
8
|
-
extends DescribeDomainAutoTunesRequest {}
|
|
7
|
+
export interface DescribeDomainAutoTunesCommandInput extends DescribeDomainAutoTunesRequest {}
|
|
9
8
|
export interface DescribeDomainAutoTunesCommandOutput
|
|
10
|
-
extends DescribeDomainAutoTunesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDomainAutoTunesResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDomainAutoTunesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDomainAutoTunesCommandInput
|
|
12
|
+
input: DescribeDomainAutoTunesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDomainAutoTunesCommandInput,
|
|
17
15
|
DescribeDomainAutoTunesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDomainAutoTunesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDomainAutoTunesCommandInput
|
|
21
|
+
input: DescribeDomainAutoTunesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDomainAutoTunesCommandInput,
|
|
26
24
|
DescribeDomainAutoTunesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDomainChangeProgressResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDomainChangeProgressCommandInput
|
|
8
|
-
extends DescribeDomainChangeProgressRequest {}
|
|
7
|
+
export interface DescribeDomainChangeProgressCommandInput extends DescribeDomainChangeProgressRequest {}
|
|
9
8
|
export interface DescribeDomainChangeProgressCommandOutput
|
|
10
|
-
extends DescribeDomainChangeProgressResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDomainChangeProgressResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDomainChangeProgressCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDomainChangeProgressCommandInput
|
|
12
|
+
input: DescribeDomainChangeProgressCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDomainChangeProgressCommandInput,
|
|
17
15
|
DescribeDomainChangeProgressCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDomainChangeProgressCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDomainChangeProgressCommandInput
|
|
21
|
+
input: DescribeDomainChangeProgressCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDomainChangeProgressCommandInput,
|
|
26
24
|
DescribeDomainChangeProgressCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeElasticsearchDomainResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeElasticsearchDomainCommandInput
|
|
8
|
-
extends DescribeElasticsearchDomainRequest {}
|
|
7
|
+
export interface DescribeElasticsearchDomainCommandInput extends DescribeElasticsearchDomainRequest {}
|
|
9
8
|
export interface DescribeElasticsearchDomainCommandOutput
|
|
10
|
-
extends DescribeElasticsearchDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeElasticsearchDomainResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeElasticsearchDomainCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeElasticsearchDomainCommandInput
|
|
12
|
+
input: DescribeElasticsearchDomainCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeElasticsearchDomainCommandInput,
|
|
17
15
|
DescribeElasticsearchDomainCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeElasticsearchDomainCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeElasticsearchDomainCommandInput
|
|
21
|
+
input: DescribeElasticsearchDomainCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeElasticsearchDomainCommandInput,
|
|
26
24
|
DescribeElasticsearchDomainCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeElasticsearchDomainConfigResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeElasticsearchDomainConfigCommandInput
|
|
8
|
-
extends DescribeElasticsearchDomainConfigRequest {}
|
|
7
|
+
export interface DescribeElasticsearchDomainConfigCommandInput extends DescribeElasticsearchDomainConfigRequest {}
|
|
9
8
|
export interface DescribeElasticsearchDomainConfigCommandOutput
|
|
10
|
-
extends DescribeElasticsearchDomainConfigResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeElasticsearchDomainConfigResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeElasticsearchDomainConfigCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeElasticsearchDomainConfigCommandInput
|
|
12
|
+
input: DescribeElasticsearchDomainConfigCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeElasticsearchDomainConfigCommandInput,
|
|
17
15
|
DescribeElasticsearchDomainConfigCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeElasticsearchDomainConfigCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeElasticsearchDomainConfigCommandInput
|
|
21
|
+
input: DescribeElasticsearchDomainConfigCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeElasticsearchDomainConfigCommandInput,
|
|
26
24
|
DescribeElasticsearchDomainConfigCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeElasticsearchDomainsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeElasticsearchDomainsCommandInput
|
|
8
|
-
extends DescribeElasticsearchDomainsRequest {}
|
|
7
|
+
export interface DescribeElasticsearchDomainsCommandInput extends DescribeElasticsearchDomainsRequest {}
|
|
9
8
|
export interface DescribeElasticsearchDomainsCommandOutput
|
|
10
|
-
extends DescribeElasticsearchDomainsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeElasticsearchDomainsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeElasticsearchDomainsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeElasticsearchDomainsCommandInput
|
|
12
|
+
input: DescribeElasticsearchDomainsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeElasticsearchDomainsCommandInput,
|
|
17
15
|
DescribeElasticsearchDomainsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeElasticsearchDomainsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeElasticsearchDomainsCommandInput
|
|
21
|
+
input: DescribeElasticsearchDomainsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeElasticsearchDomainsCommandInput,
|
|
26
24
|
DescribeElasticsearchDomainsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeElasticsearchInstanceTypeLimitsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeElasticsearchInstanceTypeLimitsCommandInput
|
|
8
|
-
extends DescribeElasticsearchInstanceTypeLimitsRequest {}
|
|
7
|
+
export interface DescribeElasticsearchInstanceTypeLimitsCommandInput extends DescribeElasticsearchInstanceTypeLimitsRequest {}
|
|
9
8
|
export interface DescribeElasticsearchInstanceTypeLimitsCommandOutput
|
|
10
|
-
extends DescribeElasticsearchInstanceTypeLimitsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeElasticsearchInstanceTypeLimitsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeElasticsearchInstanceTypeLimitsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeElasticsearchInstanceTypeLimitsCommandInput
|
|
12
|
+
input: DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
17
15
|
DescribeElasticsearchInstanceTypeLimitsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeElasticsearchInstanceTypeLimitsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeElasticsearchInstanceTypeLimitsCommandInput
|
|
21
|
+
input: DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeElasticsearchInstanceTypeLimitsCommandInput,
|
|
26
24
|
DescribeElasticsearchInstanceTypeLimitsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeInboundCrossClusterSearchConnectionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeInboundCrossClusterSearchConnectionsCommandInput
|
|
8
|
-
extends DescribeInboundCrossClusterSearchConnectionsRequest {}
|
|
7
|
+
export interface DescribeInboundCrossClusterSearchConnectionsCommandInput extends DescribeInboundCrossClusterSearchConnectionsRequest {}
|
|
9
8
|
export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput
|
|
10
|
-
extends DescribeInboundCrossClusterSearchConnectionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeInboundCrossClusterSearchConnectionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeInboundCrossClusterSearchConnectionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeInboundCrossClusterSearchConnectionsCommandInput
|
|
12
|
+
input: DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeInboundCrossClusterSearchConnectionsCommandInput,
|
|
17
15
|
DescribeInboundCrossClusterSearchConnectionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeOutboundCrossClusterSearchConnectionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeOutboundCrossClusterSearchConnectionsCommandInput
|
|
8
|
-
extends DescribeOutboundCrossClusterSearchConnectionsRequest {}
|
|
7
|
+
export interface DescribeOutboundCrossClusterSearchConnectionsCommandInput extends DescribeOutboundCrossClusterSearchConnectionsRequest {}
|
|
9
8
|
export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput
|
|
10
|
-
extends DescribeOutboundCrossClusterSearchConnectionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeOutboundCrossClusterSearchConnectionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeOutboundCrossClusterSearchConnectionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeOutboundCrossClusterSearchConnectionsCommandInput
|
|
12
|
+
input: DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeOutboundCrossClusterSearchConnectionsCommandInput,
|
|
17
15
|
DescribeOutboundCrossClusterSearchConnectionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribePackagesRequest,
|
|
4
|
-
DescribePackagesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribePackagesRequest, DescribePackagesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribePackagesCommandInput extends DescribePackagesRequest {}
|
|
8
|
-
export interface DescribePackagesCommandOutput
|
|
9
|
-
extends DescribePackagesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribePackagesCommandOutput extends DescribePackagesResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribePackagesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribePackagesCommandInput
|
|
8
|
+
input: DescribePackagesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribePackagesCommandInput,
|
|
16
11
|
DescribePackagesCommandOutput,
|
package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts
CHANGED
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeReservedElasticsearchInstanceOfferingsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeReservedElasticsearchInstanceOfferingsCommandInput
|
|
8
|
-
extends DescribeReservedElasticsearchInstanceOfferingsRequest {}
|
|
7
|
+
export interface DescribeReservedElasticsearchInstanceOfferingsCommandInput extends DescribeReservedElasticsearchInstanceOfferingsRequest {}
|
|
9
8
|
export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput
|
|
10
|
-
extends DescribeReservedElasticsearchInstanceOfferingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeReservedElasticsearchInstanceOfferingsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeReservedElasticsearchInstanceOfferingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeReservedElasticsearchInstanceOfferingsCommandInput
|
|
12
|
+
input: DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
17
15
|
DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
|
|
@@ -20,9 +18,7 @@ declare const DescribeReservedElasticsearchInstanceOfferingsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
...[input]:
|
|
24
|
-
| []
|
|
25
|
-
| [DescribeReservedElasticsearchInstanceOfferingsCommandInput]
|
|
21
|
+
...[input]: [] | [DescribeReservedElasticsearchInstanceOfferingsCommandInput]
|
|
26
22
|
): import("@smithy/core/client").CommandImpl<
|
|
27
23
|
DescribeReservedElasticsearchInstanceOfferingsCommandInput,
|
|
28
24
|
DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeReservedElasticsearchInstancesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeReservedElasticsearchInstancesCommandInput
|
|
8
|
-
extends DescribeReservedElasticsearchInstancesRequest {}
|
|
7
|
+
export interface DescribeReservedElasticsearchInstancesCommandInput extends DescribeReservedElasticsearchInstancesRequest {}
|
|
9
8
|
export interface DescribeReservedElasticsearchInstancesCommandOutput
|
|
10
|
-
extends DescribeReservedElasticsearchInstancesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeReservedElasticsearchInstancesResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeReservedElasticsearchInstancesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeReservedElasticsearchInstancesCommandInput
|
|
12
|
+
input: DescribeReservedElasticsearchInstancesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeReservedElasticsearchInstancesCommandInput,
|
|
17
15
|
DescribeReservedElasticsearchInstancesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeVpcEndpointsRequest,
|
|
4
|
-
DescribeVpcEndpointsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeVpcEndpointsCommandInput
|
|
8
|
-
extends DescribeVpcEndpointsRequest {}
|
|
4
|
+
export interface DescribeVpcEndpointsCommandInput extends DescribeVpcEndpointsRequest {}
|
|
9
5
|
export interface DescribeVpcEndpointsCommandOutput
|
|
10
|
-
extends DescribeVpcEndpointsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeVpcEndpointsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeVpcEndpointsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeVpcEndpointsCommandInput
|
|
9
|
+
input: DescribeVpcEndpointsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeVpcEndpointsCommandInput,
|
|
17
12
|
DescribeVpcEndpointsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeVpcEndpointsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeVpcEndpointsCommandInput
|
|
18
|
+
input: DescribeVpcEndpointsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeVpcEndpointsCommandInput,
|
|
26
21
|
DescribeVpcEndpointsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DissociatePackageRequest,
|
|
4
|
-
DissociatePackageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DissociatePackageCommandInput
|
|
8
|
-
extends DissociatePackageRequest {}
|
|
4
|
+
export interface DissociatePackageCommandInput extends DissociatePackageRequest {}
|
|
9
5
|
export interface DissociatePackageCommandOutput
|
|
10
|
-
extends DissociatePackageResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DissociatePackageResponse, __MetadataBearer {}
|
|
12
7
|
declare const DissociatePackageCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DissociatePackageCommandInput
|
|
9
|
+
input: DissociatePackageCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DissociatePackageCommandInput,
|
|
17
12
|
DissociatePackageCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DissociatePackageCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DissociatePackageCommandInput
|
|
18
|
+
input: DissociatePackageCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DissociatePackageCommandInput,
|
|
26
21
|
DissociatePackageCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCompatibleElasticsearchVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCompatibleElasticsearchVersionsCommandInput
|
|
8
|
-
extends GetCompatibleElasticsearchVersionsRequest {}
|
|
7
|
+
export interface GetCompatibleElasticsearchVersionsCommandInput extends GetCompatibleElasticsearchVersionsRequest {}
|
|
9
8
|
export interface GetCompatibleElasticsearchVersionsCommandOutput
|
|
10
|
-
extends GetCompatibleElasticsearchVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCompatibleElasticsearchVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCompatibleElasticsearchVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCompatibleElasticsearchVersionsCommandInput
|
|
12
|
+
input: GetCompatibleElasticsearchVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCompatibleElasticsearchVersionsCommandInput,
|
|
17
15
|
GetCompatibleElasticsearchVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetPackageVersionHistoryResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPackageVersionHistoryCommandInput
|
|
8
|
-
extends GetPackageVersionHistoryRequest {}
|
|
7
|
+
export interface GetPackageVersionHistoryCommandInput extends GetPackageVersionHistoryRequest {}
|
|
9
8
|
export interface GetPackageVersionHistoryCommandOutput
|
|
10
|
-
extends GetPackageVersionHistoryResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetPackageVersionHistoryResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetPackageVersionHistoryCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetPackageVersionHistoryCommandInput
|
|
12
|
+
input: GetPackageVersionHistoryCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetPackageVersionHistoryCommandInput,
|
|
17
15
|
GetPackageVersionHistoryCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetPackageVersionHistoryCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetPackageVersionHistoryCommandInput
|
|
21
|
+
input: GetPackageVersionHistoryCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetPackageVersionHistoryCommandInput,
|
|
26
24
|
GetPackageVersionHistoryCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetUpgradeHistoryRequest,
|
|
4
|
-
GetUpgradeHistoryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetUpgradeHistoryCommandInput
|
|
8
|
-
extends GetUpgradeHistoryRequest {}
|
|
4
|
+
export interface GetUpgradeHistoryCommandInput extends GetUpgradeHistoryRequest {}
|
|
9
5
|
export interface GetUpgradeHistoryCommandOutput
|
|
10
|
-
extends GetUpgradeHistoryResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetUpgradeHistoryResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetUpgradeHistoryCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetUpgradeHistoryCommandInput
|
|
9
|
+
input: GetUpgradeHistoryCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetUpgradeHistoryCommandInput,
|
|
17
12
|
GetUpgradeHistoryCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetUpgradeHistoryCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetUpgradeHistoryCommandInput
|
|
18
|
+
input: GetUpgradeHistoryCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetUpgradeHistoryCommandInput,
|
|
26
21
|
GetUpgradeHistoryCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetUpgradeStatusRequest,
|
|
4
|
-
GetUpgradeStatusResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {}
|
|
8
|
-
export interface GetUpgradeStatusCommandOutput
|
|
9
|
-
extends GetUpgradeStatusResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetUpgradeStatusCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetUpgradeStatusCommandInput
|
|
8
|
+
input: GetUpgradeStatusCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetUpgradeStatusCommandInput,
|
|
16
11
|
GetUpgradeStatusCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetUpgradeStatusCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetUpgradeStatusCommandInput
|
|
17
|
+
input: GetUpgradeStatusCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetUpgradeStatusCommandInput,
|
|
25
20
|
GetUpgradeStatusCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDomainNamesRequest,
|
|
4
|
-
ListDomainNamesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {}
|
|
8
|
-
export interface ListDomainNamesCommandOutput
|
|
9
|
-
extends ListDomainNamesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListDomainNamesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDomainNamesCommandInput
|
|
8
|
+
input: ListDomainNamesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDomainNamesCommandInput,
|
|
16
11
|
ListDomainNamesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDomainsForPackageRequest,
|
|
4
|
-
ListDomainsForPackageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDomainsForPackageCommandInput
|
|
8
|
-
extends ListDomainsForPackageRequest {}
|
|
4
|
+
export interface ListDomainsForPackageCommandInput extends ListDomainsForPackageRequest {}
|
|
9
5
|
export interface ListDomainsForPackageCommandOutput
|
|
10
|
-
extends ListDomainsForPackageResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDomainsForPackageResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListDomainsForPackageCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDomainsForPackageCommandInput
|
|
9
|
+
input: ListDomainsForPackageCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDomainsForPackageCommandInput,
|
|
17
12
|
ListDomainsForPackageCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListDomainsForPackageCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListDomainsForPackageCommandInput
|
|
18
|
+
input: ListDomainsForPackageCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListDomainsForPackageCommandInput,
|
|
26
21
|
ListDomainsForPackageCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListElasticsearchInstanceTypesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListElasticsearchInstanceTypesCommandInput
|
|
8
|
-
extends ListElasticsearchInstanceTypesRequest {}
|
|
7
|
+
export interface ListElasticsearchInstanceTypesCommandInput extends ListElasticsearchInstanceTypesRequest {}
|
|
9
8
|
export interface ListElasticsearchInstanceTypesCommandOutput
|
|
10
|
-
extends ListElasticsearchInstanceTypesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListElasticsearchInstanceTypesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListElasticsearchInstanceTypesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListElasticsearchInstanceTypesCommandInput
|
|
12
|
+
input: ListElasticsearchInstanceTypesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListElasticsearchInstanceTypesCommandInput,
|
|
17
15
|
ListElasticsearchInstanceTypesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListElasticsearchInstanceTypesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListElasticsearchInstanceTypesCommandInput
|
|
21
|
+
input: ListElasticsearchInstanceTypesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListElasticsearchInstanceTypesCommandInput,
|
|
26
24
|
ListElasticsearchInstanceTypesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListElasticsearchVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListElasticsearchVersionsCommandInput
|
|
8
|
-
extends ListElasticsearchVersionsRequest {}
|
|
7
|
+
export interface ListElasticsearchVersionsCommandInput extends ListElasticsearchVersionsRequest {}
|
|
9
8
|
export interface ListElasticsearchVersionsCommandOutput
|
|
10
|
-
extends ListElasticsearchVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListElasticsearchVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListElasticsearchVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListElasticsearchVersionsCommandInput
|
|
12
|
+
input: ListElasticsearchVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListElasticsearchVersionsCommandInput,
|
|
17
15
|
ListElasticsearchVersionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPackagesForDomainRequest,
|
|
4
|
-
ListPackagesForDomainResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPackagesForDomainRequest, ListPackagesForDomainResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPackagesForDomainCommandInput
|
|
8
|
-
extends ListPackagesForDomainRequest {}
|
|
4
|
+
export interface ListPackagesForDomainCommandInput extends ListPackagesForDomainRequest {}
|
|
9
5
|
export interface ListPackagesForDomainCommandOutput
|
|
10
|
-
extends ListPackagesForDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPackagesForDomainResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListPackagesForDomainCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPackagesForDomainCommandInput
|
|
9
|
+
input: ListPackagesForDomainCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPackagesForDomainCommandInput,
|
|
17
12
|
ListPackagesForDomainCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListPackagesForDomainCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListPackagesForDomainCommandInput
|
|
18
|
+
input: ListPackagesForDomainCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListPackagesForDomainCommandInput,
|
|
26
21
|
ListPackagesForDomainCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
5
|
-
export interface ListTagsCommandOutput
|
|
6
|
-
extends ListTagsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListTagsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListTagsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListTagsCommandInput,
|
|
11
11
|
ListTagsCommandOutput,
|
|
12
12
|
import("..").ElasticsearchServiceClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListTagsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListTagsCommandInput,
|
|
18
20
|
ListTagsCommandOutput,
|
|
19
21
|
import("..").ElasticsearchServiceClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListVpcEndpointAccessRequest,
|
|
4
|
-
ListVpcEndpointAccessResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListVpcEndpointAccessRequest, ListVpcEndpointAccessResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVpcEndpointAccessCommandInput
|
|
8
|
-
extends ListVpcEndpointAccessRequest {}
|
|
4
|
+
export interface ListVpcEndpointAccessCommandInput extends ListVpcEndpointAccessRequest {}
|
|
9
5
|
export interface ListVpcEndpointAccessCommandOutput
|
|
10
|
-
extends ListVpcEndpointAccessResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListVpcEndpointAccessResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListVpcEndpointAccessCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListVpcEndpointAccessCommandInput
|
|
9
|
+
input: ListVpcEndpointAccessCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListVpcEndpointAccessCommandInput,
|
|
17
12
|
ListVpcEndpointAccessCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListVpcEndpointAccessCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListVpcEndpointAccessCommandInput
|
|
18
|
+
input: ListVpcEndpointAccessCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListVpcEndpointAccessCommandInput,
|
|
26
21
|
ListVpcEndpointAccessCommandOutput,
|