@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
@@ -173,18 +173,17 @@ declare type GlobalAcceleratorClientResolvedConfigType = __SmithyResolvedConfigu
173
173
  export interface GlobalAcceleratorClientResolvedConfig extends GlobalAcceleratorClientResolvedConfigType {
174
174
  }
175
175
  /**
176
- * <fullname>AWS Global Accelerator</fullname>
177
- * <p>This is the <i>AWS Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
178
- * AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
179
- * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/Welcome.html">AWS Global Accelerator Developer Guide</a>.</p>
180
- *
181
- * <p>AWS Global Accelerator is a service in which you create <i>accelerators</i> to improve the performance
176
+ * <fullname>Global Accelerator</fullname>
177
+ * <p>This is the <i>Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
178
+ * Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
179
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html">Global Accelerator Developer Guide</a>.</p>
180
+ * <p>Global Accelerator is a service in which you create <i>accelerators</i> to improve the performance
182
181
  * of your applications for local and global users. Depending on the type of accelerator you choose, you can
183
182
  * gain additional benefits. </p>
184
183
  * <ul>
185
184
  * <li>
186
185
  * <p>By using a standard accelerator, you can improve availability of your internet applications
187
- * that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the AWS
186
+ * that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the Amazon Web Services
188
187
  * global network. </p>
189
188
  * </li>
190
189
  * <li>
@@ -193,17 +192,24 @@ export interface GlobalAcceleratorClientResolvedConfig extends GlobalAccelerator
193
192
  * </li>
194
193
  * </ul>
195
194
  * <important>
196
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
197
- * US West (Oregon) Region to create or update accelerators.</p>
195
+ * <p>Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the
196
+ * US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify <code>--region us-west-2</code>
197
+ * on AWS CLI commands.</p>
198
198
  * </important>
199
- * <p>By default, Global Accelerator provides you with two static IP addresses that you associate with your accelerator. With
200
- * a standard accelerator, instead of using the
201
- * IP addresses that Global Accelerator provides, you can configure these entry points to be IPv4 addresses from your own IP address ranges
202
- * that you bring to Global Accelerator. The static IP addresses are anycast from the AWS edge network. For a standard accelerator,
203
- * they distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases
199
+ *
200
+ *
201
+ * <p>By default, Global Accelerator provides you with static IP addresses that you associate with your accelerator. The static IP addresses
202
+ * are anycast from the Amazon Web Services edge network. For IPv4, Global Accelerator provides two static IPv4 addresses. For dual-stack,
203
+ * Global Accelerator provides a total of four addresses: two static IPv4 addresses and two static IPv6 addresses.
204
+ * With a standard accelerator for IPv4, instead of using the addresses that Global Accelerator provides, you can configure
205
+ * these entry points to be IPv4 addresses from your own IP address ranges that you bring toGlobal Accelerator (BYOIP). </p>
206
+ *
207
+ *
208
+ * <p>For a standard accelerator,
209
+ * they distribute incoming application traffic across multiple endpoint resources in multiple Amazon Web Services Regions , which increases
204
210
  * the availability of your applications. Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers,
205
- * Amazon EC2 instances, or Elastic IP addresses that are located in one AWS Region or multiple Regions. For custom routing
206
- * accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that
211
+ * Amazon EC2 instances, or Elastic IP addresses that are located in one Amazon Web Services Region or multiple Amazon Web Services Regions. For custom routing
212
+ * accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that
207
213
  * are virtual private cloud (VPC) subnets.</p>
208
214
  *
209
215
  * <important>
@@ -214,113 +220,12 @@ export interface GlobalAcceleratorClientResolvedConfig extends GlobalAccelerator
214
220
  * IAM policies like tag-based permissions with Global Accelerator to limit the users who have
215
221
  * permissions to delete an accelerator. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/access-control-manage-access-tag-policies.html">Tag-based policies</a>.</p>
216
222
  * </important>
217
- * <p>For standard accelerators, Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based
223
+ * <p>For standard accelerators, Global Accelerator uses the Amazon Web Services global network to route traffic to the optimal regional endpoint based
218
224
  * on health, client location, and policies that you configure. The service reacts instantly to
219
225
  * changes in health or configuration to ensure that internet traffic from clients is always
220
226
  * directed to healthy endpoints.</p>
221
- *
222
- * <p>For a list of the AWS Regions where Global Accelerator and other services are currently supported, see the
223
- * <a href="https://docs.aws.amazon.com/about-aws/global-infrastructure/regional-product-services/">AWS
224
- * Region Table</a>.</p>
225
- *
226
- * <p>AWS Global Accelerator includes the following components:</p>
227
- * <dl>
228
- * <dt>Static IP addresses</dt>
229
- * <dd>
230
- * <p>Global Accelerator provides you with a set of two static IP addresses that are anycast from the AWS edge
231
- * network. If you bring your own IP address range to AWS (BYOIP) to use with a standard accelerator, you
232
- * can instead assign IP addresses from your own pool to use with your accelerator. For more information,
233
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">
234
- * Bring your own IP addresses (BYOIP) in AWS Global Accelerator</a>.</p>
235
- * <p>The IP addresses serve as single fixed entry points for your clients. If you already have Elastic
236
- * Load Balancing load balancers, Amazon EC2 instances, or Elastic IP address resources set up for your applications,
237
- * you can easily add those to a standard accelerator in Global Accelerator. This allows Global Accelerator to use static IP addresses
238
- * to access the resources.</p>
239
- * <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even
240
- * if you disable the accelerator and it no longer accepts or routes traffic.
241
- * However, when you <i>delete</i> an accelerator, you lose the
242
- * static IP addresses that are assigned to it, so you can no longer route
243
- * traffic by using them. You can use IAM policies like tag-based permissions
244
- * with Global Accelerator to delete an accelerator. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/access-control-manage-access-tag-policies.html">Tag-based policies</a>.</p>
245
- * </dd>
246
- * <dt>Accelerator</dt>
247
- * <dd>
248
- * <p>An accelerator directs traffic to endpoints over the AWS global network to improve the
249
- * performance of your internet applications. Each accelerator includes one or more listeners.</p>
250
- * <p>There are two types of accelerators:</p>
251
- * <ul>
252
- * <li>
253
- * <p>A <i>standard</i> accelerator directs traffic to the optimal AWS endpoint based
254
- * on several factors, including the user’s location, the health of the endpoint, and the endpoint weights
255
- * that you configure. This improves the availability and performance of your applications.
256
- * Endpoints can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP addresses.</p>
257
- * </li>
258
- * <li>
259
- * <p>A <i>custom routing</i> accelerator directs traffic to one of possibly thousands of
260
- * Amazon EC2 instances running in a single or multiple virtual private
261
- * clouds (VPCs). With custom routing, listener ports are mapped to
262
- * statically associate port ranges with VPC subnets, which
263
- * allows Global Accelerator to determine an EC2 instance IP address at the time of
264
- * connection. By default, all port mapping destinations in a VPC
265
- * subnet can't receive traffic. You can choose to configure all
266
- * destinations in the subnet to receive traffic, or to specify
267
- * individual port mappings that can receive traffic.</p>
268
- * </li>
269
- * </ul>
270
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/introduction-accelerator-types.html">Types of accelerators</a>.</p>
271
- * </dd>
272
- * <dt>DNS name</dt>
273
- * <dd>
274
- * <p>Global Accelerator assigns each accelerator a default Domain Name System (DNS) name, similar to
275
- * <code>a1234567890abcdef.awsglobalaccelerator.com</code>, that points to
276
- * the static IP addresses that Global Accelerator assigns to you or that you choose from your
277
- * own IP address range. Depending on the use
278
- * case, you can use your accelerator's static IP addresses or DNS name to
279
- * route traffic to your accelerator, or set up DNS records to route traffic using
280
- * your own custom domain name.</p>
281
- * </dd>
282
- * <dt>Network zone</dt>
283
- * <dd>
284
- * <p>A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an
285
- * AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure.
286
- * When you configure an accelerator, by default, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a
287
- * network zone becomes unavailable due to IP address blocking by certain client networks, or network
288
- * disruptions, then client applications can retry on the healthy static IP address from the other isolated
289
- * network zone.</p>
290
- * </dd>
291
- * <dt>Listener</dt>
292
- * <dd>
293
- * <p>A listener processes inbound connections from clients to Global Accelerator, based on the port (or port range)
294
- * and protocol (or protocols) that you configure. A listener can be configured for TCP, UDP, or both TCP and UDP protocols. Each
295
- * listener has one or more endpoint groups associated with it, and traffic is forwarded
296
- * to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you
297
- * want to distribute traffic to. With a standard accelerator, traffic is distributed to optimal endpoints within the endpoint
298
- * groups associated with a listener.</p>
299
- * </dd>
300
- * <dt>Endpoint group</dt>
301
- * <dd>
302
- * <p>Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or
303
- * more endpoints in the Region. With a standard accelerator, you can increase or reduce the percentage of
304
- * traffic that would be otherwise directed to an endpoint group by adjusting a
305
- * setting called a <i>traffic dial</i>. The traffic dial lets
306
- * you easily do performance testing or blue/green deployment testing, for example, for new
307
- * releases across different AWS Regions. </p>
308
- * </dd>
309
- * <dt>Endpoint</dt>
310
- * <dd>
311
- * <p>An endpoint is a resource that Global Accelerator directs traffic to.</p>
312
- * <p>Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP
313
- * addresses. An Application Load Balancer endpoint can be internet-facing or internal. Traffic for
314
- * standard accelerators is routed to endpoints based on the health of the
315
- * endpoint along with configuration options that you choose, such as endpoint
316
- * weights. For each endpoint, you can configure weights, which are numbers
317
- * that you can use to specify the proportion of traffic to route to each one.
318
- * This can be useful, for example, to do performance testing within a
319
- * Region.</p>
320
- * <p>Endpoints for custom routing accelerators are virtual private cloud (VPC) subnets with one
321
- * or many EC2 instances.</p>
322
- * </dd>
323
- * </dl>
227
+ * <p>For more information about understanding and using Global Accelerator, see the
228
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html">Global Accelerator Developer Guide</a>.</p>
324
229
  */
