@aws-sdk/client-global-accelerator 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +174 -673
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +2 -14
- package/dist-es/commands/AddEndpointsCommand.js +2 -14
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +2 -14
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -14
- package/dist-es/commands/CreateAcceleratorCommand.js +2 -14
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/CreateEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateListenerCommand.js +2 -14
- package/dist-es/commands/DeleteAcceleratorCommand.js +2 -14
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteListenerCommand.js +2 -14
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -14
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +2 -14
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeAcceleratorCommand.js +2 -14
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/DescribeEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DescribeListenerCommand.js +2 -14
- package/dist-es/commands/ListAcceleratorsCommand.js +2 -14
- package/dist-es/commands/ListByoipCidrsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -14
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +2 -14
- package/dist-es/commands/ListEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListListenersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ProvisionByoipCidrCommand.js +2 -14
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -14
- package/dist-es/commands/RemoveEndpointsCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateAcceleratorCommand.js +2 -14
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -14
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +2 -14
- package/dist-es/commands/UpdateEndpointGroupCommand.js +2 -14
- package/dist-es/commands/UpdateListenerCommand.js +2 -14
- package/dist-es/commands/WithdrawByoipCidrCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/AddEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +3 -8
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteListenerCommand.d.ts +3 -8
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +3 -8
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeListenerCommand.d.ts +3 -8
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +3 -8
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListListenersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -8
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateListenerCommand.d.ts +3 -8
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCrossAccountResourceAccountsRequest,
|
|
10
4
|
ListCrossAccountResourceAccountsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCrossAccountResourceAccountsCommandInput
|
|
15
8
|
extends ListCrossAccountResourceAccountsRequest {}
|
|
16
9
|
export interface ListCrossAccountResourceAccountsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCrossAccountResourceAccountsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCrossAccountResourceAccountsCommandInput,
|
|
24
17
|
ListCrossAccountResourceAccountsCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListCrossAccountResourceAccountsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCrossAccountResourceAccountsCommandInput,
|
|
33
26
|
ListCrossAccountResourceAccountsCommandOutput,
|
|
34
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListCrossAccountResourceAccountsCommand extends ListCrossAccountResourceAccountsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCrossAccountResourcesRequest,
|
|
10
4
|
ListCrossAccountResourcesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCrossAccountResourcesCommandInput
|
|
15
8
|
extends ListCrossAccountResourcesRequest {}
|
|
16
9
|
export interface ListCrossAccountResourcesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCrossAccountResourcesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCrossAccountResourcesCommandInput,
|
|
24
17
|
ListCrossAccountResourcesCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListCrossAccountResourcesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCrossAccountResourcesCommandInput,
|
|
33
26
|
ListCrossAccountResourcesCommandOutput,
|
|
34
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListCrossAccountResourcesCommand extends ListCrossAccountResourcesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCustomRoutingAcceleratorsRequest,
|
|
10
4
|
ListCustomRoutingAcceleratorsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCustomRoutingAcceleratorsCommandInput
|
|
15
8
|
extends ListCustomRoutingAcceleratorsRequest {}
|
|
16
9
|
export interface ListCustomRoutingAcceleratorsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCustomRoutingAcceleratorsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCustomRoutingAcceleratorsCommandInput,
|
|
24
17
|
ListCustomRoutingAcceleratorsCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListCustomRoutingAcceleratorsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCustomRoutingAcceleratorsCommandInput,
|
|
33
26
|
ListCustomRoutingAcceleratorsCommandOutput,
|
|
34
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListCustomRoutingAcceleratorsCommand extends ListCustomRoutingAcceleratorsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCustomRoutingEndpointGroupsRequest,
|
|
10
4
|
ListCustomRoutingEndpointGroupsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCustomRoutingEndpointGroupsCommandInput
|
|
15
8
|
extends ListCustomRoutingEndpointGroupsRequest {}
|
|
16
9
|
export interface ListCustomRoutingEndpointGroupsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCustomRoutingEndpointGroupsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCustomRoutingEndpointGroupsCommandInput,
|
|
24
17
|
ListCustomRoutingEndpointGroupsCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListCustomRoutingEndpointGroupsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCustomRoutingEndpointGroupsCommandInput,
|
|
33
26
|
ListCustomRoutingEndpointGroupsCommandOutput,
|
|
34
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListCustomRoutingEndpointGroupsCommand extends ListCustomRoutingEndpointGroupsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCustomRoutingListenersRequest,
|
|
10
4
|
ListCustomRoutingListenersResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCustomRoutingListenersCommandInput
|
|
15
8
|
extends ListCustomRoutingListenersRequest {}
|
|
16
9
|
export interface ListCustomRoutingListenersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCustomRoutingListenersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCustomRoutingListenersCommandInput,
|
|
24
17
|
ListCustomRoutingListenersCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListCustomRoutingListenersCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCustomRoutingListenersCommandInput,
|
|
33
26
|
ListCustomRoutingListenersCommandOutput,
|
|
34
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListCustomRoutingListenersCommand extends ListCustomRoutingListenersCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCustomRoutingPortMappingsByDestinationRequest,
|
|
10
4
|
ListCustomRoutingPortMappingsByDestinationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCustomRoutingPortMappingsByDestinationCommandInput
|
|
15
8
|
extends ListCustomRoutingPortMappingsByDestinationRequest {}
|
|
16
9
|
export interface ListCustomRoutingPortMappingsByDestinationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCustomRoutingPortMappingsByDestinationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
24
17
|
ListCustomRoutingPortMappingsByDestinationCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListCustomRoutingPortMappingsByDestinationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
33
26
|
ListCustomRoutingPortMappingsByDestinationCommandOutput,
|
|
34
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListCustomRoutingPortMappingsByDestinationCommand extends ListCustomRoutingPortMappingsByDestinationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCustomRoutingPortMappingsRequest,
|
|
10
4
|
ListCustomRoutingPortMappingsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCustomRoutingPortMappingsCommandInput
|
|
15
8
|
extends ListCustomRoutingPortMappingsRequest {}
|
|
16
9
|
export interface ListCustomRoutingPortMappingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCustomRoutingPortMappingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCustomRoutingPortMappingsCommandInput,
|
|
24
17
|
ListCustomRoutingPortMappingsCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListCustomRoutingPortMappingsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCustomRoutingPortMappingsCommandInput,
|
|
33
26
|
ListCustomRoutingPortMappingsCommandOutput,
|
|
34
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListCustomRoutingPortMappingsCommand extends ListCustomRoutingPortMappingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListEndpointGroupsRequest,
|
|
10
4
|
ListEndpointGroupsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListEndpointGroupsCommandInput
|
|
15
8
|
extends ListEndpointGroupsRequest {}
|
|
16
9
|
export interface ListEndpointGroupsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListEndpointGroupsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListEndpointGroupsCommandInput,
|
|
24
17
|
ListEndpointGroupsCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListEndpointGroupsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListEndpointGroupsCommandInput,
|
|
33
26
|
ListEndpointGroupsCommandOutput,
|
|
34
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListEndpointGroupsCommand extends ListEndpointGroupsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListListenersRequest,
|
|
10
4
|
ListListenersResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListListenersCommandInput extends ListListenersRequest {}
|
|
15
8
|
export interface ListListenersCommandOutput
|
|
16
9
|
extends ListListenersResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListListenersCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListListenersCommandInput,
|
|
23
16
|
ListListenersCommandOutput,
|
|
24
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListListenersCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListListenersCommandInput,
|
|
32
25
|
ListListenersCommandOutput,
|
|
33
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListListenersCommand extends ListListenersCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import {
|
|
9
3
|
ProvisionByoipCidrRequest,
|
|
10
4
|
ProvisionByoipCidrResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ProvisionByoipCidrCommandInput
|
|
15
8
|
extends ProvisionByoipCidrRequest {}
|
|
16
9
|
export interface ProvisionByoipCidrCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ProvisionByoipCidrCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ProvisionByoipCidrCommandInput,
|
|
24
17
|
ProvisionByoipCidrCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ProvisionByoipCidrCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ProvisionByoipCidrCommandInput,
|
|
33
26
|
ProvisionByoipCidrCommandOutput,
|
|
34
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ProvisionByoipCidrCommand extends ProvisionByoipCidrCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import { RemoveCustomRoutingEndpointsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RemoveCustomRoutingEndpointsCommandInput
|
|
12
5
|
extends RemoveCustomRoutingEndpointsRequest {}
|
|
13
6
|
export interface RemoveCustomRoutingEndpointsCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const RemoveCustomRoutingEndpointsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RemoveCustomRoutingEndpointsCommandInput,
|
|
20
13
|
RemoveCustomRoutingEndpointsCommandOutput,
|
|
21
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RemoveCustomRoutingEndpointsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RemoveCustomRoutingEndpointsCommandInput,
|
|
29
22
|
RemoveCustomRoutingEndpointsCommandOutput,
|
|
30
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class RemoveCustomRoutingEndpointsCommand extends RemoveCustomRoutingEndpointsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import { RemoveEndpointsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RemoveEndpointsCommandInput extends RemoveEndpointsRequest {}
|
|
12
5
|
export interface RemoveEndpointsCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const RemoveEndpointsCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const RemoveEndpointsCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
RemoveEndpointsCommandInput,
|
|
18
11
|
RemoveEndpointsCommandOutput,
|
|
19
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: RemoveEndpointsCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
RemoveEndpointsCommandInput,
|
|
27
20
|
RemoveEndpointsCommandOutput,
|
|
28
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class RemoveEndpointsCommand extends RemoveEndpointsCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlobalAcceleratorClient";
|
|
8
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|