@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
|
@@ -44,7 +44,10 @@ export interface IpSet {
|
|
|
44
44
|
*/
|
|
45
45
|
IpAddressFamily?: IpAddressFamily | string;
|
|
46
46
|
}
|
|
47
|
-
export declare
|
|
47
|
+
export declare enum AcceleratorStatus {
|
|
48
|
+
DEPLOYED = "DEPLOYED",
|
|
49
|
+
IN_PROGRESS = "IN_PROGRESS"
|
|
50
|
+
}
|
|
48
51
|
/**
|
|
49
52
|
* <p>An accelerator is a complex type that includes one or more listeners that process inbound connections and then direct
|
|
50
53
|
* traffic to one or more endpoint groups, each of which includes endpoints, such as load balancers.</p>
|
|
@@ -77,10 +80,10 @@ export interface Accelerator {
|
|
|
77
80
|
* <p>The naming convention for the DNS name for an accelerator is the following: A lowercase letter a,
|
|
78
81
|
* followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example:
|
|
79
82
|
* a1234567890abcdef.awsglobalaccelerator.com.</p>
|
|
80
|
-
* <p>If you have a dual-stack accelerator, you also have a second DNS name, DualStackDnsName
|
|
81
|
-
*
|
|
83
|
+
* <p>If you have a dual-stack accelerator, you also have a second DNS name, <code>DualStackDnsName</code>, that points to both
|
|
84
|
+
* the A record and the AAAA record for all four static addresses for the accelerator: two IPv4 addresses and two IPv6 addresses.</p>
|
|
82
85
|
* <p>For more information about the default DNS name, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/dns-addressing-custom-domains.dns-addressing.html">
|
|
83
|
-
* Support for DNS
|
|
86
|
+
* Support for DNS addressing in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
84
87
|
*/
|
|
85
88
|
DnsName?: string;
|
|
86
89
|
/**
|
|
@@ -101,9 +104,9 @@ export interface Accelerator {
|
|
|
101
104
|
* <p>The naming convention for the dual-stack DNS name is the following: A lowercase letter a,
|
|
102
105
|
* followed by a 16-bit random hex string, followed by .dualstack.awsglobalaccelerator.com. For example:
|
|
103
106
|
* a1234567890abcdef.dualstack.awsglobalaccelerator.com.</p>
|
|
104
|
-
* <p>Note: Global Accelerator also assigns a default DNS name, DnsName
|
|
107
|
+
* <p>Note: Global Accelerator also assigns a default DNS name, <code>DnsName</code>, to your accelerator that points just to the static IPv4 addresses. </p>
|
|
105
108
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-accelerators.html#about-accelerators.dns-addressing">
|
|
106
|
-
* Support for DNS
|
|
109
|
+
* Support for DNS addressing in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
107
110
|
*/
|
|
108
111
|
DualStackDnsName?: string;
|
|
109
112
|
/**
|
|
@@ -285,6 +288,120 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
285
288
|
*/
|
|
286
289
|
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
287
290
|
}
|
|
291
|
+
/**
|
|
292
|
+
* <p>A complex type for endpoints. A resource must be valid and active when you add it as an endpoint.</p>
|
|
293
|
+
*/
|
|
294
|
+
export interface EndpointConfiguration {
|
|
295
|
+
/**
|
|
296
|
+
* <p>An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon
|
|
297
|
+
* Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address
|
|
298
|
+
* allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. A resource must be valid and active
|
|
299
|
+
* when you add it as an endpoint.</p>
|
|
300
|
+
* <p>An Application Load Balancer can be either internal or internet-facing.</p>
|
|
301
|
+
*/
|
|
302
|
+
EndpointId?: string;
|
|
303
|
+
/**
|
|
304
|
+
* <p>The weight associated with the endpoint. When you add weights to endpoints, you configure Global Accelerator to route traffic
|
|
305
|
+
* based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The
|
|
306
|
+
* result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second
|
|
307
|
+
* and third endpoints, and 6/20 is routed to the last endpoint. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-endpoint-weights.html">Endpoint weights</a> in the
|
|
308
|
+
* <i>Global Accelerator Developer Guide</i>.</p>
|
|
309
|
+
*/
|
|
310
|
+
Weight?: number;
|
|
311
|
+
/**
|
|
312
|
+
* <p>Indicates whether client IP address preservation is enabled for an endpoint.
|
|
313
|
+
* The value is true or false. The default value is true for new accelerators. </p>
|
|
314
|
+
* <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as
|
|
315
|
+
* traffic travels to applications on the endpoint fronted by the accelerator.</p>
|
|
316
|
+
*
|
|
317
|
+
*
|
|
318
|
+
* <p>Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load
|
|
319
|
+
* Balancers and Amazon EC2 instances.</p>
|
|
320
|
+
*
|
|
321
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html">
|
|
322
|
+
* Preserve client IP addresses in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
323
|
+
*/
|
|
324
|
+
ClientIPPreservationEnabled?: boolean;
|
|
325
|
+
}
|
|
326
|
+
export interface AddEndpointsRequest {
|
|
327
|
+
/**
|
|
328
|
+
* <p>The list of endpoint objects.</p>
|
|
329
|
+
*/
|
|
330
|
+
EndpointConfigurations: EndpointConfiguration[] | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
333
|
+
*/
|
|
334
|
+
EndpointGroupArn: string | undefined;
|
|
335
|
+
}
|
|
336
|
+
export declare enum HealthState {
|
|
337
|
+
HEALTHY = "HEALTHY",
|
|
338
|
+
INITIAL = "INITIAL",
|
|
339
|
+
UNHEALTHY = "UNHEALTHY"
|
|
340
|
+
}
|
|
341
|
+
/**
|
|
342
|
+
* <p>A complex type for an endpoint. Each endpoint group can include one or more endpoints, such as load
|
|
343
|
+
* balancers.</p>
|
|
344
|
+
*/
|
|
345
|
+
export interface EndpointDescription {
|
|
346
|
+
/**
|
|
347
|
+
* <p>An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon
|
|
348
|
+
* Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address
|
|
349
|
+
* allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. </p>
|
|
350
|
+
* <p>An Application Load Balancer can be either internal or internet-facing.</p>
|
|
351
|
+
*/
|
|
352
|
+
EndpointId?: string;
|
|
353
|
+
/**
|
|
354
|
+
* <p>The weight associated with the endpoint. When you add weights to endpoints, you configure Global Accelerator to route traffic
|
|
355
|
+
* based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The
|
|
356
|
+
* result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second
|
|
357
|
+
* and third endpoints, and 6/20 is routed to the last endpoint. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-endpoint-weights.html">Endpoint weights</a> in the
|
|
358
|
+
* <i>Global Accelerator Developer Guide</i>. </p>
|
|
359
|
+
*/
|
|
360
|
+
Weight?: number;
|
|
361
|
+
/**
|
|
362
|
+
* <p>The health status of the endpoint.</p>
|
|
363
|
+
*/
|
|
364
|
+
HealthState?: HealthState | string;
|
|
365
|
+
/**
|
|
366
|
+
* <p>Returns a null result.</p>
|
|
367
|
+
*/
|
|
368
|
+
HealthReason?: string;
|
|
369
|
+
/**
|
|
370
|
+
* <p>Indicates whether client IP address preservation is enabled for an endpoint.
|
|
371
|
+
* The value is true or false. The default value is true for new accelerators. </p>
|
|
372
|
+
* <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as
|
|
373
|
+
* traffic travels to applications on the endpoint fronted by the accelerator.</p>
|
|
374
|
+
*
|
|
375
|
+
* <p>Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load
|
|
376
|
+
* Balancers and Amazon EC2 instances.</p>
|
|
377
|
+
*
|
|
378
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html">
|
|
379
|
+
* Preserve client IP addresses in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
380
|
+
*/
|
|
381
|
+
ClientIPPreservationEnabled?: boolean;
|
|
382
|
+
}
|
|
383
|
+
export interface AddEndpointsResponse {
|
|
384
|
+
/**
|
|
385
|
+
* <p>The list of endpoint objects.</p>
|
|
386
|
+
*/
|
|
387
|
+
EndpointDescriptions?: EndpointDescription[];
|
|
388
|
+
/**
|
|
389
|
+
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
390
|
+
*/
|
|
391
|
+
EndpointGroupArn?: string;
|
|
392
|
+
}
|
|
393
|
+
/**
|
|
394
|
+
* <p>There's already a transaction in progress. Another transaction can't be processed.</p>
|
|
395
|
+
*/
|
|
396
|
+
export declare class TransactionInProgressException extends __BaseException {
|
|
397
|
+
readonly name: "TransactionInProgressException";
|
|
398
|
+
readonly $fault: "client";
|
|
399
|
+
Message?: string;
|
|
400
|
+
/**
|
|
401
|
+
* @internal
|
|
402
|
+
*/
|
|
403
|
+
constructor(opts: __ExceptionOptionType<TransactionInProgressException, __BaseException>);
|
|
404
|
+
}
|
|
288
405
|
export interface AdvertiseByoipCidrRequest {
|
|
289
406
|
/**
|
|
290
407
|
* <p>The address range, in CIDR notation. This must be the exact range that you provisioned.
|
|
@@ -515,7 +632,10 @@ export interface CidrAuthorizationContext {
|
|
|
515
632
|
*/
|
|
516
633
|
Signature: string | undefined;
|
|
517
634
|
}
|
|
518
|
-
export declare
|
|
635
|
+
export declare enum ClientAffinity {
|
|
636
|
+
NONE = "NONE",
|
|
637
|
+
SOURCE_IP = "SOURCE_IP"
|
|
638
|
+
}
|
|
519
639
|
/**
|
|
520
640
|
* <p>A complex type that contains a <code>Tag</code> key and <code>Tag</code> value.</p>
|
|
521
641
|
*/
|
|
@@ -619,7 +739,10 @@ export interface CreateCustomRoutingAcceleratorRequest {
|
|
|
619
739
|
*/
|
|
620
740
|
Tags?: Tag[];
|
|
621
741
|
}
|
|
622
|
-
export declare
|
|
742
|
+
export declare enum CustomRoutingAcceleratorStatus {
|
|
743
|
+
DEPLOYED = "DEPLOYED",
|
|
744
|
+
IN_PROGRESS = "IN_PROGRESS"
|
|
745
|
+
}
|
|
623
746
|
/**
|
|
624
747
|
* <p>Attributes of a custom routing accelerator.</p>
|
|
625
748
|
*/
|
|
@@ -651,10 +774,11 @@ export interface CustomRoutingAccelerator {
|
|
|
651
774
|
* <p>The naming convention for the DNS name is the following: A lowercase letter a,
|
|
652
775
|
* followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example:
|
|
653
776
|
* a1234567890abcdef.awsglobalaccelerator.com.</p>
|
|
654
|
-
*
|
|
655
|
-
*
|
|
777
|
+
*
|
|
778
|
+
* <p>If you have a dual-stack accelerator, you also have a second DNS name, <code>DualStackDnsName</code>, that points to both the A record
|
|
779
|
+
* and the AAAA record for all four static addresses for the accelerator: two IPv4 addresses and two IPv6 addresses.</p>
|
|
656
780
|
* <p>For more information about the default DNS name, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/dns-addressing-custom-domains.dns-addressing.html">
|
|
657
|
-
* Support for DNS
|
|
781
|
+
* Support for DNS addressing in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
658
782
|
*/
|
|
659
783
|
DnsName?: string;
|
|
660
784
|
/**
|
|
@@ -858,39 +982,6 @@ export interface CreateCustomRoutingListenerResponse {
|
|
|
858
982
|
*/
|
|
859
983
|
Listener?: CustomRoutingListener;
|
|
860
984
|
}
|
|
861
|
-
/**
|
|
862
|
-
* <p>A complex type for endpoints. A resource must be valid and active when you add it as an endpoint.</p>
|
|
863
|
-
*/
|
|
864
|
-
export interface EndpointConfiguration {
|
|
865
|
-
/**
|
|
866
|
-
* <p>An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon
|
|
867
|
-
* Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address
|
|
868
|
-
* allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. A resource must be valid and active
|
|
869
|
-
* when you add it as an endpoint.</p>
|
|
870
|
-
* <p>An Application Load Balancer can be either internal or internet-facing.</p>
|
|
871
|
-
*/
|
|
872
|
-
EndpointId?: string;
|
|
873
|
-
/**
|
|
874
|
-
* <p>The weight associated with the endpoint. When you add weights to endpoints, you configure Global Accelerator to route traffic
|
|
875
|
-
* based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The
|
|
876
|
-
* result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second
|
|
877
|
-
* and third endpoints, and 6/20 is routed to the last endpoint. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-endpoint-weights.html">Endpoint weights</a> in the
|
|
878
|
-
* <i>Global Accelerator Developer Guide</i>.</p>
|
|
879
|
-
*/
|
|
880
|
-
Weight?: number;
|
|
881
|
-
/**
|
|
882
|
-
* <p>Indicates whether client IP address preservation is enabled for an endpoint.
|
|
883
|
-
* The value is true or false. The default value is true for new accelerators. </p>
|
|
884
|
-
* <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as
|
|
885
|
-
* traffic travels to applications on the endpoint fronted by the accelerator.</p>
|
|
886
|
-
*
|
|
887
|
-
* <p>Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load
|
|
888
|
-
* Balancers and Amazon EC2 instances.</p>
|
|
889
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html">
|
|
890
|
-
* Preserve client IP addresses in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
891
|
-
*/
|
|
892
|
-
ClientIPPreservationEnabled?: boolean;
|
|
893
|
-
}
|
|
894
985
|
export declare enum HealthCheckProtocol {
|
|
895
986
|
HTTP = "HTTP",
|
|
896
987
|
HTTPS = "HTTPS",
|
|
@@ -978,48 +1069,6 @@ export interface CreateEndpointGroupRequest {
|
|
|
978
1069
|
*/
|
|
979
1070
|
PortOverrides?: PortOverride[];
|
|
980
1071
|
}
|
|
981
|
-
export declare type HealthState = "HEALTHY" | "INITIAL" | "UNHEALTHY";
|
|
982
|
-
/**
|
|
983
|
-
* <p>A complex type for an endpoint. Each endpoint group can include one or more endpoints, such as load
|
|
984
|
-
* balancers.</p>
|
|
985
|
-
*/
|
|
986
|
-
export interface EndpointDescription {
|
|
987
|
-
/**
|
|
988
|
-
* <p>An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon
|
|
989
|
-
* Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address
|
|
990
|
-
* allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. </p>
|
|
991
|
-
* <p>An Application Load Balancer can be either internal or internet-facing.</p>
|
|
992
|
-
*/
|
|
993
|
-
EndpointId?: string;
|
|
994
|
-
/**
|
|
995
|
-
* <p>The weight associated with the endpoint. When you add weights to endpoints, you configure Global Accelerator to route traffic
|
|
996
|
-
* based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The
|
|
997
|
-
* result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second
|
|
998
|
-
* and third endpoints, and 6/20 is routed to the last endpoint. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-endpoint-weights.html">Endpoint weights</a> in the
|
|
999
|
-
* <i>Global Accelerator Developer Guide</i>. </p>
|
|
1000
|
-
*/
|
|
1001
|
-
Weight?: number;
|
|
1002
|
-
/**
|
|
1003
|
-
* <p>The health status of the endpoint.</p>
|
|
1004
|
-
*/
|
|
1005
|
-
HealthState?: HealthState | string;
|
|
1006
|
-
/**
|
|
1007
|
-
* <p>Returns a null result.</p>
|
|
1008
|
-
*/
|
|
1009
|
-
HealthReason?: string;
|
|
1010
|
-
/**
|
|
1011
|
-
* <p>Indicates whether client IP address preservation is enabled for an endpoint.
|
|
1012
|
-
* The value is true or false. The default value is true for new accelerators. </p>
|
|
1013
|
-
* <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as
|
|
1014
|
-
* traffic travels to applications on the endpoint fronted by the accelerator.</p>
|
|
1015
|
-
*
|
|
1016
|
-
* <p>Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load
|
|
1017
|
-
* Balancers and Amazon EC2 instances.</p>
|
|
1018
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html">
|
|
1019
|
-
* Preserve client IP addresses in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
1020
|
-
*/
|
|
1021
|
-
ClientIPPreservationEnabled?: boolean;
|
|
1022
|
-
}
|
|
1023
1072
|
/**
|
|
1024
1073
|
* <p>A complex type for the endpoint group. An Amazon Web Services Region can have only one endpoint group for a specific listener.
|
|
1025
1074
|
* </p>
|
|
@@ -1417,6 +1466,24 @@ export interface DestinationPortMapping {
|
|
|
1417
1466
|
*/
|
|
1418
1467
|
DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
|
|
1419
1468
|
}
|
|
1469
|
+
/**
|
|
1470
|
+
* <p>A complex type for an endpoint. Specifies information about the endpoint to remove from the endpoint group.</p>
|
|
1471
|
+
*/
|
|
1472
|
+
export interface EndpointIdentifier {
|
|
1473
|
+
/**
|
|
1474
|
+
* <p>An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon
|
|
1475
|
+
* Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address
|
|
1476
|
+
* allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. </p>
|
|
1477
|
+
* <p>An Application Load Balancer can be either internal or internet-facing.</p>
|
|
1478
|
+
*/
|
|
1479
|
+
EndpointId: string | undefined;
|
|
1480
|
+
/**
|
|
1481
|
+
* <p>Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false. </p>
|
|
1482
|
+
* <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as
|
|
1483
|
+
* traffic travels to applications on the endpoint fronted by the accelerator.</p>
|
|
1484
|
+
*/
|
|
1485
|
+
ClientIPPreservationEnabled?: boolean;
|
|
1486
|
+
}
|
|
1420
1487
|
/**
|
|
1421
1488
|
* <p>The endpoint that you specified doesn't exist.</p>
|
|
1422
1489
|
*/
|
|
@@ -1731,6 +1798,16 @@ export interface RemoveCustomRoutingEndpointsRequest {
|
|
|
1731
1798
|
*/
|
|
1732
1799
|
EndpointGroupArn: string | undefined;
|
|
1733
1800
|
}
|
|
1801
|
+
export interface RemoveEndpointsRequest {
|
|
1802
|
+
/**
|
|
1803
|
+
* <p>The identifiers of the endpoints that you want to remove.</p>
|
|
1804
|
+
*/
|
|
1805
|
+
EndpointIdentifiers: EndpointIdentifier[] | undefined;
|
|
1806
|
+
/**
|
|
1807
|
+
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
1808
|
+
*/
|
|
1809
|
+
EndpointGroupArn: string | undefined;
|
|
1810
|
+
}
|
|
1734
1811
|
export interface TagResourceRequest {
|
|
1735
1812
|
/**
|
|
1736
1813
|
* <p>The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.</p>
|
|
@@ -2029,6 +2106,22 @@ export declare const CustomRoutingEndpointDescriptionFilterSensitiveLog: (obj: C
|
|
|
2029
2106
|
* @internal
|
|
2030
2107
|
*/
|
|
2031
2108
|
export declare const AddCustomRoutingEndpointsResponseFilterSensitiveLog: (obj: AddCustomRoutingEndpointsResponse) => any;
|
|
2109
|
+
/**
|
|
2110
|
+
* @internal
|
|
2111
|
+
*/
|
|
2112
|
+
export declare const EndpointConfigurationFilterSensitiveLog: (obj: EndpointConfiguration) => any;
|
|
2113
|
+
/**
|
|
2114
|
+
* @internal
|
|
2115
|
+
*/
|
|
2116
|
+
export declare const AddEndpointsRequestFilterSensitiveLog: (obj: AddEndpointsRequest) => any;
|
|
2117
|
+
/**
|
|
2118
|
+
* @internal
|
|
2119
|
+
*/
|
|
2120
|
+
export declare const EndpointDescriptionFilterSensitiveLog: (obj: EndpointDescription) => any;
|
|
2121
|
+
/**
|
|
2122
|
+
* @internal
|
|
2123
|
+
*/
|
|
2124
|
+
export declare const AddEndpointsResponseFilterSensitiveLog: (obj: AddEndpointsResponse) => any;
|
|
2032
2125
|
/**
|
|
2033
2126
|
* @internal
|
|
2034
2127
|
*/
|
|
@@ -2113,10 +2206,6 @@ export declare const CustomRoutingListenerFilterSensitiveLog: (obj: CustomRoutin
|
|
|
2113
2206
|
* @internal
|
|
2114
2207
|
*/
|
|
2115
2208
|
export declare const CreateCustomRoutingListenerResponseFilterSensitiveLog: (obj: CreateCustomRoutingListenerResponse) => any;
|
|
2116
|
-
/**
|
|
2117
|
-
* @internal
|
|
2118
|
-
*/
|
|
2119
|
-
export declare const EndpointConfigurationFilterSensitiveLog: (obj: EndpointConfiguration) => any;
|
|
2120
2209
|
/**
|
|
2121
2210
|
* @internal
|
|
2122
2211
|
*/
|
|
@@ -2125,10 +2214,6 @@ export declare const PortOverrideFilterSensitiveLog: (obj: PortOverride) => any;
|
|
|
2125
2214
|
* @internal
|
|
2126
2215
|
*/
|
|
2127
2216
|
export declare const CreateEndpointGroupRequestFilterSensitiveLog: (obj: CreateEndpointGroupRequest) => any;
|
|
2128
|
-
/**
|
|
2129
|
-
* @internal
|
|
2130
|
-
*/
|
|
2131
|
-
export declare const EndpointDescriptionFilterSensitiveLog: (obj: EndpointDescription) => any;
|
|
2132
2217
|
/**
|
|
2133
2218
|
* @internal
|
|
2134
2219
|
*/
|
|
@@ -2261,6 +2346,10 @@ export declare const SocketAddressFilterSensitiveLog: (obj: SocketAddress) => an
|
|
|
2261
2346
|
* @internal
|
|
2262
2347
|
*/
|
|
2263
2348
|
export declare const DestinationPortMappingFilterSensitiveLog: (obj: DestinationPortMapping) => any;
|
|
2349
|
+
/**
|
|
2350
|
+
* @internal
|
|
2351
|
+
*/
|
|
2352
|
+
export declare const EndpointIdentifierFilterSensitiveLog: (obj: EndpointIdentifier) => any;
|
|
2264
2353
|
/**
|
|
2265
2354
|
* @internal
|
|
2266
2355
|
*/
|
|
@@ -2357,6 +2446,10 @@ export declare const ProvisionByoipCidrResponseFilterSensitiveLog: (obj: Provisi
|
|
|
2357
2446
|
* @internal
|
|
2358
2447
|
*/
|
|
2359
2448
|
export declare const RemoveCustomRoutingEndpointsRequestFilterSensitiveLog: (obj: RemoveCustomRoutingEndpointsRequest) => any;
|
|
2449
|
+
/**
|
|
2450
|
+
* @internal
|
|
2451
|
+
*/
|
|
2452
|
+
export declare const RemoveEndpointsRequestFilterSensitiveLog: (obj: RemoveEndpointsRequest) => any;
|
|
2360
2453
|
/**
|
|
2361
2454
|
* @internal
|
|
2362
2455
|
*/
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "../commands/AddCustomRoutingEndpointsCommand";
|
|
4
|
+
import { AddEndpointsCommandInput, AddEndpointsCommandOutput } from "../commands/AddEndpointsCommand";
|
|
4
5
|
import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "../commands/AdvertiseByoipCidrCommand";
|
|
5
6
|
import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "../commands/AllowCustomRoutingTrafficCommand";
|
|
6
7
|
import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "../commands/CreateAcceleratorCommand";
|
|
@@ -37,6 +38,7 @@ import { ListListenersCommandInput, ListListenersCommandOutput } from "../comman
|
|
|
37
38
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
38
39
|
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "../commands/ProvisionByoipCidrCommand";
|
|
39
40
|
import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "../commands/RemoveCustomRoutingEndpointsCommand";
|
|
41
|
+
import { RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput } from "../commands/RemoveEndpointsCommand";
|
|
40
42
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
41
43
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
42
44
|
import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "../commands/UpdateAcceleratorAttributesCommand";
|
|
@@ -48,6 +50,7 @@ import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } fro
|
|
|
48
50
|
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "../commands/UpdateListenerCommand";
|
|
49
51
|
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "../commands/WithdrawByoipCidrCommand";
|
|
50
52
|
export declare const serializeAws_json1_1AddCustomRoutingEndpointsCommand: (input: AddCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_json1_1AddEndpointsCommand: (input: AddEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
54
|
export declare const serializeAws_json1_1AdvertiseByoipCidrCommand: (input: AdvertiseByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
55
|
export declare const serializeAws_json1_1AllowCustomRoutingTrafficCommand: (input: AllowCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
56
|
export declare const serializeAws_json1_1CreateAcceleratorCommand: (input: CreateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -84,6 +87,7 @@ export declare const serializeAws_json1_1ListListenersCommand: (input: ListListe
|
|
|
84
87
|
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
88
|
export declare const serializeAws_json1_1ProvisionByoipCidrCommand: (input: ProvisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
89
|
export declare const serializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (input: RemoveCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_json1_1RemoveEndpointsCommand: (input: RemoveEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
91
|
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
92
|
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
93
|
export declare const serializeAws_json1_1UpdateAcceleratorCommand: (input: UpdateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -95,6 +99,7 @@ export declare const serializeAws_json1_1UpdateEndpointGroupCommand: (input: Upd
|
|
|
95
99
|
export declare const serializeAws_json1_1UpdateListenerCommand: (input: UpdateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
100
|
export declare const serializeAws_json1_1WithdrawByoipCidrCommand: (input: WithdrawByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
101
|
export declare const deserializeAws_json1_1AddCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCustomRoutingEndpointsCommandOutput>;
|
|
102
|
+
export declare const deserializeAws_json1_1AddEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddEndpointsCommandOutput>;
|
|
98
103
|
export declare const deserializeAws_json1_1AdvertiseByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdvertiseByoipCidrCommandOutput>;
|
|
99
104
|
export declare const deserializeAws_json1_1AllowCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AllowCustomRoutingTrafficCommandOutput>;
|
|
100
105
|
export declare const deserializeAws_json1_1CreateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAcceleratorCommandOutput>;
|
|
@@ -131,6 +136,7 @@ export declare const deserializeAws_json1_1ListListenersCommand: (output: __Http
|
|
|
131
136
|
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
132
137
|
export declare const deserializeAws_json1_1ProvisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionByoipCidrCommandOutput>;
|
|
133
138
|
export declare const deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
|
|
139
|
+
export declare const deserializeAws_json1_1RemoveEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveEndpointsCommandOutput>;
|
|
134
140
|
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
135
141
|
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
136
142
|
export declare const deserializeAws_json1_1UpdateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorCommandOutput>;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { GlobalAcceleratorClientConfig } from "./GlobalAcceleratorClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
AddCustomRoutingEndpointsCommandInput,
|
|
4
4
|
AddCustomRoutingEndpointsCommandOutput,
|
|
5
5
|
} from "./commands/AddCustomRoutingEndpointsCommand";
|
|
6
|
+
import {
|
|
7
|
+
AddEndpointsCommandInput,
|
|
8
|
+
AddEndpointsCommandOutput,
|
|
9
|
+
} from "./commands/AddEndpointsCommand";
|
|
6
10
|
import {
|
|
7
11
|
AdvertiseByoipCidrCommandInput,
|
|
8
12
|
AdvertiseByoipCidrCommandOutput,
|
|
@@ -147,6 +151,10 @@ import {
|
|
|
147
151
|
RemoveCustomRoutingEndpointsCommandInput,
|
|
148
152
|
RemoveCustomRoutingEndpointsCommandOutput,
|
|
149
153
|
} from "./commands/RemoveCustomRoutingEndpointsCommand";
|
|
154
|
+
import {
|
|
155
|
+
RemoveEndpointsCommandInput,
|
|
156
|
+
RemoveEndpointsCommandOutput,
|
|
157
|
+
} from "./commands/RemoveEndpointsCommand";
|
|
150
158
|
import {
|
|
151
159
|
TagResourceCommandInput,
|
|
152
160
|
TagResourceCommandOutput,
|
|
@@ -202,6 +210,19 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
202
210
|
options: __HttpHandlerOptions,
|
|
203
211
|
cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
|
|
204
212
|
): void;
|
|
213
|
+
addEndpoints(
|
|
214
|
+
args: AddEndpointsCommandInput,
|
|
215
|
+
options?: __HttpHandlerOptions
|
|
216
|
+
): Promise<AddEndpointsCommandOutput>;
|
|
217
|
+
addEndpoints(
|
|
218
|
+
args: AddEndpointsCommandInput,
|
|
219
|
+
cb: (err: any, data?: AddEndpointsCommandOutput) => void
|
|
220
|
+
): void;
|
|
221
|
+
addEndpoints(
|
|
222
|
+
args: AddEndpointsCommandInput,
|
|
223
|
+
options: __HttpHandlerOptions,
|
|
224
|
+
cb: (err: any, data?: AddEndpointsCommandOutput) => void
|
|
225
|
+
): void;
|
|
205
226
|
advertiseByoipCidr(
|
|
206
227
|
args: AdvertiseByoipCidrCommandInput,
|
|
207
228
|
options?: __HttpHandlerOptions
|
|
@@ -688,6 +709,19 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
688
709
|
options: __HttpHandlerOptions,
|
|
689
710
|
cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
|
|
690
711
|
): void;
|
|
712
|
+
removeEndpoints(
|
|
713
|
+
args: RemoveEndpointsCommandInput,
|
|
714
|
+
options?: __HttpHandlerOptions
|
|
715
|
+
): Promise<RemoveEndpointsCommandOutput>;
|
|
716
|
+
removeEndpoints(
|
|
717
|
+
args: RemoveEndpointsCommandInput,
|
|
718
|
+
cb: (err: any, data?: RemoveEndpointsCommandOutput) => void
|
|
719
|
+
): void;
|
|
720
|
+
removeEndpoints(
|
|
721
|
+
args: RemoveEndpointsCommandInput,
|
|
722
|
+
options: __HttpHandlerOptions,
|
|
723
|
+
cb: (err: any, data?: RemoveEndpointsCommandOutput) => void
|
|
724
|
+
): void;
|
|
691
725
|
tagResource(
|
|
692
726
|
args: TagResourceCommandInput,
|
|
693
727
|
options?: __HttpHandlerOptions
|