@aws-sdk/client-global-accelerator 3.529.1 → 3.535.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-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/models/models_0.d.ts +368 -368
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- 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/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface DescribeCustomRoutingListenerCommandOutput extends DescribeCust
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCustomRoutingListenerCommand_base: {
|
|
24
24
|
new (input: DescribeCustomRoutingListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeCustomRoutingListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The description of a listener for a custom routing accelerator.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const DescribeCustomRoutingListenerCommand_base: {
|
|
|
70
70
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeCustomRoutingListenerCommand extends DescribeCustomRoutingListenerCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEndpointGroupCommandOutput extends DescribeEndpointGrou
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEndpointGroupCommand_base: {
|
|
24
24
|
new (input: DescribeEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describe an endpoint group. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const DescribeEndpointGroupCommand_base: {
|
|
|
86
86
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class DescribeEndpointGroupCommand extends DescribeEndpointGroupCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeListenerCommandOutput extends DescribeListenerResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeListenerCommand_base: {
|
|
24
24
|
new (input: DescribeListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerCommandInput, DescribeListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerCommandInput, DescribeListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describe a listener. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const DescribeListenerCommand_base: {
|
|
|
72
72
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DescribeListenerCommand extends DescribeListenerCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAcceleratorsCommandOutput extends ListAcceleratorsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAcceleratorsCommand_base: {
|
|
24
24
|
new (input: ListAcceleratorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListAcceleratorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the accelerators for an Amazon Web Services account. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -91,6 +91,7 @@ declare const ListAcceleratorsCommand_base: {
|
|
|
91
91
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListAcceleratorsCommand extends ListAcceleratorsCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListByoipCidrsCommandOutput extends ListByoipCidrsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListByoipCidrsCommand_base: {
|
|
24
24
|
new (input: ListByoipCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListByoipCidrsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the IP address ranges that were specified in calls to <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/ProvisionByoipCidr.html">ProvisionByoipCidr</a>, including
|
|
30
30
|
* the current state and a history of state changes.</p>
|
|
31
31
|
* @example
|
|
@@ -79,6 +79,7 @@ declare const ListByoipCidrsCommand_base: {
|
|
|
79
79
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListByoipCidrsCommand extends ListByoipCidrsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCrossAccountAttachmentsCommandOutput extends ListCrossAccou
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCrossAccountAttachmentsCommand_base: {
|
|
24
24
|
new (input: ListCrossAccountAttachmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrossAccountAttachmentsCommandInput, ListCrossAccountAttachmentsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCrossAccountAttachmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCrossAccountAttachmentsCommandInput, ListCrossAccountAttachmentsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the cross-account attachments that have been created in Global Accelerator.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const ListCrossAccountAttachmentsCommand_base: {
|
|
|
83
83
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListCrossAccountAttachmentsCommand extends ListCrossAccountAttachmentsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCrossAccountResourceAccountsCommandOutput extends ListCross
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCrossAccountResourceAccountsCommand_base: {
|
|
24
24
|
new (input: ListCrossAccountResourceAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrossAccountResourceAccountsCommandInput, ListCrossAccountResourceAccountsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCrossAccountResourceAccountsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCrossAccountResourceAccountsCommandInput, ListCrossAccountResourceAccountsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the accounts that have cross-account endpoints.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const ListCrossAccountResourceAccountsCommand_base: {
|
|
|
59
59
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class ListCrossAccountResourceAccountsCommand extends ListCrossAccountResourceAccountsCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCrossAccountResourcesCommandOutput extends ListCrossAccount
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCrossAccountResourcesCommand_base: {
|
|
24
24
|
new (input: ListCrossAccountResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrossAccountResourcesCommandInput, ListCrossAccountResourcesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListCrossAccountResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrossAccountResourcesCommandInput, ListCrossAccountResourcesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the cross-account endpoints available to add to an accelerator.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListCrossAccountResourcesCommand_base: {
|
|
|
77
77
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListCrossAccountResourcesCommand extends ListCrossAccountResourcesCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCustomRoutingAcceleratorsCommandOutput extends ListCustomRo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCustomRoutingAcceleratorsCommand_base: {
|
|
24
24
|
new (input: ListCustomRoutingAcceleratorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCustomRoutingAcceleratorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the custom routing accelerators for an Amazon Web Services account. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const ListCustomRoutingAcceleratorsCommand_base: {
|
|
|
84
84
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListCustomRoutingAcceleratorsCommand extends ListCustomRoutingAcceleratorsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCustomRoutingEndpointGroupsCommandOutput extends ListCustom
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCustomRoutingEndpointGroupsCommand_base: {
|
|
24
24
|
new (input: ListCustomRoutingEndpointGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListCustomRoutingEndpointGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the endpoint groups that are associated with a listener for a custom routing accelerator. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const ListCustomRoutingEndpointGroupsCommand_base: {
|
|
|
87
87
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListCustomRoutingEndpointGroupsCommand extends ListCustomRoutingEndpointGroupsCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCustomRoutingListenersCommandOutput extends ListCustomRouti
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCustomRoutingListenersCommand_base: {
|
|
24
24
|
new (input: ListCustomRoutingListenersCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListCustomRoutingListenersCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the listeners for a custom routing accelerator. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListCustomRoutingListenersCommand_base: {
|
|
|
78
78
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListCustomRoutingListenersCommand extends ListCustomRoutingListenersCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCustomRoutingPortMappingsByDestinationCommandOutput extends
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCustomRoutingPortMappingsByDestinationCommand_base: {
|
|
24
24
|
new (input: ListCustomRoutingPortMappingsByDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListCustomRoutingPortMappingsByDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint. The
|
|
30
30
|
* response is the mappings for one destination IP address. This is useful when your subnet endpoint has mappings that
|
|
31
31
|
* span multiple custom routing accelerators in your account, or for scenarios where you only want to
|
|
@@ -91,6 +91,7 @@ declare const ListCustomRoutingPortMappingsByDestinationCommand_base: {
|
|
|
91
91
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListCustomRoutingPortMappingsByDestinationCommand extends ListCustomRoutingPortMappingsByDestinationCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCustomRoutingPortMappingsCommandOutput extends ListCustomRo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCustomRoutingPortMappingsCommand_base: {
|
|
24
24
|
new (input: ListCustomRoutingPortMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListCustomRoutingPortMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance
|
|
30
30
|
* IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.
|
|
31
31
|
* For each subnet endpoint that you add, Global Accelerator creates a new static port mapping for the accelerator. The port
|
|
@@ -94,6 +94,7 @@ declare const ListCustomRoutingPortMappingsCommand_base: {
|
|
|
94
94
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListCustomRoutingPortMappingsCommand extends ListCustomRoutingPortMappingsCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEndpointGroupsCommandOutput extends ListEndpointGroupsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEndpointGroupsCommand_base: {
|
|
24
24
|
new (input: ListEndpointGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListEndpointGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the endpoint groups that are associated with a listener. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const ListEndpointGroupsCommand_base: {
|
|
|
94
94
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListEndpointGroupsCommand extends ListEndpointGroupsCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListListenersCommandOutput extends ListListenersResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListListenersCommand_base: {
|
|
24
24
|
new (input: ListListenersCommandInput): import("@smithy/smithy-client").CommandImpl<ListListenersCommandInput, ListListenersCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListListenersCommandInput): import("@smithy/smithy-client").CommandImpl<ListListenersCommandInput, ListListenersCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the listeners for an accelerator. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const ListListenersCommand_base: {
|
|
|
80
80
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListListenersCommand extends ListListenersCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List all tags for an accelerator. </p>
|
|
30
30
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
31
31
|
* in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>. </p>
|
|
@@ -69,6 +69,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface ProvisionByoipCidrCommandOutput extends ProvisionByoipCidrRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ProvisionByoipCidrCommand_base: {
|
|
24
24
|
new (input: ProvisionByoipCidrCommandInput): import("@smithy/smithy-client").CommandImpl<ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ProvisionByoipCidrCommandInput): import("@smithy/smithy-client").CommandImpl<ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provisions an IP address range to use with your Amazon Web Services resources through bring your own IP
|
|
30
30
|
* addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned,
|
|
31
31
|
* it is ready to be advertised using <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/AdvertiseByoipCidr.html">
|
|
@@ -87,6 +87,7 @@ declare const ProvisionByoipCidrCommand_base: {
|
|
|
87
87
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ProvisionByoipCidrCommand extends ProvisionByoipCidrCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveCustomRoutingEndpointsCommandOutput extends __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveCustomRoutingEndpointsCommand_base: {
|
|
24
24
|
new (input: RemoveCustomRoutingEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveCustomRoutingEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Remove endpoints from a custom routing accelerator.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const RemoveCustomRoutingEndpointsCommand_base: {
|
|
|
72
72
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class RemoveCustomRoutingEndpointsCommand extends RemoveCustomRoutingEndpointsCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveEndpointsCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveEndpointsCommand_base: {
|
|
24
24
|
new (input: RemoveEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Remove endpoints from an endpoint group. </p>
|
|
30
30
|
* <p>The <code>RemoveEndpoints</code> API operation is the recommended option for removing endpoints. The alternative is to remove
|
|
31
31
|
* endpoints by updating an endpoint group by using the
|
|
@@ -88,6 +88,7 @@ declare const RemoveEndpointsCommand_base: {
|
|
|
88
88
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class RemoveEndpointsCommand extends RemoveEndpointsCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Add tags to an accelerator resource. </p>
|
|
30
30
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
31
31
|
* in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>. </p>
|
|
@@ -68,6 +68,7 @@ declare const TagResourceCommand_base: {
|
|
|
68
68
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Remove tags from a Global Accelerator resource. When you specify a tag key, the action removes both that key and its associated value.
|
|
30
30
|
* The operation succeeds even if you attempt to remove tags from an accelerator that was already removed.</p>
|
|
31
31
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
@@ -66,6 +66,7 @@ declare const UntagResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAcceleratorAttributesCommandOutput extends UpdateAccelera
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAcceleratorAttributesCommand_base: {
|
|
24
24
|
new (input: UpdateAcceleratorAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAcceleratorAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update the attributes for an accelerator. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const UpdateAcceleratorAttributesCommand_base: {
|
|
|
72
72
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UpdateAcceleratorAttributesCommand extends UpdateAcceleratorAttributesCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAcceleratorCommandOutput extends UpdateAcceleratorRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAcceleratorCommand_base: {
|
|
24
24
|
new (input: UpdateAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update an accelerator to make changes, such as the following: </p>
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li>
|
|
@@ -115,6 +115,7 @@ declare const UpdateAcceleratorCommand_base: {
|
|
|
115
115
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class UpdateAcceleratorCommand extends UpdateAcceleratorCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCrossAccountAttachmentCommandOutput extends UpdateCrossAc
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCrossAccountAttachmentCommand_base: {
|
|
24
24
|
new (input: UpdateCrossAccountAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCrossAccountAttachmentCommandInput, UpdateCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCrossAccountAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCrossAccountAttachmentCommandInput, UpdateCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update a cross-account attachment to add or remove principals or resources. When you update
|
|
30
30
|
* an attachment to remove a principal (account ID or accelerator) or a resource, Global Accelerator
|
|
31
31
|
* revokes the permission for specific resources by doing the following:</p>
|
|
@@ -121,6 +121,7 @@ declare const UpdateCrossAccountAttachmentCommand_base: {
|
|
|
121
121
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
123
123
|
*
|
|
124
|
+
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class UpdateCrossAccountAttachmentCommand extends UpdateCrossAccountAttachmentCommand_base {
|
|
126
127
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCustomRoutingAcceleratorAttributesCommandOutput extends U
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCustomRoutingAcceleratorAttributesCommand_base: {
|
|
24
24
|
new (input: UpdateCustomRoutingAcceleratorAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCustomRoutingAcceleratorAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update the attributes for a custom routing accelerator. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const UpdateCustomRoutingAcceleratorAttributesCommand_base: {
|
|
|
72
72
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UpdateCustomRoutingAcceleratorAttributesCommand extends UpdateCustomRoutingAcceleratorAttributesCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCustomRoutingAcceleratorCommandOutput extends UpdateCusto
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCustomRoutingAcceleratorCommand_base: {
|
|
24
24
|
new (input: UpdateCustomRoutingAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCustomRoutingAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update a custom routing accelerator. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const UpdateCustomRoutingAcceleratorCommand_base: {
|
|
|
83
83
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class UpdateCustomRoutingAcceleratorCommand extends UpdateCustomRoutingAcceleratorCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCustomRoutingListenerCommandOutput extends UpdateCustomRo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCustomRoutingListenerCommand_base: {
|
|
24
24
|
new (input: UpdateCustomRoutingListenerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCustomRoutingListenerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update a listener for a custom routing accelerator. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const UpdateCustomRoutingListenerCommand_base: {
|
|
|
82
82
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UpdateCustomRoutingListenerCommand extends UpdateCustomRoutingListenerCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateEndpointGroupCommandOutput extends UpdateEndpointGroupRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateEndpointGroupCommand_base: {
|
|
24
24
|
new (input: UpdateEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update an endpoint group. A resource must be valid and active when you add it as an endpoint.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -112,6 +112,7 @@ declare const UpdateEndpointGroupCommand_base: {
|
|
|
112
112
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
114
114
|
*
|
|
115
|
+
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class UpdateEndpointGroupCommand extends UpdateEndpointGroupCommand_base {
|
|
117
118
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateListenerCommandOutput extends UpdateListenerResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateListenerCommand_base: {
|
|
24
24
|
new (input: UpdateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateListenerCommandInput, UpdateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateListenerCommandInput, UpdateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update a listener. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const UpdateListenerCommand_base: {
|
|
|
86
86
|
* @throws {@link GlobalAcceleratorServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UpdateListenerCommand extends UpdateListenerCommand_base {
|
|
91
92
|
}
|