@aws-sdk/client-global-accelerator 3.192.0 → 3.193.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 +11 -0
- package/dist-cjs/GlobalAccelerator.js +30 -0
- package/dist-cjs/GlobalAcceleratorClient.js +11 -8
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +10 -0
- package/dist-cjs/commands/AddEndpointsCommand.js +46 -0
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +10 -0
- package/dist-cjs/commands/CreateAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +10 -0
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateListenerCommand.js +10 -0
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +10 -0
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteListenerCommand.js +10 -0
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +10 -0
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +10 -0
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/DescribeListenerCommand.js +10 -0
- package/dist-cjs/commands/ListAcceleratorsCommand.js +10 -0
- package/dist-cjs/commands/ListByoipCidrsCommand.js +10 -0
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +10 -0
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +10 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +10 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +10 -0
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListListenersCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +10 -0
- package/dist-cjs/commands/RemoveEndpointsCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +10 -0
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +10 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +10 -0
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateListenerCommand.js +10 -0
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +312 -0
- package/dist-cjs/models/models_0.js +62 -11
- package/dist-cjs/protocols/Aws_json1_1.js +167 -2
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/GlobalAccelerator.js +30 -0
- package/dist-es/GlobalAcceleratorClient.js +12 -9
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +10 -0
- package/dist-es/commands/AddEndpointsCommand.js +42 -0
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +10 -0
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +10 -0
- package/dist-es/commands/CreateAcceleratorCommand.js +10 -0
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +10 -0
- package/dist-es/commands/CreateEndpointGroupCommand.js +10 -0
- package/dist-es/commands/CreateListenerCommand.js +10 -0
- package/dist-es/commands/DeleteAcceleratorCommand.js +10 -0
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +10 -0
- package/dist-es/commands/DeleteEndpointGroupCommand.js +10 -0
- package/dist-es/commands/DeleteListenerCommand.js +10 -0
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +10 -0
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +10 -0
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +10 -0
- package/dist-es/commands/DescribeAcceleratorCommand.js +10 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +10 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +10 -0
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +10 -0
- package/dist-es/commands/DescribeEndpointGroupCommand.js +10 -0
- package/dist-es/commands/DescribeListenerCommand.js +10 -0
- package/dist-es/commands/ListAcceleratorsCommand.js +10 -0
- package/dist-es/commands/ListByoipCidrsCommand.js +10 -0
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +10 -0
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +10 -0
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +10 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +10 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +10 -0
- package/dist-es/commands/ListEndpointGroupsCommand.js +10 -0
- package/dist-es/commands/ListListenersCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ProvisionByoipCidrCommand.js +10 -0
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +10 -0
- package/dist-es/commands/RemoveEndpointsCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +10 -0
- package/dist-es/commands/UpdateAcceleratorCommand.js +10 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +10 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +10 -0
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +10 -0
- package/dist-es/commands/UpdateEndpointGroupCommand.js +10 -0
- package/dist-es/commands/UpdateListenerCommand.js +10 -0
- package/dist-es/commands/WithdrawByoipCidrCommand.js +10 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +309 -0
- package/dist-es/models/models_0.js +52 -6
- package/dist-es/protocols/Aws_json1_1.js +162 -1
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/GlobalAccelerator.d.ts +45 -0
- package/dist-types/GlobalAcceleratorClient.d.ts +10 -11
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/AddEndpointsCommand.d.ts +52 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -0
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -0
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeListenerCommand.d.ts +2 -0
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -0
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListListenersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +53 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +2 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +187 -94
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +34 -0
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +27 -8
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +71 -22
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class RemoveCustomRoutingEndpointsCommand extends $Command<
|
|
|
21
22
|
GlobalAcceleratorClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: RemoveCustomRoutingEndpointsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: RemoveCustomRoutingEndpointsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GlobalAcceleratorClient";
|
|
14
|
+
import { RemoveEndpointsRequest } from "../models/models_0";
|
|
15
|
+
export interface RemoveEndpointsCommandInput extends RemoveEndpointsRequest {}
|
|
16
|
+
export interface RemoveEndpointsCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class RemoveEndpointsCommand extends $Command<
|
|
18
|
+
RemoveEndpointsCommandInput,
|
|
19
|
+
RemoveEndpointsCommandOutput,
|
|
20
|
+
GlobalAcceleratorClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: RemoveEndpointsCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
|
+
constructor(input: RemoveEndpointsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
22
|
GlobalAcceleratorClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
24
25
|
GlobalAcceleratorClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UntagResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UntagResourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateAcceleratorAttributesCommand extends $Command<
|
|
|
25
26
|
GlobalAcceleratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateAcceleratorAttributesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAcceleratorAttributesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateAcceleratorCommand extends $Command<
|
|
|
25
26
|
GlobalAcceleratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateAcceleratorCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAcceleratorCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateCustomRoutingAcceleratorAttributesCommand extends $Co
|
|
|
25
26
|
GlobalAcceleratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateCustomRoutingAcceleratorAttributesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateCustomRoutingAcceleratorAttributesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateCustomRoutingAcceleratorCommand extends $Command<
|
|
|
25
26
|
GlobalAcceleratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateCustomRoutingAcceleratorCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateCustomRoutingAcceleratorCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateCustomRoutingListenerCommand extends $Command<
|
|
|
25
26
|
GlobalAcceleratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateCustomRoutingListenerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateCustomRoutingListenerCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateEndpointGroupCommand extends $Command<
|
|
|
25
26
|
GlobalAcceleratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateEndpointGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateEndpointGroupCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateListenerCommand extends $Command<
|
|
|
24
25
|
GlobalAcceleratorClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateListenerCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateListenerCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class WithdrawByoipCidrCommand extends $Command<
|
|
|
25
26
|
GlobalAcceleratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: WithdrawByoipCidrCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: WithdrawByoipCidrCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./AddCustomRoutingEndpointsCommand";
|
|
2
|
+
export * from "./AddEndpointsCommand";
|
|
2
3
|
export * from "./AdvertiseByoipCidrCommand";
|
|
3
4
|
export * from "./AllowCustomRoutingTrafficCommand";
|
|
4
5
|
export * from "./CreateAcceleratorCommand";
|
|
@@ -35,6 +36,7 @@ export * from "./ListListenersCommand";
|
|
|
35
36
|
export * from "./ListTagsForResourceCommand";
|
|
36
37
|
export * from "./ProvisionByoipCidrCommand";
|
|
37
38
|
export * from "./RemoveCustomRoutingEndpointsCommand";
|
|
39
|
+
export * from "./RemoveEndpointsCommand";
|
|
38
40
|
export * from "./TagResourceCommand";
|
|
39
41
|
export * from "./UntagResourceCommand";
|
|
40
42
|
export * from "./UpdateAcceleratorAttributesCommand";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region?: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|
|
@@ -17,7 +17,10 @@ export interface IpSet {
|
|
|
17
17
|
IpAddresses?: string[];
|
|
18
18
|
IpAddressFamily?: IpAddressFamily | string;
|
|
19
19
|
}
|
|
20
|
-
export declare
|
|
20
|
+
export declare enum AcceleratorStatus {
|
|
21
|
+
DEPLOYED = "DEPLOYED",
|
|
22
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
23
|
+
}
|
|
21
24
|
export interface Accelerator {
|
|
22
25
|
AcceleratorArn?: string;
|
|
23
26
|
Name?: string;
|
|
@@ -123,6 +126,39 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
123
126
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
124
127
|
);
|
|
125
128
|
}
|
|
129
|
+
export interface EndpointConfiguration {
|
|
130
|
+
EndpointId?: string;
|
|
131
|
+
Weight?: number;
|
|
132
|
+
ClientIPPreservationEnabled?: boolean;
|
|
133
|
+
}
|
|
134
|
+
export interface AddEndpointsRequest {
|
|
135
|
+
EndpointConfigurations: EndpointConfiguration[] | undefined;
|
|
136
|
+
EndpointGroupArn: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export declare enum HealthState {
|
|
139
|
+
HEALTHY = "HEALTHY",
|
|
140
|
+
INITIAL = "INITIAL",
|
|
141
|
+
UNHEALTHY = "UNHEALTHY",
|
|
142
|
+
}
|
|
143
|
+
export interface EndpointDescription {
|
|
144
|
+
EndpointId?: string;
|
|
145
|
+
Weight?: number;
|
|
146
|
+
HealthState?: HealthState | string;
|
|
147
|
+
HealthReason?: string;
|
|
148
|
+
ClientIPPreservationEnabled?: boolean;
|
|
149
|
+
}
|
|
150
|
+
export interface AddEndpointsResponse {
|
|
151
|
+
EndpointDescriptions?: EndpointDescription[];
|
|
152
|
+
EndpointGroupArn?: string;
|
|
153
|
+
}
|
|
154
|
+
export declare class TransactionInProgressException extends __BaseException {
|
|
155
|
+
readonly name: "TransactionInProgressException";
|
|
156
|
+
readonly $fault: "client";
|
|
157
|
+
Message?: string;
|
|
158
|
+
constructor(
|
|
159
|
+
opts: __ExceptionOptionType<TransactionInProgressException, __BaseException>
|
|
160
|
+
);
|
|
161
|
+
}
|
|
126
162
|
export interface AdvertiseByoipCidrRequest {
|
|
127
163
|
Cidr: string | undefined;
|
|
128
164
|
}
|
|
@@ -200,7 +236,10 @@ export interface CidrAuthorizationContext {
|
|
|
200
236
|
Message: string | undefined;
|
|
201
237
|
Signature: string | undefined;
|
|
202
238
|
}
|
|
203
|
-
export declare
|
|
239
|
+
export declare enum ClientAffinity {
|
|
240
|
+
NONE = "NONE",
|
|
241
|
+
SOURCE_IP = "SOURCE_IP",
|
|
242
|
+
}
|
|
204
243
|
export interface Tag {
|
|
205
244
|
Key: string | undefined;
|
|
206
245
|
Value: string | undefined;
|
|
@@ -224,7 +263,10 @@ export interface CreateCustomRoutingAcceleratorRequest {
|
|
|
224
263
|
IdempotencyToken?: string;
|
|
225
264
|
Tags?: Tag[];
|
|
226
265
|
}
|
|
227
|
-
export declare
|
|
266
|
+
export declare enum CustomRoutingAcceleratorStatus {
|
|
267
|
+
DEPLOYED = "DEPLOYED",
|
|
268
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
269
|
+
}
|
|
228
270
|
export interface CustomRoutingAccelerator {
|
|
229
271
|
AcceleratorArn?: string;
|
|
230
272
|
Name?: string;
|
|
@@ -317,11 +359,6 @@ export interface CustomRoutingListener {
|
|
|
317
359
|
export interface CreateCustomRoutingListenerResponse {
|
|
318
360
|
Listener?: CustomRoutingListener;
|
|
319
361
|
}
|
|
320
|
-
export interface EndpointConfiguration {
|
|
321
|
-
EndpointId?: string;
|
|
322
|
-
Weight?: number;
|
|
323
|
-
ClientIPPreservationEnabled?: boolean;
|
|
324
|
-
}
|
|
325
362
|
export declare enum HealthCheckProtocol {
|
|
326
363
|
HTTP = "HTTP",
|
|
327
364
|
HTTPS = "HTTPS",
|
|
@@ -344,14 +381,6 @@ export interface CreateEndpointGroupRequest {
|
|
|
344
381
|
IdempotencyToken?: string;
|
|
345
382
|
PortOverrides?: PortOverride[];
|
|
346
383
|
}
|
|
347
|
-
export declare type HealthState = "HEALTHY" | "INITIAL" | "UNHEALTHY";
|
|
348
|
-
export interface EndpointDescription {
|
|
349
|
-
EndpointId?: string;
|
|
350
|
-
Weight?: number;
|
|
351
|
-
HealthState?: HealthState | string;
|
|
352
|
-
HealthReason?: string;
|
|
353
|
-
ClientIPPreservationEnabled?: boolean;
|
|
354
|
-
}
|
|
355
384
|
export interface EndpointGroup {
|
|
356
385
|
EndpointGroupArn?: string;
|
|
357
386
|
EndpointGroupRegion?: string;
|
|
@@ -485,6 +514,10 @@ export interface DestinationPortMapping {
|
|
|
485
514
|
IpAddressType?: IpAddressType | string;
|
|
486
515
|
DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
|
|
487
516
|
}
|
|
517
|
+
export interface EndpointIdentifier {
|
|
518
|
+
EndpointId: string | undefined;
|
|
519
|
+
ClientIPPreservationEnabled?: boolean;
|
|
520
|
+
}
|
|
488
521
|
export declare class EndpointNotFoundException extends __BaseException {
|
|
489
522
|
readonly name: "EndpointNotFoundException";
|
|
490
523
|
readonly $fault: "client";
|
|
@@ -606,6 +639,10 @@ export interface RemoveCustomRoutingEndpointsRequest {
|
|
|
606
639
|
EndpointIds: string[] | undefined;
|
|
607
640
|
EndpointGroupArn: string | undefined;
|
|
608
641
|
}
|
|
642
|
+
export interface RemoveEndpointsRequest {
|
|
643
|
+
EndpointIdentifiers: EndpointIdentifier[] | undefined;
|
|
644
|
+
EndpointGroupArn: string | undefined;
|
|
645
|
+
}
|
|
609
646
|
export interface TagResourceRequest {
|
|
610
647
|
ResourceArn: string | undefined;
|
|
611
648
|
Tags: Tag[] | undefined;
|
|
@@ -708,6 +745,18 @@ export declare const CustomRoutingEndpointDescriptionFilterSensitiveLog: (
|
|
|
708
745
|
export declare const AddCustomRoutingEndpointsResponseFilterSensitiveLog: (
|
|
709
746
|
obj: AddCustomRoutingEndpointsResponse
|
|
710
747
|
) => any;
|
|
748
|
+
export declare const EndpointConfigurationFilterSensitiveLog: (
|
|
749
|
+
obj: EndpointConfiguration
|
|
750
|
+
) => any;
|
|
751
|
+
export declare const AddEndpointsRequestFilterSensitiveLog: (
|
|
752
|
+
obj: AddEndpointsRequest
|
|
753
|
+
) => any;
|
|
754
|
+
export declare const EndpointDescriptionFilterSensitiveLog: (
|
|
755
|
+
obj: EndpointDescription
|
|
756
|
+
) => any;
|
|
757
|
+
export declare const AddEndpointsResponseFilterSensitiveLog: (
|
|
758
|
+
obj: AddEndpointsResponse
|
|
759
|
+
) => any;
|
|
711
760
|
export declare const AdvertiseByoipCidrRequestFilterSensitiveLog: (
|
|
712
761
|
obj: AdvertiseByoipCidrRequest
|
|
713
762
|
) => any;
|
|
@@ -765,16 +814,10 @@ export declare const CustomRoutingListenerFilterSensitiveLog: (
|
|
|
765
814
|
export declare const CreateCustomRoutingListenerResponseFilterSensitiveLog: (
|
|
766
815
|
obj: CreateCustomRoutingListenerResponse
|
|
767
816
|
) => any;
|
|
768
|
-
export declare const EndpointConfigurationFilterSensitiveLog: (
|
|
769
|
-
obj: EndpointConfiguration
|
|
770
|
-
) => any;
|
|
771
817
|
export declare const PortOverrideFilterSensitiveLog: (obj: PortOverride) => any;
|
|
772
818
|
export declare const CreateEndpointGroupRequestFilterSensitiveLog: (
|
|
773
819
|
obj: CreateEndpointGroupRequest
|
|
774
820
|
) => any;
|
|
775
|
-
export declare const EndpointDescriptionFilterSensitiveLog: (
|
|
776
|
-
obj: EndpointDescription
|
|
777
|
-
) => any;
|
|
778
821
|
export declare const EndpointGroupFilterSensitiveLog: (
|
|
779
822
|
obj: EndpointGroup
|
|
780
823
|
) => any;
|
|
@@ -872,6 +915,9 @@ export declare const SocketAddressFilterSensitiveLog: (
|
|
|
872
915
|
export declare const DestinationPortMappingFilterSensitiveLog: (
|
|
873
916
|
obj: DestinationPortMapping
|
|
874
917
|
) => any;
|
|
918
|
+
export declare const EndpointIdentifierFilterSensitiveLog: (
|
|
919
|
+
obj: EndpointIdentifier
|
|
920
|
+
) => any;
|
|
875
921
|
export declare const ListAcceleratorsRequestFilterSensitiveLog: (
|
|
876
922
|
obj: ListAcceleratorsRequest
|
|
877
923
|
) => any;
|
|
@@ -942,6 +988,9 @@ export declare const ProvisionByoipCidrResponseFilterSensitiveLog: (
|
|
|
942
988
|
export declare const RemoveCustomRoutingEndpointsRequestFilterSensitiveLog: (
|
|
943
989
|
obj: RemoveCustomRoutingEndpointsRequest
|
|
944
990
|
) => any;
|
|
991
|
+
export declare const RemoveEndpointsRequestFilterSensitiveLog: (
|
|
992
|
+
obj: RemoveEndpointsRequest
|
|
993
|
+
) => any;
|
|
945
994
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
946
995
|
obj: TagResourceRequest
|
|
947
996
|
) => any;
|
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
AddCustomRoutingEndpointsCommandInput,
|
|
8
8
|
AddCustomRoutingEndpointsCommandOutput,
|
|
9
9
|
} from "../commands/AddCustomRoutingEndpointsCommand";
|
|
10
|
+
import {
|
|
11
|
+
AddEndpointsCommandInput,
|
|
12
|
+
AddEndpointsCommandOutput,
|
|
13
|
+
} from "../commands/AddEndpointsCommand";
|
|
10
14
|
import {
|
|
11
15
|
AdvertiseByoipCidrCommandInput,
|
|
12
16
|
AdvertiseByoipCidrCommandOutput,
|
|
@@ -151,6 +155,10 @@ import {
|
|
|
151
155
|
RemoveCustomRoutingEndpointsCommandInput,
|
|
152
156
|
RemoveCustomRoutingEndpointsCommandOutput,
|
|
153
157
|
} from "../commands/RemoveCustomRoutingEndpointsCommand";
|
|
158
|
+
import {
|
|
159
|
+
RemoveEndpointsCommandInput,
|
|
160
|
+
RemoveEndpointsCommandOutput,
|
|
161
|
+
} from "../commands/RemoveEndpointsCommand";
|
|
154
162
|
import {
|
|
155
163
|
TagResourceCommandInput,
|
|
156
164
|
TagResourceCommandOutput,
|
|
@@ -195,6 +203,10 @@ export declare const serializeAws_json1_1AddCustomRoutingEndpointsCommand: (
|
|
|
195
203
|
input: AddCustomRoutingEndpointsCommandInput,
|
|
196
204
|
context: __SerdeContext
|
|
197
205
|
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_1AddEndpointsCommand: (
|
|
207
|
+
input: AddEndpointsCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
198
210
|
export declare const serializeAws_json1_1AdvertiseByoipCidrCommand: (
|
|
199
211
|
input: AdvertiseByoipCidrCommandInput,
|
|
200
212
|
context: __SerdeContext
|
|
@@ -339,6 +351,10 @@ export declare const serializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (
|
|
|
339
351
|
input: RemoveCustomRoutingEndpointsCommandInput,
|
|
340
352
|
context: __SerdeContext
|
|
341
353
|
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1RemoveEndpointsCommand: (
|
|
355
|
+
input: RemoveEndpointsCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
342
358
|
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
343
359
|
input: TagResourceCommandInput,
|
|
344
360
|
context: __SerdeContext
|
|
@@ -383,6 +399,10 @@ export declare const deserializeAws_json1_1AddCustomRoutingEndpointsCommand: (
|
|
|
383
399
|
output: __HttpResponse,
|
|
384
400
|
context: __SerdeContext
|
|
385
401
|
) => Promise<AddCustomRoutingEndpointsCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_1AddEndpointsCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<AddEndpointsCommandOutput>;
|
|
386
406
|
export declare const deserializeAws_json1_1AdvertiseByoipCidrCommand: (
|
|
387
407
|
output: __HttpResponse,
|
|
388
408
|
context: __SerdeContext
|
|
@@ -527,6 +547,10 @@ export declare const deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand:
|
|
|
527
547
|
output: __HttpResponse,
|
|
528
548
|
context: __SerdeContext
|
|
529
549
|
) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_1RemoveEndpointsCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<RemoveEndpointsCommandOutput>;
|
|
530
554
|
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
531
555
|
output: __HttpResponse,
|
|
532
556
|
context: __SerdeContext
|
|
@@ -38,12 +38,22 @@ export declare const getRuntimeConfig: (
|
|
|
38
38
|
disableHostPrefix: boolean;
|
|
39
39
|
logger: import("@aws-sdk/types").Logger;
|
|
40
40
|
serviceId: string;
|
|
41
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
42
41
|
endpoint?:
|
|
43
|
-
|
|
|
44
|
-
|
|
45
|
-
|
|
42
|
+
| ((
|
|
43
|
+
| string
|
|
44
|
+
| import("@aws-sdk/types").Endpoint
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| import("@aws-sdk/types").EndpointV2
|
|
47
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
48
|
+
) &
|
|
49
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
46
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
47
57
|
tls?: boolean | undefined;
|
|
48
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
59
|
credentials?:
|
|
@@ -38,12 +38,22 @@ export declare const getRuntimeConfig: (
|
|
|
38
38
|
disableHostPrefix: boolean;
|
|
39
39
|
logger: import("@aws-sdk/types").Logger;
|
|
40
40
|
serviceId: string;
|
|
41
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
42
41
|
endpoint?:
|
|
43
|
-
|
|
|
44
|
-
|
|
45
|
-
|
|
42
|
+
| ((
|
|
43
|
+
| string
|
|
44
|
+
| import("@aws-sdk/types").Endpoint
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| import("@aws-sdk/types").EndpointV2
|
|
47
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
48
|
+
) &
|
|
49
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
46
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
47
57
|
tls?: boolean | undefined;
|
|
48
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
59
|
credentials?:
|
|
@@ -31,7 +31,6 @@ export declare const getRuntimeConfig: (
|
|
|
31
31
|
credentialDefaultProvider: (
|
|
32
32
|
input: any
|
|
33
33
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
34
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
35
34
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
36
35
|
import("@aws-sdk/types").UserAgent
|
|
37
36
|
>;
|
|
@@ -42,9 +41,21 @@ export declare const getRuntimeConfig: (
|
|
|
42
41
|
>;
|
|
43
42
|
endpoint?:
|
|
44
43
|
| string
|
|
45
|
-
| import("@aws-sdk/types").Endpoint
|
|
46
|
-
|
|
44
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
50
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
51
|
+
import("@aws-sdk/types").Provider<string>)
|
|
47
52
|
| undefined;
|
|
53
|
+
endpointProvider: (
|
|
54
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
55
|
+
context?: {
|
|
56
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
57
|
+
}
|
|
58
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
48
59
|
tls?: boolean | undefined;
|
|
49
60
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
50
61
|
credentials?:
|
|
@@ -5,8 +5,13 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
disableHostPrefix: boolean;
|
|
8
|
+
endpointProvider: (
|
|
9
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
|
+
context?: {
|
|
11
|
+
logger?: __Logger | undefined;
|
|
12
|
+
}
|
|
13
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
8
14
|
logger: __Logger;
|
|
9
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
10
15
|
serviceId: string;
|
|
11
16
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
12
17
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-global-accelerator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.193.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,37 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-
|
|
30
|
-
"@aws-sdk/middleware-
|
|
31
|
-
"@aws-sdk/middleware-
|
|
32
|
-
"@aws-sdk/middleware-
|
|
33
|
-
"@aws-sdk/middleware-
|
|
34
|
-
"@aws-sdk/middleware-
|
|
35
|
-
"@aws-sdk/middleware-
|
|
36
|
-
"@aws-sdk/middleware-
|
|
37
|
-
"@aws-sdk/
|
|
38
|
-
"@aws-sdk/node-
|
|
39
|
-
"@aws-sdk/
|
|
40
|
-
"@aws-sdk/
|
|
41
|
-
"@aws-sdk/
|
|
42
|
-
"@aws-sdk/
|
|
22
|
+
"@aws-sdk/client-sts": "3.193.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.193.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.193.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.193.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.193.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.193.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.193.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.193.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.193.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.193.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.193.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.193.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.193.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.193.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.193.0",
|
|
42
|
+
"@aws-sdk/types": "3.193.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.193.0",
|
|
43
44
|
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
44
45
|
"@aws-sdk/util-base64-node": "3.188.0",
|
|
45
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-user-agent-
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.193.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
52
54
|
"@aws-sdk/util-utf8-node": "3.188.0",
|
|
53
55
|
"tslib": "^2.3.1",
|