@aws-sdk/client-global-accelerator 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/GlobalAccelerator.d.ts +6 -1
- package/dist-types/GlobalAcceleratorClient.d.ts +1 -1
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/AddEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -1
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +2 -1
- package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +2 -1
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateListenerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -1
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeListenerCommand.d.ts +2 -1
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +2 -1
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +2 -1
- package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +2 -1
- package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -1
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListListenersCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateListenerCommand.d.ts +2 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +368 -368
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +5 -0
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -614,6 +614,7 @@ export interface GlobalAccelerator {
|
|
|
614
614
|
options: __HttpHandlerOptions,
|
|
615
615
|
cb: (err: any, data?: DescribeListenerCommandOutput) => void
|
|
616
616
|
): void;
|
|
617
|
+
listAccelerators(): Promise<ListAcceleratorsCommandOutput>;
|
|
617
618
|
listAccelerators(
|
|
618
619
|
args: ListAcceleratorsCommandInput,
|
|
619
620
|
options?: __HttpHandlerOptions
|
|
@@ -627,6 +628,7 @@ export interface GlobalAccelerator {
|
|
|
627
628
|
options: __HttpHandlerOptions,
|
|
628
629
|
cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
|
|
629
630
|
): void;
|
|
631
|
+
listByoipCidrs(): Promise<ListByoipCidrsCommandOutput>;
|
|
630
632
|
listByoipCidrs(
|
|
631
633
|
args: ListByoipCidrsCommandInput,
|
|
632
634
|
options?: __HttpHandlerOptions
|
|
@@ -640,6 +642,7 @@ export interface GlobalAccelerator {
|
|
|
640
642
|
options: __HttpHandlerOptions,
|
|
641
643
|
cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
|
|
642
644
|
): void;
|
|
645
|
+
listCrossAccountAttachments(): Promise<ListCrossAccountAttachmentsCommandOutput>;
|
|
643
646
|
listCrossAccountAttachments(
|
|
644
647
|
args: ListCrossAccountAttachmentsCommandInput,
|
|
645
648
|
options?: __HttpHandlerOptions
|
|
@@ -653,6 +656,7 @@ export interface GlobalAccelerator {
|
|
|
653
656
|
options: __HttpHandlerOptions,
|
|
654
657
|
cb: (err: any, data?: ListCrossAccountAttachmentsCommandOutput) => void
|
|
655
658
|
): void;
|
|
659
|
+
listCrossAccountResourceAccounts(): Promise<ListCrossAccountResourceAccountsCommandOutput>;
|
|
656
660
|
listCrossAccountResourceAccounts(
|
|
657
661
|
args: ListCrossAccountResourceAccountsCommandInput,
|
|
658
662
|
options?: __HttpHandlerOptions
|
|
@@ -679,6 +683,7 @@ export interface GlobalAccelerator {
|
|
|
679
683
|
options: __HttpHandlerOptions,
|
|
680
684
|
cb: (err: any, data?: ListCrossAccountResourcesCommandOutput) => void
|
|
681
685
|
): void;
|
|
686
|
+
listCustomRoutingAccelerators(): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
682
687
|
listCustomRoutingAccelerators(
|
|
683
688
|
args: ListCustomRoutingAcceleratorsCommandInput,
|
|
684
689
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AddCustomRoutingEndpointsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AddCustomRoutingEndpointsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AddCustomRoutingEndpointsCommandInput,
|
|
32
|
+
AddCustomRoutingEndpointsCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AddCustomRoutingEndpointsCommand extends AddCustomRoutingEndpointsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const AddEndpointsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: AddEndpointsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
AddEndpointsCommandInput,
|
|
28
|
+
AddEndpointsCommandOutput,
|
|
29
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class AddEndpointsCommand extends AddEndpointsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const AdvertiseByoipCidrCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AdvertiseByoipCidrCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AdvertiseByoipCidrCommandInput,
|
|
32
|
+
AdvertiseByoipCidrCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AdvertiseByoipCidrCommand extends AdvertiseByoipCidrCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const AllowCustomRoutingTrafficCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: AllowCustomRoutingTrafficCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
AllowCustomRoutingTrafficCommandInput,
|
|
28
|
+
AllowCustomRoutingTrafficCommandOutput,
|
|
29
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class AllowCustomRoutingTrafficCommand extends AllowCustomRoutingTrafficCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateAcceleratorCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateAcceleratorCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateAcceleratorCommandInput,
|
|
32
|
+
CreateAcceleratorCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateAcceleratorCommand extends CreateAcceleratorCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateCrossAccountAttachmentCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCrossAccountAttachmentCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCrossAccountAttachmentCommandInput,
|
|
32
|
+
CreateCrossAccountAttachmentCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateCrossAccountAttachmentCommand extends CreateCrossAccountAttachmentCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateCustomRoutingAcceleratorCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCustomRoutingAcceleratorCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCustomRoutingAcceleratorCommandInput,
|
|
32
|
+
CreateCustomRoutingAcceleratorCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateCustomRoutingAcceleratorCommand extends CreateCustomRoutingAcceleratorCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateCustomRoutingEndpointGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCustomRoutingEndpointGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCustomRoutingEndpointGroupCommandInput,
|
|
32
|
+
CreateCustomRoutingEndpointGroupCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateCustomRoutingEndpointGroupCommand extends CreateCustomRoutingEndpointGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateCustomRoutingListenerCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCustomRoutingListenerCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCustomRoutingListenerCommandInput,
|
|
32
|
+
CreateCustomRoutingListenerCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateCustomRoutingListenerCommand extends CreateCustomRoutingListenerCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateEndpointGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateEndpointGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateEndpointGroupCommandInput,
|
|
32
|
+
CreateEndpointGroupCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateEndpointGroupCommand extends CreateEndpointGroupCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateListenerCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateListenerCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateListenerCommandInput,
|
|
31
|
+
CreateListenerCommandOutput,
|
|
32
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateListenerCommand extends CreateListenerCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteAcceleratorCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteAcceleratorCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteAcceleratorCommandInput,
|
|
27
|
+
DeleteAcceleratorCommandOutput,
|
|
28
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteAcceleratorCommand extends DeleteAcceleratorCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteCrossAccountAttachmentCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteCrossAccountAttachmentCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteCrossAccountAttachmentCommandInput,
|
|
28
|
+
DeleteCrossAccountAttachmentCommandOutput,
|
|
29
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteCrossAccountAttachmentCommand extends DeleteCrossAccountAttachmentCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteCustomRoutingAcceleratorCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteCustomRoutingAcceleratorCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteCustomRoutingAcceleratorCommandInput,
|
|
28
|
+
DeleteCustomRoutingAcceleratorCommandOutput,
|
|
29
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteCustomRoutingAcceleratorCommand extends DeleteCustomRoutingAcceleratorCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteCustomRoutingEndpointGroupCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteCustomRoutingEndpointGroupCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteCustomRoutingEndpointGroupCommandInput,
|
|
28
|
+
DeleteCustomRoutingEndpointGroupCommandOutput,
|
|
29
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteCustomRoutingEndpointGroupCommand extends DeleteCustomRoutingEndpointGroupCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteCustomRoutingListenerCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteCustomRoutingListenerCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteCustomRoutingListenerCommandInput,
|
|
28
|
+
DeleteCustomRoutingListenerCommandOutput,
|
|
29
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteCustomRoutingListenerCommand extends DeleteCustomRoutingListenerCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteEndpointGroupCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteEndpointGroupCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteEndpointGroupCommandInput,
|
|
27
|
+
DeleteEndpointGroupCommandOutput,
|
|
28
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteEndpointGroupCommand extends DeleteEndpointGroupCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteListenerCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteListenerCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteListenerCommandInput,
|
|
26
|
+
DeleteListenerCommandOutput,
|
|
27
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteListenerCommand extends DeleteListenerCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DenyCustomRoutingTrafficCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DenyCustomRoutingTrafficCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DenyCustomRoutingTrafficCommandInput,
|
|
28
|
+
DenyCustomRoutingTrafficCommandOutput,
|
|
29
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DenyCustomRoutingTrafficCommand extends DenyCustomRoutingTrafficCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeprovisionByoipCidrCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeprovisionByoipCidrCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeprovisionByoipCidrCommandInput,
|
|
32
|
+
DeprovisionByoipCidrCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeprovisionByoipCidrCommand extends DeprovisionByoipCidrCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAcceleratorAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAcceleratorAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAcceleratorAttributesCommandInput,
|
|
32
|
+
DescribeAcceleratorAttributesCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAcceleratorAttributesCommand extends DescribeAcceleratorAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAcceleratorCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAcceleratorCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAcceleratorCommandInput,
|
|
32
|
+
DescribeAcceleratorCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAcceleratorCommand extends DescribeAcceleratorCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeCrossAccountAttachmentCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeCrossAccountAttachmentCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeCrossAccountAttachmentCommandInput,
|
|
32
|
+
DescribeCrossAccountAttachmentCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeCrossAccountAttachmentCommand extends DescribeCrossAccountAttachmentCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeCustomRoutingAcceleratorAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
32
|
+
DescribeCustomRoutingAcceleratorAttributesCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends DescribeCustomRoutingAcceleratorAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeCustomRoutingAcceleratorCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeCustomRoutingAcceleratorCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeCustomRoutingAcceleratorCommandInput,
|
|
32
|
+
DescribeCustomRoutingAcceleratorCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeCustomRoutingAcceleratorCommand extends DescribeCustomRoutingAcceleratorCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeCustomRoutingEndpointGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeCustomRoutingEndpointGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeCustomRoutingEndpointGroupCommandInput,
|
|
32
|
+
DescribeCustomRoutingEndpointGroupCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeCustomRoutingEndpointGroupCommand extends DescribeCustomRoutingEndpointGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeCustomRoutingListenerCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeCustomRoutingListenerCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeCustomRoutingListenerCommandInput,
|
|
32
|
+
DescribeCustomRoutingListenerCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeCustomRoutingListenerCommand extends DescribeCustomRoutingListenerCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeEndpointGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeEndpointGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeEndpointGroupCommandInput,
|
|
32
|
+
DescribeEndpointGroupCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeEndpointGroupCommand extends DescribeEndpointGroupCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeListenerCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeListenerCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeListenerCommandInput,
|
|
31
|
+
DescribeListenerCommandOutput,
|
|
32
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeListenerCommand extends DescribeListenerCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListAcceleratorsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListAcceleratorsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListAcceleratorsCommandInput,
|
|
31
|
+
ListAcceleratorsCommandOutput,
|
|
32
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListAcceleratorsCommand extends ListAcceleratorsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListByoipCidrsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListByoipCidrsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListByoipCidrsCommandInput,
|
|
31
|
+
ListByoipCidrsCommandOutput,
|
|
32
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListByoipCidrsCommand extends ListByoipCidrsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCrossAccountAttachmentsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListCrossAccountAttachmentsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCrossAccountAttachmentsCommandInput,
|
|
32
|
+
ListCrossAccountAttachmentsCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCrossAccountAttachmentsCommand extends ListCrossAccountAttachmentsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCrossAccountResourceAccountsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListCrossAccountResourceAccountsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCrossAccountResourceAccountsCommandInput,
|
|
32
|
+
ListCrossAccountResourceAccountsCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCrossAccountResourceAccountsCommand extends ListCrossAccountResourceAccountsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCrossAccountResourcesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListCrossAccountResourcesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCrossAccountResourcesCommandInput,
|
|
32
|
+
ListCrossAccountResourcesCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCrossAccountResourcesCommand extends ListCrossAccountResourcesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCustomRoutingAcceleratorsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListCustomRoutingAcceleratorsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCustomRoutingAcceleratorsCommandInput,
|
|
32
|
+
ListCustomRoutingAcceleratorsCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCustomRoutingAcceleratorsCommand extends ListCustomRoutingAcceleratorsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCustomRoutingEndpointGroupsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListCustomRoutingEndpointGroupsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCustomRoutingEndpointGroupsCommandInput,
|
|
32
|
+
ListCustomRoutingEndpointGroupsCommandOutput,
|
|
33
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCustomRoutingEndpointGroupsCommand extends ListCustomRoutingEndpointGroupsCommand_base {}
|