@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
@@ -49,101 +49,395 @@ import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCom
49
49
  import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "../commands/UpdateEndpointGroupCommand";
50
50
  import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "../commands/UpdateListenerCommand";
51
51
  import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "../commands/WithdrawByoipCidrCommand";
52
- export declare const serializeAws_json1_1AddCustomRoutingEndpointsCommand: (input: AddCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1AddEndpointsCommand: (input: AddEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1AdvertiseByoipCidrCommand: (input: AdvertiseByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1AllowCustomRoutingTrafficCommand: (input: AllowCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1CreateAcceleratorCommand: (input: CreateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1CreateCustomRoutingAcceleratorCommand: (input: CreateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand: (input: CreateCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1CreateCustomRoutingListenerCommand: (input: CreateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1CreateEndpointGroupCommand: (input: CreateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1CreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1DeleteAcceleratorCommand: (input: DeleteAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DeleteCustomRoutingAcceleratorCommand: (input: DeleteCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand: (input: DeleteCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DeleteCustomRoutingListenerCommand: (input: DeleteCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DeleteEndpointGroupCommand: (input: DeleteEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1DenyCustomRoutingTrafficCommand: (input: DenyCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1DeprovisionByoipCidrCommand: (input: DeprovisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1DescribeAcceleratorCommand: (input: DescribeAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1DescribeAcceleratorAttributesCommand: (input: DescribeAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1DescribeCustomRoutingAcceleratorCommand: (input: DescribeCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand: (input: DescribeCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand: (input: DescribeCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1DescribeCustomRoutingListenerCommand: (input: DescribeCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1DescribeEndpointGroupCommand: (input: DescribeEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1DescribeListenerCommand: (input: DescribeListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1ListAcceleratorsCommand: (input: ListAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1ListByoipCidrsCommand: (input: ListByoipCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ListCustomRoutingAcceleratorsCommand: (input: ListCustomRoutingAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1ListCustomRoutingEndpointGroupsCommand: (input: ListCustomRoutingEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1ListCustomRoutingListenersCommand: (input: ListCustomRoutingListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1ListCustomRoutingPortMappingsCommand: (input: ListCustomRoutingPortMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand: (input: ListCustomRoutingPortMappingsByDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1ListEndpointGroupsCommand: (input: ListEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1ListListenersCommand: (input: ListListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1ProvisionByoipCidrCommand: (input: ProvisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (input: RemoveCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1RemoveEndpointsCommand: (input: RemoveEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1UpdateAcceleratorCommand: (input: UpdateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1UpdateAcceleratorAttributesCommand: (input: UpdateAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1UpdateCustomRoutingAcceleratorCommand: (input: UpdateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand: (input: UpdateCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1UpdateCustomRoutingListenerCommand: (input: UpdateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1UpdateEndpointGroupCommand: (input: UpdateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1UpdateListenerCommand: (input: UpdateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1WithdrawByoipCidrCommand: (input: WithdrawByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const deserializeAws_json1_1AddCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCustomRoutingEndpointsCommandOutput>;
102
- export declare const deserializeAws_json1_1AddEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddEndpointsCommandOutput>;
103
- export declare const deserializeAws_json1_1AdvertiseByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdvertiseByoipCidrCommandOutput>;
104
- export declare const deserializeAws_json1_1AllowCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AllowCustomRoutingTrafficCommandOutput>;
105
- export declare const deserializeAws_json1_1CreateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAcceleratorCommandOutput>;
106
- export declare const deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingAcceleratorCommandOutput>;
107
- export declare const deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
108
- export declare const deserializeAws_json1_1CreateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingListenerCommandOutput>;
109
- export declare const deserializeAws_json1_1CreateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointGroupCommandOutput>;
110
- export declare const deserializeAws_json1_1CreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
111
- export declare const deserializeAws_json1_1DeleteAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAcceleratorCommandOutput>;
112
- export declare const deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
113
- export declare const deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
114
- export declare const deserializeAws_json1_1DeleteCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingListenerCommandOutput>;
115
- export declare const deserializeAws_json1_1DeleteEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointGroupCommandOutput>;
116
- export declare const deserializeAws_json1_1DeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
117
- export declare const deserializeAws_json1_1DenyCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DenyCustomRoutingTrafficCommandOutput>;
118
- export declare const deserializeAws_json1_1DeprovisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionByoipCidrCommandOutput>;
119
- export declare const deserializeAws_json1_1DescribeAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorCommandOutput>;
120
- export declare const deserializeAws_json1_1DescribeAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorAttributesCommandOutput>;
121
- export declare const deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
122
- export declare const deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
123
- export declare const deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
124
- export declare const deserializeAws_json1_1DescribeCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingListenerCommandOutput>;
125
- export declare const deserializeAws_json1_1DescribeEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointGroupCommandOutput>;
126
- export declare const deserializeAws_json1_1DescribeListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenerCommandOutput>;
127
- export declare const deserializeAws_json1_1ListAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAcceleratorsCommandOutput>;
128
- export declare const deserializeAws_json1_1ListByoipCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListByoipCidrsCommandOutput>;
129
- export declare const deserializeAws_json1_1ListCustomRoutingAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingAcceleratorsCommandOutput>;
130
- export declare const deserializeAws_json1_1ListCustomRoutingEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
131
- export declare const deserializeAws_json1_1ListCustomRoutingListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingListenersCommandOutput>;
132
- export declare const deserializeAws_json1_1ListCustomRoutingPortMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsCommandOutput>;
133
- export declare const deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
134
- export declare const deserializeAws_json1_1ListEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointGroupsCommandOutput>;
135
- export declare const deserializeAws_json1_1ListListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListListenersCommandOutput>;
136
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
137
- export declare const deserializeAws_json1_1ProvisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionByoipCidrCommandOutput>;
138
- export declare const deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
139
- export declare const deserializeAws_json1_1RemoveEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveEndpointsCommandOutput>;
140
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
141
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
142
- export declare const deserializeAws_json1_1UpdateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorCommandOutput>;
143
- export declare const deserializeAws_json1_1UpdateAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorAttributesCommandOutput>;
144
- export declare const deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
145
- export declare const deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
146
- export declare const deserializeAws_json1_1UpdateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingListenerCommandOutput>;
147
- export declare const deserializeAws_json1_1UpdateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointGroupCommandOutput>;
148
- export declare const deserializeAws_json1_1UpdateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateListenerCommandOutput>;
149
- export declare const deserializeAws_json1_1WithdrawByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<WithdrawByoipCidrCommandOutput>;
52
+ /**
53
+ * serializeAws_json1_1AddCustomRoutingEndpointsCommand
54
+ */
55
+ export declare const se_AddCustomRoutingEndpointsCommand: (input: AddCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ /**
57
+ * serializeAws_json1_1AddEndpointsCommand
58
+ */
59
+ export declare const se_AddEndpointsCommand: (input: AddEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ /**
61
+ * serializeAws_json1_1AdvertiseByoipCidrCommand
62
+ */
63
+ export declare const se_AdvertiseByoipCidrCommand: (input: AdvertiseByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ /**
65
+ * serializeAws_json1_1AllowCustomRoutingTrafficCommand
66
+ */
67
+ export declare const se_AllowCustomRoutingTrafficCommand: (input: AllowCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ /**
69
+ * serializeAws_json1_1CreateAcceleratorCommand
70
+ */
71
+ export declare const se_CreateAcceleratorCommand: (input: CreateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_json1_1CreateCustomRoutingAcceleratorCommand
74
+ */
75
+ export declare const se_CreateCustomRoutingAcceleratorCommand: (input: CreateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ /**
77
+ * serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand
78
+ */
79
+ export declare const se_CreateCustomRoutingEndpointGroupCommand: (input: CreateCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ /**
81
+ * serializeAws_json1_1CreateCustomRoutingListenerCommand
82
+ */
83
+ export declare const se_CreateCustomRoutingListenerCommand: (input: CreateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_json1_1CreateEndpointGroupCommand
86
+ */
87
+ export declare const se_CreateEndpointGroupCommand: (input: CreateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ /**
89
+ * serializeAws_json1_1CreateListenerCommand
90
+ */
91
+ export declare const se_CreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ /**
93
+ * serializeAws_json1_1DeleteAcceleratorCommand
94
+ */
95
+ export declare const se_DeleteAcceleratorCommand: (input: DeleteAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ /**
97
+ * serializeAws_json1_1DeleteCustomRoutingAcceleratorCommand
98
+ */
99
+ export declare const se_DeleteCustomRoutingAcceleratorCommand: (input: DeleteCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand
102
+ */
103
+ export declare const se_DeleteCustomRoutingEndpointGroupCommand: (input: DeleteCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_json1_1DeleteCustomRoutingListenerCommand
106
+ */
107
+ export declare const se_DeleteCustomRoutingListenerCommand: (input: DeleteCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * serializeAws_json1_1DeleteEndpointGroupCommand
110
+ */
111
+ export declare const se_DeleteEndpointGroupCommand: (input: DeleteEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ /**
113
+ * serializeAws_json1_1DeleteListenerCommand
114
+ */
115
+ export declare const se_DeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ /**
117
+ * serializeAws_json1_1DenyCustomRoutingTrafficCommand
118
+ */
119
+ export declare const se_DenyCustomRoutingTrafficCommand: (input: DenyCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ /**
121
+ * serializeAws_json1_1DeprovisionByoipCidrCommand
122
+ */
123
+ export declare const se_DeprovisionByoipCidrCommand: (input: DeprovisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
+ /**
125
+ * serializeAws_json1_1DescribeAcceleratorCommand
126
+ */
127
+ export declare const se_DescribeAcceleratorCommand: (input: DescribeAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ /**
129
+ * serializeAws_json1_1DescribeAcceleratorAttributesCommand
130
+ */
131
+ export declare const se_DescribeAcceleratorAttributesCommand: (input: DescribeAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
+ /**
133
+ * serializeAws_json1_1DescribeCustomRoutingAcceleratorCommand
134
+ */
135
+ export declare const se_DescribeCustomRoutingAcceleratorCommand: (input: DescribeCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
+ /**
137
+ * serializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand
138
+ */
139
+ export declare const se_DescribeCustomRoutingAcceleratorAttributesCommand: (input: DescribeCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
+ /**
141
+ * serializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand
142
+ */
143
+ export declare const se_DescribeCustomRoutingEndpointGroupCommand: (input: DescribeCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
+ /**
145
+ * serializeAws_json1_1DescribeCustomRoutingListenerCommand
146
+ */
147
+ export declare const se_DescribeCustomRoutingListenerCommand: (input: DescribeCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
+ /**
149
+ * serializeAws_json1_1DescribeEndpointGroupCommand
150
+ */
151
+ export declare const se_DescribeEndpointGroupCommand: (input: DescribeEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
+ /**
153
+ * serializeAws_json1_1DescribeListenerCommand
154
+ */
155
+ export declare const se_DescribeListenerCommand: (input: DescribeListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
+ /**
157
+ * serializeAws_json1_1ListAcceleratorsCommand
158
+ */
159
+ export declare const se_ListAcceleratorsCommand: (input: ListAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
+ /**
161
+ * serializeAws_json1_1ListByoipCidrsCommand
162
+ */
163
+ export declare const se_ListByoipCidrsCommand: (input: ListByoipCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
+ /**
165
+ * serializeAws_json1_1ListCustomRoutingAcceleratorsCommand
166
+ */
167
+ export declare const se_ListCustomRoutingAcceleratorsCommand: (input: ListCustomRoutingAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ /**
169
+ * serializeAws_json1_1ListCustomRoutingEndpointGroupsCommand
170
+ */
171
+ export declare const se_ListCustomRoutingEndpointGroupsCommand: (input: ListCustomRoutingEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
+ /**
173
+ * serializeAws_json1_1ListCustomRoutingListenersCommand
174
+ */
175
+ export declare const se_ListCustomRoutingListenersCommand: (input: ListCustomRoutingListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
+ /**
177
+ * serializeAws_json1_1ListCustomRoutingPortMappingsCommand
178
+ */
179
+ export declare const se_ListCustomRoutingPortMappingsCommand: (input: ListCustomRoutingPortMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
+ /**
181
+ * serializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand
182
+ */
183
+ export declare const se_ListCustomRoutingPortMappingsByDestinationCommand: (input: ListCustomRoutingPortMappingsByDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
+ /**
185
+ * serializeAws_json1_1ListEndpointGroupsCommand
186
+ */
187
+ export declare const se_ListEndpointGroupsCommand: (input: ListEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
+ /**
189
+ * serializeAws_json1_1ListListenersCommand
190
+ */
191
+ export declare const se_ListListenersCommand: (input: ListListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
+ /**
193
+ * serializeAws_json1_1ListTagsForResourceCommand
194
+ */
195
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
+ /**
197
+ * serializeAws_json1_1ProvisionByoipCidrCommand
198
+ */
199
+ export declare const se_ProvisionByoipCidrCommand: (input: ProvisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
+ /**
201
+ * serializeAws_json1_1RemoveCustomRoutingEndpointsCommand
202
+ */
203
+ export declare const se_RemoveCustomRoutingEndpointsCommand: (input: RemoveCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
+ /**
205
+ * serializeAws_json1_1RemoveEndpointsCommand
206
+ */
207
+ export declare const se_RemoveEndpointsCommand: (input: RemoveEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
+ /**
209
+ * serializeAws_json1_1TagResourceCommand
210
+ */
211
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
+ /**
213
+ * serializeAws_json1_1UntagResourceCommand
214
+ */
215
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
+ /**
217
+ * serializeAws_json1_1UpdateAcceleratorCommand
218
+ */
219
+ export declare const se_UpdateAcceleratorCommand: (input: UpdateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
+ /**
221
+ * serializeAws_json1_1UpdateAcceleratorAttributesCommand
222
+ */
223
+ export declare const se_UpdateAcceleratorAttributesCommand: (input: UpdateAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
+ /**
225
+ * serializeAws_json1_1UpdateCustomRoutingAcceleratorCommand
226
+ */
227
+ export declare const se_UpdateCustomRoutingAcceleratorCommand: (input: UpdateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
+ /**
229
+ * serializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand
230
+ */
231
+ export declare const se_UpdateCustomRoutingAcceleratorAttributesCommand: (input: UpdateCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
+ /**
233
+ * serializeAws_json1_1UpdateCustomRoutingListenerCommand
234
+ */
235
+ export declare const se_UpdateCustomRoutingListenerCommand: (input: UpdateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
+ /**
237
+ * serializeAws_json1_1UpdateEndpointGroupCommand
238
+ */
239
+ export declare const se_UpdateEndpointGroupCommand: (input: UpdateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
+ /**
241
+ * serializeAws_json1_1UpdateListenerCommand
242
+ */
243
+ export declare const se_UpdateListenerCommand: (input: UpdateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
+ /**
245
+ * serializeAws_json1_1WithdrawByoipCidrCommand
246
+ */
247
+ export declare const se_WithdrawByoipCidrCommand: (input: WithdrawByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
+ /**
249
+ * deserializeAws_json1_1AddCustomRoutingEndpointsCommand
250
+ */
251
+ export declare const de_AddCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCustomRoutingEndpointsCommandOutput>;
252
+ /**
253
+ * deserializeAws_json1_1AddEndpointsCommand
254
+ */
255
+ export declare const de_AddEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddEndpointsCommandOutput>;
256
+ /**
257
+ * deserializeAws_json1_1AdvertiseByoipCidrCommand
258
+ */
259
+ export declare const de_AdvertiseByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdvertiseByoipCidrCommandOutput>;
260
+ /**
261
+ * deserializeAws_json1_1AllowCustomRoutingTrafficCommand
262
+ */
263
+ export declare const de_AllowCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AllowCustomRoutingTrafficCommandOutput>;
264
+ /**
265
+ * deserializeAws_json1_1CreateAcceleratorCommand
266
+ */
267
+ export declare const de_CreateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAcceleratorCommandOutput>;
268
+ /**
269
+ * deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand
270
+ */
271
+ export declare const de_CreateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingAcceleratorCommandOutput>;
272
+ /**
273
+ * deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand
274
+ */
275
+ export declare const de_CreateCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
276
+ /**
277
+ * deserializeAws_json1_1CreateCustomRoutingListenerCommand
278
+ */
279
+ export declare const de_CreateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingListenerCommandOutput>;
280
+ /**
281
+ * deserializeAws_json1_1CreateEndpointGroupCommand
282
+ */
283
+ export declare const de_CreateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointGroupCommandOutput>;
284
+ /**
285
+ * deserializeAws_json1_1CreateListenerCommand
286
+ */
287
+ export declare const de_CreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
288
+ /**
289
+ * deserializeAws_json1_1DeleteAcceleratorCommand
290
+ */
291
+ export declare const de_DeleteAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAcceleratorCommandOutput>;
292
+ /**
293
+ * deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommand
294
+ */
295
+ export declare const de_DeleteCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
296
+ /**
297
+ * deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand
298
+ */
299
+ export declare const de_DeleteCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
300
+ /**
301
+ * deserializeAws_json1_1DeleteCustomRoutingListenerCommand
302
+ */
303
+ export declare const de_DeleteCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingListenerCommandOutput>;
304
+ /**
305
+ * deserializeAws_json1_1DeleteEndpointGroupCommand
306
+ */
307
+ export declare const de_DeleteEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointGroupCommandOutput>;
308
+ /**
309
+ * deserializeAws_json1_1DeleteListenerCommand
310
+ */
311
+ export declare const de_DeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
312
+ /**
313
+ * deserializeAws_json1_1DenyCustomRoutingTrafficCommand
314
+ */
315
+ export declare const de_DenyCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DenyCustomRoutingTrafficCommandOutput>;
316
+ /**
317
+ * deserializeAws_json1_1DeprovisionByoipCidrCommand
318
+ */
319
+ export declare const de_DeprovisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionByoipCidrCommandOutput>;
320
+ /**
321
+ * deserializeAws_json1_1DescribeAcceleratorCommand
322
+ */
323
+ export declare const de_DescribeAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorCommandOutput>;
324
+ /**
325
+ * deserializeAws_json1_1DescribeAcceleratorAttributesCommand
326
+ */
327
+ export declare const de_DescribeAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorAttributesCommandOutput>;
328
+ /**
329
+ * deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommand
330
+ */
331
+ export declare const de_DescribeCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
332
+ /**
333
+ * deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand
334
+ */
335
+ export declare const de_DescribeCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
336
+ /**
337
+ * deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand
338
+ */
339
+ export declare const de_DescribeCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
340
+ /**
341
+ * deserializeAws_json1_1DescribeCustomRoutingListenerCommand
342
+ */
343
+ export declare const de_DescribeCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingListenerCommandOutput>;
344
+ /**
345
+ * deserializeAws_json1_1DescribeEndpointGroupCommand
346
+ */
347
+ export declare const de_DescribeEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointGroupCommandOutput>;
348
+ /**
349
+ * deserializeAws_json1_1DescribeListenerCommand
350
+ */
351
+ export declare const de_DescribeListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenerCommandOutput>;
352
+ /**
353
+ * deserializeAws_json1_1ListAcceleratorsCommand
354
+ */
355
+ export declare const de_ListAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAcceleratorsCommandOutput>;
356
+ /**
357
+ * deserializeAws_json1_1ListByoipCidrsCommand
358
+ */
359
+ export declare const de_ListByoipCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListByoipCidrsCommandOutput>;
360
+ /**
361
+ * deserializeAws_json1_1ListCustomRoutingAcceleratorsCommand
362
+ */
363
+ export declare const de_ListCustomRoutingAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingAcceleratorsCommandOutput>;
364
+ /**
365
+ * deserializeAws_json1_1ListCustomRoutingEndpointGroupsCommand
366
+ */
367
+ export declare const de_ListCustomRoutingEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
368
+ /**
369
+ * deserializeAws_json1_1ListCustomRoutingListenersCommand
370
+ */
371
+ export declare const de_ListCustomRoutingListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingListenersCommandOutput>;
372
+ /**
373
+ * deserializeAws_json1_1ListCustomRoutingPortMappingsCommand
374
+ */
375
+ export declare const de_ListCustomRoutingPortMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsCommandOutput>;
376
+ /**
377
+ * deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand
378
+ */
379
+ export declare const de_ListCustomRoutingPortMappingsByDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
380
+ /**
381
+ * deserializeAws_json1_1ListEndpointGroupsCommand
382
+ */
383
+ export declare const de_ListEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointGroupsCommandOutput>;
384
+ /**
385
+ * deserializeAws_json1_1ListListenersCommand
386
+ */
387
+ export declare const de_ListListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListListenersCommandOutput>;
388
+ /**
389
+ * deserializeAws_json1_1ListTagsForResourceCommand
390
+ */
391
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
392
+ /**
393
+ * deserializeAws_json1_1ProvisionByoipCidrCommand
394
+ */
395
+ export declare const de_ProvisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionByoipCidrCommandOutput>;
396
+ /**
397
+ * deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand
398
+ */
399
+ export declare const de_RemoveCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
400
+ /**
401
+ * deserializeAws_json1_1RemoveEndpointsCommand
402
+ */
403
+ export declare const de_RemoveEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveEndpointsCommandOutput>;
404
+ /**
405
+ * deserializeAws_json1_1TagResourceCommand
406
+ */
407
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
408
+ /**
409
+ * deserializeAws_json1_1UntagResourceCommand
410
+ */
411
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
412
+ /**
413
+ * deserializeAws_json1_1UpdateAcceleratorCommand
414
+ */
415
+ export declare const de_UpdateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorCommandOutput>;
416
+ /**
417
+ * deserializeAws_json1_1UpdateAcceleratorAttributesCommand
418
+ */
419
+ export declare const de_UpdateAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorAttributesCommandOutput>;
420
+ /**
421
+ * deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommand
422
+ */
423
+ export declare const de_UpdateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
424
+ /**
425
+ * deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand
426
+ */
427
+ export declare const de_UpdateCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
428
+ /**
429
+ * deserializeAws_json1_1UpdateCustomRoutingListenerCommand
430
+ */
431
+ export declare const de_UpdateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingListenerCommandOutput>;
432
+ /**
433
+ * deserializeAws_json1_1UpdateEndpointGroupCommand
434
+ */
435
+ export declare const de_UpdateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointGroupCommandOutput>;
436
+ /**
437
+ * deserializeAws_json1_1UpdateListenerCommand
438
+ */
439
+ export declare const de_UpdateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateListenerCommandOutput>;
440
+ /**
441
+ * deserializeAws_json1_1WithdrawByoipCidrCommand
442
+ */
443
+ export declare const de_WithdrawByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<WithdrawByoipCidrCommandOutput>;