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