@aws-sdk/client-global-accelerator 3.131.0 → 3.141.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 +33 -0
  2. package/README.md +23 -120
  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 +6 -6
@@ -695,17 +695,21 @@ var deserializeAws_json1_1AllowCustomRoutingTrafficCommandError = function (outp
695
695
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
696
696
  _b = errorCode;
697
697
  switch (_b) {
698
- case "InternalServiceErrorException": return [3, 2];
699
- case "com.amazonaws.globalaccelerator#InternalServiceErrorException": return [3, 2];
700
- case "InvalidArgumentException": return [3, 4];
701
- case "com.amazonaws.globalaccelerator#InvalidArgumentException": return [3, 4];
698
+ case "EndpointGroupNotFoundException": return [3, 2];
699
+ case "com.amazonaws.globalaccelerator#EndpointGroupNotFoundException": return [3, 2];
700
+ case "InternalServiceErrorException": return [3, 4];
701
+ case "com.amazonaws.globalaccelerator#InternalServiceErrorException": return [3, 4];
702
+ case "InvalidArgumentException": return [3, 6];
703
+ case "com.amazonaws.globalaccelerator#InvalidArgumentException": return [3, 6];
702
704
  }
703
- return [3, 6];
704
- case 2: return [4, deserializeAws_json1_1InternalServiceErrorExceptionResponse(parsedOutput, context)];
705
+ return [3, 8];
706
+ case 2: return [4, deserializeAws_json1_1EndpointGroupNotFoundExceptionResponse(parsedOutput, context)];
705
707
  case 3: throw _d.sent();
706
- case 4: return [4, deserializeAws_json1_1InvalidArgumentExceptionResponse(parsedOutput, context)];
708
+ case 4: return [4, deserializeAws_json1_1InternalServiceErrorExceptionResponse(parsedOutput, context)];
707
709
  case 5: throw _d.sent();
708
- case 6:
710
+ case 6: return [4, deserializeAws_json1_1InvalidArgumentExceptionResponse(parsedOutput, context)];
711
+ case 7: throw _d.sent();
712
+ case 8:
709
713
  parsedBody = parsedOutput.body;
710
714
  $metadata = deserializeMetadata(output);
711
715
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -1538,17 +1542,21 @@ var deserializeAws_json1_1DenyCustomRoutingTrafficCommandError = function (outpu
1538
1542
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1539
1543
  _b = errorCode;
1540
1544
  switch (_b) {
1541
- case "InternalServiceErrorException": return [3, 2];
1542
- case "com.amazonaws.globalaccelerator#InternalServiceErrorException": return [3, 2];
1543
- case "InvalidArgumentException": return [3, 4];
1544
- case "com.amazonaws.globalaccelerator#InvalidArgumentException": return [3, 4];
1545
+ case "EndpointGroupNotFoundException": return [3, 2];
1546
+ case "com.amazonaws.globalaccelerator#EndpointGroupNotFoundException": return [3, 2];
1547
+ case "InternalServiceErrorException": return [3, 4];
1548
+ case "com.amazonaws.globalaccelerator#InternalServiceErrorException": return [3, 4];
1549
+ case "InvalidArgumentException": return [3, 6];
1550
+ case "com.amazonaws.globalaccelerator#InvalidArgumentException": return [3, 6];
1545
1551
  }
1546
- return [3, 6];
1547
- case 2: return [4, deserializeAws_json1_1InternalServiceErrorExceptionResponse(parsedOutput, context)];
1552
+ return [3, 8];
1553
+ case 2: return [4, deserializeAws_json1_1EndpointGroupNotFoundExceptionResponse(parsedOutput, context)];
1548
1554
  case 3: throw _d.sent();
1549
- case 4: return [4, deserializeAws_json1_1InvalidArgumentExceptionResponse(parsedOutput, context)];
1555
+ case 4: return [4, deserializeAws_json1_1InternalServiceErrorExceptionResponse(parsedOutput, context)];
1550
1556
  case 5: throw _d.sent();
1551
- case 6:
1557
+ case 6: return [4, deserializeAws_json1_1InvalidArgumentExceptionResponse(parsedOutput, context)];
1558
+ case 7: throw _d.sent();
1559
+ case 8:
1552
1560
  parsedBody = parsedOutput.body;
1553
1561
  $metadata = deserializeMetadata(output);
1554
1562
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -3012,19 +3020,23 @@ var deserializeAws_json1_1UpdateAcceleratorCommandError = function (output, cont
3012
3020
  switch (_b) {
3013
3021
  case "AcceleratorNotFoundException": return [3, 2];
3014
3022
  case "com.amazonaws.globalaccelerator#AcceleratorNotFoundException": return [3, 2];
3015
- case "InternalServiceErrorException": return [3, 4];
3016
- case "com.amazonaws.globalaccelerator#InternalServiceErrorException": return [3, 4];
3017
- case "InvalidArgumentException": return [3, 6];
3018
- case "com.amazonaws.globalaccelerator#InvalidArgumentException": return [3, 6];
3023
+ case "AccessDeniedException": return [3, 4];
3024
+ case "com.amazonaws.globalaccelerator#AccessDeniedException": return [3, 4];
3025
+ case "InternalServiceErrorException": return [3, 6];
3026
+ case "com.amazonaws.globalaccelerator#InternalServiceErrorException": return [3, 6];
3027
+ case "InvalidArgumentException": return [3, 8];
3028
+ case "com.amazonaws.globalaccelerator#InvalidArgumentException": return [3, 8];
3019
3029
  }
3020
- return [3, 8];
3030
+ return [3, 10];
3021
3031
  case 2: return [4, deserializeAws_json1_1AcceleratorNotFoundExceptionResponse(parsedOutput, context)];
3022
3032
  case 3: throw _d.sent();
3023
- case 4: return [4, deserializeAws_json1_1InternalServiceErrorExceptionResponse(parsedOutput, context)];
3033
+ case 4: return [4, deserializeAws_json1_1AccessDeniedExceptionResponse(parsedOutput, context)];
3024
3034
  case 5: throw _d.sent();
3025
- case 6: return [4, deserializeAws_json1_1InvalidArgumentExceptionResponse(parsedOutput, context)];
3035
+ case 6: return [4, deserializeAws_json1_1InternalServiceErrorExceptionResponse(parsedOutput, context)];
3026
3036
  case 7: throw _d.sent();
3027
- case 8:
3037
+ case 8: return [4, deserializeAws_json1_1InvalidArgumentExceptionResponse(parsedOutput, context)];
3038
+ case 9: throw _d.sent();
3039
+ case 10:
3028
3040
  parsedBody = parsedOutput.body;
3029
3041
  $metadata = deserializeMetadata(output);
3030
3042
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -3975,7 +3987,9 @@ var deserializeAws_json1_1Accelerator = function (output, context) {
3975
3987
  ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedTime)))
3976
3988
  : undefined,
3977
3989
  DnsName: __expectString(output.DnsName),
3990
+ DualStackDnsName: __expectString(output.DualStackDnsName),
3978
3991
  Enabled: __expectBoolean(output.Enabled),
3992
+ Events: output.Events != null ? deserializeAws_json1_1AcceleratorEvents(output.Events, context) : undefined,
3979
3993
  IpAddressType: __expectString(output.IpAddressType),
3980
3994
  IpSets: output.IpSets != null ? deserializeAws_json1_1IpSets(output.IpSets, context) : undefined,
3981
3995
  LastModifiedTime: output.LastModifiedTime != null
@@ -3992,6 +4006,23 @@ var deserializeAws_json1_1AcceleratorAttributes = function (output, context) {
3992
4006
  FlowLogsS3Prefix: __expectString(output.FlowLogsS3Prefix),
3993
4007
  };
3994
4008
  };
