@aws-sdk/client-global-accelerator 3.306.0 → 3.309.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 (103) hide show
  1. package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +2 -2
  2. package/dist-cjs/commands/AddEndpointsCommand.js +2 -2
  3. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +2 -2
  4. package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAcceleratorCommand.js +2 -2
  6. package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +2 -2
  7. package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -2
  8. package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +2 -2
  9. package/dist-cjs/commands/CreateEndpointGroupCommand.js +2 -2
  10. package/dist-cjs/commands/CreateListenerCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteAcceleratorCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteEndpointGroupCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteListenerCommand.js +2 -2
  17. package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +2 -2
  18. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeAcceleratorCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeEndpointGroupCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeListenerCommand.js +2 -2
  27. package/dist-cjs/commands/ListAcceleratorsCommand.js +2 -2
  28. package/dist-cjs/commands/ListByoipCidrsCommand.js +2 -2
  29. package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +2 -2
  30. package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -2
  31. package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +2 -2
  32. package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -2
  33. package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +2 -2
  34. package/dist-cjs/commands/ListEndpointGroupsCommand.js +2 -2
  35. package/dist-cjs/commands/ListListenersCommand.js +2 -2
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  37. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +2 -2
  38. package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +2 -2
  39. package/dist-cjs/commands/RemoveEndpointsCommand.js +2 -2
  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/protocols/Aws_json1_1.js +901 -931
  51. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +3 -3
  52. package/dist-es/commands/AddEndpointsCommand.js +3 -3
  53. package/dist-es/commands/AdvertiseByoipCidrCommand.js +3 -3
  54. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +3 -3
  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 +3 -3
  62. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +3 -3
  63. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +3 -3
  64. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +3 -3
  65. package/dist-es/commands/DeleteEndpointGroupCommand.js +3 -3
  66. package/dist-es/commands/DeleteListenerCommand.js +3 -3
  67. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +3 -3
  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 +3 -3
  89. package/dist-es/commands/RemoveEndpointsCommand.js +3 -3
  90. package/dist-es/commands/TagResourceCommand.js +3 -3
  91. package/dist-es/commands/UntagResourceCommand.js +3 -3
  92. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +3 -3
  93. package/dist-es/commands/UpdateAcceleratorCommand.js +3 -3
  94. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +3 -3
  95. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +3 -3
  96. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +3 -3
  97. package/dist-es/commands/UpdateEndpointGroupCommand.js +3 -3
  98. package/dist-es/commands/UpdateListenerCommand.js +3 -3
  99. package/dist-es/commands/WithdrawByoipCidrCommand.js +3 -3
  100. package/dist-es/protocols/Aws_json1_1.js +801 -831
  101. package/dist-types/protocols/Aws_json1_1.d.ts +392 -98
  102. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +98 -98
  103. package/package.json +6 -6
@@ -36,10 +36,10 @@ class UpdateCustomRoutingAcceleratorAttributesCommand extends smithy_client_1.Co
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateCustomRoutingAcceleratorAttributesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateCustomRoutingAcceleratorAttributesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateCustomRoutingAcceleratorAttributesCommand = UpdateCustomRoutingAcceleratorAttributesCommand;
@@ -36,10 +36,10 @@ class UpdateCustomRoutingAcceleratorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateCustomRoutingAcceleratorCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateCustomRoutingAcceleratorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateCustomRoutingAcceleratorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateCustomRoutingAcceleratorCommand = UpdateCustomRoutingAcceleratorCommand;
@@ -36,10 +36,10 @@ class UpdateCustomRoutingListenerCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateCustomRoutingListenerCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateCustomRoutingListenerCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateCustomRoutingListenerCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateCustomRoutingListenerCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateCustomRoutingListenerCommand = UpdateCustomRoutingListenerCommand;
@@ -36,10 +36,10 @@ class UpdateEndpointGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateEndpointGroupCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateEndpointGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateEndpointGroupCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateEndpointGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateEndpointGroupCommand = UpdateEndpointGroupCommand;
@@ -36,10 +36,10 @@ class UpdateListenerCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateListenerCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateListenerCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateListenerCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateListenerCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateListenerCommand = UpdateListenerCommand;
@@ -36,10 +36,10 @@ class WithdrawByoipCidrCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1WithdrawByoipCidrCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_WithdrawByoipCidrCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1WithdrawByoipCidrCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_WithdrawByoipCidrCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.WithdrawByoipCidrCommand = WithdrawByoipCidrCommand;