@aws-sdk/client-global-accelerator 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/GlobalAccelerator.js +0 -150
- package/dist-cjs/GlobalAcceleratorClient.js +0 -155
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +0 -34
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +0 -30
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +0 -29
- package/dist-cjs/commands/CreateAcceleratorCommand.js +0 -29
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +0 -33
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -26
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +0 -25
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +0 -25
- package/dist-cjs/commands/CreateListenerCommand.js +0 -25
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +0 -37
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -37
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +0 -24
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteListenerCommand.js +0 -24
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +0 -29
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +0 -30
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +0 -25
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +0 -24
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -24
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -24
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -24
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +0 -24
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +0 -24
- package/dist-cjs/commands/DescribeListenerCommand.js +0 -24
- package/dist-cjs/commands/ListAcceleratorsCommand.js +0 -24
- package/dist-cjs/commands/ListByoipCidrsCommand.js +0 -25
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +0 -24
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -24
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +0 -24
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -27
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +0 -32
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +0 -24
- package/dist-cjs/commands/ListListenersCommand.js +0 -24
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +0 -29
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -27
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +0 -24
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +0 -29
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -24
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -24
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +0 -24
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +0 -24
- package/dist-cjs/commands/UpdateListenerCommand.js +0 -24
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +0 -30
- package/dist-cjs/commands/index.js +50 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -59
- package/dist-cjs/models/models_0.js +0 -381
- package/dist-cjs/pagination/ListAcceleratorsPaginator.js +0 -10
- package/dist-cjs/pagination/ListByoipCidrsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js +0 -10
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -10
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -10
- package/dist-cjs/pagination/ListEndpointGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListListenersPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +47 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -59
- package/dist-es/pagination/index.js +10 -0
- package/dist-types/commands/index.d.ts +47 -0
- package/dist-types/index.d.ts +4 -59
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +48 -404
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +24 -236
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/index.d.ts +4 -59
- package/dist-types/ts3.4/models/models_0.d.ts +436 -1639
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -2,339 +2,201 @@ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException
|
|
|
2
2
|
export declare enum IpAddressType {
|
|
3
3
|
IPV4 = "IPV4"
|
|
4
4
|
}
|
|
5
|
-
|
|
6
|
-
* <p>A complex type for the set of IP addresses for an accelerator.</p>
|
|
7
|
-
*/
|
|
5
|
+
|
|
8
6
|
export interface IpSet {
|
|
9
|
-
|
|
10
|
-
* <p>The types of IP addresses included in this IP set.</p>
|
|
11
|
-
*/
|
|
7
|
+
|
|
12
8
|
IpFamily?: string;
|
|
13
|
-
|
|
14
|
-
* <p>The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.</p>
|
|
15
|
-
*/
|
|
9
|
+
|
|
16
10
|
IpAddresses?: string[];
|
|
17
11
|
}
|
|
18
12
|
export declare namespace IpSet {
|
|
19
|
-
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
13
|
+
|
|
22
14
|
const filterSensitiveLog: (obj: IpSet) => any;
|
|
23
15
|
}
|
|
24
16
|
export declare type AcceleratorStatus = "DEPLOYED" | "IN_PROGRESS";
|
|
25
|
-
|
|
26
|
-
* <p>An accelerator is a complex type that includes one or more listeners that process inbound connections and then direct
|
|
27
|
-
* traffic to one or more endpoint groups, each of which includes endpoints, such as load balancers.</p>
|
|
28
|
-
*/
|
|
17
|
+
|
|
29
18
|
export interface Accelerator {
|
|
30
|
-
|
|
31
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator.</p>
|
|
32
|
-
*/
|
|
19
|
+
|
|
33
20
|
AcceleratorArn?: string;
|
|
34
|
-
|
|
35
|
-
* <p>The name of the accelerator. The name must contain only alphanumeric characters or
|
|
36
|
-
* hyphens (-), and must not begin or end with a hyphen.</p>
|
|
37
|
-
*/
|
|
21
|
+
|
|
38
22
|
Name?: string;
|
|
39
|
-
|
|
40
|
-
* <p>The value for the address type must be IPv4.
|
|
41
|
-
* </p>
|
|
42
|
-
*/
|
|
23
|
+
|
|
43
24
|
IpAddressType?: IpAddressType | string;
|
|
44
|
-
|
|
45
|
-
* <p>Indicates whether the accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
46
|
-
* <p>If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.</p>
|
|
47
|
-
*/
|
|
25
|
+
|
|
48
26
|
Enabled?: boolean;
|
|
49
|
-
|
|
50
|
-
* <p>The static IP addresses that Global Accelerator associates with the accelerator.</p>
|
|
51
|
-
*/
|
|
27
|
+
|
|
52
28
|
IpSets?: IpSet[];
|
|
53
|
-
|
|
54
|
-
* <p>The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses. </p>
|
|
55
|
-
* <p>The naming convention for the DNS name is the following: A lowercase letter a,
|
|
56
|
-
* followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example:
|
|
57
|
-
* a1234567890abcdef.awsglobalaccelerator.com.</p>
|
|
58
|
-
* <p>For more information about the default DNS name, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-accelerators.html#about-accelerators.dns-addressing">
|
|
59
|
-
* Support for DNS Addressing in Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
60
|
-
*/
|
|
29
|
+
|
|
61
30
|
DnsName?: string;
|
|
62
|
-
|
|
63
|
-
* <p>Describes the deployment status of the accelerator.</p>
|
|
64
|
-
*/
|
|
31
|
+
|
|
65
32
|
Status?: AcceleratorStatus | string;
|
|
66
|
-
|
|
67
|
-
* <p>The date and time that the accelerator was created.</p>
|
|
68
|
-
*/
|
|
33
|
+
|
|
69
34
|
CreatedTime?: Date;
|
|
70
|
-
|
|
71
|
-
* <p>The date and time that the accelerator was last modified.</p>
|
|
72
|
-
*/
|
|
35
|
+
|
|
73
36
|
LastModifiedTime?: Date;
|
|
74
37
|
}
|
|
75
38
|
export declare namespace Accelerator {
|
|
76
|
-
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
39
|
+
|
|
79
40
|
const filterSensitiveLog: (obj: Accelerator) => any;
|
|
80
41
|
}
|
|
81
|
-
|
|
82
|
-
* <p>Attributes of an accelerator.</p>
|
|
83
|
-
*/
|
|
42
|
+
|
|
84
43
|
export interface AcceleratorAttributes {
|
|
85
|
-
|
|
86
|
-
* <p>Indicates whether flow logs are enabled. The default value is false. If the value is true,
|
|
87
|
-
* <code>FlowLogsS3Bucket</code> and <code>FlowLogsS3Prefix</code> must be specified.</p>
|
|
88
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/monitoring-global-accelerator.flow-logs.html">Flow Logs</a> in
|
|
89
|
-
* the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
90
|
-
*/
|
|
44
|
+
|
|
91
45
|
FlowLogsEnabled?: boolean;
|
|
92
|
-
|
|
93
|
-
* <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
|
|
94
|
-
* <code>true</code>. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the
|
|
95
|
-
* bucket.</p>
|
|
96
|
-
*/
|
|
46
|
+
|
|
97
47
|
FlowLogsS3Bucket?: string;
|
|
98
|
-
|
|
99
|
-
* <p>The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
|
|
100
|
-
* <code>FlowLogsEnabled</code> is <code>true</code>.</p>
|
|
101
|
-
* <p>If you don’t specify a prefix, the flow logs are stored in the
|
|
102
|
-
* root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:</p>
|
|
103
|
-
* <p>s3-bucket_name//AWSLogs/aws_account_id</p>
|
|
104
|
-
*/
|
|
48
|
+
|
|
105
49
|
FlowLogsS3Prefix?: string;
|
|
106
50
|
}
|
|
107
51
|
export declare namespace AcceleratorAttributes {
|
|
108
|
-
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
52
|
+
|
|
111
53
|
const filterSensitiveLog: (obj: AcceleratorAttributes) => any;
|
|
112
54
|
}
|
|
113
|
-
|
|
114
|
-
* <p>The accelerator that you specified could not be disabled.</p>
|
|
115
|
-
*/
|
|
55
|
+
|
|
116
56
|
export interface AcceleratorNotDisabledException extends __SmithyException, $MetadataBearer {
|
|
117
57
|
name: "AcceleratorNotDisabledException";
|
|
118
58
|
$fault: "client";
|
|
119
59
|
Message?: string;
|
|
120
60
|
}
|
|
121
61
|
export declare namespace AcceleratorNotDisabledException {
|
|
122
|
-
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
62
|
+
|
|
125
63
|
const filterSensitiveLog: (obj: AcceleratorNotDisabledException) => any;
|
|
126
64
|
}
|
|
127
|
-
|
|
128
|
-
* <p>The accelerator that you specified doesn't exist.</p>
|
|
129
|
-
*/
|
|
65
|
+
|
|
130
66
|
export interface AcceleratorNotFoundException extends __SmithyException, $MetadataBearer {
|
|
131
67
|
name: "AcceleratorNotFoundException";
|
|
132
68
|
$fault: "client";
|
|
133
69
|
Message?: string;
|
|
134
70
|
}
|
|
135
71
|
export declare namespace AcceleratorNotFoundException {
|
|
136
|
-
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
72
|
+
|
|
139
73
|
const filterSensitiveLog: (obj: AcceleratorNotFoundException) => any;
|
|
140
74
|
}
|
|
141
|
-
|
|
142
|
-
* <p>You don't have access permission.</p>
|
|
143
|
-
*/
|
|
75
|
+
|
|
144
76
|
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
145
77
|
name: "AccessDeniedException";
|
|
146
78
|
$fault: "client";
|
|
147
79
|
Message?: string;
|
|
148
80
|
}
|
|
149
81
|
export declare namespace AccessDeniedException {
|
|
150
|
-
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
82
|
+
|
|
153
83
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
154
84
|
}
|
|
155
|
-
|
|
156
|
-
* <p>The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.</p>
|
|
157
|
-
*/
|
|
85
|
+
|
|
158
86
|
export interface CustomRoutingEndpointConfiguration {
|
|
159
|
-
|
|
160
|
-
* <p>An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC)
|
|
161
|
-
* subnet ID. </p>
|
|
162
|
-
*/
|
|
87
|
+
|
|
163
88
|
EndpointId?: string;
|
|
164
89
|
}
|
|
165
90
|
export declare namespace CustomRoutingEndpointConfiguration {
|
|
166
|
-
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
91
|
+
|
|
169
92
|
const filterSensitiveLog: (obj: CustomRoutingEndpointConfiguration) => any;
|
|
170
93
|
}
|
|
171
94
|
export interface AddCustomRoutingEndpointsRequest {
|
|
172
|
-
|
|
173
|
-
* <p>The list of endpoint objects to add to a custom routing accelerator.</p>
|
|
174
|
-
*/
|
|
95
|
+
|
|
175
96
|
EndpointConfigurations: CustomRoutingEndpointConfiguration[] | undefined;
|
|
176
|
-
|
|
177
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.</p>
|
|
178
|
-
*/
|
|
97
|
+
|
|
179
98
|
EndpointGroupArn: string | undefined;
|
|
180
99
|
}
|
|
181
100
|
export declare namespace AddCustomRoutingEndpointsRequest {
|
|
182
|
-
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
101
|
+
|
|
185
102
|
const filterSensitiveLog: (obj: AddCustomRoutingEndpointsRequest) => any;
|
|
186
103
|
}
|
|
187
|
-
|
|
188
|
-
* <p>A complex type for an endpoint for a custom routing accelerator. Each endpoint group can include one or more endpoints,
|
|
189
|
-
* which are virtual private cloud (VPC) subnets.</p>
|
|
190
|
-
*/
|
|
104
|
+
|
|
191
105
|
export interface CustomRoutingEndpointDescription {
|
|
192
|
-
|
|
193
|
-
* <p>An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC)
|
|
194
|
-
* subnet ID. </p>
|
|
195
|
-
*/
|
|
106
|
+
|
|
196
107
|
EndpointId?: string;
|
|
197
108
|
}
|
|
198
109
|
export declare namespace CustomRoutingEndpointDescription {
|
|
199
|
-
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
110
|
+
|
|
202
111
|
const filterSensitiveLog: (obj: CustomRoutingEndpointDescription) => any;
|
|
203
112
|
}
|
|
204
113
|
export interface AddCustomRoutingEndpointsResponse {
|
|
205
|
-
|
|
206
|
-
* <p>The endpoint objects added to the custom routing accelerator.</p>
|
|
207
|
-
*/
|
|
114
|
+
|
|
208
115
|
EndpointDescriptions?: CustomRoutingEndpointDescription[];
|
|
209
|
-
|
|
210
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.</p>
|
|
211
|
-
*/
|
|
116
|
+
|
|
212
117
|
EndpointGroupArn?: string;
|
|
213
118
|
}
|
|
214
119
|
export declare namespace AddCustomRoutingEndpointsResponse {
|
|
215
|
-
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
120
|
+
|
|
218
121
|
const filterSensitiveLog: (obj: AddCustomRoutingEndpointsResponse) => any;
|
|
219
122
|
}
|
|
220
|
-
|
|
221
|
-
* <p>You can't use both of those options.</p>
|
|
222
|
-
*/
|
|
123
|
+
|
|
223
124
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
224
125
|
name: "ConflictException";
|
|
225
126
|
$fault: "client";
|
|
226
127
|
Message?: string;
|
|
227
128
|
}
|
|
228
129
|
export declare namespace ConflictException {
|
|
229
|
-
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
130
|
+
|
|
232
131
|
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
233
132
|
}
|
|
234
|
-
|
|
235
|
-
* <p>The endpoint that you specified doesn't exist.</p>
|
|
236
|
-
*/
|
|
133
|
+
|
|
237
134
|
export interface EndpointAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
238
135
|
name: "EndpointAlreadyExistsException";
|
|
239
136
|
$fault: "client";
|
|
240
137
|
Message?: string;
|
|
241
138
|
}
|
|
242
139
|
export declare namespace EndpointAlreadyExistsException {
|
|
243
|
-
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
140
|
+
|
|
246
141
|
const filterSensitiveLog: (obj: EndpointAlreadyExistsException) => any;
|
|
247
142
|
}
|
|
248
|
-
|
|
249
|
-
* <p>The endpoint group that you specified doesn't exist.</p>
|
|
250
|
-
*/
|
|
143
|
+
|
|
251
144
|
export interface EndpointGroupNotFoundException extends __SmithyException, $MetadataBearer {
|
|
252
145
|
name: "EndpointGroupNotFoundException";
|
|
253
146
|
$fault: "client";
|
|
254
147
|
Message?: string;
|
|
255
148
|
}
|
|
256
149
|
export declare namespace EndpointGroupNotFoundException {
|
|
257
|
-
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
150
|
+
|
|
260
151
|
const filterSensitiveLog: (obj: EndpointGroupNotFoundException) => any;
|
|
261
152
|
}
|
|
262
|
-
|
|
263
|
-
* <p>There was an internal error for AWS Global Accelerator.</p>
|
|
264
|
-
*/
|
|
153
|
+
|
|
265
154
|
export interface InternalServiceErrorException extends __SmithyException, $MetadataBearer {
|
|
266
155
|
name: "InternalServiceErrorException";
|
|
267
156
|
$fault: "server";
|
|
268
157
|
Message?: string;
|
|
269
158
|
}
|
|
270
159
|
export declare namespace InternalServiceErrorException {
|
|
271
|
-
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
160
|
+
|
|
274
161
|
const filterSensitiveLog: (obj: InternalServiceErrorException) => any;
|
|
275
162
|
}
|
|
276
|
-
|
|
277
|
-
* <p>An argument that you specified is invalid.</p>
|
|
278
|
-
*/
|
|
163
|
+
|
|
279
164
|
export interface InvalidArgumentException extends __SmithyException, $MetadataBearer {
|
|
280
165
|
name: "InvalidArgumentException";
|
|
281
166
|
$fault: "client";
|
|
282
167
|
Message?: string;
|
|
283
168
|
}
|
|
284
169
|
export declare namespace InvalidArgumentException {
|
|
285
|
-
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
170
|
+
|
|
288
171
|
const filterSensitiveLog: (obj: InvalidArgumentException) => any;
|
|
289
172
|
}
|
|
290
|
-
|
|
291
|
-
* <p>Processing your request would cause you to exceed an AWS Global Accelerator limit.</p>
|
|
292
|
-
*/
|
|
173
|
+
|
|
293
174
|
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
294
175
|
name: "LimitExceededException";
|
|
295
176
|
$fault: "client";
|
|
296
177
|
Message?: string;
|
|
297
178
|
}
|
|
298
179
|
export declare namespace LimitExceededException {
|
|
299
|
-
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
180
|
+
|
|
302
181
|
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
303
182
|
}
|
|
304
183
|
export interface AdvertiseByoipCidrRequest {
|
|
305
|
-
|
|
306
|
-
* <p>The address range, in CIDR notation. This must be the exact range that you provisioned.
|
|
307
|
-
* You can't advertise only a portion of the provisioned range.</p>
|
|
308
|
-
*/
|
|
184
|
+
|
|
309
185
|
Cidr: string | undefined;
|
|
310
186
|
}
|
|
311
187
|
export declare namespace AdvertiseByoipCidrRequest {
|
|
312
|
-
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
188
|
+
|
|
315
189
|
const filterSensitiveLog: (obj: AdvertiseByoipCidrRequest) => any;
|
|
316
190
|
}
|
|
317
|
-
|
|
318
|
-
* <p>A complex type that contains a <code>Message</code> and a <code>Timestamp</code> value for changes
|
|
319
|
-
* that you make in the status an IP address range that you bring to AWS Global Accelerator through bring your own IP
|
|
320
|
-
* address (BYOIP).</p>
|
|
321
|
-
*/
|
|
191
|
+
|
|
322
192
|
export interface ByoipCidrEvent {
|
|
323
|
-
|
|
324
|
-
* <p>A string that contains an <code>Event</code> message describing changes that you make in the status
|
|
325
|
-
* of an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).</p>
|
|
326
|
-
*/
|
|
193
|
+
|
|
327
194
|
Message?: string;
|
|
328
|
-
|
|
329
|
-
* <p>A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator through
|
|
330
|
-
* bring your own IP address (BYOIP).</p>
|
|
331
|
-
*/
|
|
195
|
+
|
|
332
196
|
Timestamp?: Date;
|
|
333
197
|
}
|
|
334
198
|
export declare namespace ByoipCidrEvent {
|
|
335
|
-
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
199
|
+
|
|
338
200
|
const filterSensitiveLog: (obj: ByoipCidrEvent) => any;
|
|
339
201
|
}
|
|
340
202
|
export declare enum ByoipCidrState {
|
|
@@ -350,698 +212,338 @@ export declare enum ByoipCidrState {
|
|
|
350
212
|
PENDING_WITHDRAWING = "PENDING_WITHDRAWING",
|
|
351
213
|
READY = "READY"
|
|
352
214
|
}
|
|
353
|
-
|
|
354
|
-
* <p>Information about an IP address range that is provisioned for use with your AWS resources through
|
|
355
|
-
* bring your own IP address (BYOIP).</p>
|
|
356
|
-
* <p>The following describes each BYOIP <code>State</code> that your IP address range can be in.</p>
|
|
357
|
-
* <ul>
|
|
358
|
-
* <li>
|
|
359
|
-
* <p>
|
|
360
|
-
* <b>PENDING_PROVISIONING</b> —
|
|
361
|
-
* You’ve submitted a request to provision an IP address range but it is not yet provisioned with
|
|
362
|
-
* AWS Global Accelerator.</p>
|
|
363
|
-
* </li>
|
|
364
|
-
* <li>
|
|
365
|
-
* <p>
|
|
366
|
-
* <b>READY</b> — The address range is provisioned
|
|
367
|
-
* with AWS Global Accelerator and can be advertised.</p>
|
|
368
|
-
* </li>
|
|
369
|
-
* <li>
|
|
370
|
-
* <p>
|
|
371
|
-
* <b>PENDING_ADVERTISING</b> — You’ve submitted a
|
|
372
|
-
* request for AWS Global Accelerator to advertise an address range but it is not yet being advertised.</p>
|
|
373
|
-
* </li>
|
|
374
|
-
* <li>
|
|
375
|
-
* <p>
|
|
376
|
-
* <b>ADVERTISING</b> — The address range is
|
|
377
|
-
* being advertised by AWS Global Accelerator.</p>
|
|
378
|
-
* </li>
|
|
379
|
-
* <li>
|
|
380
|
-
* <p>
|
|
381
|
-
* <b>PENDING_WITHDRAWING</b> — You’ve submitted
|
|
382
|
-
* a request to withdraw an address range from being advertised but it is still being advertised
|
|
383
|
-
* by AWS Global Accelerator.</p>
|
|
384
|
-
* </li>
|
|
385
|
-
* <li>
|
|
386
|
-
* <p>
|
|
387
|
-
* <b>PENDING_DEPROVISIONING</b> — You’ve submitted a
|
|
388
|
-
* request to deprovision an address range from AWS Global Accelerator but it is still provisioned.</p>
|
|
389
|
-
* </li>
|
|
390
|
-
* <li>
|
|
391
|
-
* <p>
|
|
392
|
-
* <b>DEPROVISIONED</b> — The address range is deprovisioned
|
|
393
|
-
* from AWS Global Accelerator.</p>
|
|
394
|
-
* </li>
|
|
395
|
-
* <li>
|
|
396
|
-
* <p>
|
|
397
|
-
* <b>FAILED_PROVISION </b> — The request to
|
|
398
|
-
* provision the address range from AWS Global Accelerator was not successful. Please make sure that
|
|
399
|
-
* you provide all of the correct information, and try again. If the request fails
|
|
400
|
-
* a second time, contact AWS support.</p>
|
|
401
|
-
* </li>
|
|
402
|
-
* <li>
|
|
403
|
-
* <p>
|
|
404
|
-
* <b>FAILED_ADVERTISING</b> — The request for AWS Global Accelerator
|
|
405
|
-
* to advertise the address range was not successful. Please make sure that
|
|
406
|
-
* you provide all of the correct information, and try again. If the request fails
|
|
407
|
-
* a second time, contact AWS support.</p>
|
|
408
|
-
* </li>
|
|
409
|
-
* <li>
|
|
410
|
-
* <p>
|
|
411
|
-
* <b>FAILED_WITHDRAW</b> — The request to withdraw
|
|
412
|
-
* the address range from advertising by AWS Global Accelerator was not successful. Please make sure that
|
|
413
|
-
* you provide all of the correct information, and try again. If the request fails
|
|
414
|
-
* a second time, contact AWS support.</p>
|
|
415
|
-
* </li>
|
|
416
|
-
* <li>
|
|
417
|
-
* <p>
|
|
418
|
-
* <b>FAILED_DEPROVISION </b> — The request to
|
|
419
|
-
* deprovision the address range from AWS Global Accelerator was not successful. Please make sure that
|
|
420
|
-
* you provide all of the correct information, and try again. If the request fails
|
|
421
|
-
* a second time, contact AWS support.</p>
|
|
422
|
-
* </li>
|
|
423
|
-
* </ul>
|
|
424
|
-
*/
|
|
215
|
+
|
|
425
216
|
export interface ByoipCidr {
|
|
426
|
-
|
|
427
|
-
* <p>The address range, in CIDR notation.</p>
|
|
428
|
-
*/
|
|
217
|
+
|
|
429
218
|
Cidr?: string;
|
|
430
|
-
|
|
431
|
-
* <p>The state of the address pool.</p>
|
|
432
|
-
*/
|
|
219
|
+
|
|
433
220
|
State?: ByoipCidrState | string;
|
|
434
|
-
|
|
435
|
-
* <p>A history of status changes for an IP address range that you bring to AWS Global Accelerator
|
|
436
|
-
* through bring your own IP address (BYOIP).</p>
|
|
437
|
-
*/
|
|
221
|
+
|
|
438
222
|
Events?: ByoipCidrEvent[];
|
|
439
223
|
}
|
|
440
224
|
export declare namespace ByoipCidr {
|
|
441
|
-
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
225
|
+
|
|
444
226
|
const filterSensitiveLog: (obj: ByoipCidr) => any;
|
|
445
227
|
}
|
|
446
228
|
export interface AdvertiseByoipCidrResponse {
|
|
447
|
-
|
|
448
|
-
* <p>Information about the address range.</p>
|
|
449
|
-
*/
|
|
229
|
+
|
|
450
230
|
ByoipCidr?: ByoipCidr;
|
|
451
231
|
}
|
|
452
232
|
export declare namespace AdvertiseByoipCidrResponse {
|
|
453
|
-
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
233
|
+
|
|
456
234
|
const filterSensitiveLog: (obj: AdvertiseByoipCidrResponse) => any;
|
|
457
235
|
}
|
|
458
|
-
|
|
459
|
-
* <p>The CIDR that you specified was not found or is incorrect.</p>
|
|
460
|
-
*/
|
|
236
|
+
|
|
461
237
|
export interface ByoipCidrNotFoundException extends __SmithyException, $MetadataBearer {
|
|
462
238
|
name: "ByoipCidrNotFoundException";
|
|
463
239
|
$fault: "client";
|
|
464
240
|
Message?: string;
|
|
465
241
|
}
|
|
466
242
|
export declare namespace ByoipCidrNotFoundException {
|
|
467
|
-
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
243
|
+
|
|
470
244
|
const filterSensitiveLog: (obj: ByoipCidrNotFoundException) => any;
|
|
471
245
|
}
|
|
472
|
-
|
|
473
|
-
* <p>The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be
|
|
474
|
-
* incorrect for this action.</p>
|
|
475
|
-
*/
|
|
246
|
+
|
|
476
247
|
export interface IncorrectCidrStateException extends __SmithyException, $MetadataBearer {
|
|
477
248
|
name: "IncorrectCidrStateException";
|
|
478
249
|
$fault: "client";
|
|
479
250
|
Message?: string;
|
|
480
251
|
}
|
|
481
252
|
export declare namespace IncorrectCidrStateException {
|
|
482
|
-
|
|
483
|
-
* @internal
|
|
484
|
-
*/
|
|
253
|
+
|
|
485
254
|
const filterSensitiveLog: (obj: IncorrectCidrStateException) => any;
|
|
486
255
|
}
|
|
487
256
|
export interface AllowCustomRoutingTrafficRequest {
|
|
488
|
-
|
|
489
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
490
|
-
*/
|
|
257
|
+
|
|
491
258
|
EndpointGroupArn: string | undefined;
|
|
492
|
-
|
|
493
|
-
* <p>An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.</p>
|
|
494
|
-
*/
|
|
259
|
+
|
|
495
260
|
EndpointId: string | undefined;
|
|
496
|
-
|
|
497
|
-
* <p>A list of specific Amazon EC2 instance IP addresses (destination addresses) in a subnet that you want to allow to receive
|
|
498
|
-
* traffic. The IP addresses must be a subset of the IP addresses that you specified for the endpoint group.</p>
|
|
499
|
-
* <p>
|
|
500
|
-
* <code>DestinationAddresses</code> is required if <code>AllowAllTrafficToEndpoint</code> is <code>FALSE</code> or is
|
|
501
|
-
* not specified.</p>
|
|
502
|
-
*/
|
|
261
|
+
|
|
503
262
|
DestinationAddresses?: string[];
|
|
504
|
-
|
|
505
|
-
* <p>A list of specific Amazon EC2 instance ports (destination ports) that you want to allow to receive traffic.</p>
|
|
506
|
-
*/
|
|
263
|
+
|
|
507
264
|
DestinationPorts?: number[];
|
|
508
|
-
|
|
509
|
-
* <p>Indicates whether all destination IP addresses and ports for a specified VPC subnet endpoint can receive traffic
|
|
510
|
-
* from a custom routing accelerator. The value is TRUE or FALSE. </p>
|
|
511
|
-
* <p>When set to TRUE, <i>all</i> destinations in the custom routing VPC subnet can receive traffic. Note
|
|
512
|
-
* that you cannot specify destination IP addresses and ports when the value is set to TRUE.</p>
|
|
513
|
-
* <p>When set to FALSE (or not specified), you <i>must</i> specify a list of destination IP addresses that are allowed
|
|
514
|
-
* to receive traffic. A list of ports is optional. If you don't specify a list of ports, the ports that can accept traffic is
|
|
515
|
-
* the same as the ports configured for the endpoint group.</p>
|
|
516
|
-
* <p>The default value is FALSE.</p>
|
|
517
|
-
*/
|
|
265
|
+
|
|
518
266
|
AllowAllTrafficToEndpoint?: boolean;
|
|
519
267
|
}
|
|
520
268
|
export declare namespace AllowCustomRoutingTrafficRequest {
|
|
521
|
-
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
269
|
+
|
|
524
270
|
const filterSensitiveLog: (obj: AllowCustomRoutingTrafficRequest) => any;
|
|
525
271
|
}
|
|
526
|
-
|
|
527
|
-
* <p>The listener that you specified has an endpoint group associated with it. You must remove all dependent resources
|
|
528
|
-
* from a listener before you can delete it.</p>
|
|
529
|
-
*/
|
|
272
|
+
|
|
530
273
|
export interface AssociatedEndpointGroupFoundException extends __SmithyException, $MetadataBearer {
|
|
531
274
|
name: "AssociatedEndpointGroupFoundException";
|
|
532
275
|
$fault: "client";
|
|
533
276
|
Message?: string;
|
|
534
277
|
}
|
|
535
278
|
export declare namespace AssociatedEndpointGroupFoundException {
|
|
536
|
-
|
|
537
|
-
* @internal
|
|
538
|
-
*/
|
|
279
|
+
|
|
539
280
|
const filterSensitiveLog: (obj: AssociatedEndpointGroupFoundException) => any;
|
|
540
281
|
}
|
|
541
|
-
|
|
542
|
-
* <p>The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an
|
|
543
|
-
* accelerator before you can delete it.</p>
|
|
544
|
-
*/
|
|
282
|
+
|
|
545
283
|
export interface AssociatedListenerFoundException extends __SmithyException, $MetadataBearer {
|
|
546
284
|
name: "AssociatedListenerFoundException";
|
|
547
285
|
$fault: "client";
|
|
548
286
|
Message?: string;
|
|
549
287
|
}
|
|
550
288
|
export declare namespace AssociatedListenerFoundException {
|
|
551
|
-
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
289
|
+
|
|
554
290
|
const filterSensitiveLog: (obj: AssociatedListenerFoundException) => any;
|
|
555
291
|
}
|
|
556
|
-
|
|
557
|
-
* <p>Provides authorization for Amazon to bring a specific IP address range to a specific AWS
|
|
558
|
-
* account using bring your own IP addresses (BYOIP). </p>
|
|
559
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
|
|
560
|
-
* IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
561
|
-
*/
|
|
292
|
+
|
|
562
293
|
export interface CidrAuthorizationContext {
|
|
563
|
-
|
|
564
|
-
* <p>The plain-text authorization message for the prefix and account.</p>
|
|
565
|
-
*/
|
|
294
|
+
|
|
566
295
|
Message: string | undefined;
|
|
567
|
-
|
|
568
|
-
* <p>The signed authorization message for the prefix and account.</p>
|
|
569
|
-
*/
|
|
296
|
+
|
|
570
297
|
Signature: string | undefined;
|
|
571
298
|
}
|
|
572
299
|
export declare namespace CidrAuthorizationContext {
|
|
573
|
-
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
300
|
+
|
|
576
301
|
const filterSensitiveLog: (obj: CidrAuthorizationContext) => any;
|
|
577
302
|
}
|
|
578
303
|
export declare type ClientAffinity = "NONE" | "SOURCE_IP";
|
|
579
|
-
|
|
580
|
-
* <p>A complex type that contains a <code>Tag</code> key and <code>Tag</code> value.</p>
|
|
581
|
-
*/
|
|
304
|
+
|
|
582
305
|
export interface Tag {
|
|
583
|
-
|
|
584
|
-
* <p>A string that contains a <code>Tag</code> key.</p>
|
|
585
|
-
*/
|
|
306
|
+
|
|
586
307
|
Key: string | undefined;
|
|
587
|
-
|
|
588
|
-
* <p>A string that contains a <code>Tag</code> value.</p>
|
|
589
|
-
*/
|
|
308
|
+
|
|
590
309
|
Value: string | undefined;
|
|
591
310
|
}
|
|
592
311
|
export declare namespace Tag {
|
|
593
|
-
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
312
|
+
|
|
596
313
|
const filterSensitiveLog: (obj: Tag) => any;
|
|
597
314
|
}
|
|
598
315
|
export interface CreateAcceleratorRequest {
|
|
599
|
-
|
|
600
|
-
* <p>The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or
|
|
601
|
-
* hyphens (-), and must not begin or end with a hyphen.</p>
|
|
602
|
-
*/
|
|
316
|
+
|
|
603
317
|
Name: string | undefined;
|
|
604
|
-
|
|
605
|
-
* <p>The value for the address type must be IPv4.</p>
|
|
606
|
-
*/
|
|
318
|
+
|
|
607
319
|
IpAddressType?: IpAddressType | string;
|
|
608
|
-
|
|
609
|
-
* <p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP addresses
|
|
610
|
-
* from your own pool to use for the accelerator's static IP addresses when you create an accelerator. You can
|
|
611
|
-
* specify one or two addresses, separated by a space. Do not include the /32 suffix.</p>
|
|
612
|
-
* <p>Only one IP address from each of your IP address ranges can be used for each accelerator. If you specify only
|
|
613
|
-
* one IP address from your IP address range, Global Accelerator assigns a second static IP address for the
|
|
614
|
-
* accelerator from the AWS IP address pool.</p>
|
|
615
|
-
* <p>Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new
|
|
616
|
-
* accelerator with the new addresses.</p>
|
|
617
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
|
|
618
|
-
* IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
619
|
-
*/
|
|
320
|
+
|
|
620
321
|
IpAddresses?: string[];
|
|
621
|
-
|
|
622
|
-
* <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
623
|
-
* <p>If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
|
|
624
|
-
*/
|
|
322
|
+
|
|
625
323
|
Enabled?: boolean;
|
|
626
|
-
|
|
627
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
|
|
628
|
-
* uniqueness—of an accelerator.</p>
|
|
629
|
-
*/
|
|
324
|
+
|
|
630
325
|
IdempotencyToken?: string;
|
|
631
|
-
|
|
632
|
-
* <p>Create tags for an accelerator.</p>
|
|
633
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
634
|
-
* in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
635
|
-
*/
|
|
326
|
+
|
|
636
327
|
Tags?: Tag[];
|
|
637
328
|
}
|
|
638
329
|
export declare namespace CreateAcceleratorRequest {
|
|
639
|
-
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
330
|
+
|
|
642
331
|
const filterSensitiveLog: (obj: CreateAcceleratorRequest) => any;
|
|
643
332
|
}
|
|
644
333
|
export interface CreateAcceleratorResponse {
|
|
645
|
-
|
|
646
|
-
* <p>The accelerator that is created by specifying a listener and the supported IP address types.</p>
|
|
647
|
-
*/
|
|
334
|
+
|
|
648
335
|
Accelerator?: Accelerator;
|
|
649
336
|
}
|
|
650
337
|
export declare namespace CreateAcceleratorResponse {
|
|
651
|
-
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
338
|
+
|
|
654
339
|
const filterSensitiveLog: (obj: CreateAcceleratorResponse) => any;
|
|
655
340
|
}
|
|
656
341
|
export interface CreateCustomRoutingAcceleratorRequest {
|
|
657
|
-
|
|
658
|
-
* <p>The name of a custom routing accelerator. The name can have a maximum of 64 characters, must contain
|
|
659
|
-
* only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.</p>
|
|
660
|
-
*/
|
|
342
|
+
|
|
661
343
|
Name: string | undefined;
|
|
662
|
-
|
|
663
|
-
* <p>The value for the address type must be IPv4.</p>
|
|
664
|
-
*/
|
|
344
|
+
|
|
665
345
|
IpAddressType?: IpAddressType | string;
|
|
666
|
-
|
|
667
|
-
* <p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP addresses
|
|
668
|
-
* from your own pool to use for the accelerator's static IP addresses when you create an accelerator. You can
|
|
669
|
-
* specify one or two addresses, separated by a space. Do not include the /32 suffix.</p>
|
|
670
|
-
* <p>Only one IP address from each of your IP address ranges can be used for each accelerator. If you specify only
|
|
671
|
-
* one IP address from your IP address range, Global Accelerator assigns a second static IP address for the
|
|
672
|
-
* accelerator from the AWS IP address pool.</p>
|
|
673
|
-
* <p>Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new
|
|
674
|
-
* accelerator with the new addresses.</p>
|
|
675
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring
|
|
676
|
-
* your own IP addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
677
|
-
*/
|
|
346
|
+
|
|
678
347
|
IpAddresses?: string[];
|
|
679
|
-
|
|
680
|
-
* <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
681
|
-
* <p>If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
|
|
682
|
-
*/
|
|
348
|
+
|
|
683
349
|
Enabled?: boolean;
|
|
684
|
-
|
|
685
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that
|
|
686
|
-
* is, the uniqueness—of the request.</p>
|
|
687
|
-
*/
|
|
350
|
+
|
|
688
351
|
IdempotencyToken?: string;
|
|
689
|
-
|
|
690
|
-
* <p>Create tags for an accelerator.</p>
|
|
691
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
692
|
-
* in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
693
|
-
*/
|
|
352
|
+
|
|
694
353
|
Tags?: Tag[];
|
|
695
354
|
}
|
|
696
355
|
export declare namespace CreateCustomRoutingAcceleratorRequest {
|
|
697
|
-
|
|
698
|
-
* @internal
|
|
699
|
-
*/
|
|
356
|
+
|
|
700
357
|
const filterSensitiveLog: (obj: CreateCustomRoutingAcceleratorRequest) => any;
|
|
701
358
|
}
|
|
702
359
|
export declare type CustomRoutingAcceleratorStatus = "DEPLOYED" | "IN_PROGRESS";
|
|
703
|
-
|
|
704
|
-
* <p>Attributes of a custom routing accelerator.</p>
|
|
705
|
-
*/
|
|
360
|
+
|
|
706
361
|
export interface CustomRoutingAccelerator {
|
|
707
|
-
|
|
708
|
-
* <p>The Amazon Resource Name (ARN) of the custom routing accelerator.</p>
|
|
709
|
-
*/
|
|
362
|
+
|
|
710
363
|
AcceleratorArn?: string;
|
|
711
|
-
|
|
712
|
-
* <p>The name of the accelerator. The name must contain only alphanumeric characters or
|
|
713
|
-
* hyphens (-), and must not begin or end with a hyphen.</p>
|
|
714
|
-
*/
|
|
364
|
+
|
|
715
365
|
Name?: string;
|
|
716
|
-
|
|
717
|
-
* <p>The value for the address type must be IPv4.</p>
|
|
718
|
-
*/
|
|
366
|
+
|
|
719
367
|
IpAddressType?: IpAddressType | string;
|
|
720
|
-
|
|
721
|
-
* <p>Indicates whether the accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
722
|
-
* <p>If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.</p>
|
|
723
|
-
*/
|
|
368
|
+
|
|
724
369
|
Enabled?: boolean;
|
|
725
|
-
|
|
726
|
-
* <p>The static IP addresses that Global Accelerator associates with the accelerator.</p>
|
|
727
|
-
*/
|
|
370
|
+
|
|
728
371
|
IpSets?: IpSet[];
|
|
729
|
-
|
|
730
|
-
* <p>The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses. </p>
|
|
731
|
-
* <p>The naming convention for the DNS name is the following: A lowercase letter a,
|
|
732
|
-
* followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example:
|
|
733
|
-
* a1234567890abcdef.awsglobalaccelerator.com.</p>
|
|
734
|
-
* <p>For more information about the default DNS name, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-accelerators.html#about-accelerators.dns-addressing">
|
|
735
|
-
* Support for DNS Addressing in Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
736
|
-
*/
|
|
372
|
+
|
|
737
373
|
DnsName?: string;
|
|
738
|
-
|
|
739
|
-
* <p>Describes the deployment status of the accelerator.</p>
|
|
740
|
-
*/
|
|
374
|
+
|
|
741
375
|
Status?: CustomRoutingAcceleratorStatus | string;
|
|
742
|
-
|
|
743
|
-
* <p>The date and time that the accelerator was created.</p>
|
|
744
|
-
*/
|
|
376
|
+
|
|
745
377
|
CreatedTime?: Date;
|
|
746
|
-
|
|
747
|
-
* <p>The date and time that the accelerator was last modified.</p>
|
|
748
|
-
*/
|
|
378
|
+
|
|
749
379
|
LastModifiedTime?: Date;
|
|
750
380
|
}
|
|
751
381
|
export declare namespace CustomRoutingAccelerator {
|
|
752
|
-
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
382
|
+
|
|
755
383
|
const filterSensitiveLog: (obj: CustomRoutingAccelerator) => any;
|
|
756
384
|
}
|
|
757
385
|
export interface CreateCustomRoutingAcceleratorResponse {
|
|
758
|
-
|
|
759
|
-
* <p>The accelerator that is created.</p>
|
|
760
|
-
*/
|
|
386
|
+
|
|
761
387
|
Accelerator?: CustomRoutingAccelerator;
|
|
762
388
|
}
|
|
763
389
|
export declare namespace CreateCustomRoutingAcceleratorResponse {
|
|
764
|
-
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
390
|
+
|
|
767
391
|
const filterSensitiveLog: (obj: CreateCustomRoutingAcceleratorResponse) => any;
|
|
768
392
|
}
|
|
769
393
|
export declare enum CustomRoutingProtocol {
|
|
770
394
|
TCP = "TCP",
|
|
771
395
|
UDP = "UDP"
|
|
772
396
|
}
|
|
773
|
-
|
|
774
|
-
* <p>For a custom routing accelerator, sets the port range and protocol for all endpoints (virtual
|
|
775
|
-
* private cloud subnets) in an endpoint group to accept client traffic on.</p>
|
|
776
|
-
*/
|
|
397
|
+
|
|
777
398
|
export interface CustomRoutingDestinationConfiguration {
|
|
778
|
-
|
|
779
|
-
* <p>The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.</p>
|
|
780
|
-
*/
|
|
399
|
+
|
|
781
400
|
FromPort: number | undefined;
|
|
782
|
-
|
|
783
|
-
* <p>The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.</p>
|
|
784
|
-
*/
|
|
401
|
+
|
|
785
402
|
ToPort: number | undefined;
|
|
786
|
-
|
|
787
|
-
* <p>The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.</p>
|
|
788
|
-
*/
|
|
403
|
+
|
|
789
404
|
Protocols: (CustomRoutingProtocol | string)[] | undefined;
|
|
790
405
|
}
|
|
791
406
|
export declare namespace CustomRoutingDestinationConfiguration {
|
|
792
|
-
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
407
|
+
|
|
795
408
|
const filterSensitiveLog: (obj: CustomRoutingDestinationConfiguration) => any;
|
|
796
409
|
}
|
|
797
410
|
export interface CreateCustomRoutingEndpointGroupRequest {
|
|
798
|
-
|
|
799
|
-
* <p>The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.</p>
|
|
800
|
-
*/
|
|
411
|
+
|
|
801
412
|
ListenerArn: string | undefined;
|
|
802
|
-
|
|
803
|
-
* <p>The AWS Region where the endpoint group is located. A listener can have only one endpoint group in a
|
|
804
|
-
* specific Region.</p>
|
|
805
|
-
*/
|
|
413
|
+
|
|
806
414
|
EndpointGroupRegion: string | undefined;
|
|
807
|
-
|
|
808
|
-
* <p>Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept
|
|
809
|
-
* client traffic on.</p>
|
|
810
|
-
*/
|
|
415
|
+
|
|
811
416
|
DestinationConfigurations: CustomRoutingDestinationConfiguration[] | undefined;
|
|
812
|
-
|
|
813
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
|
|
814
|
-
* uniqueness—of the request.</p>
|
|
815
|
-
*/
|
|
417
|
+
|
|
816
418
|
IdempotencyToken?: string;
|
|
817
419
|
}
|
|
818
420
|
export declare namespace CreateCustomRoutingEndpointGroupRequest {
|
|
819
|
-
|
|
820
|
-
* @internal
|
|
821
|
-
*/
|
|
421
|
+
|
|
822
422
|
const filterSensitiveLog: (obj: CreateCustomRoutingEndpointGroupRequest) => any;
|
|
823
423
|
}
|
|
824
424
|
export declare enum Protocol {
|
|
825
425
|
TCP = "TCP",
|
|
826
426
|
UDP = "UDP"
|
|
827
427
|
}
|
|
828
|
-
|
|
829
|
-
* <p>For a custom routing accelerator, describes the port range and protocol for all endpoints
|
|
830
|
-
* (virtual private cloud subnets) in an endpoint group to accept client traffic on.</p>
|
|
831
|
-
*/
|
|
428
|
+
|
|
832
429
|
export interface CustomRoutingDestinationDescription {
|
|
833
|
-
|
|
834
|
-
* <p>The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.</p>
|
|
835
|
-
*/
|
|
430
|
+
|
|
836
431
|
FromPort?: number;
|
|
837
|
-
|
|
838
|
-
* <p>The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.</p>
|
|
839
|
-
*/
|
|
432
|
+
|
|
840
433
|
ToPort?: number;
|
|
841
|
-
|
|
842
|
-
* <p>The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.</p>
|
|
843
|
-
*/
|
|
434
|
+
|
|
844
435
|
Protocols?: (Protocol | string)[];
|
|
845
436
|
}
|
|
846
437
|
export declare namespace CustomRoutingDestinationDescription {
|
|
847
|
-
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
438
|
+
|
|
850
439
|
const filterSensitiveLog: (obj: CustomRoutingDestinationDescription) => any;
|
|
851
440
|
}
|
|
852
|
-
|
|
853
|
-
* <p>A complex type for the endpoint group for a custom routing accelerator. An AWS Region can have only one endpoint group for a specific listener.
|
|
854
|
-
* </p>
|
|
855
|
-
*/
|
|
441
|
+
|
|
856
442
|
export interface CustomRoutingEndpointGroup {
|
|
857
|
-
|
|
858
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
859
|
-
*/
|
|
443
|
+
|
|
860
444
|
EndpointGroupArn?: string;
|
|
861
|
-
|
|
862
|
-
* <p>The AWS Region where the endpoint group is located.</p>
|
|
863
|
-
*/
|
|
445
|
+
|
|
864
446
|
EndpointGroupRegion?: string;
|
|
865
|
-
|
|
866
|
-
* <p>For a custom routing accelerator, describes the port range and protocol for all endpoints
|
|
867
|
-
* (virtual private cloud subnets) in an endpoint group to accept client traffic on.</p>
|
|
868
|
-
*/
|
|
447
|
+
|
|
869
448
|
DestinationDescriptions?: CustomRoutingDestinationDescription[];
|
|
870
|
-
|
|
871
|
-
* <p>For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an
|
|
872
|
-
* endpoint group to accept client traffic on.</p>
|
|
873
|
-
*/
|
|
449
|
+
|
|
874
450
|
EndpointDescriptions?: CustomRoutingEndpointDescription[];
|
|
875
451
|
}
|
|
876
452
|
export declare namespace CustomRoutingEndpointGroup {
|
|
877
|
-
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
453
|
+
|
|
880
454
|
const filterSensitiveLog: (obj: CustomRoutingEndpointGroup) => any;
|
|
881
455
|
}
|
|
882
456
|
export interface CreateCustomRoutingEndpointGroupResponse {
|
|
883
|
-
|
|
884
|
-
* <p>The information about the endpoint group created for a custom routing accelerator.</p>
|
|
885
|
-
*/
|
|
457
|
+
|
|
886
458
|
EndpointGroup?: CustomRoutingEndpointGroup;
|
|
887
459
|
}
|
|
888
460
|
export declare namespace CreateCustomRoutingEndpointGroupResponse {
|
|
889
|
-
|
|
890
|
-
* @internal
|
|
891
|
-
*/
|
|
461
|
+
|
|
892
462
|
const filterSensitiveLog: (obj: CreateCustomRoutingEndpointGroupResponse) => any;
|
|
893
463
|
}
|
|
894
|
-
|
|
895
|
-
* <p>The endpoint group that you specified already exists.</p>
|
|
896
|
-
*/
|
|
464
|
+
|
|
897
465
|
export interface EndpointGroupAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
898
466
|
name: "EndpointGroupAlreadyExistsException";
|
|
899
467
|
$fault: "client";
|
|
900
468
|
Message?: string;
|
|
901
469
|
}
|
|
902
470
|
export declare namespace EndpointGroupAlreadyExistsException {
|
|
903
|
-
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
471
|
+
|
|
906
472
|
const filterSensitiveLog: (obj: EndpointGroupAlreadyExistsException) => any;
|
|
907
473
|
}
|
|
908
|
-
|
|
909
|
-
* <p>The port numbers that you specified are not valid numbers or are not unique for this accelerator.</p>
|
|
910
|
-
*/
|
|
474
|
+
|
|
911
475
|
export interface InvalidPortRangeException extends __SmithyException, $MetadataBearer {
|
|
912
476
|
name: "InvalidPortRangeException";
|
|
913
477
|
$fault: "client";
|
|
914
478
|
Message?: string;
|
|
915
479
|
}
|
|
916
480
|
export declare namespace InvalidPortRangeException {
|
|
917
|
-
|
|
918
|
-
* @internal
|
|
919
|
-
*/
|
|
481
|
+
|
|
920
482
|
const filterSensitiveLog: (obj: InvalidPortRangeException) => any;
|
|
921
483
|
}
|
|
922
|
-
|
|
923
|
-
* <p>The listener that you specified doesn't exist.</p>
|
|
924
|
-
*/
|
|
484
|
+
|
|
925
485
|
export interface ListenerNotFoundException extends __SmithyException, $MetadataBearer {
|
|
926
486
|
name: "ListenerNotFoundException";
|
|
927
487
|
$fault: "client";
|
|
928
488
|
Message?: string;
|
|
929
489
|
}
|
|
930
490
|
export declare namespace ListenerNotFoundException {
|
|
931
|
-
|
|
932
|
-
* @internal
|
|
933
|
-
*/
|
|
491
|
+
|
|
934
492
|
const filterSensitiveLog: (obj: ListenerNotFoundException) => any;
|
|
935
493
|
}
|
|
936
|
-
|
|
937
|
-
* <p>A complex type for a range of ports for a listener.</p>
|
|
938
|
-
*/
|
|
494
|
+
|
|
939
495
|
export interface PortRange {
|
|
940
|
-
|
|
941
|
-
* <p>The first port in the range of ports, inclusive.</p>
|
|
942
|
-
*/
|
|
496
|
+
|
|
943
497
|
FromPort?: number;
|
|
944
|
-
|
|
945
|
-
* <p>The last port in the range of ports, inclusive.</p>
|
|
946
|
-
*/
|
|
498
|
+
|
|
947
499
|
ToPort?: number;
|
|
948
500
|
}
|
|
949
501
|
export declare namespace PortRange {
|
|
950
|
-
|
|
951
|
-
* @internal
|
|
952
|
-
*/
|
|
502
|
+
|
|
953
503
|
const filterSensitiveLog: (obj: PortRange) => any;
|
|
954
504
|
}
|
|
955
505
|
export interface CreateCustomRoutingListenerRequest {
|
|
956
|
-
|
|
957
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.</p>
|
|
958
|
-
*/
|
|
506
|
+
|
|
959
507
|
AcceleratorArn: string | undefined;
|
|
960
|
-
|
|
961
|
-
* <p>The port range to support for connections from clients to your accelerator.</p>
|
|
962
|
-
* <p>Separately, you set port ranges for endpoints. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html">About
|
|
963
|
-
* endpoints for custom routing accelerators</a>.</p>
|
|
964
|
-
*/
|
|
508
|
+
|
|
965
509
|
PortRanges: PortRange[] | undefined;
|
|
966
|
-
|
|
967
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
|
|
968
|
-
* uniqueness—of the request.</p>
|
|
969
|
-
*/
|
|
510
|
+
|
|
970
511
|
IdempotencyToken?: string;
|
|
971
512
|
}
|
|
972
513
|
export declare namespace CreateCustomRoutingListenerRequest {
|
|
973
|
-
|
|
974
|
-
* @internal
|
|
975
|
-
*/
|
|
514
|
+
|
|
976
515
|
const filterSensitiveLog: (obj: CreateCustomRoutingListenerRequest) => any;
|
|
977
516
|
}
|
|
978
|
-
|
|
979
|
-
* <p>A complex type for a listener for a custom routing accelerator.</p>
|
|
980
|
-
*/
|
|
517
|
+
|
|
981
518
|
export interface CustomRoutingListener {
|
|
982
|
-
|
|
983
|
-
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
984
|
-
*/
|
|
519
|
+
|
|
985
520
|
ListenerArn?: string;
|
|
986
|
-
|
|
987
|
-
* <p>The port range to support for connections from clients to your accelerator.</p>
|
|
988
|
-
* <p>Separately, you set port ranges for endpoints. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html">About
|
|
989
|
-
* endpoints for custom routing accelerators</a>.</p>
|
|
990
|
-
*/
|
|
521
|
+
|
|
991
522
|
PortRanges?: PortRange[];
|
|
992
523
|
}
|
|
993
524
|
export declare namespace CustomRoutingListener {
|
|
994
|
-
|
|
995
|
-
* @internal
|
|
996
|
-
*/
|
|
525
|
+
|
|
997
526
|
const filterSensitiveLog: (obj: CustomRoutingListener) => any;
|
|
998
527
|
}
|
|
999
528
|
export interface CreateCustomRoutingListenerResponse {
|
|
1000
|
-
|
|
1001
|
-
* <p>The listener that you've created for a custom routing accelerator.</p>
|
|
1002
|
-
*/
|
|
529
|
+
|
|
1003
530
|
Listener?: CustomRoutingListener;
|
|
1004
531
|
}
|
|
1005
532
|
export declare namespace CreateCustomRoutingListenerResponse {
|
|
1006
|
-
|
|
1007
|
-
* @internal
|
|
1008
|
-
*/
|
|
533
|
+
|
|
1009
534
|
const filterSensitiveLog: (obj: CreateCustomRoutingListenerResponse) => any;
|
|
1010
535
|
}
|
|
1011
|
-
|
|
1012
|
-
* <p>A complex type for endpoints. A resource must be valid and active when you add it as an endpoint.</p>
|
|
1013
|
-
*/
|
|
536
|
+
|
|
1014
537
|
export interface EndpointConfiguration {
|
|
1015
|
-
|
|
1016
|
-
* <p>An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon
|
|
1017
|
-
* Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address
|
|
1018
|
-
* allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. A resource must be valid and active
|
|
1019
|
-
* when you add it as an endpoint.</p>
|
|
1020
|
-
* <p>An Application Load Balancer can be either internal or internet-facing.</p>
|
|
1021
|
-
*/
|
|
538
|
+
|
|
1022
539
|
EndpointId?: string;
|
|
1023
|
-
|
|
1024
|
-
* <p>The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic
|
|
1025
|
-
* based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The
|
|
1026
|
-
* result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second
|
|
1027
|
-
* 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
|
|
1028
|
-
* <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
1029
|
-
*/
|
|
540
|
+
|
|
1030
541
|
Weight?: number;
|
|
1031
|
-
|
|
1032
|
-
* <p>Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.
|
|
1033
|
-
* The value is true or false. The default value is true for new accelerators. </p>
|
|
1034
|
-
* <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
|
|
1035
|
-
* traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.</p>
|
|
1036
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html">
|
|
1037
|
-
* Preserve Client IP Addresses in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
1038
|
-
*/
|
|
542
|
+
|
|
1039
543
|
ClientIPPreservationEnabled?: boolean;
|
|
1040
544
|
}
|
|
1041
545
|
export declare namespace EndpointConfiguration {
|
|
1042
|
-
|
|
1043
|
-
* @internal
|
|
1044
|
-
*/
|
|
546
|
+
|
|
1045
547
|
const filterSensitiveLog: (obj: EndpointConfiguration) => any;
|
|
1046
548
|
}
|
|
1047
549
|
export declare enum HealthCheckProtocol {
|
|
@@ -1049,342 +551,148 @@ export declare enum HealthCheckProtocol {
|
|
|
1049
551
|
HTTPS = "HTTPS",
|
|
1050
552
|
TCP = "TCP"
|
|
1051
553
|
}
|
|
1052
|
-
|
|
1053
|
-
* <p>Override specific listener ports used to route traffic to endpoints that are part of an endpoint group.
|
|
1054
|
-
* For example, you can create a port override in which the listener
|
|
1055
|
-
* receives user traffic on ports 80 and 443, but your accelerator routes that traffic to ports 1080
|
|
1056
|
-
* and 1443, respectively, on the endpoints.</p>
|
|
1057
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoint-groups-port-override.html">
|
|
1058
|
-
* Port overrides</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
1059
|
-
*/
|
|
554
|
+
|
|
1060
555
|
export interface PortOverride {
|
|
1061
|
-
|
|
1062
|
-
* <p>The listener port that you want to map to a specific endpoint port. This is the port that user traffic
|
|
1063
|
-
* arrives to the Global Accelerator on.</p>
|
|
1064
|
-
*/
|
|
556
|
+
|
|
1065
557
|
ListenerPort?: number;
|
|
1066
|
-
|
|
1067
|
-
* <p>The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint,
|
|
1068
|
-
* such as the Application Load Balancer or Amazon EC2 instance.</p>
|
|
1069
|
-
*/
|
|
558
|
+
|
|
1070
559
|
EndpointPort?: number;
|
|
1071
560
|
}
|
|
1072
561
|
export declare namespace PortOverride {
|
|
1073
|
-
|
|
1074
|
-
* @internal
|
|
1075
|
-
*/
|
|
562
|
+
|
|
1076
563
|
const filterSensitiveLog: (obj: PortOverride) => any;
|
|
1077
564
|
}
|
|
1078
565
|
export interface CreateEndpointGroupRequest {
|
|
1079
|
-
|
|
1080
|
-
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
1081
|
-
*/
|
|
566
|
+
|
|
1082
567
|
ListenerArn: string | undefined;
|
|
1083
|
-
|
|
1084
|
-
* <p>The AWS Region where the endpoint group is located. A listener can have only one endpoint group in a
|
|
1085
|
-
* specific Region.</p>
|
|
1086
|
-
*/
|
|
568
|
+
|
|
1087
569
|
EndpointGroupRegion: string | undefined;
|
|
1088
|
-
|
|
1089
|
-
* <p>The list of endpoint objects.</p>
|
|
1090
|
-
*/
|
|
570
|
+
|
|
1091
571
|
EndpointConfigurations?: EndpointConfiguration[];
|
|
1092
|
-
|
|
1093
|
-
* <p>The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for
|
|
1094
|
-
* this listener. </p>
|
|
1095
|
-
* <p>Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is
|
|
1096
|
-
* applied to the traffic that would otherwise have been routed to the Region based on optimal routing.</p>
|
|
1097
|
-
* <p>The default value is 100.</p>
|
|
1098
|
-
*/
|
|
572
|
+
|
|
1099
573
|
TrafficDialPercentage?: number;
|
|
1100
|
-
|
|
1101
|
-
* <p>The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port
|
|
1102
|
-
* is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the
|
|
1103
|
-
* first port in the list.</p>
|
|
1104
|
-
*/
|
|
574
|
+
|
|
1105
575
|
HealthCheckPort?: number;
|
|
1106
|
-
|
|
1107
|
-
* <p>The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default
|
|
1108
|
-
* value is TCP.</p>
|
|
1109
|
-
*/
|
|
576
|
+
|
|
1110
577
|
HealthCheckProtocol?: HealthCheckProtocol | string;
|
|
1111
|
-
|
|
1112
|
-
* <p>If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The
|
|
1113
|
-
* default value is slash (/).</p>
|
|
1114
|
-
*/
|
|
578
|
+
|
|
1115
579
|
HealthCheckPath?: string;
|
|
1116
|
-
|
|
1117
|
-
* <p>The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.</p>
|
|
1118
|
-
*/
|
|
580
|
+
|
|
1119
581
|
HealthCheckIntervalSeconds?: number;
|
|
1120
|
-
|
|
1121
|
-
* <p>The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an
|
|
1122
|
-
* unhealthy endpoint to healthy. The default value is 3.</p>
|
|
1123
|
-
*/
|
|
582
|
+
|
|
1124
583
|
ThresholdCount?: number;
|
|
1125
|
-
|
|
1126
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
|
|
1127
|
-
* uniqueness—of the request.</p>
|
|
1128
|
-
*/
|
|
584
|
+
|
|
1129
585
|
IdempotencyToken?: string;
|
|
1130
|
-
|
|
1131
|
-
* <p>Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
|
1132
|
-
* For example, you can create a port override in which the listener
|
|
1133
|
-
* receives user traffic on ports 80 and 443, but your accelerator routes that traffic to ports 1080
|
|
1134
|
-
* and 1443, respectively, on the endpoints.</p>
|
|
1135
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoint-groups-port-override.html">
|
|
1136
|
-
* Port overrides</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
1137
|
-
*/
|
|
586
|
+
|
|
1138
587
|
PortOverrides?: PortOverride[];
|
|
1139
588
|
}
|
|
1140
589
|
export declare namespace CreateEndpointGroupRequest {
|
|
1141
|
-
|
|
1142
|
-
* @internal
|
|
1143
|
-
*/
|
|
590
|
+
|
|
1144
591
|
const filterSensitiveLog: (obj: CreateEndpointGroupRequest) => any;
|
|
1145
592
|
}
|
|
1146
593
|
export declare type HealthState = "HEALTHY" | "INITIAL" | "UNHEALTHY";
|
|
1147
|
-
|
|
1148
|
-
* <p>A complex type for an endpoint. Each endpoint group can include one or more endpoints, such as load
|
|
1149
|
-
* balancers.</p>
|
|
1150
|
-
*/
|
|
594
|
+
|
|
1151
595
|
export interface EndpointDescription {
|
|
1152
|
-
|
|
1153
|
-
* <p>An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon
|
|
1154
|
-
* Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address
|
|
1155
|
-
* allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. </p>
|
|
1156
|
-
* <p>An Application Load Balancer can be either internal or internet-facing.</p>
|
|
1157
|
-
*/
|
|
596
|
+
|
|
1158
597
|
EndpointId?: string;
|
|
1159
|
-
|
|
1160
|
-
* <p>The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic
|
|
1161
|
-
* based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The
|
|
1162
|
-
* result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second
|
|
1163
|
-
* 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
|
|
1164
|
-
* <i>AWS Global Accelerator Developer Guide</i>. </p>
|
|
1165
|
-
*/
|
|
598
|
+
|
|
1166
599
|
Weight?: number;
|
|
1167
|
-
|
|
1168
|
-
* <p>The health status of the endpoint.</p>
|
|
1169
|
-
*/
|
|
600
|
+
|
|
1170
601
|
HealthState?: HealthState | string;
|
|
1171
|
-
|
|
1172
|
-
* <p>Returns a null result.</p>
|
|
1173
|
-
*/
|
|
602
|
+
|
|
1174
603
|
HealthReason?: string;
|
|
1175
|
-
|
|
1176
|
-
* <p>Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.
|
|
1177
|
-
* The value is true or false. The default value is true for new accelerators. </p>
|
|
1178
|
-
* <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
|
|
1179
|
-
* traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.</p>
|
|
1180
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/introduction-how-it-works-client-ip.html">
|
|
1181
|
-
* Viewing Client IP Addresses in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
1182
|
-
*/
|
|
604
|
+
|
|
1183
605
|
ClientIPPreservationEnabled?: boolean;
|
|
1184
606
|
}
|
|
1185
607
|
export declare namespace EndpointDescription {
|
|
1186
|
-
|
|
1187
|
-
* @internal
|
|
1188
|
-
*/
|
|
608
|
+
|
|
1189
609
|
const filterSensitiveLog: (obj: EndpointDescription) => any;
|
|
1190
610
|
}
|
|
1191
|
-
|
|
1192
|
-
* <p>A complex type for the endpoint group. An AWS Region can have only one endpoint group for a specific listener.
|
|
1193
|
-
* </p>
|
|
1194
|
-
*/
|
|
611
|
+
|
|
1195
612
|
export interface EndpointGroup {
|
|
1196
|
-
|
|
1197
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
1198
|
-
*/
|
|
613
|
+
|
|
1199
614
|
EndpointGroupArn?: string;
|
|
1200
|
-
|
|
1201
|
-
* <p>The AWS Region where the endpoint group is located.</p>
|
|
1202
|
-
*/
|
|
615
|
+
|
|
1203
616
|
EndpointGroupRegion?: string;
|
|
1204
|
-
|
|
1205
|
-
* <p>The list of endpoint objects.</p>
|
|
1206
|
-
*/
|
|
617
|
+
|
|
1207
618
|
EndpointDescriptions?: EndpointDescription[];
|
|
1208
|
-
|
|
1209
|
-
* <p>The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for
|
|
1210
|
-
* this listener. </p>
|
|
1211
|
-
* <p>Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is
|
|
1212
|
-
* applied to the traffic that would otherwise have been routed to the Region based on optimal routing.</p>
|
|
1213
|
-
* <p>The default value is 100.</p>
|
|
1214
|
-
*/
|
|
619
|
+
|
|
1215
620
|
TrafficDialPercentage?: number;
|
|
1216
|
-
|
|
1217
|
-
* <p>The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. </p>
|
|
1218
|
-
*
|
|
1219
|
-
* <p>The default port is the port for the listener that this endpoint group is associated with. If the listener port is a
|
|
1220
|
-
* list, Global Accelerator uses the first specified port in the list of ports.</p>
|
|
1221
|
-
*/
|
|
621
|
+
|
|
1222
622
|
HealthCheckPort?: number;
|
|
1223
|
-
|
|
1224
|
-
* <p>The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default
|
|
1225
|
-
* value is TCP.</p>
|
|
1226
|
-
*/
|
|
623
|
+
|
|
1227
624
|
HealthCheckProtocol?: HealthCheckProtocol | string;
|
|
1228
|
-
|
|
1229
|
-
* <p>If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the
|
|
1230
|
-
* endpoints for health checks. The default is slash (/).</p>
|
|
1231
|
-
*/
|
|
625
|
+
|
|
1232
626
|
HealthCheckPath?: string;
|
|
1233
|
-
|
|
1234
|
-
* <p>The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.</p>
|
|
1235
|
-
*/
|
|
627
|
+
|
|
1236
628
|
HealthCheckIntervalSeconds?: number;
|
|
1237
|
-
|
|
1238
|
-
* <p>The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an
|
|
1239
|
-
* unhealthy endpoint to healthy. The default value is 3.</p>
|
|
1240
|
-
*/
|
|
629
|
+
|
|
1241
630
|
ThresholdCount?: number;
|
|
1242
|
-
|
|
1243
|
-
* <p>Allows you to override the destination ports used to route traffic to an endpoint.
|
|
1244
|
-
* Using a port override lets you to map a list of external destination ports (that your
|
|
1245
|
-
* users send traffic to) to a list of internal destination ports that you want an application
|
|
1246
|
-
* endpoint to receive traffic on. </p>
|
|
1247
|
-
*/
|
|
631
|
+
|
|
1248
632
|
PortOverrides?: PortOverride[];
|
|
1249
633
|
}
|
|
1250
634
|
export declare namespace EndpointGroup {
|
|
1251
|
-
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
635
|
+
|
|
1254
636
|
const filterSensitiveLog: (obj: EndpointGroup) => any;
|
|
1255
637
|
}
|
|
1256
638
|
export interface CreateEndpointGroupResponse {
|
|
1257
|
-
|
|
1258
|
-
* <p>The information about the endpoint group that was created.</p>
|
|
1259
|
-
*/
|
|
639
|
+
|
|
1260
640
|
EndpointGroup?: EndpointGroup;
|
|
1261
641
|
}
|
|
1262
642
|
export declare namespace CreateEndpointGroupResponse {
|
|
1263
|
-
|
|
1264
|
-
* @internal
|
|
1265
|
-
*/
|
|
643
|
+
|
|
1266
644
|
const filterSensitiveLog: (obj: CreateEndpointGroupResponse) => any;
|
|
1267
645
|
}
|
|
1268
646
|
export interface CreateListenerRequest {
|
|
1269
|
-
|
|
1270
|
-
* <p>The Amazon Resource Name (ARN) of your accelerator.</p>
|
|
1271
|
-
*/
|
|
647
|
+
|
|
1272
648
|
AcceleratorArn: string | undefined;
|
|
1273
|
-
|
|
1274
|
-
* <p>The list of port ranges to support for connections from clients to your accelerator.</p>
|
|
1275
|
-
*/
|
|
649
|
+
|
|
1276
650
|
PortRanges: PortRange[] | undefined;
|
|
1277
|
-
|
|
1278
|
-
* <p>The protocol for connections from clients to your accelerator.</p>
|
|
1279
|
-
*/
|
|
651
|
+
|
|
1280
652
|
Protocol: Protocol | string | undefined;
|
|
1281
|
-
|
|
1282
|
-
* <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
|
|
1283
|
-
* regardless of the port and protocol of the client request. Client affinity gives you control over whether to always
|
|
1284
|
-
* route each client to the same specific endpoint.</p>
|
|
1285
|
-
* <p>AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client
|
|
1286
|
-
* affinity is <code>NONE</code>, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port,
|
|
1287
|
-
* destination IP address, destination port, and protocol—to select the hash value, and then chooses the best
|
|
1288
|
-
* endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not
|
|
1289
|
-
* be always routed to the same endpoint because the hash value changes. </p>
|
|
1290
|
-
* <p>If you want a given client to always be routed to the same endpoint, set client affinity to <code>SOURCE_IP</code>
|
|
1291
|
-
* instead. When you use the <code>SOURCE_IP</code> setting, Global Accelerator uses the "two-tuple" (2-tuple) properties—
|
|
1292
|
-
* source (client) IP address and destination IP address—to select the hash value.</p>
|
|
1293
|
-
* <p>The default value is <code>NONE</code>.</p>
|
|
1294
|
-
*/
|
|
653
|
+
|
|
1295
654
|
ClientAffinity?: ClientAffinity | string;
|
|
1296
|
-
|
|
1297
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
|
|
1298
|
-
* uniqueness—of the request.</p>
|
|
1299
|
-
*/
|
|
655
|
+
|
|
1300
656
|
IdempotencyToken?: string;
|
|
1301
657
|
}
|
|
1302
658
|
export declare namespace CreateListenerRequest {
|
|
1303
|
-
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
659
|
+
|
|
1306
660
|
const filterSensitiveLog: (obj: CreateListenerRequest) => any;
|
|
1307
661
|
}
|
|
1308
|
-
|
|
1309
|
-
* <p>A complex type for a listener.</p>
|
|
1310
|
-
*/
|
|
662
|
+
|
|
1311
663
|
export interface Listener {
|
|
1312
|
-
|
|
1313
|
-
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
1314
|
-
*/
|
|
664
|
+
|
|
1315
665
|
ListenerArn?: string;
|
|
1316
|
-
|
|
1317
|
-
* <p>The list of port ranges for the connections from clients to the accelerator.</p>
|
|
1318
|
-
*/
|
|
666
|
+
|
|
1319
667
|
PortRanges?: PortRange[];
|
|
1320
|
-
|
|
1321
|
-
* <p>The protocol for the connections from clients to the accelerator.</p>
|
|
1322
|
-
*/
|
|
668
|
+
|
|
1323
669
|
Protocol?: Protocol | string;
|
|
1324
|
-
|
|
1325
|
-
* <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
|
|
1326
|
-
* regardless of the port and protocol of the client request. Client affinity gives you control over whether to always
|
|
1327
|
-
* route each client to the same specific endpoint.</p>
|
|
1328
|
-
* <p>AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client
|
|
1329
|
-
* affinity is <code>NONE</code>, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port,
|
|
1330
|
-
* destination IP address, destination port, and protocol—to select the hash value, and then chooses the best
|
|
1331
|
-
* endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not
|
|
1332
|
-
* be always routed to the same endpoint because the hash value changes. </p>
|
|
1333
|
-
* <p>If you want a given client to always be routed to the same endpoint, set client affinity to <code>SOURCE_IP</code>
|
|
1334
|
-
* instead. When you use the <code>SOURCE_IP</code> setting, Global Accelerator uses the "two-tuple" (2-tuple) properties—
|
|
1335
|
-
* source (client) IP address and destination IP address—to select the hash value.</p>
|
|
1336
|
-
* <p>The default value is <code>NONE</code>.</p>
|
|
1337
|
-
*/
|
|
670
|
+
|
|
1338
671
|
ClientAffinity?: ClientAffinity | string;
|
|
1339
672
|
}
|
|
1340
673
|
export declare namespace Listener {
|
|
1341
|
-
|
|
1342
|
-
* @internal
|
|
1343
|
-
*/
|
|
674
|
+
|
|
1344
675
|
const filterSensitiveLog: (obj: Listener) => any;
|
|
1345
676
|
}
|
|
1346
677
|
export interface CreateListenerResponse {
|
|
1347
|
-
|
|
1348
|
-
* <p>The listener that you've created.</p>
|
|
1349
|
-
*/
|
|
678
|
+
|
|
1350
679
|
Listener?: Listener;
|
|
1351
680
|
}
|
|
1352
681
|
export declare namespace CreateListenerResponse {
|
|
1353
|
-
|
|
1354
|
-
* @internal
|
|
1355
|
-
*/
|
|
682
|
+
|
|
1356
683
|
const filterSensitiveLog: (obj: CreateListenerResponse) => any;
|
|
1357
684
|
}
|
|
1358
|
-
|
|
1359
|
-
* <p>Attributes of a custom routing accelerator.</p>
|
|
1360
|
-
*/
|
|
685
|
+
|
|
1361
686
|
export interface CustomRoutingAcceleratorAttributes {
|
|
1362
|
-
|
|
1363
|
-
* <p>Indicates whether flow logs are enabled. The default value is false. If the value is true,
|
|
1364
|
-
* <code>FlowLogsS3Bucket</code> and <code>FlowLogsS3Prefix</code> must be specified.</p>
|
|
1365
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/monitoring-global-accelerator.flow-logs.html">Flow Logs</a> in
|
|
1366
|
-
* the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
1367
|
-
*/
|
|
687
|
+
|
|
1368
688
|
FlowLogsEnabled?: boolean;
|
|
1369
|
-
|
|
1370
|
-
* <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
|
|
1371
|
-
* <code>true</code>. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the
|
|
1372
|
-
* bucket.</p>
|
|
1373
|
-
*/
|
|
689
|
+
|
|
1374
690
|
FlowLogsS3Bucket?: string;
|
|
1375
|
-
|
|
1376
|
-
* <p>The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
|
|
1377
|
-
* <code>FlowLogsEnabled</code> is <code>true</code>.</p>
|
|
1378
|
-
* <p>If you don’t specify a prefix, the flow logs are stored in the
|
|
1379
|
-
* root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:</p>
|
|
1380
|
-
* <p>DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id</p>
|
|
1381
|
-
*/
|
|
691
|
+
|
|
1382
692
|
FlowLogsS3Prefix?: string;
|
|
1383
693
|
}
|
|
1384
694
|
export declare namespace CustomRoutingAcceleratorAttributes {
|
|
1385
|
-
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
695
|
+
|
|
1388
696
|
const filterSensitiveLog: (obj: CustomRoutingAcceleratorAttributes) => any;
|
|
1389
697
|
}
|
|
1390
698
|
export declare enum CustomRoutingDestinationTrafficState {
|
|
@@ -1392,1242 +700,731 @@ export declare enum CustomRoutingDestinationTrafficState {
|
|
|
1392
700
|
DENY = "DENY"
|
|
1393
701
|
}
|
|
1394
702
|
export interface DeleteAcceleratorRequest {
|
|
1395
|
-
|
|
1396
|
-
* <p>The Amazon Resource Name (ARN) of an accelerator.</p>
|
|
1397
|
-
*/
|
|
703
|
+
|
|
1398
704
|
AcceleratorArn: string | undefined;
|
|
1399
705
|
}
|
|
1400
706
|
export declare namespace DeleteAcceleratorRequest {
|
|
1401
|
-
|
|
1402
|
-
* @internal
|
|
1403
|
-
*/
|
|
707
|
+
|
|
1404
708
|
const filterSensitiveLog: (obj: DeleteAcceleratorRequest) => any;
|
|
1405
709
|
}
|
|
1406
710
|
export interface DeleteCustomRoutingAcceleratorRequest {
|
|
1407
|
-
|
|
1408
|
-
* <p>The Amazon Resource Name (ARN) of the custom routing accelerator to delete.</p>
|
|
1409
|
-
*/
|
|
711
|
+
|
|
1410
712
|
AcceleratorArn: string | undefined;
|
|
1411
713
|
}
|
|
1412
714
|
export declare namespace DeleteCustomRoutingAcceleratorRequest {
|
|
1413
|
-
|
|
1414
|
-
* @internal
|
|
1415
|
-
*/
|
|
715
|
+
|
|
1416
716
|
const filterSensitiveLog: (obj: DeleteCustomRoutingAcceleratorRequest) => any;
|
|
1417
717
|
}
|
|
1418
718
|
export interface DeleteCustomRoutingEndpointGroupRequest {
|
|
1419
|
-
|
|
1420
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group to delete.</p>
|
|
1421
|
-
*/
|
|
719
|
+
|
|
1422
720
|
EndpointGroupArn: string | undefined;
|
|
1423
721
|
}
|
|
1424
722
|
export declare namespace DeleteCustomRoutingEndpointGroupRequest {
|
|
1425
|
-
|
|
1426
|
-
* @internal
|
|
1427
|
-
*/
|
|
723
|
+
|
|
1428
724
|
const filterSensitiveLog: (obj: DeleteCustomRoutingEndpointGroupRequest) => any;
|
|
1429
725
|
}
|
|
1430
726
|
export interface DeleteCustomRoutingListenerRequest {
|
|
1431
|
-
|
|
1432
|
-
* <p>The Amazon Resource Name (ARN) of the listener to delete.</p>
|
|
1433
|
-
*/
|
|
727
|
+
|
|
1434
728
|
ListenerArn: string | undefined;
|
|
1435
729
|
}
|
|
1436
730
|
export declare namespace DeleteCustomRoutingListenerRequest {
|
|
1437
|
-
|
|
1438
|
-
* @internal
|
|
1439
|
-
*/
|
|
731
|
+
|
|
1440
732
|
const filterSensitiveLog: (obj: DeleteCustomRoutingListenerRequest) => any;
|
|
1441
733
|
}
|
|
1442
734
|
export interface DeleteEndpointGroupRequest {
|
|
1443
|
-
|
|
1444
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group to delete.</p>
|
|
1445
|
-
*/
|
|
735
|
+
|
|
1446
736
|
EndpointGroupArn: string | undefined;
|
|
1447
737
|
}
|
|
1448
738
|
export declare namespace DeleteEndpointGroupRequest {
|
|
1449
|
-
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
739
|
+
|
|
1452
740
|
const filterSensitiveLog: (obj: DeleteEndpointGroupRequest) => any;
|
|
1453
741
|
}
|
|
1454
742
|
export interface DeleteListenerRequest {
|
|
1455
|
-
|
|
1456
|
-
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
1457
|
-
*/
|
|
743
|
+
|
|
1458
744
|
ListenerArn: string | undefined;
|
|
1459
745
|
}
|
|
1460
746
|
export declare namespace DeleteListenerRequest {
|
|
1461
|
-
|
|
1462
|
-
* @internal
|
|
1463
|
-
*/
|
|
747
|
+
|
|
1464
748
|
const filterSensitiveLog: (obj: DeleteListenerRequest) => any;
|
|
1465
749
|
}
|
|
1466
750
|
export interface DenyCustomRoutingTrafficRequest {
|
|
1467
|
-
|
|
1468
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
1469
|
-
*/
|
|
751
|
+
|
|
1470
752
|
EndpointGroupArn: string | undefined;
|
|
1471
|
-
|
|
1472
|
-
* <p>An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.</p>
|
|
1473
|
-
*/
|
|
753
|
+
|
|
1474
754
|
EndpointId: string | undefined;
|
|
1475
|
-
|
|
1476
|
-
* <p>A list of specific Amazon EC2 instance IP addresses (destination addresses) in a subnet that you want to prevent from receiving
|
|
1477
|
-
* traffic. The IP addresses must be a subset of the IP addresses allowed for the VPC subnet associated with the
|
|
1478
|
-
* endpoint group.</p>
|
|
1479
|
-
*/
|
|
755
|
+
|
|
1480
756
|
DestinationAddresses?: string[];
|
|
1481
|
-
|
|
1482
|
-
* <p>A list of specific Amazon EC2 instance ports (destination ports) in a subnet endpoint that you want to prevent from
|
|
1483
|
-
* receiving traffic.</p>
|
|
1484
|
-
*/
|
|
757
|
+
|
|
1485
758
|
DestinationPorts?: number[];
|
|
1486
|
-
|
|
1487
|
-
* <p>Indicates whether all destination IP addresses and ports for a specified VPC subnet endpoint <i>cannot</i>
|
|
1488
|
-
* receive traffic from a custom routing accelerator. The value is TRUE or FALSE. </p>
|
|
1489
|
-
* <p>When set to TRUE, <i>no</i> destinations in the custom routing VPC subnet can receive traffic. Note
|
|
1490
|
-
* that you cannot specify destination IP addresses and ports when the value is set to TRUE.</p>
|
|
1491
|
-
* <p>When set to FALSE (or not specified), you <i>must</i> specify a list of destination IP addresses that cannot receive
|
|
1492
|
-
* traffic. A list of ports is optional. If you don't specify a list of ports, the ports that can accept traffic is
|
|
1493
|
-
* the same as the ports configured for the endpoint group.</p>
|
|
1494
|
-
* <p>The default value is FALSE.</p>
|
|
1495
|
-
*/
|
|
759
|
+
|
|
1496
760
|
DenyAllTrafficToEndpoint?: boolean;
|
|
1497
761
|
}
|
|
1498
762
|
export declare namespace DenyCustomRoutingTrafficRequest {
|
|
1499
|
-
|
|
1500
|
-
* @internal
|
|
1501
|
-
*/
|
|
763
|
+
|
|
1502
764
|
const filterSensitiveLog: (obj: DenyCustomRoutingTrafficRequest) => any;
|
|
1503
765
|
}
|
|
1504
766
|
export interface DeprovisionByoipCidrRequest {
|
|
1505
|
-
|
|
1506
|
-
* <p>The address range, in CIDR notation. The prefix must be the same prefix that you specified
|
|
1507
|
-
* when you provisioned the address range.</p>
|
|
1508
|
-
*/
|
|
767
|
+
|
|
1509
768
|
Cidr: string | undefined;
|
|
1510
769
|
}
|
|
1511
770
|
export declare namespace DeprovisionByoipCidrRequest {
|
|
1512
|
-
|
|
1513
|
-
* @internal
|
|
1514
|
-
*/
|
|
771
|
+
|
|
1515
772
|
const filterSensitiveLog: (obj: DeprovisionByoipCidrRequest) => any;
|
|
1516
773
|
}
|
|
1517
774
|
export interface DeprovisionByoipCidrResponse {
|
|
1518
|
-
|
|
1519
|
-
* <p>Information about the address range.</p>
|
|
1520
|
-
*/
|
|
775
|
+
|
|
1521
776
|
ByoipCidr?: ByoipCidr;
|
|
1522
777
|
}
|
|
1523
778
|
export declare namespace DeprovisionByoipCidrResponse {
|
|
1524
|
-
|
|
1525
|
-
* @internal
|
|
1526
|
-
*/
|
|
779
|
+
|
|
1527
780
|
const filterSensitiveLog: (obj: DeprovisionByoipCidrResponse) => any;
|
|
1528
781
|
}
|
|
1529
782
|
export interface DescribeAcceleratorRequest {
|
|
1530
|
-
|
|
1531
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator to describe.</p>
|
|
1532
|
-
*/
|
|
783
|
+
|
|
1533
784
|
AcceleratorArn: string | undefined;
|
|
1534
785
|
}
|
|
1535
786
|
export declare namespace DescribeAcceleratorRequest {
|
|
1536
|
-
|
|
1537
|
-
* @internal
|
|
1538
|
-
*/
|
|
787
|
+
|
|
1539
788
|
const filterSensitiveLog: (obj: DescribeAcceleratorRequest) => any;
|
|
1540
789
|
}
|
|
1541
790
|
export interface DescribeAcceleratorResponse {
|
|
1542
|
-
|
|
1543
|
-
* <p>The description of the accelerator.</p>
|
|
1544
|
-
*/
|
|
791
|
+
|
|
1545
792
|
Accelerator?: Accelerator;
|
|
1546
793
|
}
|
|
1547
794
|
export declare namespace DescribeAcceleratorResponse {
|
|
1548
|
-
|
|
1549
|
-
* @internal
|
|
1550
|
-
*/
|
|
795
|
+
|
|
1551
796
|
const filterSensitiveLog: (obj: DescribeAcceleratorResponse) => any;
|
|
1552
797
|
}
|
|
1553
798
|
export interface DescribeAcceleratorAttributesRequest {
|
|
1554
|
-
|
|
1555
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.</p>
|
|
1556
|
-
*/
|
|
799
|
+
|
|
1557
800
|
AcceleratorArn: string | undefined;
|
|
1558
801
|
}
|
|
1559
802
|
export declare namespace DescribeAcceleratorAttributesRequest {
|
|
1560
|
-
|
|
1561
|
-
* @internal
|
|
1562
|
-
*/
|
|
803
|
+
|
|
1563
804
|
const filterSensitiveLog: (obj: DescribeAcceleratorAttributesRequest) => any;
|
|
1564
805
|
}
|
|
1565
806
|
export interface DescribeAcceleratorAttributesResponse {
|
|
1566
|
-
|
|
1567
|
-
* <p>The attributes of the accelerator.</p>
|
|
1568
|
-
*/
|
|
807
|
+
|
|
1569
808
|
AcceleratorAttributes?: AcceleratorAttributes;
|
|
1570
809
|
}
|
|
1571
810
|
export declare namespace DescribeAcceleratorAttributesResponse {
|
|
1572
|
-
|
|
1573
|
-
* @internal
|
|
1574
|
-
*/
|
|
811
|
+
|
|
1575
812
|
const filterSensitiveLog: (obj: DescribeAcceleratorAttributesResponse) => any;
|
|
1576
813
|
}
|
|
1577
814
|
export interface DescribeCustomRoutingAcceleratorRequest {
|
|
1578
|
-
|
|
1579
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator to describe.</p>
|
|
1580
|
-
*/
|
|
815
|
+
|
|
1581
816
|
AcceleratorArn: string | undefined;
|
|
1582
817
|
}
|
|
1583
818
|
export declare namespace DescribeCustomRoutingAcceleratorRequest {
|
|
1584
|
-
|
|
1585
|
-
* @internal
|
|
1586
|
-
*/
|
|
819
|
+
|
|
1587
820
|
const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorRequest) => any;
|
|
1588
821
|
}
|
|
1589
822
|
export interface DescribeCustomRoutingAcceleratorResponse {
|
|
1590
|
-
|
|
1591
|
-
* <p>The description of the custom routing accelerator.</p>
|
|
1592
|
-
*/
|
|
823
|
+
|
|
1593
824
|
Accelerator?: CustomRoutingAccelerator;
|
|
1594
825
|
}
|
|
1595
826
|
export declare namespace DescribeCustomRoutingAcceleratorResponse {
|
|
1596
|
-
|
|
1597
|
-
* @internal
|
|
1598
|
-
*/
|
|
827
|
+
|
|
1599
828
|
const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorResponse) => any;
|
|
1600
829
|
}
|
|
1601
830
|
export interface DescribeCustomRoutingAcceleratorAttributesRequest {
|
|
1602
|
-
|
|
1603
|
-
* <p>The Amazon Resource Name (ARN) of the custom routing accelerator to describe the attributes for.</p>
|
|
1604
|
-
*/
|
|
831
|
+
|
|
1605
832
|
AcceleratorArn: string | undefined;
|
|
1606
833
|
}
|
|
1607
834
|
export declare namespace DescribeCustomRoutingAcceleratorAttributesRequest {
|
|
1608
|
-
|
|
1609
|
-
* @internal
|
|
1610
|
-
*/
|
|
835
|
+
|
|
1611
836
|
const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorAttributesRequest) => any;
|
|
1612
837
|
}
|
|
1613
838
|
export interface DescribeCustomRoutingAcceleratorAttributesResponse {
|
|
1614
|
-
|
|
1615
|
-
* <p>The attributes of the custom routing accelerator.</p>
|
|
1616
|
-
*/
|
|
839
|
+
|
|
1617
840
|
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
|
|
1618
841
|
}
|
|
1619
842
|
export declare namespace DescribeCustomRoutingAcceleratorAttributesResponse {
|
|
1620
|
-
|
|
1621
|
-
* @internal
|
|
1622
|
-
*/
|
|
843
|
+
|
|
1623
844
|
const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorAttributesResponse) => any;
|
|
1624
845
|
}
|
|
1625
846
|
export interface DescribeCustomRoutingEndpointGroupRequest {
|
|
1626
|
-
|
|
1627
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group to describe.</p>
|
|
1628
|
-
*/
|
|
847
|
+
|
|
1629
848
|
EndpointGroupArn: string | undefined;
|
|
1630
849
|
}
|
|
1631
850
|
export declare namespace DescribeCustomRoutingEndpointGroupRequest {
|
|
1632
|
-
|
|
1633
|
-
* @internal
|
|
1634
|
-
*/
|
|
851
|
+
|
|
1635
852
|
const filterSensitiveLog: (obj: DescribeCustomRoutingEndpointGroupRequest) => any;
|
|
1636
853
|
}
|
|
1637
854
|
export interface DescribeCustomRoutingEndpointGroupResponse {
|
|
1638
|
-
|
|
1639
|
-
* <p>The description of an endpoint group for a custom routing accelerator.</p>
|
|
1640
|
-
*/
|
|
855
|
+
|
|
1641
856
|
EndpointGroup?: CustomRoutingEndpointGroup;
|
|
1642
857
|
}
|
|
1643
858
|
export declare namespace DescribeCustomRoutingEndpointGroupResponse {
|
|
1644
|
-
|
|
1645
|
-
* @internal
|
|
1646
|
-
*/
|
|
859
|
+
|
|
1647
860
|
const filterSensitiveLog: (obj: DescribeCustomRoutingEndpointGroupResponse) => any;
|
|
1648
861
|
}
|
|
1649
862
|
export interface DescribeCustomRoutingListenerRequest {
|
|
1650
|
-
|
|
1651
|
-
* <p>The Amazon Resource Name (ARN) of the listener to describe.</p>
|
|
1652
|
-
*/
|
|
863
|
+
|
|
1653
864
|
ListenerArn: string | undefined;
|
|
1654
865
|
}
|
|
1655
866
|
export declare namespace DescribeCustomRoutingListenerRequest {
|
|
1656
|
-
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
867
|
+
|
|
1659
868
|
const filterSensitiveLog: (obj: DescribeCustomRoutingListenerRequest) => any;
|
|
1660
869
|
}
|
|
1661
870
|
export interface DescribeCustomRoutingListenerResponse {
|
|
1662
|
-
|
|
1663
|
-
* <p>The description of a listener for a custom routing accelerator.</p>
|
|
1664
|
-
*/
|
|
871
|
+
|
|
1665
872
|
Listener?: CustomRoutingListener;
|
|
1666
873
|
}
|
|
1667
874
|
export declare namespace DescribeCustomRoutingListenerResponse {
|
|
1668
|
-
|
|
1669
|
-
* @internal
|
|
1670
|
-
*/
|
|
875
|
+
|
|
1671
876
|
const filterSensitiveLog: (obj: DescribeCustomRoutingListenerResponse) => any;
|
|
1672
877
|
}
|
|
1673
878
|
export interface DescribeEndpointGroupRequest {
|
|
1674
|
-
|
|
1675
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group to describe.</p>
|
|
1676
|
-
*/
|
|
879
|
+
|
|
1677
880
|
EndpointGroupArn: string | undefined;
|
|
1678
881
|
}
|
|
1679
882
|
export declare namespace DescribeEndpointGroupRequest {
|
|
1680
|
-
|
|
1681
|
-
* @internal
|
|
1682
|
-
*/
|
|
883
|
+
|
|
1683
884
|
const filterSensitiveLog: (obj: DescribeEndpointGroupRequest) => any;
|
|
1684
885
|
}
|
|
1685
886
|
export interface DescribeEndpointGroupResponse {
|
|
1686
|
-
|
|
1687
|
-
* <p>The description of an endpoint group.</p>
|
|
1688
|
-
*/
|
|
887
|
+
|
|
1689
888
|
EndpointGroup?: EndpointGroup;
|
|
1690
889
|
}
|
|
1691
890
|
export declare namespace DescribeEndpointGroupResponse {
|
|
1692
|
-
|
|
1693
|
-
* @internal
|
|
1694
|
-
*/
|
|
891
|
+
|
|
1695
892
|
const filterSensitiveLog: (obj: DescribeEndpointGroupResponse) => any;
|
|
1696
893
|
}
|
|
1697
894
|
export interface DescribeListenerRequest {
|
|
1698
|
-
|
|
1699
|
-
* <p>The Amazon Resource Name (ARN) of the listener to describe.</p>
|
|
1700
|
-
*/
|
|
895
|
+
|
|
1701
896
|
ListenerArn: string | undefined;
|
|
1702
897
|
}
|
|
1703
898
|
export declare namespace DescribeListenerRequest {
|
|
1704
|
-
|
|
1705
|
-
* @internal
|
|
1706
|
-
*/
|
|
899
|
+
|
|
1707
900
|
const filterSensitiveLog: (obj: DescribeListenerRequest) => any;
|
|
1708
901
|
}
|
|
1709
902
|
export interface DescribeListenerResponse {
|
|
1710
|
-
|
|
1711
|
-
* <p>The description of a listener.</p>
|
|
1712
|
-
*/
|
|
903
|
+
|
|
1713
904
|
Listener?: Listener;
|
|
1714
905
|
}
|
|
1715
906
|
export declare namespace DescribeListenerResponse {
|
|
1716
|
-
|
|
1717
|
-
* @internal
|
|
1718
|
-
*/
|
|
907
|
+
|
|
1719
908
|
const filterSensitiveLog: (obj: DescribeListenerResponse) => any;
|
|
1720
909
|
}
|
|
1721
|
-
|
|
1722
|
-
* <p>An IP address/port combination.</p>
|
|
1723
|
-
*/
|
|
910
|
+
|
|
1724
911
|
export interface SocketAddress {
|
|
1725
|
-
|
|
1726
|
-
* <p>The IP address for the socket address.</p>
|
|
1727
|
-
*/
|
|
912
|
+
|
|
1728
913
|
IpAddress?: string;
|
|
1729
|
-
|
|
1730
|
-
* <p>The port for the socket address.</p>
|
|
1731
|
-
*/
|
|
914
|
+
|
|
1732
915
|
Port?: number;
|
|
1733
916
|
}
|
|
1734
917
|
export declare namespace SocketAddress {
|
|
1735
|
-
|
|
1736
|
-
* @internal
|
|
1737
|
-
*/
|
|
918
|
+
|
|
1738
919
|
const filterSensitiveLog: (obj: SocketAddress) => any;
|
|
1739
920
|
}
|
|
1740
|
-
|
|
1741
|
-
* <p>The port mappings for a specified endpoint IP address (destination).</p>
|
|
1742
|
-
*/
|
|
921
|
+
|
|
1743
922
|
export interface DestinationPortMapping {
|
|
1744
|
-
|
|
1745
|
-
* <p>The Amazon Resource Name (ARN) of the custom routing accelerator
|
|
1746
|
-
* that you have port mappings for.</p>
|
|
1747
|
-
*/
|
|
923
|
+
|
|
1748
924
|
AcceleratorArn?: string;
|
|
1749
|
-
|
|
1750
|
-
* <p>The IP address/port combinations (sockets) that map to a given destination socket
|
|
1751
|
-
* address.</p>
|
|
1752
|
-
*/
|
|
925
|
+
|
|
1753
926
|
AcceleratorSocketAddresses?: SocketAddress[];
|
|
1754
|
-
|
|
1755
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
1756
|
-
*/
|
|
927
|
+
|
|
1757
928
|
EndpointGroupArn?: string;
|
|
1758
|
-
|
|
1759
|
-
* <p>The ID for the virtual private cloud (VPC) subnet.</p>
|
|
1760
|
-
*/
|
|
929
|
+
|
|
1761
930
|
EndpointId?: string;
|
|
1762
|
-
|
|
1763
|
-
* <p>The AWS Region for the endpoint group.</p>
|
|
1764
|
-
*/
|
|
931
|
+
|
|
1765
932
|
EndpointGroupRegion?: string;
|
|
1766
|
-
|
|
1767
|
-
* <p>The endpoint IP address/port combination for traffic received on the accelerator socket address.</p>
|
|
1768
|
-
*/
|
|
933
|
+
|
|
1769
934
|
DestinationSocketAddress?: SocketAddress;
|
|
1770
|
-
|
|
1771
|
-
* <p>The IP address type, which must be IPv4.</p>
|
|
1772
|
-
*/
|
|
935
|
+
|
|
1773
936
|
IpAddressType?: IpAddressType | string;
|
|
1774
|
-
|
|
1775
|
-
* <p>Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if
|
|
1776
|
-
* traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination.</p>
|
|
1777
|
-
*/
|
|
937
|
+
|
|
1778
938
|
DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
|
|
1779
939
|
}
|
|
1780
940
|
export declare namespace DestinationPortMapping {
|
|
1781
|
-
|
|
1782
|
-
* @internal
|
|
1783
|
-
*/
|
|
941
|
+
|
|
1784
942
|
const filterSensitiveLog: (obj: DestinationPortMapping) => any;
|
|
1785
943
|
}
|
|
1786
|
-
|
|
1787
|
-
* <p>The endpoint that you specified doesn't exist.</p>
|
|
1788
|
-
*/
|
|
944
|
+
|
|
1789
945
|
export interface EndpointNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1790
946
|
name: "EndpointNotFoundException";
|
|
1791
947
|
$fault: "client";
|
|
1792
948
|
Message?: string;
|
|
1793
949
|
}
|
|
1794
950
|
export declare namespace EndpointNotFoundException {
|
|
1795
|
-
|
|
1796
|
-
* @internal
|
|
1797
|
-
*/
|
|
951
|
+
|
|
1798
952
|
const filterSensitiveLog: (obj: EndpointNotFoundException) => any;
|
|
1799
953
|
}
|
|
1800
|
-
|
|
1801
|
-
* <p>There isn't another item to return.</p>
|
|
1802
|
-
*/
|
|
954
|
+
|
|
1803
955
|
export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
|
|
1804
956
|
name: "InvalidNextTokenException";
|
|
1805
957
|
$fault: "client";
|
|
1806
958
|
Message?: string;
|
|
1807
959
|
}
|
|
1808
960
|
export declare namespace InvalidNextTokenException {
|
|
1809
|
-
|
|
1810
|
-
* @internal
|
|
1811
|
-
*/
|
|
961
|
+
|
|
1812
962
|
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
1813
963
|
}
|
|
1814
964
|
export interface ListAcceleratorsRequest {
|
|
1815
|
-
|
|
1816
|
-
* <p>The number of Global Accelerator objects that you want to return with this call. The default value is 10.</p>
|
|
1817
|
-
*/
|
|
965
|
+
|
|
1818
966
|
MaxResults?: number;
|
|
1819
|
-
|
|
1820
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
1821
|
-
*/
|
|
967
|
+
|
|
1822
968
|
NextToken?: string;
|
|
1823
969
|
}
|
|
1824
970
|
export declare namespace ListAcceleratorsRequest {
|
|
1825
|
-
|
|
1826
|
-
* @internal
|
|
1827
|
-
*/
|
|
971
|
+
|
|
1828
972
|
const filterSensitiveLog: (obj: ListAcceleratorsRequest) => any;
|
|
1829
973
|
}
|
|
1830
974
|
export interface ListAcceleratorsResponse {
|
|
1831
|
-
|
|
1832
|
-
* <p>The list of accelerators for a customer account.</p>
|
|
1833
|
-
*/
|
|
975
|
+
|
|
1834
976
|
Accelerators?: Accelerator[];
|
|
1835
|
-
|
|
1836
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
1837
|
-
*/
|
|
977
|
+
|
|
1838
978
|
NextToken?: string;
|
|
1839
979
|
}
|
|
1840
980
|
export declare namespace ListAcceleratorsResponse {
|
|
1841
|
-
|
|
1842
|
-
* @internal
|
|
1843
|
-
*/
|
|
981
|
+
|
|
1844
982
|
const filterSensitiveLog: (obj: ListAcceleratorsResponse) => any;
|
|
1845
983
|
}
|
|
1846
984
|
export interface ListByoipCidrsRequest {
|
|
1847
|
-
|
|
1848
|
-
* <p>The maximum number of results to return with a single call. To retrieve the remaining results, make
|
|
1849
|
-
* another call with the returned <code>nextToken</code> value.</p>
|
|
1850
|
-
*/
|
|
985
|
+
|
|
1851
986
|
MaxResults?: number;
|
|
1852
|
-
|
|
1853
|
-
* <p>The token for the next page of results.</p>
|
|
1854
|
-
*/
|
|
987
|
+
|
|
1855
988
|
NextToken?: string;
|
|
1856
989
|
}
|
|
1857
990
|
export declare namespace ListByoipCidrsRequest {
|
|
1858
|
-
|
|
1859
|
-
* @internal
|
|
1860
|
-
*/
|
|
991
|
+
|
|
1861
992
|
const filterSensitiveLog: (obj: ListByoipCidrsRequest) => any;
|
|
1862
993
|
}
|
|
1863
994
|
export interface ListByoipCidrsResponse {
|
|
1864
|
-
|
|
1865
|
-
* <p>Information about your address ranges.</p>
|
|
1866
|
-
*/
|
|
995
|
+
|
|
1867
996
|
ByoipCidrs?: ByoipCidr[];
|
|
1868
|
-
|
|
1869
|
-
* <p>The token for the next page of results.</p>
|
|
1870
|
-
*/
|
|
997
|
+
|
|
1871
998
|
NextToken?: string;
|
|
1872
999
|
}
|
|
1873
1000
|
export declare namespace ListByoipCidrsResponse {
|
|
1874
|
-
|
|
1875
|
-
* @internal
|
|
1876
|
-
*/
|
|
1001
|
+
|
|
1877
1002
|
const filterSensitiveLog: (obj: ListByoipCidrsResponse) => any;
|
|
1878
1003
|
}
|
|
1879
1004
|
export interface ListCustomRoutingAcceleratorsRequest {
|
|
1880
|
-
|
|
1881
|
-
* <p>The number of custom routing Global Accelerator objects that you want to return with this call. The default value is 10.</p>
|
|
1882
|
-
*/
|
|
1005
|
+
|
|
1883
1006
|
MaxResults?: number;
|
|
1884
|
-
|
|
1885
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
1886
|
-
*/
|
|
1007
|
+
|
|
1887
1008
|
NextToken?: string;
|
|
1888
1009
|
}
|
|
1889
1010
|
export declare namespace ListCustomRoutingAcceleratorsRequest {
|
|
1890
|
-
|
|
1891
|
-
* @internal
|
|
1892
|
-
*/
|
|
1011
|
+
|
|
1893
1012
|
const filterSensitiveLog: (obj: ListCustomRoutingAcceleratorsRequest) => any;
|
|
1894
1013
|
}
|
|
1895
1014
|
export interface ListCustomRoutingAcceleratorsResponse {
|
|
1896
|
-
|
|
1897
|
-
* <p>The list of custom routing accelerators for a customer account.</p>
|
|
1898
|
-
*/
|
|
1015
|
+
|
|
1899
1016
|
Accelerators?: CustomRoutingAccelerator[];
|
|
1900
|
-
|
|
1901
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
1902
|
-
*/
|
|
1017
|
+
|
|
1903
1018
|
NextToken?: string;
|
|
1904
1019
|
}
|
|
1905
1020
|
export declare namespace ListCustomRoutingAcceleratorsResponse {
|
|
1906
|
-
|
|
1907
|
-
* @internal
|
|
1908
|
-
*/
|
|
1021
|
+
|
|
1909
1022
|
const filterSensitiveLog: (obj: ListCustomRoutingAcceleratorsResponse) => any;
|
|
1910
1023
|
}
|
|
1911
1024
|
export interface ListCustomRoutingEndpointGroupsRequest {
|
|
1912
|
-
|
|
1913
|
-
* <p>The Amazon Resource Name (ARN) of the listener to list endpoint groups for.</p>
|
|
1914
|
-
*/
|
|
1025
|
+
|
|
1915
1026
|
ListenerArn: string | undefined;
|
|
1916
|
-
|
|
1917
|
-
* <p>The number of endpoint group objects that you want to return with this call. The default value is 10.</p>
|
|
1918
|
-
*/
|
|
1027
|
+
|
|
1919
1028
|
MaxResults?: number;
|
|
1920
|
-
|
|
1921
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
1922
|
-
*/
|
|
1029
|
+
|
|
1923
1030
|
NextToken?: string;
|
|
1924
1031
|
}
|
|
1925
1032
|
export declare namespace ListCustomRoutingEndpointGroupsRequest {
|
|
1926
|
-
|
|
1927
|
-
* @internal
|
|
1928
|
-
*/
|
|
1033
|
+
|
|
1929
1034
|
const filterSensitiveLog: (obj: ListCustomRoutingEndpointGroupsRequest) => any;
|
|
1930
1035
|
}
|
|
1931
1036
|
export interface ListCustomRoutingEndpointGroupsResponse {
|
|
1932
|
-
|
|
1933
|
-
* <p>The list of the endpoint groups associated with a listener for a custom routing accelerator.</p>
|
|
1934
|
-
*/
|
|
1037
|
+
|
|
1935
1038
|
EndpointGroups?: CustomRoutingEndpointGroup[];
|
|
1936
|
-
|
|
1937
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
1938
|
-
*/
|
|
1039
|
+
|
|
1939
1040
|
NextToken?: string;
|
|
1940
1041
|
}
|
|
1941
1042
|
export declare namespace ListCustomRoutingEndpointGroupsResponse {
|
|
1942
|
-
|
|
1943
|
-
* @internal
|
|
1944
|
-
*/
|
|
1043
|
+
|
|
1945
1044
|
const filterSensitiveLog: (obj: ListCustomRoutingEndpointGroupsResponse) => any;
|
|
1946
1045
|
}
|
|
1947
1046
|
export interface ListCustomRoutingListenersRequest {
|
|
1948
|
-
|
|
1949
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator to list listeners for.</p>
|
|
1950
|
-
*/
|
|
1047
|
+
|
|
1951
1048
|
AcceleratorArn: string | undefined;
|
|
1952
|
-
|
|
1953
|
-
* <p>The number of listener objects that you want to return with this call. The default value is 10.</p>
|
|
1954
|
-
*/
|
|
1049
|
+
|
|
1955
1050
|
MaxResults?: number;
|
|
1956
|
-
|
|
1957
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
1958
|
-
*/
|
|
1051
|
+
|
|
1959
1052
|
NextToken?: string;
|
|
1960
1053
|
}
|
|
1961
1054
|
export declare namespace ListCustomRoutingListenersRequest {
|
|
1962
|
-
|
|
1963
|
-
* @internal
|
|
1964
|
-
*/
|
|
1055
|
+
|
|
1965
1056
|
const filterSensitiveLog: (obj: ListCustomRoutingListenersRequest) => any;
|
|
1966
1057
|
}
|
|
1967
1058
|
export interface ListCustomRoutingListenersResponse {
|
|
1968
|
-
|
|
1969
|
-
* <p>The list of listeners for a custom routing accelerator.</p>
|
|
1970
|
-
*/
|
|
1059
|
+
|
|
1971
1060
|
Listeners?: CustomRoutingListener[];
|
|
1972
|
-
|
|
1973
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
1974
|
-
*/
|
|
1061
|
+
|
|
1975
1062
|
NextToken?: string;
|
|
1976
1063
|
}
|
|
1977
1064
|
export declare namespace ListCustomRoutingListenersResponse {
|
|
1978
|
-
|
|
1979
|
-
* @internal
|
|
1980
|
-
*/
|
|
1065
|
+
|
|
1981
1066
|
const filterSensitiveLog: (obj: ListCustomRoutingListenersResponse) => any;
|
|
1982
1067
|
}
|
|
1983
1068
|
export interface ListCustomRoutingPortMappingsRequest {
|
|
1984
|
-
|
|
1985
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.</p>
|
|
1986
|
-
*/
|
|
1069
|
+
|
|
1987
1070
|
AcceleratorArn: string | undefined;
|
|
1988
|
-
|
|
1989
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.</p>
|
|
1990
|
-
*/
|
|
1071
|
+
|
|
1991
1072
|
EndpointGroupArn?: string;
|
|
1992
|
-
|
|
1993
|
-
* <p>The number of destination port mappings that you want to return with this call. The default value is 10.</p>
|
|
1994
|
-
*/
|
|
1073
|
+
|
|
1995
1074
|
MaxResults?: number;
|
|
1996
|
-
|
|
1997
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
1998
|
-
*/
|
|
1075
|
+
|
|
1999
1076
|
NextToken?: string;
|
|
2000
1077
|
}
|
|
2001
1078
|
export declare namespace ListCustomRoutingPortMappingsRequest {
|
|
2002
|
-
|
|
2003
|
-
* @internal
|
|
2004
|
-
*/
|
|
1079
|
+
|
|
2005
1080
|
const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsRequest) => any;
|
|
2006
1081
|
}
|
|
2007
|
-
|
|
2008
|
-
* <p>Returns the ports and associated IP addresses and ports of Amazon EC2 instances in your virtual
|
|
2009
|
-
* private cloud (VPC) subnets. Custom routing is a port mapping protocol in AWS Global Accelerator that
|
|
2010
|
-
* statically associates port ranges with VPC subnets, which allows Global Accelerator to route to
|
|
2011
|
-
* specific instances and ports within one or more subnets. </p>
|
|
2012
|
-
*/
|
|
1082
|
+
|
|
2013
1083
|
export interface PortMapping {
|
|
2014
|
-
|
|
2015
|
-
* <p>The accelerator port.</p>
|
|
2016
|
-
*/
|
|
1084
|
+
|
|
2017
1085
|
AcceleratorPort?: number;
|
|
2018
|
-
|
|
2019
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
2020
|
-
*/
|
|
1086
|
+
|
|
2021
1087
|
EndpointGroupArn?: string;
|
|
2022
|
-
|
|
2023
|
-
* <p>The IP address of the VPC subnet (the subnet ID).</p>
|
|
2024
|
-
*/
|
|
1088
|
+
|
|
2025
1089
|
EndpointId?: string;
|
|
2026
|
-
|
|
2027
|
-
* <p>The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.</p>
|
|
2028
|
-
*/
|
|
1090
|
+
|
|
2029
1091
|
DestinationSocketAddress?: SocketAddress;
|
|
2030
|
-
|
|
2031
|
-
* <p>The protocols supported by the endpoint group.</p>
|
|
2032
|
-
*/
|
|
1092
|
+
|
|
2033
1093
|
Protocols?: (CustomRoutingProtocol | string)[];
|
|
2034
|
-
|
|
2035
|
-
* <p>Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if
|
|
2036
|
-
* traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination.</p>
|
|
2037
|
-
*/
|
|
1094
|
+
|
|
2038
1095
|
DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
|
|
2039
1096
|
}
|
|
2040
1097
|
export declare namespace PortMapping {
|
|
2041
|
-
|
|
2042
|
-
* @internal
|
|
2043
|
-
*/
|
|
1098
|
+
|
|
2044
1099
|
const filterSensitiveLog: (obj: PortMapping) => any;
|
|
2045
1100
|
}
|
|
2046
1101
|
export interface ListCustomRoutingPortMappingsResponse {
|
|
2047
|
-
|
|
2048
|
-
* <p>The port mappings for a custom routing accelerator.</p>
|
|
2049
|
-
*/
|
|
1102
|
+
|
|
2050
1103
|
PortMappings?: PortMapping[];
|
|
2051
|
-
|
|
2052
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2053
|
-
*/
|
|
1104
|
+
|
|
2054
1105
|
NextToken?: string;
|
|
2055
1106
|
}
|
|
2056
1107
|
export declare namespace ListCustomRoutingPortMappingsResponse {
|
|
2057
|
-
|
|
2058
|
-
* @internal
|
|
2059
|
-
*/
|
|
1108
|
+
|
|
2060
1109
|
const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsResponse) => any;
|
|
2061
1110
|
}
|
|
2062
1111
|
export interface ListCustomRoutingPortMappingsByDestinationRequest {
|
|
2063
|
-
|
|
2064
|
-
* <p>The ID for the virtual private cloud (VPC) subnet.</p>
|
|
2065
|
-
*/
|
|
1112
|
+
|
|
2066
1113
|
EndpointId: string | undefined;
|
|
2067
|
-
|
|
2068
|
-
* <p>The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port
|
|
2069
|
-
* mappings.</p>
|
|
2070
|
-
*/
|
|
1114
|
+
|
|
2071
1115
|
DestinationAddress: string | undefined;
|
|
2072
|
-
|
|
2073
|
-
* <p>The number of destination port mappings that you want to return with this call. The default value is 10.</p>
|
|
2074
|
-
*/
|
|
1116
|
+
|
|
2075
1117
|
MaxResults?: number;
|
|
2076
|
-
|
|
2077
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2078
|
-
*/
|
|
1118
|
+
|
|
2079
1119
|
NextToken?: string;
|
|
2080
1120
|
}
|
|
2081
1121
|
export declare namespace ListCustomRoutingPortMappingsByDestinationRequest {
|
|
2082
|
-
|
|
2083
|
-
* @internal
|
|
2084
|
-
*/
|
|
1122
|
+
|
|
2085
1123
|
const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsByDestinationRequest) => any;
|
|
2086
1124
|
}
|
|
2087
1125
|
export interface ListCustomRoutingPortMappingsByDestinationResponse {
|
|
2088
|
-
|
|
2089
|
-
* <p>The port mappings for the endpoint IP address that you specified in the request.</p>
|
|
2090
|
-
*/
|
|
1126
|
+
|
|
2091
1127
|
DestinationPortMappings?: DestinationPortMapping[];
|
|
2092
|
-
|
|
2093
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2094
|
-
*/
|
|
1128
|
+
|
|
2095
1129
|
NextToken?: string;
|
|
2096
1130
|
}
|
|
2097
1131
|
export declare namespace ListCustomRoutingPortMappingsByDestinationResponse {
|
|
2098
|
-
|
|
2099
|
-
* @internal
|
|
2100
|
-
*/
|
|
1132
|
+
|
|
2101
1133
|
const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsByDestinationResponse) => any;
|
|
2102
1134
|
}
|
|
2103
1135
|
export interface ListEndpointGroupsRequest {
|
|
2104
|
-
|
|
2105
|
-
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
2106
|
-
*/
|
|
1136
|
+
|
|
2107
1137
|
ListenerArn: string | undefined;
|
|
2108
|
-
|
|
2109
|
-
* <p>The number of endpoint group objects that you want to return with this call. The default value is 10.</p>
|
|
2110
|
-
*/
|
|
1138
|
+
|
|
2111
1139
|
MaxResults?: number;
|
|
2112
|
-
|
|
2113
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2114
|
-
*/
|
|
1140
|
+
|
|
2115
1141
|
NextToken?: string;
|
|
2116
1142
|
}
|
|
2117
1143
|
export declare namespace ListEndpointGroupsRequest {
|
|
2118
|
-
|
|
2119
|
-
* @internal
|
|
2120
|
-
*/
|
|
1144
|
+
|
|
2121
1145
|
const filterSensitiveLog: (obj: ListEndpointGroupsRequest) => any;
|
|
2122
1146
|
}
|
|
2123
1147
|
export interface ListEndpointGroupsResponse {
|
|
2124
|
-
|
|
2125
|
-
* <p>The list of the endpoint groups associated with a listener.</p>
|
|
2126
|
-
*/
|
|
1148
|
+
|
|
2127
1149
|
EndpointGroups?: EndpointGroup[];
|
|
2128
|
-
|
|
2129
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2130
|
-
*/
|
|
1150
|
+
|
|
2131
1151
|
NextToken?: string;
|
|
2132
1152
|
}
|
|
2133
1153
|
export declare namespace ListEndpointGroupsResponse {
|
|
2134
|
-
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
1154
|
+
|
|
2137
1155
|
const filterSensitiveLog: (obj: ListEndpointGroupsResponse) => any;
|
|
2138
1156
|
}
|
|
2139
1157
|
export interface ListListenersRequest {
|
|
2140
|
-
|
|
2141
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.</p>
|
|
2142
|
-
*/
|
|
1158
|
+
|
|
2143
1159
|
AcceleratorArn: string | undefined;
|
|
2144
|
-
|
|
2145
|
-
* <p>The number of listener objects that you want to return with this call. The default value is 10.</p>
|
|
2146
|
-
*/
|
|
1160
|
+
|
|
2147
1161
|
MaxResults?: number;
|
|
2148
|
-
|
|
2149
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2150
|
-
*/
|
|
1162
|
+
|
|
2151
1163
|
NextToken?: string;
|
|
2152
1164
|
}
|
|
2153
1165
|
export declare namespace ListListenersRequest {
|
|
2154
|
-
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
1166
|
+
|
|
2157
1167
|
const filterSensitiveLog: (obj: ListListenersRequest) => any;
|
|
2158
1168
|
}
|
|
2159
1169
|
export interface ListListenersResponse {
|
|
2160
|
-
|
|
2161
|
-
* <p>The list of listeners for an accelerator.</p>
|
|
2162
|
-
*/
|
|
1170
|
+
|
|
2163
1171
|
Listeners?: Listener[];
|
|
2164
|
-
|
|
2165
|
-
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2166
|
-
*/
|
|
1172
|
+
|
|
2167
1173
|
NextToken?: string;
|
|
2168
1174
|
}
|
|
2169
1175
|
export declare namespace ListListenersResponse {
|
|
2170
|
-
|
|
2171
|
-
* @internal
|
|
2172
|
-
*/
|
|
1176
|
+
|
|
2173
1177
|
const filterSensitiveLog: (obj: ListListenersResponse) => any;
|
|
2174
1178
|
}
|
|
2175
1179
|
export interface ListTagsForResourceRequest {
|
|
2176
|
-
|
|
2177
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.</p>
|
|
2178
|
-
*/
|
|
1180
|
+
|
|
2179
1181
|
ResourceArn: string | undefined;
|
|
2180
1182
|
}
|
|
2181
1183
|
export declare namespace ListTagsForResourceRequest {
|
|
2182
|
-
|
|
2183
|
-
* @internal
|
|
2184
|
-
*/
|
|
1184
|
+
|
|
2185
1185
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2186
1186
|
}
|
|
2187
1187
|
export interface ListTagsForResourceResponse {
|
|
2188
|
-
|
|
2189
|
-
* <p>Root level tag for the Tags parameters.</p>
|
|
2190
|
-
*/
|
|
1188
|
+
|
|
2191
1189
|
Tags?: Tag[];
|
|
2192
1190
|
}
|
|
2193
1191
|
export declare namespace ListTagsForResourceResponse {
|
|
2194
|
-
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
1192
|
+
|
|
2197
1193
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2198
1194
|
}
|
|
2199
1195
|
export interface ProvisionByoipCidrRequest {
|
|
2200
|
-
|
|
2201
|
-
* <p>The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can
|
|
2202
|
-
* specify is /24. The address range cannot overlap with another address range that you've brought
|
|
2203
|
-
* to this or another Region.</p>
|
|
2204
|
-
*/
|
|
1196
|
+
|
|
2205
1197
|
Cidr: string | undefined;
|
|
2206
|
-
|
|
2207
|
-
* <p>A signed document that proves that you are authorized to bring the specified IP address range to
|
|
2208
|
-
* Amazon using BYOIP.
|
|
2209
|
-
* </p>
|
|
2210
|
-
*/
|
|
1198
|
+
|
|
2211
1199
|
CidrAuthorizationContext: CidrAuthorizationContext | undefined;
|
|
2212
1200
|
}
|
|
2213
1201
|
export declare namespace ProvisionByoipCidrRequest {
|
|
2214
|
-
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
1202
|
+
|
|
2217
1203
|
const filterSensitiveLog: (obj: ProvisionByoipCidrRequest) => any;
|
|
2218
1204
|
}
|
|
2219
1205
|
export interface ProvisionByoipCidrResponse {
|
|
2220
|
-
|
|
2221
|
-
* <p>Information about the address range.</p>
|
|
2222
|
-
*/
|
|
1206
|
+
|
|
2223
1207
|
ByoipCidr?: ByoipCidr;
|
|
2224
1208
|
}
|
|
2225
1209
|
export declare namespace ProvisionByoipCidrResponse {
|
|
2226
|
-
|
|
2227
|
-
* @internal
|
|
2228
|
-
*/
|
|
1210
|
+
|
|
2229
1211
|
const filterSensitiveLog: (obj: ProvisionByoipCidrResponse) => any;
|
|
2230
1212
|
}
|
|
2231
1213
|
export interface RemoveCustomRoutingEndpointsRequest {
|
|
2232
|
-
|
|
2233
|
-
* <p>The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC)
|
|
2234
|
-
* subnet IDs. </p>
|
|
2235
|
-
*/
|
|
1214
|
+
|
|
2236
1215
|
EndpointIds: string[] | undefined;
|
|
2237
|
-
|
|
2238
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.</p>
|
|
2239
|
-
*/
|
|
1216
|
+
|
|
2240
1217
|
EndpointGroupArn: string | undefined;
|
|
2241
1218
|
}
|
|
2242
1219
|
export declare namespace RemoveCustomRoutingEndpointsRequest {
|
|
2243
|
-
|
|
2244
|
-
* @internal
|
|
2245
|
-
*/
|
|
1220
|
+
|
|
2246
1221
|
const filterSensitiveLog: (obj: RemoveCustomRoutingEndpointsRequest) => any;
|
|
2247
1222
|
}
|
|
2248
1223
|
export interface TagResourceRequest {
|
|
2249
|
-
|
|
2250
|
-
* <p>The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.</p>
|
|
2251
|
-
*/
|
|
1224
|
+
|
|
2252
1225
|
ResourceArn: string | undefined;
|
|
2253
|
-
|
|
2254
|
-
* <p>The tags to add to a resource. A tag consists of a key and a value that you define.</p>
|
|
2255
|
-
*/
|
|
1226
|
+
|
|
2256
1227
|
Tags: Tag[] | undefined;
|
|
2257
1228
|
}
|
|
2258
1229
|
export declare namespace TagResourceRequest {
|
|
2259
|
-
|
|
2260
|
-
* @internal
|
|
2261
|
-
*/
|
|
1230
|
+
|
|
2262
1231
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2263
1232
|
}
|
|
2264
1233
|
export interface TagResourceResponse {
|
|
2265
1234
|
}
|
|
2266
1235
|
export declare namespace TagResourceResponse {
|
|
2267
|
-
|
|
2268
|
-
* @internal
|
|
2269
|
-
*/
|
|
1236
|
+
|
|
2270
1237
|
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2271
1238
|
}
|
|
2272
1239
|
export interface UntagResourceRequest {
|
|
2273
|
-
|
|
2274
|
-
* <p>The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.</p>
|
|
2275
|
-
*/
|
|
1240
|
+
|
|
2276
1241
|
ResourceArn: string | undefined;
|
|
2277
|
-
|
|
2278
|
-
* <p>The tag key pairs that you want to remove from the specified resources.</p>
|
|
2279
|
-
*/
|
|
1242
|
+
|
|
2280
1243
|
TagKeys: string[] | undefined;
|
|
2281
1244
|
}
|
|
2282
1245
|
export declare namespace UntagResourceRequest {
|
|
2283
|
-
|
|
2284
|
-
* @internal
|
|
2285
|
-
*/
|
|
1246
|
+
|
|
2286
1247
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2287
1248
|
}
|
|
2288
1249
|
export interface UntagResourceResponse {
|
|
2289
1250
|
}
|
|
2290
1251
|
export declare namespace UntagResourceResponse {
|
|
2291
|
-
|
|
2292
|
-
* @internal
|
|
2293
|
-
*/
|
|
1252
|
+
|
|
2294
1253
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2295
1254
|
}
|
|
2296
1255
|
export interface UpdateAcceleratorRequest {
|
|
2297
|
-
|
|
2298
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator to update.</p>
|
|
2299
|
-
*/
|
|
1256
|
+
|
|
2300
1257
|
AcceleratorArn: string | undefined;
|
|
2301
|
-
|
|
2302
|
-
* <p>The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or
|
|
2303
|
-
* hyphens (-), and must not begin or end with a hyphen.</p>
|
|
2304
|
-
*/
|
|
1258
|
+
|
|
2305
1259
|
Name?: string;
|
|
2306
|
-
|
|
2307
|
-
* <p>The IP address type, which must be IPv4.</p>
|
|
2308
|
-
*/
|
|
1260
|
+
|
|
2309
1261
|
IpAddressType?: IpAddressType | string;
|
|
2310
|
-
|
|
2311
|
-
* <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
2312
|
-
* <p>If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
|
|
2313
|
-
*/
|
|
1262
|
+
|
|
2314
1263
|
Enabled?: boolean;
|
|
2315
1264
|
}
|
|
2316
1265
|
export declare namespace UpdateAcceleratorRequest {
|
|
2317
|
-
|
|
2318
|
-
* @internal
|
|
2319
|
-
*/
|
|
1266
|
+
|
|
2320
1267
|
const filterSensitiveLog: (obj: UpdateAcceleratorRequest) => any;
|
|
2321
1268
|
}
|
|
2322
1269
|
export interface UpdateAcceleratorResponse {
|
|
2323
|
-
|
|
2324
|
-
* <p>Information about the updated accelerator.</p>
|
|
2325
|
-
*/
|
|
1270
|
+
|
|
2326
1271
|
Accelerator?: Accelerator;
|
|
2327
1272
|
}
|
|
2328
1273
|
export declare namespace UpdateAcceleratorResponse {
|
|
2329
|
-
|
|
2330
|
-
* @internal
|
|
2331
|
-
*/
|
|
1274
|
+
|
|
2332
1275
|
const filterSensitiveLog: (obj: UpdateAcceleratorResponse) => any;
|
|
2333
1276
|
}
|
|
2334
1277
|
export interface UpdateAcceleratorAttributesRequest {
|
|
2335
|
-
|
|
2336
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator that you want to update.</p>
|
|
2337
|
-
*/
|
|
1278
|
+
|
|
2338
1279
|
AcceleratorArn: string | undefined;
|
|
2339
|
-
|
|
2340
|
-
* <p>Update whether flow logs are enabled. The default value is false. If the value is true,
|
|
2341
|
-
* <code>FlowLogsS3Bucket</code> and <code>FlowLogsS3Prefix</code> must be specified.</p>
|
|
2342
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/monitoring-global-accelerator.flow-logs.html">Flow Logs</a> in
|
|
2343
|
-
* the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
2344
|
-
*/
|
|
1280
|
+
|
|
2345
1281
|
FlowLogsEnabled?: boolean;
|
|
2346
|
-
|
|
2347
|
-
* <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
|
|
2348
|
-
* <code>true</code>. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the
|
|
2349
|
-
* bucket.</p>
|
|
2350
|
-
*/
|
|
1282
|
+
|
|
2351
1283
|
FlowLogsS3Bucket?: string;
|
|
2352
|
-
|
|
2353
|
-
* <p>Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
|
|
2354
|
-
* <code>FlowLogsEnabled</code> is <code>true</code>. </p>
|
|
2355
|
-
* <p>If you don’t specify a prefix, the flow logs are stored in the
|
|
2356
|
-
* root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:</p>
|
|
2357
|
-
* <p>s3-bucket_name//AWSLogs/aws_account_id</p>
|
|
2358
|
-
*/
|
|
1284
|
+
|
|
2359
1285
|
FlowLogsS3Prefix?: string;
|
|
2360
1286
|
}
|
|
2361
1287
|
export declare namespace UpdateAcceleratorAttributesRequest {
|
|
2362
|
-
|
|
2363
|
-
* @internal
|
|
2364
|
-
*/
|
|
1288
|
+
|
|
2365
1289
|
const filterSensitiveLog: (obj: UpdateAcceleratorAttributesRequest) => any;
|
|
2366
1290
|
}
|
|
2367
1291
|
export interface UpdateAcceleratorAttributesResponse {
|
|
2368
|
-
|
|
2369
|
-
* <p>Updated attributes for the accelerator.</p>
|
|
2370
|
-
*/
|
|
1292
|
+
|
|
2371
1293
|
AcceleratorAttributes?: AcceleratorAttributes;
|
|
2372
1294
|
}
|
|
2373
1295
|
export declare namespace UpdateAcceleratorAttributesResponse {
|
|
2374
|
-
|
|
2375
|
-
* @internal
|
|
2376
|
-
*/
|
|
1296
|
+
|
|
2377
1297
|
const filterSensitiveLog: (obj: UpdateAcceleratorAttributesResponse) => any;
|
|
2378
1298
|
}
|
|
2379
1299
|
export interface UpdateCustomRoutingAcceleratorRequest {
|
|
2380
|
-
|
|
2381
|
-
* <p>The Amazon Resource Name (ARN) of the accelerator to update.</p>
|
|
2382
|
-
*/
|
|
1300
|
+
|
|
2383
1301
|
AcceleratorArn: string | undefined;
|
|
2384
|
-
|
|
2385
|
-
* <p>The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or
|
|
2386
|
-
* hyphens (-), and must not begin or end with a hyphen.</p>
|
|
2387
|
-
*/
|
|
1302
|
+
|
|
2388
1303
|
Name?: string;
|
|
2389
|
-
|
|
2390
|
-
* <p>The value for the address type must be IPv4.</p>
|
|
2391
|
-
*/
|
|
1304
|
+
|
|
2392
1305
|
IpAddressType?: IpAddressType | string;
|
|
2393
|
-
|
|
2394
|
-
* <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
2395
|
-
* <p>If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
|
|
2396
|
-
*/
|
|
1306
|
+
|
|
2397
1307
|
Enabled?: boolean;
|
|
2398
1308
|
}
|
|
2399
1309
|
export declare namespace UpdateCustomRoutingAcceleratorRequest {
|
|
2400
|
-
|
|
2401
|
-
* @internal
|
|
2402
|
-
*/
|
|
1310
|
+
|
|
2403
1311
|
const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorRequest) => any;
|
|
2404
1312
|
}
|
|
2405
1313
|
export interface UpdateCustomRoutingAcceleratorResponse {
|
|
2406
|
-
|
|
2407
|
-
* <p>Information about the updated custom routing accelerator.</p>
|
|
2408
|
-
*/
|
|
1314
|
+
|
|
2409
1315
|
Accelerator?: CustomRoutingAccelerator;
|
|
2410
1316
|
}
|
|
2411
1317
|
export declare namespace UpdateCustomRoutingAcceleratorResponse {
|
|
2412
|
-
|
|
2413
|
-
* @internal
|
|
2414
|
-
*/
|
|
1318
|
+
|
|
2415
1319
|
const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorResponse) => any;
|
|
2416
1320
|
}
|
|
2417
1321
|
export interface UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
2418
|
-
|
|
2419
|
-
* <p>The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.</p>
|
|
2420
|
-
*/
|
|
1322
|
+
|
|
2421
1323
|
AcceleratorArn: string | undefined;
|
|
2422
|
-
|
|
2423
|
-
* <p>Update whether flow logs are enabled. The default value is false. If the value is true,
|
|
2424
|
-
* <code>FlowLogsS3Bucket</code> and <code>FlowLogsS3Prefix</code> must be specified.</p>
|
|
2425
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/monitoring-global-accelerator.flow-logs.html">Flow Logs</a> in
|
|
2426
|
-
* the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
2427
|
-
*/
|
|
1324
|
+
|
|
2428
1325
|
FlowLogsEnabled?: boolean;
|
|
2429
|
-
|
|
2430
|
-
* <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
|
|
2431
|
-
* <code>true</code>. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the
|
|
2432
|
-
* bucket.</p>
|
|
2433
|
-
*/
|
|
1326
|
+
|
|
2434
1327
|
FlowLogsS3Bucket?: string;
|
|
2435
|
-
|
|
2436
|
-
* <p>Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
|
|
2437
|
-
* <code>FlowLogsEnabled</code> is <code>true</code>. </p>
|
|
2438
|
-
* <p>If you don’t specify a prefix, the flow logs are stored in the
|
|
2439
|
-
* root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:</p>
|
|
2440
|
-
* <p>DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id</p>
|
|
2441
|
-
*/
|
|
1328
|
+
|
|
2442
1329
|
FlowLogsS3Prefix?: string;
|
|
2443
1330
|
}
|
|
2444
1331
|
export declare namespace UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
2445
|
-
|
|
2446
|
-
* @internal
|
|
2447
|
-
*/
|
|
1332
|
+
|
|
2448
1333
|
const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorAttributesRequest) => any;
|
|
2449
1334
|
}
|
|
2450
1335
|
export interface UpdateCustomRoutingAcceleratorAttributesResponse {
|
|
2451
|
-
|
|
2452
|
-
* <p>Updated custom routing accelerator.</p>
|
|
2453
|
-
*/
|
|
1336
|
+
|
|
2454
1337
|
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
|
|
2455
1338
|
}
|
|
2456
1339
|
export declare namespace UpdateCustomRoutingAcceleratorAttributesResponse {
|
|
2457
|
-
|
|
2458
|
-
* @internal
|
|
2459
|
-
*/
|
|
1340
|
+
|
|
2460
1341
|
const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorAttributesResponse) => any;
|
|
2461
1342
|
}
|
|
2462
1343
|
export interface UpdateCustomRoutingListenerRequest {
|
|
2463
|
-
|
|
2464
|
-
* <p>The Amazon Resource Name (ARN) of the listener to update.</p>
|
|
2465
|
-
*/
|
|
1344
|
+
|
|
2466
1345
|
ListenerArn: string | undefined;
|
|
2467
|
-
|
|
2468
|
-
* <p>The updated port range to support for connections from clients to your accelerator. If you remove ports that are
|
|
2469
|
-
* currently being used by a subnet endpoint, the call fails.</p>
|
|
2470
|
-
* <p>Separately, you set port ranges for endpoints. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html">About
|
|
2471
|
-
* endpoints for custom routing accelerators</a>.</p>
|
|
2472
|
-
*/
|
|
1346
|
+
|
|
2473
1347
|
PortRanges: PortRange[] | undefined;
|
|
2474
1348
|
}
|
|
2475
1349
|
export declare namespace UpdateCustomRoutingListenerRequest {
|
|
2476
|
-
|
|
2477
|
-
* @internal
|
|
2478
|
-
*/
|
|
1350
|
+
|
|
2479
1351
|
const filterSensitiveLog: (obj: UpdateCustomRoutingListenerRequest) => any;
|
|
2480
1352
|
}
|
|
2481
1353
|
export interface UpdateCustomRoutingListenerResponse {
|
|
2482
|
-
|
|
2483
|
-
* <p>Information for the updated listener for a custom routing accelerator.</p>
|
|
2484
|
-
*/
|
|
1354
|
+
|
|
2485
1355
|
Listener?: CustomRoutingListener;
|
|
2486
1356
|
}
|
|
2487
1357
|
export declare namespace UpdateCustomRoutingListenerResponse {
|
|
2488
|
-
|
|
2489
|
-
* @internal
|
|
2490
|
-
*/
|
|
1358
|
+
|
|
2491
1359
|
const filterSensitiveLog: (obj: UpdateCustomRoutingListenerResponse) => any;
|
|
2492
1360
|
}
|
|
2493
1361
|
export interface UpdateEndpointGroupRequest {
|
|
2494
|
-
|
|
2495
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
2496
|
-
*/
|
|
1362
|
+
|
|
2497
1363
|
EndpointGroupArn: string | undefined;
|
|
2498
|
-
|
|
2499
|
-
* <p>The list of endpoint objects. A resource must be valid and active when you add it as an endpoint.</p>
|
|
2500
|
-
*/
|
|
1364
|
+
|
|
2501
1365
|
EndpointConfigurations?: EndpointConfiguration[];
|
|
2502
|
-
|
|
2503
|
-
* <p>The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for
|
|
2504
|
-
* this listener. </p>
|
|
2505
|
-
* <p>Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is
|
|
2506
|
-
* applied to the traffic that would otherwise have been routed to the Region based on optimal routing.</p>
|
|
2507
|
-
* <p>The default value is 100.</p>
|
|
2508
|
-
*/
|
|
1366
|
+
|
|
2509
1367
|
TrafficDialPercentage?: number;
|
|
2510
|
-
|
|
2511
|
-
* <p>The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port
|
|
2512
|
-
* is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses
|
|
2513
|
-
* the first port in the list.</p>
|
|
2514
|
-
*/
|
|
1368
|
+
|
|
2515
1369
|
HealthCheckPort?: number;
|
|
2516
|
-
|
|
2517
|
-
* <p>The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default
|
|
2518
|
-
* value is TCP.</p>
|
|
2519
|
-
*/
|
|
1370
|
+
|
|
2520
1371
|
HealthCheckProtocol?: HealthCheckProtocol | string;
|
|
2521
|
-
|
|
2522
|
-
* <p>If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The
|
|
2523
|
-
* default value is slash (/).</p>
|
|
2524
|
-
*/
|
|
1372
|
+
|
|
2525
1373
|
HealthCheckPath?: string;
|
|
2526
|
-
|
|
2527
|
-
* <p>The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.</p>
|
|
2528
|
-
*/
|
|
1374
|
+
|
|
2529
1375
|
HealthCheckIntervalSeconds?: number;
|
|
2530
|
-
|
|
2531
|
-
* <p>The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an
|
|
2532
|
-
* unhealthy endpoint to healthy. The default value is 3.</p>
|
|
2533
|
-
*/
|
|
1376
|
+
|
|
2534
1377
|
ThresholdCount?: number;
|
|
2535
|
-
|
|
2536
|
-
* <p>Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
|
2537
|
-
* For example, you can create a port override in which the listener
|
|
2538
|
-
* receives user traffic on ports 80 and 443, but your accelerator routes that traffic to ports 1080
|
|
2539
|
-
* and 1443, respectively, on the endpoints.</p>
|
|
2540
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoint-groups-port-override.html">
|
|
2541
|
-
* Port overrides</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
2542
|
-
*/
|
|
1378
|
+
|
|
2543
1379
|
PortOverrides?: PortOverride[];
|
|
2544
1380
|
}
|
|
2545
1381
|
export declare namespace UpdateEndpointGroupRequest {
|
|
2546
|
-
|
|
2547
|
-
* @internal
|
|
2548
|
-
*/
|
|
1382
|
+
|
|
2549
1383
|
const filterSensitiveLog: (obj: UpdateEndpointGroupRequest) => any;
|
|
2550
1384
|
}
|
|
2551
1385
|
export interface UpdateEndpointGroupResponse {
|
|
2552
|
-
|
|
2553
|
-
* <p>The information about the endpoint group that was updated.</p>
|
|
2554
|
-
*/
|
|
1386
|
+
|
|
2555
1387
|
EndpointGroup?: EndpointGroup;
|
|
2556
1388
|
}
|
|
2557
1389
|
export declare namespace UpdateEndpointGroupResponse {
|
|
2558
|
-
|
|
2559
|
-
* @internal
|
|
2560
|
-
*/
|
|
1390
|
+
|
|
2561
1391
|
const filterSensitiveLog: (obj: UpdateEndpointGroupResponse) => any;
|
|
2562
1392
|
}
|
|
2563
1393
|
export interface UpdateListenerRequest {
|
|
2564
|
-
|
|
2565
|
-
* <p>The Amazon Resource Name (ARN) of the listener to update.</p>
|
|
2566
|
-
*/
|
|
1394
|
+
|
|
2567
1395
|
ListenerArn: string | undefined;
|
|
2568
|
-
|
|
2569
|
-
* <p>The updated list of port ranges for the connections from clients to the accelerator.</p>
|
|
2570
|
-
*/
|
|
1396
|
+
|
|
2571
1397
|
PortRanges?: PortRange[];
|
|
2572
|
-
|
|
2573
|
-
* <p>The updated protocol for the connections from clients to the accelerator.</p>
|
|
2574
|
-
*/
|
|
1398
|
+
|
|
2575
1399
|
Protocol?: Protocol | string;
|
|
2576
|
-
|
|
2577
|
-
* <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
|
|
2578
|
-
* regardless of the port and protocol of the client request. Client affinity gives you control over whether to always
|
|
2579
|
-
* route each client to the same specific endpoint.</p>
|
|
2580
|
-
* <p>AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client
|
|
2581
|
-
* affinity is <code>NONE</code>, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port,
|
|
2582
|
-
* destination IP address, destination port, and protocol—to select the hash value, and then chooses the best
|
|
2583
|
-
* endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not
|
|
2584
|
-
* be always routed to the same endpoint because the hash value changes. </p>
|
|
2585
|
-
* <p>If you want a given client to always be routed to the same endpoint, set client affinity to <code>SOURCE_IP</code>
|
|
2586
|
-
* instead. When you use the <code>SOURCE_IP</code> setting, Global Accelerator uses the "two-tuple" (2-tuple) properties—
|
|
2587
|
-
* source (client) IP address and destination IP address—to select the hash value.</p>
|
|
2588
|
-
* <p>The default value is <code>NONE</code>.</p>
|
|
2589
|
-
*/
|
|
1400
|
+
|
|
2590
1401
|
ClientAffinity?: ClientAffinity | string;
|
|
2591
1402
|
}
|
|
2592
1403
|
export declare namespace UpdateListenerRequest {
|
|
2593
|
-
|
|
2594
|
-
* @internal
|
|
2595
|
-
*/
|
|
1404
|
+
|
|
2596
1405
|
const filterSensitiveLog: (obj: UpdateListenerRequest) => any;
|
|
2597
1406
|
}
|
|
2598
1407
|
export interface UpdateListenerResponse {
|
|
2599
|
-
|
|
2600
|
-
* <p>Information for the updated listener.</p>
|
|
2601
|
-
*/
|
|
1408
|
+
|
|
2602
1409
|
Listener?: Listener;
|
|
2603
1410
|
}
|
|
2604
1411
|
export declare namespace UpdateListenerResponse {
|
|
2605
|
-
|
|
2606
|
-
* @internal
|
|
2607
|
-
*/
|
|
1412
|
+
|
|
2608
1413
|
const filterSensitiveLog: (obj: UpdateListenerResponse) => any;
|
|
2609
1414
|
}
|
|
2610
1415
|
export interface WithdrawByoipCidrRequest {
|
|
2611
|
-
|
|
2612
|
-
* <p>The address range, in CIDR notation.</p>
|
|
2613
|
-
*/
|
|
1416
|
+
|
|
2614
1417
|
Cidr: string | undefined;
|
|
2615
1418
|
}
|
|
2616
1419
|
export declare namespace WithdrawByoipCidrRequest {
|
|
2617
|
-
|
|
2618
|
-
* @internal
|
|
2619
|
-
*/
|
|
1420
|
+
|
|
2620
1421
|
const filterSensitiveLog: (obj: WithdrawByoipCidrRequest) => any;
|
|
2621
1422
|
}
|
|
2622
1423
|
export interface WithdrawByoipCidrResponse {
|
|
2623
|
-
|
|
2624
|
-
* <p>Information about the address pool.</p>
|
|
2625
|
-
*/
|
|
1424
|
+
|
|
2626
1425
|
ByoipCidr?: ByoipCidr;
|
|
2627
1426
|
}
|
|
2628
1427
|
export declare namespace WithdrawByoipCidrResponse {
|
|
2629
|
-
|
|
2630
|
-
* @internal
|
|
2631
|
-
*/
|
|
1428
|
+
|
|
2632
1429
|
const filterSensitiveLog: (obj: WithdrawByoipCidrResponse) => any;
|
|
2633
1430
|
}
|