@aws-sdk/client-global-accelerator 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +874 -240
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +412 -120
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +47 -47
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1339 -1197
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import {
|
|
14
|
+
WithdrawByoipCidrRequest,
|
|
15
|
+
WithdrawByoipCidrResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface WithdrawByoipCidrCommandInput
|
|
18
|
+
extends WithdrawByoipCidrRequest {}
|
|
19
|
+
export interface WithdrawByoipCidrCommandOutput
|
|
20
|
+
extends WithdrawByoipCidrResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class WithdrawByoipCidrCommand extends $Command<
|
|
24
|
+
WithdrawByoipCidrCommandInput,
|
|
25
|
+
WithdrawByoipCidrCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: WithdrawByoipCidrCommandInput;
|
|
29
|
+
constructor(input: WithdrawByoipCidrCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
export * from "./AddCustomRoutingEndpointsCommand";
|
|
2
|
-
export * from "./AdvertiseByoipCidrCommand";
|
|
3
|
-
export * from "./AllowCustomRoutingTrafficCommand";
|
|
4
|
-
export * from "./CreateAcceleratorCommand";
|
|
5
|
-
export * from "./CreateCustomRoutingAcceleratorCommand";
|
|
6
|
-
export * from "./CreateCustomRoutingEndpointGroupCommand";
|
|
7
|
-
export * from "./CreateCustomRoutingListenerCommand";
|
|
8
|
-
export * from "./CreateEndpointGroupCommand";
|
|
9
|
-
export * from "./CreateListenerCommand";
|
|
10
|
-
export * from "./DeleteAcceleratorCommand";
|
|
11
|
-
export * from "./DeleteCustomRoutingAcceleratorCommand";
|
|
12
|
-
export * from "./DeleteCustomRoutingEndpointGroupCommand";
|
|
13
|
-
export * from "./DeleteCustomRoutingListenerCommand";
|
|
14
|
-
export * from "./DeleteEndpointGroupCommand";
|
|
15
|
-
export * from "./DeleteListenerCommand";
|
|
16
|
-
export * from "./DenyCustomRoutingTrafficCommand";
|
|
17
|
-
export * from "./DeprovisionByoipCidrCommand";
|
|
18
|
-
export * from "./DescribeAcceleratorAttributesCommand";
|
|
19
|
-
export * from "./DescribeAcceleratorCommand";
|
|
20
|
-
export * from "./DescribeCustomRoutingAcceleratorAttributesCommand";
|
|
21
|
-
export * from "./DescribeCustomRoutingAcceleratorCommand";
|
|
22
|
-
export * from "./DescribeCustomRoutingEndpointGroupCommand";
|
|
23
|
-
export * from "./DescribeCustomRoutingListenerCommand";
|
|
24
|
-
export * from "./DescribeEndpointGroupCommand";
|
|
25
|
-
export * from "./DescribeListenerCommand";
|
|
26
|
-
export * from "./ListAcceleratorsCommand";
|
|
27
|
-
export * from "./ListByoipCidrsCommand";
|
|
28
|
-
export * from "./ListCustomRoutingAcceleratorsCommand";
|
|
29
|
-
export * from "./ListCustomRoutingEndpointGroupsCommand";
|
|
30
|
-
export * from "./ListCustomRoutingListenersCommand";
|
|
31
|
-
export * from "./ListCustomRoutingPortMappingsByDestinationCommand";
|
|
32
|
-
export * from "./ListCustomRoutingPortMappingsCommand";
|
|
33
|
-
export * from "./ListEndpointGroupsCommand";
|
|
34
|
-
export * from "./ListListenersCommand";
|
|
35
|
-
export * from "./ListTagsForResourceCommand";
|
|
36
|
-
export * from "./ProvisionByoipCidrCommand";
|
|
37
|
-
export * from "./RemoveCustomRoutingEndpointsCommand";
|
|
38
|
-
export * from "./TagResourceCommand";
|
|
39
|
-
export * from "./UntagResourceCommand";
|
|
40
|
-
export * from "./UpdateAcceleratorAttributesCommand";
|
|
41
|
-
export * from "./UpdateAcceleratorCommand";
|
|
42
|
-
export * from "./UpdateCustomRoutingAcceleratorAttributesCommand";
|
|
43
|
-
export * from "./UpdateCustomRoutingAcceleratorCommand";
|
|
44
|
-
export * from "./UpdateCustomRoutingListenerCommand";
|
|
45
|
-
export * from "./UpdateEndpointGroupCommand";
|
|
46
|
-
export * from "./UpdateListenerCommand";
|
|
47
|
-
export * from "./WithdrawByoipCidrCommand";
|
|
1
|
+
export * from "./AddCustomRoutingEndpointsCommand";
|
|
2
|
+
export * from "./AdvertiseByoipCidrCommand";
|
|
3
|
+
export * from "./AllowCustomRoutingTrafficCommand";
|
|
4
|
+
export * from "./CreateAcceleratorCommand";
|
|
5
|
+
export * from "./CreateCustomRoutingAcceleratorCommand";
|
|
6
|
+
export * from "./CreateCustomRoutingEndpointGroupCommand";
|
|
7
|
+
export * from "./CreateCustomRoutingListenerCommand";
|
|
8
|
+
export * from "./CreateEndpointGroupCommand";
|
|
9
|
+
export * from "./CreateListenerCommand";
|
|
10
|
+
export * from "./DeleteAcceleratorCommand";
|
|
11
|
+
export * from "./DeleteCustomRoutingAcceleratorCommand";
|
|
12
|
+
export * from "./DeleteCustomRoutingEndpointGroupCommand";
|
|
13
|
+
export * from "./DeleteCustomRoutingListenerCommand";
|
|
14
|
+
export * from "./DeleteEndpointGroupCommand";
|
|
15
|
+
export * from "./DeleteListenerCommand";
|
|
16
|
+
export * from "./DenyCustomRoutingTrafficCommand";
|
|
17
|
+
export * from "./DeprovisionByoipCidrCommand";
|
|
18
|
+
export * from "./DescribeAcceleratorAttributesCommand";
|
|
19
|
+
export * from "./DescribeAcceleratorCommand";
|
|
20
|
+
export * from "./DescribeCustomRoutingAcceleratorAttributesCommand";
|
|
21
|
+
export * from "./DescribeCustomRoutingAcceleratorCommand";
|
|
22
|
+
export * from "./DescribeCustomRoutingEndpointGroupCommand";
|
|
23
|
+
export * from "./DescribeCustomRoutingListenerCommand";
|
|
24
|
+
export * from "./DescribeEndpointGroupCommand";
|
|
25
|
+
export * from "./DescribeListenerCommand";
|
|
26
|
+
export * from "./ListAcceleratorsCommand";
|
|
27
|
+
export * from "./ListByoipCidrsCommand";
|
|
28
|
+
export * from "./ListCustomRoutingAcceleratorsCommand";
|
|
29
|
+
export * from "./ListCustomRoutingEndpointGroupsCommand";
|
|
30
|
+
export * from "./ListCustomRoutingListenersCommand";
|
|
31
|
+
export * from "./ListCustomRoutingPortMappingsByDestinationCommand";
|
|
32
|
+
export * from "./ListCustomRoutingPortMappingsCommand";
|
|
33
|
+
export * from "./ListEndpointGroupsCommand";
|
|
34
|
+
export * from "./ListListenersCommand";
|
|
35
|
+
export * from "./ListTagsForResourceCommand";
|
|
36
|
+
export * from "./ProvisionByoipCidrCommand";
|
|
37
|
+
export * from "./RemoveCustomRoutingEndpointsCommand";
|
|
38
|
+
export * from "./TagResourceCommand";
|
|
39
|
+
export * from "./UntagResourceCommand";
|
|
40
|
+
export * from "./UpdateAcceleratorAttributesCommand";
|
|
41
|
+
export * from "./UpdateAcceleratorCommand";
|
|
42
|
+
export * from "./UpdateCustomRoutingAcceleratorAttributesCommand";
|
|
43
|
+
export * from "./UpdateCustomRoutingAcceleratorCommand";
|
|
44
|
+
export * from "./UpdateCustomRoutingListenerCommand";
|
|
45
|
+
export * from "./UpdateEndpointGroupCommand";
|
|
46
|
+
export * from "./UpdateListenerCommand";
|
|
47
|
+
export * from "./WithdrawByoipCidrCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./GlobalAccelerator";
|
|
2
|
-
export * from "./GlobalAcceleratorClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { GlobalAcceleratorServiceException } from "./models/GlobalAcceleratorServiceException";
|
|
1
|
+
export * from "./GlobalAccelerator";
|
|
2
|
+
export * from "./GlobalAcceleratorClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { GlobalAcceleratorServiceException } from "./models/GlobalAcceleratorServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class GlobalAcceleratorServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|