325
230
  export declare class GlobalAcceleratorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GlobalAcceleratorClientResolvedConfig> {
326
231
  /**
@@ -7,13 +7,13 @@ export interface AdvertiseByoipCidrCommandInput extends AdvertiseByoipCidrReques
7
7
  export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Advertises an IPv4 address range that is provisioned for use with your AWS resources
10
+ * <p>Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources
11
11
  * through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
12
- * the specified addresses starts routing to AWS because of propagation delays. </p>
12
+ * the specified addresses starts routing to Amazon Web Services because of propagation delays. </p>
13
13
  * <p>To stop advertising the BYOIP address range, use <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html">
14
14
  * WithdrawByoipCidr</a>.</p>
15
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
16
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
15
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring your own
16
+ * IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>
17
17
  * @example
18
18
  * Use a bare-bones client and the command you need to make an API call.
19
19
  * ```javascript
@@ -10,8 +10,9 @@ export interface CreateAcceleratorCommandOutput extends CreateAcceleratorRespons
10
10
  * <p>Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic
11
11
  * to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. </p>
12
12
  * <important>
13
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
14
- * US West (Oregon) Region to create or update accelerators.</p>
13
+ * <p>Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the
14
+ * US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify <code>--region us-west-2</code>
15
+ * on AWS CLI commands.</p>
15
16
  * </important>
16
17
  * @example
17
18
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,14 +8,15 @@ export interface CreateCustomRoutingAcceleratorCommandOutput extends CreateCusto
8
8
  }
9
9
  /**
10
10
  * <p>Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands
11
- * of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
11
+ * of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
12
12
  * <p>Be aware that, by default, all destination EC2 instances in a VPC subnet endpoint cannot receive
13
13
  * traffic. To enable all destinations to receive traffic, or to specify individual port
14
14
  * mappings that can receive traffic, see the <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_AllowCustomRoutingTraffic.html">
15
15
  * AllowCustomRoutingTraffic</a> operation.</p>
16
16
  * <important>
17
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
18
- * US West (Oregon) Region to create or update accelerators.</p>
17
+ * <p>Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the
18
+ * US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify <code>--region us-west-2</code>
19
+ * on AWS CLI commands.</p>
19
20
  * </important>
20
21
  * @example
21
22
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,7 +8,7 @@ export interface CreateCustomRoutingEndpointGroupCommandOutput extends CreateCus
8
8
  }
9
9
  /**
10
10
  * <p>Create an endpoint group for the specified listener for a custom routing accelerator.
11
- * An endpoint group is a collection of endpoints in one AWS
11
+ * An endpoint group is a collection of endpoints in one Amazon Web Services
12
12
  * Region. </p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,7 +7,7 @@ export interface CreateEndpointGroupCommandInput extends CreateEndpointGroupRequ
7
7
  export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS
10
+ * <p>Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one Amazon Web Services
11
11
  * Region. A resource must be valid and active when you add it as an endpoint.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,17 +9,17 @@ export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {
9
9
  /**
10
10
  * <p>Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
11
11
  * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
12
- * <important>
12
+ * <important>
13
13
  * <p>When you create an accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
14
- * Alternatively, you can bring your own IP address ranges to Global Accelerator and assign IP addresses from those ranges.
14
+ * Alternatively, you can bring your own IP address ranges to Global Accelerator and assign IP addresses from those ranges.
15
15
  * </p>
16
16
  * <p>The IP addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and
17
17
  * it no longer accepts or routes traffic. However, when you <i>delete</i> an accelerator, you lose the
18
18
  * static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them.
19
19
  * As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You
20
20
  * can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information,
21
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in
22
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
21
+ * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Identity and access management</a> in
22
+ * the <i>Global Accelerator Developer Guide</i>.</p>
23
23
  * </important>
24
24
  * @example
25
25
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,7 +9,7 @@ export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataB
9
9
  /**
10
10
  * <p>Delete a custom routing accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
11
11
  * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
12
- * <important>
12
+ * <important>
13
13
  * <p>When you create a custom routing accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
14
14
  * </p>
15
15
  * <p>The IP
@@ -18,8 +18,8 @@ export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataB
18
18
  * static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them.
19
19
  * As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You
20
20
  * can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information,
21
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in
22
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
21
+ * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Identity and access management</a> in
22
+ * the <i>Global Accelerator Developer Guide</i>.</p>
23
23
  * </important>
24
24
  * @example
25
25
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,13 +7,13 @@ export interface DeprovisionByoipCidrCommandInput extends DeprovisionByoipCidrRe
7
7
  export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Releases the specified address range that you provisioned to use with your AWS resources
10
+ * <p>Releases the specified address range that you provisioned to use with your Amazon Web Services resources
11
11
  * through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. </p>
12
12
  * <p>Before you can release an address range, you must stop advertising it by using <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html">WithdrawByoipCidr</a> and you must not have
13
13
  * any accelerators that are using static IP addresses allocated from its address range.
14
14
  * </p>
15
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
16
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
15
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring
16
+ * your own IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>
17
17
  * @example
18
18
  * Use a bare-bones client and the command you need to make an API call.
19
19
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {
7
7
  export interface ListAcceleratorsCommandOutput extends ListAcceleratorsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>List the accelerators for an AWS account. </p>
10
+ * <p>List the accelerators for an Amazon Web Services account. </p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListCustomRoutingAcceleratorsCommandInput extends ListCustomRou
7
7
  export interface ListCustomRoutingAcceleratorsCommandOutput extends ListCustomRoutingAcceleratorsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>List the custom routing accelerators for an AWS account. </p>
10
+ * <p>List the custom routing accelerators for an Amazon Web Services account. </p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -10,10 +10,10 @@ export interface ListCustomRoutingPortMappingsCommandOutput extends ListCustomRo
10
10
  * <p>Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance
11
11
  * IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.
12
12
  * For each subnet endpoint that you add, Global Accelerator creates a new static port mapping for the accelerator. The port
13
- * mappings don't change after Global Accelerator generates them, so you can retrieve and cache the full mapping on your servers. </p>
14
- * <p>If you remove a subnet from your accelerator, Global Accelerator removes (reclaims) the port mappings. If you add a subnet to
15
- * your accelerator, Global Accelerator creates new port mappings (the existing ones don't change). If you add or remove EC2 instances
16
- * in your subnet, the port mappings don't change, because the mappings are created when you add the subnet to Global Accelerator.</p>
13
+ * mappings don't change after Global Accelerator generates them, so you can retrieve and cache the full mapping on your servers. </p>
14
+ * <p>If you remove a subnet from your accelerator, Global Accelerator removes (reclaims) the port mappings. If you add a subnet to
15
+ * your accelerator, Global Accelerator creates new port mappings (the existing ones don't change). If you add or remove EC2 instances
16
+ * in your subnet, the port mappings don't change, because the mappings are created when you add the subnet to Global Accelerator.</p>
17
17
  * <p>The mappings also include a flag for each destination denoting which destination IP addresses and
18
18
  * ports are allowed or denied traffic.</p>
19
19
  * @example
@@ -9,7 +9,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
9
9
  /**
10
10
  * <p>List all tags for an accelerator. </p>
11
11
  * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
12
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>. </p>
12
+ * in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>. </p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -7,12 +7,12 @@ export interface ProvisionByoipCidrCommandInput extends ProvisionByoipCidrReques
7
7
  export interface ProvisionByoipCidrCommandOutput extends ProvisionByoipCidrResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Provisions an IP address range to use with your AWS resources through bring your own IP
10
+ * <p>Provisions an IP address range to use with your Amazon Web Services resources through bring your own IP
11
11
  * addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned,
12
12
  * it is ready to be advertised using <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/AdvertiseByoipCidr.html">
13
13
  * AdvertiseByoipCidr</a>.</p>
14
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
15
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
14
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring your own
15
+ * IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
18
18
  * ```javascript
@@ -9,7 +9,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
9
9
  /**
10
10
  * <p>Add tags to an accelerator resource. </p>
11
11
  * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
12
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>. </p>
12
+ * in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>. </p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -10,7 +10,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
10
10
  * <p>Remove tags from a Global Accelerator resource. When you specify a tag key, the action removes both that key and its associated value.
11
11
  * The operation succeeds even if you attempt to remove tags from an accelerator that was already removed.</p>
12
12
  * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
13
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
13
+ * in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript
@@ -10,8 +10,9 @@ export interface UpdateAcceleratorCommandOutput extends UpdateAcceleratorRespons
10
10
  * <p>Update an accelerator. </p>
11
11
  *
12
12
  * <important>
13
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
14
- * US West (Oregon) Region to create or update accelerators.</p>
13
+ * <p>Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the
14
+ * US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify <code>--region us-west-2</code>
15
+ * on AWS CLI commands.</p>
15
16
  * </important>
16
17
  * @example
17
18
  * Use a bare-bones client and the command you need to make an API call.
@@ -10,10 +10,10 @@ export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrRespons
10
10
  * <p>Stops advertising an address range that is provisioned as an address pool.
11
11
  * You can perform this operation at most once every 10 seconds, even if you specify different address
12
12
  * ranges each time.</p>
13
- * <p>It can take a few minutes before traffic to the specified addresses stops routing to AWS because of
13
+ * <p>It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of
14
14
  * propagation delays.</p>
15
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
16
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
15
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring your own
16
+ * IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>
17
17
  * @example
18
18
  * Use a bare-bones client and the command you need to make an API call.
19
19
  * ```javascript