@aws-sdk/client-global-accelerator 3.306.0 → 3.310.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 +35 -35
@@ -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_1ListCustomRoutingAcceleratorsCommand, serializeAws_json1_1ListCustomRoutingAcceleratorsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListCustomRoutingAcceleratorsCommand, se_ListCustomRoutingAcceleratorsCommand, } from "../protocols/Aws_json1_1";
5
5
  export class ListCustomRoutingAcceleratorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCustomRoutingAcceleratorsCommand 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_1ListCustomRoutingAcceleratorsCommand(input, context);
36
+ return se_ListCustomRoutingAcceleratorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListCustomRoutingAcceleratorsCommand(output, context);
39
+ return de_ListCustomRoutingAcceleratorsCommand(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_1ListCustomRoutingEndpointGroupsCommand, serializeAws_json1_1ListCustomRoutingEndpointGroupsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListCustomRoutingEndpointGroupsCommand, se_ListCustomRoutingEndpointGroupsCommand, } from "../protocols/Aws_json1_1";
5
5
  export class ListCustomRoutingEndpointGroupsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCustomRoutingEndpointGroupsCommand 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_1ListCustomRoutingEndpointGroupsCommand(input, context);
36
+ return se_ListCustomRoutingEndpointGroupsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListCustomRoutingEndpointGroupsCommand(output, context);
39
+ return de_ListCustomRoutingEndpointGroupsCommand(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_1ListCustomRoutingListenersCommand, serializeAws_json1_1ListCustomRoutingListenersCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListCustomRoutingListenersCommand, se_ListCustomRoutingListenersCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListCustomRoutingListenersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCustomRoutingListenersCommand 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_1ListCustomRoutingListenersCommand(input, context);
36
+ return se_ListCustomRoutingListenersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListCustomRoutingListenersCommand(output, context);
39
+ return de_ListCustomRoutingListenersCommand(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_1ListCustomRoutingPortMappingsByDestinationCommand, serializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListCustomRoutingPortMappingsByDestinationCommand, se_ListCustomRoutingPortMappingsByDestinationCommand, } from "../protocols/Aws_json1_1";
5
5
  export class ListCustomRoutingPortMappingsByDestinationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCustomRoutingPortMappingsByDestinationCommand 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_1ListCustomRoutingPortMappingsByDestinationCommand(input, context);
36
+ return se_ListCustomRoutingPortMappingsByDestinationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand(output, context);
39
+ return de_ListCustomRoutingPortMappingsByDestinationCommand(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_1ListCustomRoutingPortMappingsCommand, serializeAws_json1_1ListCustomRoutingPortMappingsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListCustomRoutingPortMappingsCommand, se_ListCustomRoutingPortMappingsCommand, } from "../protocols/Aws_json1_1";
5
5
  export class ListCustomRoutingPortMappingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCustomRoutingPortMappingsCommand 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_1ListCustomRoutingPortMappingsCommand(input, context);
36
+ return se_ListCustomRoutingPortMappingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListCustomRoutingPortMappingsCommand(output, context);
39
+ return de_ListCustomRoutingPortMappingsCommand(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_1ListEndpointGroupsCommand, serializeAws_json1_1ListEndpointGroupsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListEndpointGroupsCommand, se_ListEndpointGroupsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListEndpointGroupsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListEndpointGroupsCommand 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_1ListEndpointGroupsCommand(input, context);
36
+ return se_ListEndpointGroupsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListEndpointGroupsCommand(output, context);
39
+ return de_ListEndpointGroupsCommand(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_1ListListenersCommand, serializeAws_json1_1ListListenersCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListListenersCommand, se_ListListenersCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListListenersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListListenersCommand 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_1ListListenersCommand(input, context);
36
+ return se_ListListenersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListListenersCommand(output, context);
39
+ return de_ListListenersCommand(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_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand 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_1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(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_1ProvisionByoipCidrCommand, serializeAws_json1_1ProvisionByoipCidrCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ProvisionByoipCidrCommand, se_ProvisionByoipCidrCommand } from "../protocols/Aws_json1_1";
5
5
  export class ProvisionByoipCidrCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ProvisionByoipCidrCommand 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_1ProvisionByoipCidrCommand(input, context);
36
+ return se_ProvisionByoipCidrCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ProvisionByoipCidrCommand(output, context);
39
+ return de_ProvisionByoipCidrCommand(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_1RemoveCustomRoutingEndpointsCommand, serializeAws_json1_1RemoveCustomRoutingEndpointsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_RemoveCustomRoutingEndpointsCommand, se_RemoveCustomRoutingEndpointsCommand, } from "../protocols/Aws_json1_1";
5
5
  export class RemoveCustomRoutingEndpointsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RemoveCustomRoutingEndpointsCommand 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_1RemoveCustomRoutingEndpointsCommand(input, context);
36
+ return se_RemoveCustomRoutingEndpointsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand(output, context);
39
+ return de_RemoveCustomRoutingEndpointsCommand(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_1RemoveEndpointsCommand, serializeAws_json1_1RemoveEndpointsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_RemoveEndpointsCommand, se_RemoveEndpointsCommand } from "../protocols/Aws_json1_1";
5
5
  export class RemoveEndpointsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RemoveEndpointsCommand 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_1RemoveEndpointsCommand(input, context);
36
+ return se_RemoveEndpointsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1RemoveEndpointsCommand(output, context);
39
+ return de_RemoveEndpointsCommand(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_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand 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_1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(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_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand 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_1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(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_1UpdateAcceleratorAttributesCommand, serializeAws_json1_1UpdateAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateAcceleratorAttributesCommand, se_UpdateAcceleratorAttributesCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateAcceleratorAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateAcceleratorAttributesCommand 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_1UpdateAcceleratorAttributesCommand(input, context);
36
+ return se_UpdateAcceleratorAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateAcceleratorAttributesCommand(output, context);
39
+ return de_UpdateAcceleratorAttributesCommand(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_1UpdateAcceleratorCommand, serializeAws_json1_1UpdateAcceleratorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateAcceleratorCommand, se_UpdateAcceleratorCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateAcceleratorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateAcceleratorCommand 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_1UpdateAcceleratorCommand(input, context);
36
+ return se_UpdateAcceleratorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateAcceleratorCommand(output, context);
39
+ return de_UpdateAcceleratorCommand(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_1UpdateCustomRoutingAcceleratorAttributesCommand, serializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateCustomRoutingAcceleratorAttributesCommand, se_UpdateCustomRoutingAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1";
5
5
  export class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateCustomRoutingAcceleratorAttributesCommand 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_1UpdateCustomRoutingAcceleratorAttributesCommand(input, context);
36
+ return se_UpdateCustomRoutingAcceleratorAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand(output, context);
39
+ return de_UpdateCustomRoutingAcceleratorAttributesCommand(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_1UpdateCustomRoutingAcceleratorCommand, serializeAws_json1_1UpdateCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateCustomRoutingAcceleratorCommand, se_UpdateCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1";
5
5
  export class UpdateCustomRoutingAcceleratorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateCustomRoutingAcceleratorCommand 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_1UpdateCustomRoutingAcceleratorCommand(input, context);
36
+ return se_UpdateCustomRoutingAcceleratorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommand(output, context);
39
+ return de_UpdateCustomRoutingAcceleratorCommand(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_1UpdateCustomRoutingListenerCommand, serializeAws_json1_1UpdateCustomRoutingListenerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateCustomRoutingListenerCommand, se_UpdateCustomRoutingListenerCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateCustomRoutingListenerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateCustomRoutingListenerCommand 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_1UpdateCustomRoutingListenerCommand(input, context);
36
+ return se_UpdateCustomRoutingListenerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateCustomRoutingListenerCommand(output, context);
39
+ return de_UpdateCustomRoutingListenerCommand(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_1UpdateEndpointGroupCommand, serializeAws_json1_1UpdateEndpointGroupCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateEndpointGroupCommand, se_UpdateEndpointGroupCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateEndpointGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateEndpointGroupCommand 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_1UpdateEndpointGroupCommand(input, context);
36
+ return se_UpdateEndpointGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateEndpointGroupCommand(output, context);
39
+ return de_UpdateEndpointGroupCommand(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_1UpdateListenerCommand, serializeAws_json1_1UpdateListenerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateListenerCommand, se_UpdateListenerCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateListenerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateListenerCommand 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_1UpdateListenerCommand(input, context);
36
+ return se_UpdateListenerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateListenerCommand(output, context);
39
+ return de_UpdateListenerCommand(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_1WithdrawByoipCidrCommand, serializeAws_json1_1WithdrawByoipCidrCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_WithdrawByoipCidrCommand, se_WithdrawByoipCidrCommand } from "../protocols/Aws_json1_1";
5
5
  export class WithdrawByoipCidrCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class WithdrawByoipCidrCommand 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_1WithdrawByoipCidrCommand(input, context);
36
+ return se_WithdrawByoipCidrCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1WithdrawByoipCidrCommand(output, context);
39
+ return de_WithdrawByoipCidrCommand(output, context);
40
40
  }
41
41
  }