4009
+ var deserializeAws_json1_1AcceleratorEvent = function (output, context) {
4010
+ return {
4011
+ Message: __expectString(output.Message),
4012
+ Timestamp: output.Timestamp != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Timestamp))) : undefined,
4013
+ };
4014
+ };
4015
+ var deserializeAws_json1_1AcceleratorEvents = function (output, context) {
4016
+ var retVal = (output || [])
4017
+ .filter(function (e) { return e != null; })
4018
+ .map(function (entry) {
4019
+ if (entry === null) {
4020
+ return null;
4021
+ }
4022
+ return deserializeAws_json1_1AcceleratorEvent(entry, context);
4023
+ });
4024
+ return retVal;
4025
+ };
3995
4026
  var deserializeAws_json1_1AcceleratorNotDisabledException = function (output, context) {
3996
4027
  return {
3997
4028
  Message: __expectString(output.Message),
@@ -4425,6 +4456,7 @@ var deserializeAws_json1_1IpAddresses = function (output, context) {
4425
4456
  };
4426
4457
  var deserializeAws_json1_1IpSet = function (output, context) {
4427
4458
  return {
4459
+ IpAddressFamily: __expectString(output.IpAddressFamily),
4428
4460
  IpAddresses: output.IpAddresses != null ? deserializeAws_json1_1IpAddresses(output.IpAddresses, context) : undefined,
4429
4461
  IpFamily: __expectString(output.IpFamily),
4430
4462
  };
@@ -48,18 +48,17 @@ import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./comma
48
48
  import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
49
49
  import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
50
50
  /**
51
- * <fullname>AWS Global Accelerator</fullname>
52
- * <p>This is the <i>AWS Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
53
- * AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
54
- * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/Welcome.html">AWS Global Accelerator Developer Guide</a>.</p>
55
- *
56
- * <p>AWS Global Accelerator is a service in which you create <i>accelerators</i> to improve the performance
51
+ * <fullname>Global Accelerator</fullname>
52
+ * <p>This is the <i>Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
53
+ * Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
54
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html">Global Accelerator Developer Guide</a>.</p>
55
+ * <p>Global Accelerator is a service in which you create <i>accelerators</i> to improve the performance
57
56
  * of your applications for local and global users. Depending on the type of accelerator you choose, you can
58
57
  * gain additional benefits. </p>
59
58
  * <ul>
60
59
  * <li>
61
60
  * <p>By using a standard accelerator, you can improve availability of your internet applications
62
- * that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the AWS
61
+ * that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the Amazon Web Services
63
62
  * global network. </p>
64
63
  * </li>
65
64
  * <li>
@@ -68,17 +67,24 @@ import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
68
67
  * </li>
69
68
  * </ul>
70
69
  * <important>
71
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
72
- * US West (Oregon) Region to create or update accelerators.</p>
70
+ * <p>Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the
71
+ * US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify <code>--region us-west-2</code>
72
+ * on AWS CLI commands.</p>
73
73
  * </important>
74
- * <p>By default, Global Accelerator provides you with two static IP addresses that you associate with your accelerator. With
75
- * a standard accelerator, instead of using the
76
- * IP addresses that Global Accelerator provides, you can configure these entry points to be IPv4 addresses from your own IP address ranges
77
- * that you bring to Global Accelerator. The static IP addresses are anycast from the AWS edge network. For a standard accelerator,
78
- * they distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases
74
+ *
75
+ *
76
+ * <p>By default, Global Accelerator provides you with static IP addresses that you associate with your accelerator. The static IP addresses
77
+ * are anycast from the Amazon Web Services edge network. For IPv4, Global Accelerator provides two static IPv4 addresses. For dual-stack,
78
+ * Global Accelerator provides a total of four addresses: two static IPv4 addresses and two static IPv6 addresses.
79
+ * With a standard accelerator for IPv4, instead of using the addresses that Global Accelerator provides, you can configure
80
+ * these entry points to be IPv4 addresses from your own IP address ranges that you bring toGlobal Accelerator (BYOIP). </p>
81
+ *
82
+ *
83
+ * <p>For a standard accelerator,
84
+ * they distribute incoming application traffic across multiple endpoint resources in multiple Amazon Web Services Regions , which increases
79
85
  * the availability of your applications. Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers,
80
- * Amazon EC2 instances, or Elastic IP addresses that are located in one AWS Region or multiple Regions. For custom routing
81
- * accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that
86
+ * 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
87
+ * accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that
82
88
  * are virtual private cloud (VPC) subnets.</p>
83
89
  *
84
90
  * <important>
@@ -89,113 +95,12 @@ import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
89
95
  * IAM policies like tag-based permissions with Global Accelerator to limit the users who have
90
96
  * 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>
91
97
  * </important>
92
- * <p>For standard accelerators, Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based
98
+ * <p>For standard accelerators, Global Accelerator uses the Amazon Web Services global network to route traffic to the optimal regional endpoint based
93
99
  * on health, client location, and policies that you configure. The service reacts instantly to
94
100
  * changes in health or configuration to ensure that internet traffic from clients is always
95
101
  * directed to healthy endpoints.</p>
96
- *
97
- * <p>For a list of the AWS Regions where Global Accelerator and other services are currently supported, see the
98
- * <a href="https://docs.aws.amazon.com/about-aws/global-infrastructure/regional-product-services/">AWS
99
- * Region Table</a>.</p>
100
- *
101
- * <p>AWS Global Accelerator includes the following components:</p>
102
- * <dl>
103
- * <dt>Static IP addresses</dt>
104
- * <dd>
105
- * <p>Global Accelerator provides you with a set of two static IP addresses that are anycast from the AWS edge
106
- * network. If you bring your own IP address range to AWS (BYOIP) to use with a standard accelerator, you
107
- * can instead assign IP addresses from your own pool to use with your accelerator. For more information,
108
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">
109
- * Bring your own IP addresses (BYOIP) in AWS Global Accelerator</a>.</p>
110
- * <p>The IP addresses serve as single fixed entry points for your clients. If you already have Elastic
111
- * Load Balancing load balancers, Amazon EC2 instances, or Elastic IP address resources set up for your applications,
112
- * you can easily add those to a standard accelerator in Global Accelerator. This allows Global Accelerator to use static IP addresses
113
- * to access the resources.</p>
114
- * <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even
115
- * if you disable the accelerator and it no longer accepts or routes traffic.
116
- * However, when you <i>delete</i> an accelerator, you lose the
117
- * static IP addresses that are assigned to it, so you can no longer route
118
- * traffic by using them. You can use IAM policies like tag-based permissions
119
- * 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>
120
- * </dd>
121
- * <dt>Accelerator</dt>
122
- * <dd>
123
- * <p>An accelerator directs traffic to endpoints over the AWS global network to improve the
124
- * performance of your internet applications. Each accelerator includes one or more listeners.</p>
125
- * <p>There are two types of accelerators:</p>
126
- * <ul>
127
- * <li>
128
- * <p>A <i>standard</i> accelerator directs traffic to the optimal AWS endpoint based
129
- * on several factors, including the user’s location, the health of the endpoint, and the endpoint weights
130
- * that you configure. This improves the availability and performance of your applications.
131
- * Endpoints can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP addresses.</p>
132
- * </li>
133
- * <li>
134
- * <p>A <i>custom routing</i> accelerator directs traffic to one of possibly thousands of
135
- * Amazon EC2 instances running in a single or multiple virtual private
136
- * clouds (VPCs). With custom routing, listener ports are mapped to
137
- * statically associate port ranges with VPC subnets, which
138
- * allows Global Accelerator to determine an EC2 instance IP address at the time of
139
- * connection. By default, all port mapping destinations in a VPC
140
- * subnet can't receive traffic. You can choose to configure all
141
- * destinations in the subnet to receive traffic, or to specify
142
- * individual port mappings that can receive traffic.</p>
143
- * </li>
144
- * </ul>
145
- * <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>
146
- * </dd>
147
- * <dt>DNS name</dt>
148
- * <dd>
149
- * <p>Global Accelerator assigns each accelerator a default Domain Name System (DNS) name, similar to
150
- * <code>a1234567890abcdef.awsglobalaccelerator.com</code>, that points to
151
- * the static IP addresses that Global Accelerator assigns to you or that you choose from your
152
- * own IP address range. Depending on the use
153
- * case, you can use your accelerator's static IP addresses or DNS name to
154
- * route traffic to your accelerator, or set up DNS records to route traffic using
155
- * your own custom domain name.</p>
156
- * </dd>
157
- * <dt>Network zone</dt>
158
- * <dd>
159
- * <p>A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an
160
- * AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure.
161
- * When you configure an accelerator, by default, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a
162
- * network zone becomes unavailable due to IP address blocking by certain client networks, or network
163
- * disruptions, then client applications can retry on the healthy static IP address from the other isolated
164
- * network zone.</p>
165
- * </dd>
166
- * <dt>Listener</dt>
167
- * <dd>
168
- * <p>A listener processes inbound connections from clients to Global Accelerator, based on the port (or port range)
169
- * and protocol (or protocols) that you configure. A listener can be configured for TCP, UDP, or both TCP and UDP protocols. Each
170
- * listener has one or more endpoint groups associated with it, and traffic is forwarded
171
- * to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you
172
- * want to distribute traffic to. With a standard accelerator, traffic is distributed to optimal endpoints within the endpoint
173
- * groups associated with a listener.</p>
174
- * </dd>
175
- * <dt>Endpoint group</dt>
176
- * <dd>
177
- * <p>Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or
178
- * more endpoints in the Region. With a standard accelerator, you can increase or reduce the percentage of
179
- * traffic that would be otherwise directed to an endpoint group by adjusting a
180
- * setting called a <i>traffic dial</i>. The traffic dial lets
181
- * you easily do performance testing or blue/green deployment testing, for example, for new
182
- * releases across different AWS Regions. </p>
183
- * </dd>
184
- * <dt>Endpoint</dt>
185
- * <dd>
186
- * <p>An endpoint is a resource that Global Accelerator directs traffic to.</p>
187
- * <p>Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP
188
- * addresses. An Application Load Balancer endpoint can be internet-facing or internal. Traffic for
189
- * standard accelerators is routed to endpoints based on the health of the
190
- * endpoint along with configuration options that you choose, such as endpoint
191
- * weights. For each endpoint, you can configure weights, which are numbers
192
- * that you can use to specify the proportion of traffic to route to each one.
193
- * This can be useful, for example, to do performance testing within a
194
- * Region.</p>
195
- * <p>Endpoints for custom routing accelerators are virtual private cloud (VPC) subnets with one
196
- * or many EC2 instances.</p>
197
- * </dd>
198
- * </dl>
102
+ * <p>For more information about understanding and using Global Accelerator, see the
103
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html">Global Accelerator Developer Guide</a>.</p>
199
104
  */
200
105
  export declare class GlobalAccelerator extends GlobalAcceleratorClient {
201
106
  /**
@@ -215,13 +120,13 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
215
120
  addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
216
121
  addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
217
122
  /**
218
- * <p>Advertises an IPv4 address range that is provisioned for use with your AWS resources
123
+ * <p>Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources
219
124
  * through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
220
- * the specified addresses starts routing to AWS because of propagation delays. </p>
125
+ * the specified addresses starts routing to Amazon Web Services because of propagation delays. </p>
221
126
  * <p>To stop advertising the BYOIP address range, use <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html">
222
127
  * WithdrawByoipCidr</a>.</p>
223
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
224
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
128
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring your own
129
+ * IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>
225
130
  */
226
131
  advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<AdvertiseByoipCidrCommandOutput>;
227
132
  advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void): void;
@@ -241,8 +146,9 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
241
146
  * <p>Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic
242
147
  * to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. </p>
243
148
  * <important>
244
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
245
- * US West (Oregon) Region to create or update accelerators.</p>
149
+ * <p>Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the
150
+ * US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify <code>--region us-west-2</code>
151
+ * on AWS CLI commands.</p>
246
152
  * </important>
247
153
  */
248
154
  createAccelerator(args: CreateAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateAcceleratorCommandOutput>;
@@ -250,14 +156,15 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
250
156
  createAccelerator(args: CreateAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAcceleratorCommandOutput) => void): void;
251
157
  /**
252
158
  * <p>Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands
253
- * of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
159
+ * of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
254
160
  * <p>Be aware that, by default, all destination EC2 instances in a VPC subnet endpoint cannot receive
255
161
  * traffic. To enable all destinations to receive traffic, or to specify individual port
256
162
  * mappings that can receive traffic, see the <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_AllowCustomRoutingTraffic.html">
257
163
  * AllowCustomRoutingTraffic</a> operation.</p>
258
164
  * <important>
259
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
260
- * US West (Oregon) Region to create or update accelerators.</p>
165
+ * <p>Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the
166
+ * US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify <code>--region us-west-2</code>
167
+ * on AWS CLI commands.</p>
261
168
  * </important>
262
169
  */
263
170
  createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingAcceleratorCommandOutput>;
@@ -265,7 +172,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
265
172
  createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void): void;
266
173
  /**
267
174
  * <p>Create an endpoint group for the specified listener for a custom routing accelerator.
268
- * An endpoint group is a collection of endpoints in one AWS
175
+ * An endpoint group is a collection of endpoints in one Amazon Web Services
269
176
  * Region. </p>
270
177
  */
271
178
  createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
@@ -279,7 +186,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
279
186
  createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void): void;
280
187
  createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void): void;
