@aws-sdk/client-global-accelerator 3.303.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 +29 -29
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1AddCustomRoutingEndpointsCommand, serializeAws_json1_1AddCustomRoutingEndpointsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_AddCustomRoutingEndpointsCommand, se_AddCustomRoutingEndpointsCommand } from "../protocols/Aws_json1_1";
5
5
  export class AddCustomRoutingEndpointsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AddCustomRoutingEndpointsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1AddCustomRoutingEndpointsCommand(input, context);
36
+ return se_AddCustomRoutingEndpointsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1AddCustomRoutingEndpointsCommand(output, context);
39
+ return de_AddCustomRoutingEndpointsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1AddEndpointsCommand, serializeAws_json1_1AddEndpointsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_AddEndpointsCommand, se_AddEndpointsCommand } from "../protocols/Aws_json1_1";
5
5
  export class AddEndpointsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AddEndpointsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1AddEndpointsCommand(input, context);
36
+ return se_AddEndpointsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1AddEndpointsCommand(output, context);
39
+ return de_AddEndpointsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1AdvertiseByoipCidrCommand, serializeAws_json1_1AdvertiseByoipCidrCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_AdvertiseByoipCidrCommand, se_AdvertiseByoipCidrCommand } from "../protocols/Aws_json1_1";
5
5
  export class AdvertiseByoipCidrCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AdvertiseByoipCidrCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1AdvertiseByoipCidrCommand(input, context);
36
+ return se_AdvertiseByoipCidrCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1AdvertiseByoipCidrCommand(output, context);
39
+ return de_AdvertiseByoipCidrCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1AllowCustomRoutingTrafficCommand, serializeAws_json1_1AllowCustomRoutingTrafficCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_AllowCustomRoutingTrafficCommand, se_AllowCustomRoutingTrafficCommand } from "../protocols/Aws_json1_1";
5
5
  export class AllowCustomRoutingTrafficCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AllowCustomRoutingTrafficCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1AllowCustomRoutingTrafficCommand(input, context);
36
+ return se_AllowCustomRoutingTrafficCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1AllowCustomRoutingTrafficCommand(output, context);
39
+ return de_AllowCustomRoutingTrafficCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateAcceleratorCommand, serializeAws_json1_1CreateAcceleratorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateAcceleratorCommand, se_CreateAcceleratorCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateAcceleratorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateAcceleratorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateAcceleratorCommand(input, context);
36
+ return se_CreateAcceleratorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateAcceleratorCommand(output, context);
39
+ return de_CreateAcceleratorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand, serializeAws_json1_1CreateCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateCustomRoutingAcceleratorCommand, se_CreateCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1";
5
5
  export class CreateCustomRoutingAcceleratorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateCustomRoutingAcceleratorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateCustomRoutingAcceleratorCommand(input, context);
36
+ return se_CreateCustomRoutingAcceleratorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand(output, context);
39
+ return de_CreateCustomRoutingAcceleratorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand, serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateCustomRoutingEndpointGroupCommand, se_CreateCustomRoutingEndpointGroupCommand, } from "../protocols/Aws_json1_1";
5
5
  export class CreateCustomRoutingEndpointGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateCustomRoutingEndpointGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand(input, context);
36
+ return se_CreateCustomRoutingEndpointGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand(output, context);
39
+ return de_CreateCustomRoutingEndpointGroupCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateCustomRoutingListenerCommand, serializeAws_json1_1CreateCustomRoutingListenerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateCustomRoutingListenerCommand, se_CreateCustomRoutingListenerCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateCustomRoutingListenerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateCustomRoutingListenerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateCustomRoutingListenerCommand(input, context);
36
+ return se_CreateCustomRoutingListenerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateCustomRoutingListenerCommand(output, context);
39
+ return de_CreateCustomRoutingListenerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateEndpointGroupCommand, serializeAws_json1_1CreateEndpointGroupCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateEndpointGroupCommand, se_CreateEndpointGroupCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateEndpointGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateEndpointGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateEndpointGroupCommand(input, context);
36
+ return se_CreateEndpointGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateEndpointGroupCommand(output, context);
39
+ return de_CreateEndpointGroupCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateListenerCommand, serializeAws_json1_1CreateListenerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateListenerCommand, se_CreateListenerCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateListenerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateListenerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateListenerCommand(input, context);
36
+ return se_CreateListenerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateListenerCommand(output, context);
39
+ return de_CreateListenerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteAcceleratorCommand, serializeAws_json1_1DeleteAcceleratorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteAcceleratorCommand, se_DeleteAcceleratorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteAcceleratorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteAcceleratorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteAcceleratorCommand(input, context);
36
+ return se_DeleteAcceleratorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteAcceleratorCommand(output, context);
39
+ return de_DeleteAcceleratorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommand, serializeAws_json1_1DeleteCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteCustomRoutingAcceleratorCommand, se_DeleteCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DeleteCustomRoutingAcceleratorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteCustomRoutingAcceleratorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteCustomRoutingAcceleratorCommand(input, context);
36
+ return se_DeleteCustomRoutingAcceleratorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommand(output, context);
39
+ return de_DeleteCustomRoutingAcceleratorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand, serializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteCustomRoutingEndpointGroupCommand, se_DeleteCustomRoutingEndpointGroupCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DeleteCustomRoutingEndpointGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteCustomRoutingEndpointGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand(input, context);
36
+ return se_DeleteCustomRoutingEndpointGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand(output, context);
39
+ return de_DeleteCustomRoutingEndpointGroupCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteCustomRoutingListenerCommand, serializeAws_json1_1DeleteCustomRoutingListenerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteCustomRoutingListenerCommand, se_DeleteCustomRoutingListenerCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteCustomRoutingListenerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteCustomRoutingListenerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteCustomRoutingListenerCommand(input, context);
36
+ return se_DeleteCustomRoutingListenerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteCustomRoutingListenerCommand(output, context);
39
+ return de_DeleteCustomRoutingListenerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteEndpointGroupCommand, serializeAws_json1_1DeleteEndpointGroupCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteEndpointGroupCommand, se_DeleteEndpointGroupCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteEndpointGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteEndpointGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteEndpointGroupCommand(input, context);
36
+ return se_DeleteEndpointGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteEndpointGroupCommand(output, context);
39
+ return de_DeleteEndpointGroupCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteListenerCommand, serializeAws_json1_1DeleteListenerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteListenerCommand, se_DeleteListenerCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteListenerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteListenerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteListenerCommand(input, context);
36
+ return se_DeleteListenerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteListenerCommand(output, context);
39
+ return de_DeleteListenerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DenyCustomRoutingTrafficCommand, serializeAws_json1_1DenyCustomRoutingTrafficCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DenyCustomRoutingTrafficCommand, se_DenyCustomRoutingTrafficCommand } from "../protocols/Aws_json1_1";
5
5
  export class DenyCustomRoutingTrafficCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DenyCustomRoutingTrafficCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DenyCustomRoutingTrafficCommand(input, context);
