@aws-sdk/client-global-accelerator 3.183.0 → 3.186.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 (69) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_json1_1.js +2 -2
  3. package/dist-es/GlobalAccelerator.js +197 -190
  4. package/dist-es/GlobalAcceleratorClient.js +28 -22
  5. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +28 -21
  6. package/dist-es/commands/AdvertiseByoipCidrCommand.js +28 -21
  7. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +29 -22
  8. package/dist-es/commands/CreateAcceleratorCommand.js +28 -21
  9. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +28 -21
  10. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +28 -21
  11. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +28 -21
  12. package/dist-es/commands/CreateEndpointGroupCommand.js +28 -21
  13. package/dist-es/commands/CreateListenerCommand.js +28 -21
  14. package/dist-es/commands/DeleteAcceleratorCommand.js +29 -22
  15. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +29 -22
  16. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +29 -22
  17. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +29 -22
  18. package/dist-es/commands/DeleteEndpointGroupCommand.js +29 -22
  19. package/dist-es/commands/DeleteListenerCommand.js +29 -22
  20. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +29 -22
  21. package/dist-es/commands/DeprovisionByoipCidrCommand.js +28 -21
  22. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +28 -21
  23. package/dist-es/commands/DescribeAcceleratorCommand.js +28 -21
  24. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +28 -21
  25. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +28 -21
  26. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +28 -21
  27. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +28 -21
  28. package/dist-es/commands/DescribeEndpointGroupCommand.js +28 -21
  29. package/dist-es/commands/DescribeListenerCommand.js +28 -21
  30. package/dist-es/commands/ListAcceleratorsCommand.js +28 -21
  31. package/dist-es/commands/ListByoipCidrsCommand.js +28 -21
  32. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +28 -21
  33. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +28 -21
  34. package/dist-es/commands/ListCustomRoutingListenersCommand.js +28 -21
  35. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +28 -21
  36. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +28 -21
  37. package/dist-es/commands/ListEndpointGroupsCommand.js +28 -21
  38. package/dist-es/commands/ListListenersCommand.js +28 -21
  39. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  40. package/dist-es/commands/ProvisionByoipCidrCommand.js +28 -21
  41. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +29 -22
  42. package/dist-es/commands/TagResourceCommand.js +28 -21
  43. package/dist-es/commands/UntagResourceCommand.js +28 -21
  44. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +28 -21
  45. package/dist-es/commands/UpdateAcceleratorCommand.js +28 -21
  46. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +28 -21
  47. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +28 -21
  48. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +28 -21
  49. package/dist-es/commands/UpdateEndpointGroupCommand.js +28 -21
  50. package/dist-es/commands/UpdateListenerCommand.js +28 -21
  51. package/dist-es/commands/WithdrawByoipCidrCommand.js +28 -21
  52. package/dist-es/endpoints.js +8 -8
  53. package/dist-es/models/GlobalAcceleratorServiceException.js +10 -5
  54. package/dist-es/models/models_0.js +327 -546
  55. package/dist-es/pagination/ListAcceleratorsPaginator.js +68 -25
  56. package/dist-es/pagination/ListByoipCidrsPaginator.js +68 -25
  57. package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js +68 -25
  58. package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +68 -25
  59. package/dist-es/pagination/ListCustomRoutingListenersPaginator.js +68 -25
  60. package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +68 -25
  61. package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js +68 -25
  62. package/dist-es/pagination/ListEndpointGroupsPaginator.js +68 -25
  63. package/dist-es/pagination/ListListenersPaginator.js +68 -25
  64. package/dist-es/protocols/Aws_json1_1.js +4071 -3127
  65. package/dist-es/runtimeConfig.browser.js +12 -26
  66. package/dist-es/runtimeConfig.js +12 -30
  67. package/dist-es/runtimeConfig.native.js +5 -8
  68. package/dist-es/runtimeConfig.shared.js +11 -8
  69. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-global-accelerator
9
+
10
+
11
+
12
+
13
+
14
+ # [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
7
26
 
8
27
  **Note:** Version bump only for package @aws-sdk/client-global-accelerator
@@ -3873,10 +3873,10 @@ const deserializeAws_json1_1WithdrawByoipCidrResponse = (output, context) => {
3873
3873
  };
3874
3874
  };
3875
3875
  const deserializeMetadata = (output) => {
3876
- var _a;
3876
+ var _a, _b;
3877
3877
  return ({
3878
3878
  httpStatusCode: output.statusCode,
3879
- requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
3879
+ requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
3880
3880
  extendedRequestId: output.headers["x-amz-id-2"],
3881
3881
  cfId: output.headers["x-amz-cf-id"],
3882
3882
  });