281
188
  /**
282
- * <p>Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS
189
+ * <p>Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one Amazon Web Services
283
190
  * Region. A resource must be valid and active when you add it as an endpoint.</p>
284
191
  */
285
192
  createEndpointGroup(args: CreateEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateEndpointGroupCommandOutput>;
@@ -295,17 +202,17 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
295
202
  /**
296
203
  * <p>Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
297
204
  * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
298
- * <important>
205
+ * <important>
299
206
  * <p>When you create an accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
300
- * Alternatively, you can bring your own IP address ranges to Global Accelerator and assign IP addresses from those ranges.
207
+ * Alternatively, you can bring your own IP address ranges to Global Accelerator and assign IP addresses from those ranges.
301
208
  * </p>
302
209
  * <p>The IP addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and
303
210
  * it no longer accepts or routes traffic. However, when you <i>delete</i> an accelerator, you lose the
304
211
  * static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them.
305
212
  * As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You
306
213
  * can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information,
307
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in
308
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
214
+ * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Identity and access management</a> in
215
+ * the <i>Global Accelerator Developer Guide</i>.</p>
309
216
  * </important>
310
217
  */
311
218
  deleteAccelerator(args: DeleteAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAcceleratorCommandOutput>;
@@ -314,7 +221,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
314
221
  /**
315
222
  * <p>Delete a custom routing accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
316
223
  * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
317
- * <important>
224
+ * <important>
318
225
  * <p>When you create a custom routing accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
319
226
  * </p>
320
227
  * <p>The IP
@@ -323,8 +230,8 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
323
230
  * static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them.
324
231
  * As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You
325
232
  * can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information,
326
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in
327
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
233
+ * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Identity and access management</a> in
234
+ * the <i>Global Accelerator Developer Guide</i>.</p>
328
235
  * </important>
329
236
  */
330
237
  deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
@@ -366,13 +273,13 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
366
273
  denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void): void;
367
274
  denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void): void;
