@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,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 { DenyCustomRoutingTrafficRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DenyCustomRoutingTrafficCommandInput
|
|
12
5
|
extends DenyCustomRoutingTrafficRequest {}
|
|
13
6
|
export interface DenyCustomRoutingTrafficCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DenyCustomRoutingTrafficCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DenyCustomRoutingTrafficCommandInput,
|
|
20
13
|
DenyCustomRoutingTrafficCommandOutput,
|
|
21
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DenyCustomRoutingTrafficCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DenyCustomRoutingTrafficCommandInput,
|
|
29
22
|
DenyCustomRoutingTrafficCommandOutput,
|
|
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 DenyCustomRoutingTrafficCommand extends DenyCustomRoutingTrafficCommand_base {
|
|
39
30
|
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
|
DeprovisionByoipCidrRequest,
|
|
10
4
|
DeprovisionByoipCidrResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeprovisionByoipCidrCommandInput
|
|
15
8
|
extends DeprovisionByoipCidrRequest {}
|
|
16
9
|
export interface DeprovisionByoipCidrCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeprovisionByoipCidrCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeprovisionByoipCidrCommandInput,
|
|
24
17
|
DeprovisionByoipCidrCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeprovisionByoipCidrCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeprovisionByoipCidrCommandInput,
|
|
33
26
|
DeprovisionByoipCidrCommandOutput,
|
|
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 DeprovisionByoipCidrCommand extends DeprovisionByoipCidrCommand_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
|
DescribeAcceleratorAttributesRequest,
|
|
10
4
|
DescribeAcceleratorAttributesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAcceleratorAttributesCommandInput
|
|
15
8
|
extends DescribeAcceleratorAttributesRequest {}
|
|
16
9
|
export interface DescribeAcceleratorAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAcceleratorAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAcceleratorAttributesCommandInput,
|
|
24
17
|
DescribeAcceleratorAttributesCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAcceleratorAttributesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAcceleratorAttributesCommandInput,
|
|
33
26
|
DescribeAcceleratorAttributesCommandOutput,
|
|
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 DescribeAcceleratorAttributesCommand extends DescribeAcceleratorAttributesCommand_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
|
DescribeAcceleratorRequest,
|
|
10
4
|
DescribeAcceleratorResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAcceleratorCommandInput
|
|
15
8
|
extends DescribeAcceleratorRequest {}
|
|
16
9
|
export interface DescribeAcceleratorCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAcceleratorCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAcceleratorCommandInput,
|
|
24
17
|
DescribeAcceleratorCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAcceleratorCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAcceleratorCommandInput,
|
|
33
26
|
DescribeAcceleratorCommandOutput,
|
|
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 DescribeAcceleratorCommand extends DescribeAcceleratorCommand_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
|
DescribeCrossAccountAttachmentRequest,
|
|
10
4
|
DescribeCrossAccountAttachmentResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeCrossAccountAttachmentCommandInput
|
|
15
8
|
extends DescribeCrossAccountAttachmentRequest {}
|
|
16
9
|
export interface DescribeCrossAccountAttachmentCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeCrossAccountAttachmentCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeCrossAccountAttachmentCommandInput,
|
|
24
17
|
DescribeCrossAccountAttachmentCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeCrossAccountAttachmentCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeCrossAccountAttachmentCommandInput,
|
|
33
26
|
DescribeCrossAccountAttachmentCommandOutput,
|
|
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 DescribeCrossAccountAttachmentCommand extends DescribeCrossAccountAttachmentCommand_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
|
DescribeCustomRoutingAcceleratorAttributesRequest,
|
|
10
4
|
DescribeCustomRoutingAcceleratorAttributesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeCustomRoutingAcceleratorAttributesCommandInput
|
|
15
8
|
extends DescribeCustomRoutingAcceleratorAttributesRequest {}
|
|
16
9
|
export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
24
17
|
DescribeCustomRoutingAcceleratorAttributesCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeCustomRoutingAcceleratorAttributesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
33
26
|
DescribeCustomRoutingAcceleratorAttributesCommandOutput,
|
|
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 DescribeCustomRoutingAcceleratorAttributesCommand extends DescribeCustomRoutingAcceleratorAttributesCommand_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
|
DescribeCustomRoutingAcceleratorRequest,
|
|
10
4
|
DescribeCustomRoutingAcceleratorResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeCustomRoutingAcceleratorCommandInput
|
|
15
8
|
extends DescribeCustomRoutingAcceleratorRequest {}
|
|
16
9
|
export interface DescribeCustomRoutingAcceleratorCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeCustomRoutingAcceleratorCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeCustomRoutingAcceleratorCommandInput,
|
|
24
17
|
DescribeCustomRoutingAcceleratorCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeCustomRoutingAcceleratorCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeCustomRoutingAcceleratorCommandInput,
|
|
33
26
|
DescribeCustomRoutingAcceleratorCommandOutput,
|
|
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 DescribeCustomRoutingAcceleratorCommand extends DescribeCustomRoutingAcceleratorCommand_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
|
DescribeCustomRoutingEndpointGroupRequest,
|
|
10
4
|
DescribeCustomRoutingEndpointGroupResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeCustomRoutingEndpointGroupCommandInput
|
|
15
8
|
extends DescribeCustomRoutingEndpointGroupRequest {}
|
|
16
9
|
export interface DescribeCustomRoutingEndpointGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeCustomRoutingEndpointGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeCustomRoutingEndpointGroupCommandInput,
|
|
24
17
|
DescribeCustomRoutingEndpointGroupCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeCustomRoutingEndpointGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeCustomRoutingEndpointGroupCommandInput,
|
|
33
26
|
DescribeCustomRoutingEndpointGroupCommandOutput,
|
|
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 DescribeCustomRoutingEndpointGroupCommand extends DescribeCustomRoutingEndpointGroupCommand_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
|
DescribeCustomRoutingListenerRequest,
|
|
10
4
|
DescribeCustomRoutingListenerResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeCustomRoutingListenerCommandInput
|
|
15
8
|
extends DescribeCustomRoutingListenerRequest {}
|
|
16
9
|
export interface DescribeCustomRoutingListenerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeCustomRoutingListenerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeCustomRoutingListenerCommandInput,
|
|
24
17
|
DescribeCustomRoutingListenerCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeCustomRoutingListenerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeCustomRoutingListenerCommandInput,
|
|
33
26
|
DescribeCustomRoutingListenerCommandOutput,
|
|
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 DescribeCustomRoutingListenerCommand extends DescribeCustomRoutingListenerCommand_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
|
DescribeEndpointGroupRequest,
|
|
10
4
|
DescribeEndpointGroupResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEndpointGroupCommandInput
|
|
15
8
|
extends DescribeEndpointGroupRequest {}
|
|
16
9
|
export interface DescribeEndpointGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEndpointGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEndpointGroupCommandInput,
|
|
24
17
|
DescribeEndpointGroupCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeEndpointGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEndpointGroupCommandInput,
|
|
33
26
|
DescribeEndpointGroupCommandOutput,
|
|
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 DescribeEndpointGroupCommand extends DescribeEndpointGroupCommand_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
|
DescribeListenerRequest,
|
|
10
4
|
DescribeListenerResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeListenerCommandInput extends DescribeListenerRequest {}
|
|
15
8
|
export interface DescribeListenerCommandOutput
|
|
16
9
|
extends DescribeListenerResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeListenerCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeListenerCommandInput,
|
|
23
16
|
DescribeListenerCommandOutput,
|
|
24
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DescribeListenerCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeListenerCommandInput,
|
|
32
25
|
DescribeListenerCommandOutput,
|
|
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 DescribeListenerCommand extends DescribeListenerCommand_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
|
ListAcceleratorsRequest,
|
|
10
4
|
ListAcceleratorsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {}
|
|
15
8
|
export interface ListAcceleratorsCommandOutput
|
|
16
9
|
extends ListAcceleratorsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListAcceleratorsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListAcceleratorsCommandInput,
|
|
23
16
|
ListAcceleratorsCommandOutput,
|
|
24
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListAcceleratorsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListAcceleratorsCommandInput,
|
|
32
25
|
ListAcceleratorsCommandOutput,
|
|
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 ListAcceleratorsCommand extends ListAcceleratorsCommand_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
|
ListByoipCidrsRequest,
|
|
10
4
|
ListByoipCidrsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListByoipCidrsCommandInput extends ListByoipCidrsRequest {}
|
|
15
8
|
export interface ListByoipCidrsCommandOutput
|
|
16
9
|
extends ListByoipCidrsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListByoipCidrsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListByoipCidrsCommandInput,
|
|
23
16
|
ListByoipCidrsCommandOutput,
|
|
24
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListByoipCidrsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListByoipCidrsCommandInput,
|
|
32
25
|
ListByoipCidrsCommandOutput,
|
|
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 ListByoipCidrsCommand extends ListByoipCidrsCommand_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
|
ListCrossAccountAttachmentsRequest,
|
|
10
4
|
ListCrossAccountAttachmentsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCrossAccountAttachmentsCommandInput
|
|
15
8
|
extends ListCrossAccountAttachmentsRequest {}
|
|
16
9
|
export interface ListCrossAccountAttachmentsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCrossAccountAttachmentsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCrossAccountAttachmentsCommandInput,
|
|
24
17
|
ListCrossAccountAttachmentsCommandOutput,
|
|
25
|
-
GlobalAcceleratorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlobalAcceleratorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListCrossAccountAttachmentsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCrossAccountAttachmentsCommandInput,
|
|
33
26
|
ListCrossAccountAttachmentsCommandOutput,
|
|
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 ListCrossAccountAttachmentsCommand extends ListCrossAccountAttachmentsCommand_base {
|
|
43
34
|
protected static __types: {
|