@aws-sdk/client-global-accelerator 3.1087.0 → 3.1089.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/GlobalAccelerator.d.ts +180 -207
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- 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/AddCustomRoutingEndpointsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +5 -10
- 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 +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +19 -69
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- 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
|
@@ -5,7 +5,7 @@ export interface DeleteListenerCommandInput extends DeleteListenerRequest {}
|
|
|
5
5
|
export interface DeleteListenerCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteListenerCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteListenerCommandInput
|
|
8
|
+
input: DeleteListenerCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteListenerCommandInput,
|
|
11
11
|
DeleteListenerCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteListenerCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteListenerCommandInput
|
|
17
|
+
input: DeleteListenerCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteListenerCommandInput,
|
|
20
20
|
DeleteListenerCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DenyCustomRoutingTrafficRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DenyCustomRoutingTrafficCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DenyCustomRoutingTrafficCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DenyCustomRoutingTrafficCommandInput extends DenyCustomRoutingTrafficRequest {}
|
|
5
|
+
export interface DenyCustomRoutingTrafficCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DenyCustomRoutingTrafficCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DenyCustomRoutingTrafficCommandInput
|
|
8
|
+
input: DenyCustomRoutingTrafficCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DenyCustomRoutingTrafficCommandInput,
|
|
13
11
|
DenyCustomRoutingTrafficCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DenyCustomRoutingTrafficCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DenyCustomRoutingTrafficCommandInput
|
|
17
|
+
input: DenyCustomRoutingTrafficCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DenyCustomRoutingTrafficCommandInput,
|
|
22
20
|
DenyCustomRoutingTrafficCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeprovisionByoipCidrRequest,
|
|
4
|
-
DeprovisionByoipCidrResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeprovisionByoipCidrRequest, DeprovisionByoipCidrResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeprovisionByoipCidrCommandInput
|
|
8
|
-
extends DeprovisionByoipCidrRequest {}
|
|
4
|
+
export interface DeprovisionByoipCidrCommandInput extends DeprovisionByoipCidrRequest {}
|
|
9
5
|
export interface DeprovisionByoipCidrCommandOutput
|
|
10
|
-
extends DeprovisionByoipCidrResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeprovisionByoipCidrResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeprovisionByoipCidrCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeprovisionByoipCidrCommandInput
|
|
9
|
+
input: DeprovisionByoipCidrCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeprovisionByoipCidrCommandInput,
|
|
17
12
|
DeprovisionByoipCidrCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeprovisionByoipCidrCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeprovisionByoipCidrCommandInput
|
|
18
|
+
input: DeprovisionByoipCidrCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeprovisionByoipCidrCommandInput,
|
|
26
21
|
DeprovisionByoipCidrCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeAcceleratorAttributesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAcceleratorAttributesCommandInput
|
|
8
|
-
extends DescribeAcceleratorAttributesRequest {}
|
|
7
|
+
export interface DescribeAcceleratorAttributesCommandInput extends DescribeAcceleratorAttributesRequest {}
|
|
9
8
|
export interface DescribeAcceleratorAttributesCommandOutput
|
|
10
|
-
extends DescribeAcceleratorAttributesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeAcceleratorAttributesResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeAcceleratorAttributesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeAcceleratorAttributesCommandInput
|
|
12
|
+
input: DescribeAcceleratorAttributesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeAcceleratorAttributesCommandInput,
|
|
17
15
|
DescribeAcceleratorAttributesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeAcceleratorAttributesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeAcceleratorAttributesCommandInput
|
|
21
|
+
input: DescribeAcceleratorAttributesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeAcceleratorAttributesCommandInput,
|
|
26
24
|
DescribeAcceleratorAttributesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAcceleratorRequest,
|
|
4
|
-
DescribeAcceleratorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeAcceleratorRequest, DescribeAcceleratorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAcceleratorCommandInput
|
|
8
|
-
extends DescribeAcceleratorRequest {}
|
|
4
|
+
export interface DescribeAcceleratorCommandInput extends DescribeAcceleratorRequest {}
|
|
9
5
|
export interface DescribeAcceleratorCommandOutput
|
|
10
|
-
extends DescribeAcceleratorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeAcceleratorResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeAcceleratorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeAcceleratorCommandInput
|
|
9
|
+
input: DescribeAcceleratorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeAcceleratorCommandInput,
|
|
17
12
|
DescribeAcceleratorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeAcceleratorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeAcceleratorCommandInput
|
|
18
|
+
input: DescribeAcceleratorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeAcceleratorCommandInput,
|
|
26
21
|
DescribeAcceleratorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeCrossAccountAttachmentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeCrossAccountAttachmentCommandInput
|
|
8
|
-
extends DescribeCrossAccountAttachmentRequest {}
|
|
7
|
+
export interface DescribeCrossAccountAttachmentCommandInput extends DescribeCrossAccountAttachmentRequest {}
|
|
9
8
|
export interface DescribeCrossAccountAttachmentCommandOutput
|
|
10
|
-
extends DescribeCrossAccountAttachmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeCrossAccountAttachmentResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeCrossAccountAttachmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeCrossAccountAttachmentCommandInput
|
|
12
|
+
input: DescribeCrossAccountAttachmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeCrossAccountAttachmentCommandInput,
|
|
17
15
|
DescribeCrossAccountAttachmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeCrossAccountAttachmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeCrossAccountAttachmentCommandInput
|
|
21
|
+
input: DescribeCrossAccountAttachmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeCrossAccountAttachmentCommandInput,
|
|
26
24
|
DescribeCrossAccountAttachmentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeCustomRoutingAcceleratorAttributesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeCustomRoutingAcceleratorAttributesCommandInput
|
|
8
|
-
extends DescribeCustomRoutingAcceleratorAttributesRequest {}
|
|
7
|
+
export interface DescribeCustomRoutingAcceleratorAttributesCommandInput extends DescribeCustomRoutingAcceleratorAttributesRequest {}
|
|
9
8
|
export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput
|
|
10
|
-
extends DescribeCustomRoutingAcceleratorAttributesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeCustomRoutingAcceleratorAttributesResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeCustomRoutingAcceleratorAttributesCommandInput
|
|
12
|
+
input: DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
17
15
|
DescribeCustomRoutingAcceleratorAttributesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeCustomRoutingAcceleratorAttributesCommandInput
|
|
21
|
+
input: DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
26
24
|
DescribeCustomRoutingAcceleratorAttributesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeCustomRoutingAcceleratorResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeCustomRoutingAcceleratorCommandInput
|
|
8
|
-
extends DescribeCustomRoutingAcceleratorRequest {}
|
|
7
|
+
export interface DescribeCustomRoutingAcceleratorCommandInput extends DescribeCustomRoutingAcceleratorRequest {}
|
|
9
8
|
export interface DescribeCustomRoutingAcceleratorCommandOutput
|
|
10
|
-
extends DescribeCustomRoutingAcceleratorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeCustomRoutingAcceleratorResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeCustomRoutingAcceleratorCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeCustomRoutingAcceleratorCommandInput
|
|
12
|
+
input: DescribeCustomRoutingAcceleratorCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeCustomRoutingAcceleratorCommandInput,
|
|
17
15
|
DescribeCustomRoutingAcceleratorCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeCustomRoutingAcceleratorCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeCustomRoutingAcceleratorCommandInput
|
|
21
|
+
input: DescribeCustomRoutingAcceleratorCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeCustomRoutingAcceleratorCommandInput,
|
|
26
24
|
DescribeCustomRoutingAcceleratorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeCustomRoutingEndpointGroupResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeCustomRoutingEndpointGroupCommandInput
|
|
8
|
-
extends DescribeCustomRoutingEndpointGroupRequest {}
|
|
7
|
+
export interface DescribeCustomRoutingEndpointGroupCommandInput extends DescribeCustomRoutingEndpointGroupRequest {}
|
|
9
8
|
export interface DescribeCustomRoutingEndpointGroupCommandOutput
|
|
10
|
-
extends DescribeCustomRoutingEndpointGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeCustomRoutingEndpointGroupResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeCustomRoutingEndpointGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeCustomRoutingEndpointGroupCommandInput
|
|
12
|
+
input: DescribeCustomRoutingEndpointGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeCustomRoutingEndpointGroupCommandInput,
|
|
17
15
|
DescribeCustomRoutingEndpointGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeCustomRoutingEndpointGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeCustomRoutingEndpointGroupCommandInput
|
|
21
|
+
input: DescribeCustomRoutingEndpointGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeCustomRoutingEndpointGroupCommandInput,
|
|
26
24
|
DescribeCustomRoutingEndpointGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeCustomRoutingListenerResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeCustomRoutingListenerCommandInput
|
|
8
|
-
extends DescribeCustomRoutingListenerRequest {}
|
|
7
|
+
export interface DescribeCustomRoutingListenerCommandInput extends DescribeCustomRoutingListenerRequest {}
|
|
9
8
|
export interface DescribeCustomRoutingListenerCommandOutput
|
|
10
|
-
extends DescribeCustomRoutingListenerResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeCustomRoutingListenerResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeCustomRoutingListenerCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeCustomRoutingListenerCommandInput
|
|
12
|
+
input: DescribeCustomRoutingListenerCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeCustomRoutingListenerCommandInput,
|
|
17
15
|
DescribeCustomRoutingListenerCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeCustomRoutingListenerCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeCustomRoutingListenerCommandInput
|
|
21
|
+
input: DescribeCustomRoutingListenerCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeCustomRoutingListenerCommandInput,
|
|
26
24
|
DescribeCustomRoutingListenerCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeEndpointGroupRequest,
|
|
4
|
-
DescribeEndpointGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeEndpointGroupRequest, DescribeEndpointGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEndpointGroupCommandInput
|
|
8
|
-
extends DescribeEndpointGroupRequest {}
|
|
4
|
+
export interface DescribeEndpointGroupCommandInput extends DescribeEndpointGroupRequest {}
|
|
9
5
|
export interface DescribeEndpointGroupCommandOutput
|
|
10
|
-
extends DescribeEndpointGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeEndpointGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeEndpointGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeEndpointGroupCommandInput
|
|
9
|
+
input: DescribeEndpointGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeEndpointGroupCommandInput,
|
|
17
12
|
DescribeEndpointGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeEndpointGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeEndpointGroupCommandInput
|
|
18
|
+
input: DescribeEndpointGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeEndpointGroupCommandInput,
|
|
26
21
|
DescribeEndpointGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeListenerRequest,
|
|
4
|
-
DescribeListenerResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeListenerRequest, DescribeListenerResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeListenerCommandInput extends DescribeListenerRequest {}
|
|
8
|
-
export interface DescribeListenerCommandOutput
|
|
9
|
-
extends DescribeListenerResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeListenerCommandOutput extends DescribeListenerResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeListenerCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeListenerCommandInput
|
|
8
|
+
input: DescribeListenerCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeListenerCommandInput,
|
|
16
11
|
DescribeListenerCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeListenerCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeListenerCommandInput
|
|
17
|
+
input: DescribeListenerCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeListenerCommandInput,
|
|
25
20
|
DescribeListenerCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAcceleratorsRequest,
|
|
4
|
-
ListAcceleratorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAcceleratorsRequest, ListAcceleratorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {}
|
|
8
|
-
export interface ListAcceleratorsCommandOutput
|
|
9
|
-
extends ListAcceleratorsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAcceleratorsCommandOutput extends ListAcceleratorsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListAcceleratorsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListAcceleratorsCommandInput
|
|
8
|
+
input: ListAcceleratorsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListAcceleratorsCommandInput,
|
|
16
11
|
ListAcceleratorsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListByoipCidrsRequest,
|
|
4
|
-
ListByoipCidrsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListByoipCidrsRequest, ListByoipCidrsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListByoipCidrsCommandInput extends ListByoipCidrsRequest {}
|
|
8
|
-
export interface ListByoipCidrsCommandOutput
|
|
9
|
-
extends ListByoipCidrsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListByoipCidrsCommandOutput extends ListByoipCidrsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListByoipCidrsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListByoipCidrsCommandInput
|
|
8
|
+
input: ListByoipCidrsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListByoipCidrsCommandInput,
|
|
16
11
|
ListByoipCidrsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCrossAccountAttachmentsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCrossAccountAttachmentsCommandInput
|
|
8
|
-
extends ListCrossAccountAttachmentsRequest {}
|
|
7
|
+
export interface ListCrossAccountAttachmentsCommandInput extends ListCrossAccountAttachmentsRequest {}
|
|
9
8
|
export interface ListCrossAccountAttachmentsCommandOutput
|
|
10
|
-
extends ListCrossAccountAttachmentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCrossAccountAttachmentsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCrossAccountAttachmentsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCrossAccountAttachmentsCommandInput
|
|
12
|
+
input: ListCrossAccountAttachmentsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCrossAccountAttachmentsCommandInput,
|
|
17
15
|
ListCrossAccountAttachmentsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCrossAccountResourceAccountsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCrossAccountResourceAccountsCommandInput
|
|
8
|
-
extends ListCrossAccountResourceAccountsRequest {}
|
|
7
|
+
export interface ListCrossAccountResourceAccountsCommandInput extends ListCrossAccountResourceAccountsRequest {}
|
|
9
8
|
export interface ListCrossAccountResourceAccountsCommandOutput
|
|
10
|
-
extends ListCrossAccountResourceAccountsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCrossAccountResourceAccountsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCrossAccountResourceAccountsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCrossAccountResourceAccountsCommandInput
|
|
12
|
+
input: ListCrossAccountResourceAccountsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCrossAccountResourceAccountsCommandInput,
|
|
17
15
|
ListCrossAccountResourceAccountsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCrossAccountResourcesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCrossAccountResourcesCommandInput
|
|
8
|
-
extends ListCrossAccountResourcesRequest {}
|
|
7
|
+
export interface ListCrossAccountResourcesCommandInput extends ListCrossAccountResourcesRequest {}
|
|
9
8
|
export interface ListCrossAccountResourcesCommandOutput
|
|
10
|
-
extends ListCrossAccountResourcesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCrossAccountResourcesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCrossAccountResourcesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCrossAccountResourcesCommandInput
|
|
12
|
+
input: ListCrossAccountResourcesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCrossAccountResourcesCommandInput,
|
|
17
15
|
ListCrossAccountResourcesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCrossAccountResourcesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCrossAccountResourcesCommandInput
|
|
21
|
+
input: ListCrossAccountResourcesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCrossAccountResourcesCommandInput,
|
|
26
24
|
ListCrossAccountResourcesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCustomRoutingAcceleratorsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCustomRoutingAcceleratorsCommandInput
|
|
8
|
-
extends ListCustomRoutingAcceleratorsRequest {}
|
|
7
|
+
export interface ListCustomRoutingAcceleratorsCommandInput extends ListCustomRoutingAcceleratorsRequest {}
|
|
9
8
|
export interface ListCustomRoutingAcceleratorsCommandOutput
|
|
10
|
-
extends ListCustomRoutingAcceleratorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCustomRoutingAcceleratorsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCustomRoutingAcceleratorsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCustomRoutingAcceleratorsCommandInput
|
|
12
|
+
input: ListCustomRoutingAcceleratorsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCustomRoutingAcceleratorsCommandInput,
|
|
17
15
|
ListCustomRoutingAcceleratorsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCustomRoutingEndpointGroupsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCustomRoutingEndpointGroupsCommandInput
|
|
8
|
-
extends ListCustomRoutingEndpointGroupsRequest {}
|
|
7
|
+
export interface ListCustomRoutingEndpointGroupsCommandInput extends ListCustomRoutingEndpointGroupsRequest {}
|
|
9
8
|
export interface ListCustomRoutingEndpointGroupsCommandOutput
|
|
10
|
-
extends ListCustomRoutingEndpointGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCustomRoutingEndpointGroupsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCustomRoutingEndpointGroupsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCustomRoutingEndpointGroupsCommandInput
|
|
12
|
+
input: ListCustomRoutingEndpointGroupsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCustomRoutingEndpointGroupsCommandInput,
|
|
17
15
|
ListCustomRoutingEndpointGroupsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCustomRoutingEndpointGroupsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCustomRoutingEndpointGroupsCommandInput
|
|
21
|
+
input: ListCustomRoutingEndpointGroupsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCustomRoutingEndpointGroupsCommandInput,
|
|
26
24
|
ListCustomRoutingEndpointGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCustomRoutingListenersResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCustomRoutingListenersCommandInput
|
|
8
|
-
extends ListCustomRoutingListenersRequest {}
|
|
7
|
+
export interface ListCustomRoutingListenersCommandInput extends ListCustomRoutingListenersRequest {}
|
|
9
8
|
export interface ListCustomRoutingListenersCommandOutput
|
|
10
|
-
extends ListCustomRoutingListenersResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCustomRoutingListenersResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCustomRoutingListenersCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCustomRoutingListenersCommandInput
|
|
12
|
+
input: ListCustomRoutingListenersCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCustomRoutingListenersCommandInput,
|
|
17
15
|
ListCustomRoutingListenersCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCustomRoutingListenersCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCustomRoutingListenersCommandInput
|
|
21
|
+
input: ListCustomRoutingListenersCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCustomRoutingListenersCommandInput,
|
|
26
24
|
ListCustomRoutingListenersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCustomRoutingPortMappingsByDestinationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCustomRoutingPortMappingsByDestinationCommandInput
|
|
8
|
-
extends ListCustomRoutingPortMappingsByDestinationRequest {}
|
|
7
|
+
export interface ListCustomRoutingPortMappingsByDestinationCommandInput extends ListCustomRoutingPortMappingsByDestinationRequest {}
|
|
9
8
|
export interface ListCustomRoutingPortMappingsByDestinationCommandOutput
|
|
10
|
-
extends ListCustomRoutingPortMappingsByDestinationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCustomRoutingPortMappingsByDestinationResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCustomRoutingPortMappingsByDestinationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCustomRoutingPortMappingsByDestinationCommandInput
|
|
12
|
+
input: ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
17
15
|
ListCustomRoutingPortMappingsByDestinationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCustomRoutingPortMappingsByDestinationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCustomRoutingPortMappingsByDestinationCommandInput
|
|
21
|
+
input: ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
26
24
|
ListCustomRoutingPortMappingsByDestinationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCustomRoutingPortMappingsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCustomRoutingPortMappingsCommandInput
|
|
8
|
-
extends ListCustomRoutingPortMappingsRequest {}
|
|
7
|
+
export interface ListCustomRoutingPortMappingsCommandInput extends ListCustomRoutingPortMappingsRequest {}
|
|
9
8
|
export interface ListCustomRoutingPortMappingsCommandOutput
|
|
10
|
-
extends ListCustomRoutingPortMappingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCustomRoutingPortMappingsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCustomRoutingPortMappingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCustomRoutingPortMappingsCommandInput
|
|
12
|
+
input: ListCustomRoutingPortMappingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCustomRoutingPortMappingsCommandInput,
|
|
17
15
|
ListCustomRoutingPortMappingsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCustomRoutingPortMappingsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCustomRoutingPortMappingsCommandInput
|
|
21
|
+
input: ListCustomRoutingPortMappingsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCustomRoutingPortMappingsCommandInput,
|
|
26
24
|
ListCustomRoutingPortMappingsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEndpointGroupsRequest,
|
|
4
|
-
ListEndpointGroupsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEndpointGroupsRequest, ListEndpointGroupsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEndpointGroupsCommandInput
|
|
8
|
-
extends ListEndpointGroupsRequest {}
|
|
4
|
+
export interface ListEndpointGroupsCommandInput extends ListEndpointGroupsRequest {}
|
|
9
5
|
export interface ListEndpointGroupsCommandOutput
|
|
10
|
-
extends ListEndpointGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListEndpointGroupsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListEndpointGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListEndpointGroupsCommandInput
|
|
9
|
+
input: ListEndpointGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListEndpointGroupsCommandInput,
|
|
17
12
|
ListEndpointGroupsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListEndpointGroupsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListEndpointGroupsCommandInput
|
|
18
|
+
input: ListEndpointGroupsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListEndpointGroupsCommandInput,
|
|
26
21
|
ListEndpointGroupsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListListenersRequest,
|
|
4
|
-
ListListenersResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListListenersRequest, ListListenersResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListListenersCommandInput extends ListListenersRequest {}
|
|
8
|
-
export interface ListListenersCommandOutput
|
|
9
|
-
extends ListListenersResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListListenersCommandOutput extends ListListenersResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListListenersCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListListenersCommandInput
|
|
8
|
+
input: ListListenersCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListListenersCommandInput,
|
|
16
11
|
ListListenersCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListListenersCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListListenersCommandInput
|
|
17
|
+
input: ListListenersCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListListenersCommandInput,
|
|
25
20
|
ListListenersCommandOutput,
|