368
275
  /**
369
- * <p>Releases the specified address range that you provisioned to use with your AWS resources
276
+ * <p>Releases the specified address range that you provisioned to use with your Amazon Web Services resources
370
277
  * through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. </p>
371
278
  * <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
372
279
  * any accelerators that are using static IP addresses allocated from its address range.
373
280
  * </p>
374
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
375
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
281
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring
282
+ * your own IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>
376
283
  */
377
284
  deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<DeprovisionByoipCidrCommandOutput>;
378
285
  deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
@@ -427,7 +334,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
427
334
  describeListener(args: DescribeListenerCommandInput, cb: (err: any, data?: DescribeListenerCommandOutput) => void): void;
428
335
  describeListener(args: DescribeListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenerCommandOutput) => void): void;
429
336
  /**
430
- * <p>List the accelerators for an AWS account. </p>
337
+ * <p>List the accelerators for an Amazon Web Services account. </p>
431
338
  */
432
339
  listAccelerators(args: ListAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListAcceleratorsCommandOutput>;
433
340
  listAccelerators(args: ListAcceleratorsCommandInput, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
@@ -440,7 +347,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
440
347
  listByoipCidrs(args: ListByoipCidrsCommandInput, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
441
348
  listByoipCidrs(args: ListByoipCidrsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
442
349
  /**
443
- * <p>List the custom routing accelerators for an AWS account. </p>
350
+ * <p>List the custom routing accelerators for an Amazon Web Services account. </p>
444
351
  */
445
352
  listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
446
353
  listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
@@ -461,10 +368,10 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
461
368
  * <p>Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance
462
369
  * IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.
463
370
  * For each subnet endpoint that you add, Global Accelerator creates a new static port mapping for the accelerator. The port
464
- * mappings don't change after Global Accelerator generates them, so you can retrieve and cache the full mapping on your servers. </p>
465
- * <p>If you remove a subnet from your accelerator, Global Accelerator removes (reclaims) the port mappings. If you add a subnet to
466
- * your accelerator, Global Accelerator creates new port mappings (the existing ones don't change). If you add or remove EC2 instances
467
- * in your subnet, the port mappings don't change, because the mappings are created when you add the subnet to Global Accelerator.</p>
371
+ * mappings don't change after Global Accelerator generates them, so you can retrieve and cache the full mapping on your servers. </p>
372
+ * <p>If you remove a subnet from your accelerator, Global Accelerator removes (reclaims) the port mappings. If you add a subnet to
373
+ * your accelerator, Global Accelerator creates new port mappings (the existing ones don't change). If you add or remove EC2 instances
374
+ * in your subnet, the port mappings don't change, because the mappings are created when you add the subnet to Global Accelerator.</p>
468
375
  * <p>The mappings also include a flag for each destination denoting which destination IP addresses and
469
376
  * ports are allowed or denied traffic.</p>
470
377
  */
@@ -495,18 +402,18 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
495
402
  /**
496
403
  * <p>List all tags for an accelerator. </p>
497
404
  * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
498
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>. </p>
405
+ * in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>. </p>
499
406
  */
500
407
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
501
408
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
502
409
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
503
410
  /**
504
- * <p>Provisions an IP address range to use with your AWS resources through bring your own IP
411
+ * <p>Provisions an IP address range to use with your Amazon Web Services resources through bring your own IP
505
412
  * addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned,
506
413
  * it is ready to be advertised using <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/AdvertiseByoipCidr.html">
507
414
  * AdvertiseByoipCidr</a>.</p>
508
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
509
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
415
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring your own
416
+ * IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>
510
417
  */
511
418
  provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<ProvisionByoipCidrCommandOutput>;
512
419
  provisionByoipCidr(args: ProvisionByoipCidrCommandInput, cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void): void;
@@ -520,7 +427,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
520
427
  /**
521
428
  * <p>Add tags to an accelerator resource. </p>
522
429
  * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
523
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>. </p>
430
+ * in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>. </p>
524
431
  */
525
432
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
526
433
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
@@ -529,7 +436,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
529
436
  * <p>Remove tags from a Global Accelerator resource. When you specify a tag key, the action removes both that key and its associated value.
530
437
  * The operation succeeds even if you attempt to remove tags from an accelerator that was already removed.</p>
531
438
  * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
532
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
439
+ * in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
533
440
  */
534
441
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
535
442
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
@@ -538,8 +445,9 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
538
445
  * <p>Update an accelerator. </p>
539
446
  *
540
447
  * <important>
541
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
542
- * US West (Oregon) Region to create or update accelerators.</p>
448
+ * <p>Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the
449
+ * US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify <code>--region us-west-2</code>
450
+ * on AWS CLI commands.</p>
543
451
  * </important>
544
452
  */
545
453
  updateAccelerator(args: UpdateAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAcceleratorCommandOutput>;
@@ -585,10 +493,10 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
585
493
  * <p>Stops advertising an address range that is provisioned as an address pool.
586
494
  * You can perform this operation at most once every 10 seconds, even if you specify different address
587
495
  * ranges each time.</p>
588
- * <p>It can take a few minutes before traffic to the specified addresses stops routing to AWS because of
496
+ * <p>It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of
589
497
  * propagation delays.</p>
590
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
591
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
498
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring your own
499
+ * IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>
592
500
  */
593
501
  withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<WithdrawByoipCidrCommandOutput>;
594
502
  withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;