36
+ return se_DenyCustomRoutingTrafficCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DenyCustomRoutingTrafficCommand(output, context);
39
+ return de_DenyCustomRoutingTrafficCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeprovisionByoipCidrCommand, serializeAws_json1_1DeprovisionByoipCidrCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeprovisionByoipCidrCommand, se_DeprovisionByoipCidrCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeprovisionByoipCidrCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeprovisionByoipCidrCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeprovisionByoipCidrCommand(input, context);
36
+ return se_DeprovisionByoipCidrCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeprovisionByoipCidrCommand(output, context);
39
+ return de_DeprovisionByoipCidrCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeAcceleratorAttributesCommand, serializeAws_json1_1DescribeAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeAcceleratorAttributesCommand, se_DescribeAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeAcceleratorAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAcceleratorAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeAcceleratorAttributesCommand(input, context);
36
+ return se_DescribeAcceleratorAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeAcceleratorAttributesCommand(output, context);
39
+ return de_DescribeAcceleratorAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeAcceleratorCommand, serializeAws_json1_1DescribeAcceleratorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeAcceleratorCommand, se_DescribeAcceleratorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeAcceleratorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAcceleratorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeAcceleratorCommand(input, context);
36
+ return se_DescribeAcceleratorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeAcceleratorCommand(output, context);
39
+ return de_DescribeAcceleratorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand, serializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeCustomRoutingAcceleratorAttributesCommand, se_DescribeCustomRoutingAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand(input, context);
36
+ return se_DescribeCustomRoutingAcceleratorAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand(output, context);
39
+ return de_DescribeCustomRoutingAcceleratorAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommand, serializeAws_json1_1DescribeCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeCustomRoutingAcceleratorCommand, se_DescribeCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeCustomRoutingAcceleratorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeCustomRoutingAcceleratorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeCustomRoutingAcceleratorCommand(input, context);
36
+ return se_DescribeCustomRoutingAcceleratorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommand(output, context);
39
+ return de_DescribeCustomRoutingAcceleratorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand, serializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeCustomRoutingEndpointGroupCommand, se_DescribeCustomRoutingEndpointGroupCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeCustomRoutingEndpointGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeCustomRoutingEndpointGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand(input, context);
36
+ return se_DescribeCustomRoutingEndpointGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand(output, context);
39
+ return de_DescribeCustomRoutingEndpointGroupCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeCustomRoutingListenerCommand, serializeAws_json1_1DescribeCustomRoutingListenerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeCustomRoutingListenerCommand, se_DescribeCustomRoutingListenerCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeCustomRoutingListenerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeCustomRoutingListenerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeCustomRoutingListenerCommand(input, context);
36
+ return se_DescribeCustomRoutingListenerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeCustomRoutingListenerCommand(output, context);
39
+ return de_DescribeCustomRoutingListenerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeEndpointGroupCommand, serializeAws_json1_1DescribeEndpointGroupCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeEndpointGroupCommand, se_DescribeEndpointGroupCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeEndpointGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeEndpointGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeEndpointGroupCommand(input, context);
36
+ return se_DescribeEndpointGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeEndpointGroupCommand(output, context);
39
+ return de_DescribeEndpointGroupCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeListenerCommand, serializeAws_json1_1DescribeListenerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeListenerCommand, se_DescribeListenerCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeListenerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeListenerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeListenerCommand(input, context);
36
+ return se_DescribeListenerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeListenerCommand(output, context);
39
+ return de_DescribeListenerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListAcceleratorsCommand, serializeAws_json1_1ListAcceleratorsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListAcceleratorsCommand, se_ListAcceleratorsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListAcceleratorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAcceleratorsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListAcceleratorsCommand(input, context);
36
+ return se_ListAcceleratorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListAcceleratorsCommand(output, context);
39
+ return de_ListAcceleratorsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListByoipCidrsCommand, serializeAws_json1_1ListByoipCidrsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListByoipCidrsCommand, se_ListByoipCidrsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListByoipCidrsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListByoipCidrsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListByoipCidrsCommand(input, context);
36
+ return se_ListByoipCidrsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListByoipCidrsCommand(output, context);
39
+ return de_ListByoipCidrsCommand(output, context);
40
40
  }
41
41
  }