@aws-sdk/client-global-accelerator 3.169.0 → 3.170.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 (73) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/GlobalAccelerator.d.ts +874 -240
  3. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +412 -120
  4. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +33 -17
  14. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +33 -17
  18. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +38 -17
  49. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +6 -6
  54. package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +8 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1339 -1197
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  73. package/package.json +34 -34
@@ -1,143 +1,569 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "../commands/AddCustomRoutingEndpointsCommand";
4
- import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "../commands/AdvertiseByoipCidrCommand";
5
- import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "../commands/AllowCustomRoutingTrafficCommand";
6
- import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "../commands/CreateAcceleratorCommand";
7
- import { CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput } from "../commands/CreateCustomRoutingAcceleratorCommand";
8
- import { CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput } from "../commands/CreateCustomRoutingEndpointGroupCommand";
9
- import { CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput } from "../commands/CreateCustomRoutingListenerCommand";
10
- import { CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput } from "../commands/CreateEndpointGroupCommand";
11
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "../commands/CreateListenerCommand";
12
- import { DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput } from "../commands/DeleteAcceleratorCommand";
13
- import { DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput } from "../commands/DeleteCustomRoutingAcceleratorCommand";
14
- import { DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput } from "../commands/DeleteCustomRoutingEndpointGroupCommand";
15
- import { DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput } from "../commands/DeleteCustomRoutingListenerCommand";
16
- import { DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput } from "../commands/DeleteEndpointGroupCommand";
17
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "../commands/DeleteListenerCommand";
18
- import { DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput } from "../commands/DenyCustomRoutingTrafficCommand";
19
- import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "../commands/DeprovisionByoipCidrCommand";
20
- import { DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput } from "../commands/DescribeAcceleratorAttributesCommand";
21
- import { DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput } from "../commands/DescribeAcceleratorCommand";
22
- import { DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput } from "../commands/DescribeCustomRoutingAcceleratorAttributesCommand";
23
- import { DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput } from "../commands/DescribeCustomRoutingAcceleratorCommand";
24
- import { DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput } from "../commands/DescribeCustomRoutingEndpointGroupCommand";
25
- import { DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput } from "../commands/DescribeCustomRoutingListenerCommand";
26
- import { DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput } from "../commands/DescribeEndpointGroupCommand";
27
- import { DescribeListenerCommandInput, DescribeListenerCommandOutput } from "../commands/DescribeListenerCommand";
28
- import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "../commands/ListAcceleratorsCommand";
29
- import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "../commands/ListByoipCidrsCommand";
30
- import { ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput } from "../commands/ListCustomRoutingAcceleratorsCommand";
31
- import { ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput } from "../commands/ListCustomRoutingEndpointGroupsCommand";
32
- import { ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput } from "../commands/ListCustomRoutingListenersCommand";
33
- import { ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput } from "../commands/ListCustomRoutingPortMappingsByDestinationCommand";
34
- import { ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput } from "../commands/ListCustomRoutingPortMappingsCommand";
35
- import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "../commands/ListEndpointGroupsCommand";
36
- import { ListListenersCommandInput, ListListenersCommandOutput } from "../commands/ListListenersCommand";
37
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
38
- import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "../commands/ProvisionByoipCidrCommand";
39
- import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "../commands/RemoveCustomRoutingEndpointsCommand";
40
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
41
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
42
- import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "../commands/UpdateAcceleratorAttributesCommand";
43
- import { UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput } from "../commands/UpdateAcceleratorCommand";
44
- import { UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput } from "../commands/UpdateCustomRoutingAcceleratorAttributesCommand";
45
- import { UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput } from "../commands/UpdateCustomRoutingAcceleratorCommand";
46
- import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput } from "../commands/UpdateCustomRoutingListenerCommand";
47
- import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "../commands/UpdateEndpointGroupCommand";
48
- import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "../commands/UpdateListenerCommand";
49
- import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "../commands/WithdrawByoipCidrCommand";
50
- export declare const serializeAws_json1_1AddCustomRoutingEndpointsCommand: (input: AddCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1AdvertiseByoipCidrCommand: (input: AdvertiseByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1AllowCustomRoutingTrafficCommand: (input: AllowCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1CreateAcceleratorCommand: (input: CreateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1CreateCustomRoutingAcceleratorCommand: (input: CreateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand: (input: CreateCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1CreateCustomRoutingListenerCommand: (input: CreateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1CreateEndpointGroupCommand: (input: CreateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1CreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1DeleteAcceleratorCommand: (input: DeleteAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DeleteCustomRoutingAcceleratorCommand: (input: DeleteCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand: (input: DeleteCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1DeleteCustomRoutingListenerCommand: (input: DeleteCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DeleteEndpointGroupCommand: (input: DeleteEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DenyCustomRoutingTrafficCommand: (input: DenyCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DeprovisionByoipCidrCommand: (input: DeprovisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DescribeAcceleratorCommand: (input: DescribeAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1DescribeAcceleratorAttributesCommand: (input: DescribeAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1DescribeCustomRoutingAcceleratorCommand: (input: DescribeCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand: (input: DescribeCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand: (input: DescribeCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1DescribeCustomRoutingListenerCommand: (input: DescribeCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1DescribeEndpointGroupCommand: (input: DescribeEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1DescribeListenerCommand: (input: DescribeListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1ListAcceleratorsCommand: (input: ListAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1ListByoipCidrsCommand: (input: ListByoipCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1ListCustomRoutingAcceleratorsCommand: (input: ListCustomRoutingAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1ListCustomRoutingEndpointGroupsCommand: (input: ListCustomRoutingEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1ListCustomRoutingListenersCommand: (input: ListCustomRoutingListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ListCustomRoutingPortMappingsCommand: (input: ListCustomRoutingPortMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand: (input: ListCustomRoutingPortMappingsByDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1ListEndpointGroupsCommand: (input: ListEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1ListListenersCommand: (input: ListListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1ProvisionByoipCidrCommand: (input: ProvisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (input: RemoveCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1UpdateAcceleratorCommand: (input: UpdateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1UpdateAcceleratorAttributesCommand: (input: UpdateAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1UpdateCustomRoutingAcceleratorCommand: (input: UpdateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand: (input: UpdateCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1UpdateCustomRoutingListenerCommand: (input: UpdateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1UpdateEndpointGroupCommand: (input: UpdateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1UpdateListenerCommand: (input: UpdateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1WithdrawByoipCidrCommand: (input: WithdrawByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const deserializeAws_json1_1AddCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCustomRoutingEndpointsCommandOutput>;
98
- export declare const deserializeAws_json1_1AdvertiseByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdvertiseByoipCidrCommandOutput>;
99
- export declare const deserializeAws_json1_1AllowCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AllowCustomRoutingTrafficCommandOutput>;
100
- export declare const deserializeAws_json1_1CreateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAcceleratorCommandOutput>;
101
- export declare const deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingAcceleratorCommandOutput>;
102
- export declare const deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
103
- export declare const deserializeAws_json1_1CreateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingListenerCommandOutput>;
104
- export declare const deserializeAws_json1_1CreateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointGroupCommandOutput>;
105
- export declare const deserializeAws_json1_1CreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
106
- export declare const deserializeAws_json1_1DeleteAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAcceleratorCommandOutput>;
107
- export declare const deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
108
- export declare const deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
109
- export declare const deserializeAws_json1_1DeleteCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingListenerCommandOutput>;
110
- export declare const deserializeAws_json1_1DeleteEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointGroupCommandOutput>;
111
- export declare const deserializeAws_json1_1DeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
112
- export declare const deserializeAws_json1_1DenyCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DenyCustomRoutingTrafficCommandOutput>;
113
- export declare const deserializeAws_json1_1DeprovisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionByoipCidrCommandOutput>;
114
- export declare const deserializeAws_json1_1DescribeAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorCommandOutput>;
115
- export declare const deserializeAws_json1_1DescribeAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorAttributesCommandOutput>;
116
- export declare const deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
117
- export declare const deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
118
- export declare const deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
119
- export declare const deserializeAws_json1_1DescribeCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingListenerCommandOutput>;
120
- export declare const deserializeAws_json1_1DescribeEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointGroupCommandOutput>;
121
- export declare const deserializeAws_json1_1DescribeListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenerCommandOutput>;
122
- export declare const deserializeAws_json1_1ListAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAcceleratorsCommandOutput>;
123
- export declare const deserializeAws_json1_1ListByoipCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListByoipCidrsCommandOutput>;
124
- export declare const deserializeAws_json1_1ListCustomRoutingAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingAcceleratorsCommandOutput>;
125
- export declare const deserializeAws_json1_1ListCustomRoutingEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
126
- export declare const deserializeAws_json1_1ListCustomRoutingListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingListenersCommandOutput>;
127
- export declare const deserializeAws_json1_1ListCustomRoutingPortMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsCommandOutput>;
128
- export declare const deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
129
- export declare const deserializeAws_json1_1ListEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointGroupsCommandOutput>;
130
- export declare const deserializeAws_json1_1ListListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListListenersCommandOutput>;
131
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
132
- export declare const deserializeAws_json1_1ProvisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionByoipCidrCommandOutput>;
133
- export declare const deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
134
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
135
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
136
- export declare const deserializeAws_json1_1UpdateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorCommandOutput>;
137
- export declare const deserializeAws_json1_1UpdateAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorAttributesCommandOutput>;
138
- export declare const deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
139
- export declare const deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
140
- export declare const deserializeAws_json1_1UpdateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingListenerCommandOutput>;
141
- export declare const deserializeAws_json1_1UpdateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointGroupCommandOutput>;
142
- export declare const deserializeAws_json1_1UpdateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateListenerCommandOutput>;
143
- export declare const deserializeAws_json1_1WithdrawByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<WithdrawByoipCidrCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddCustomRoutingEndpointsCommandInput,
8
+ AddCustomRoutingEndpointsCommandOutput,
9
+ } from "../commands/AddCustomRoutingEndpointsCommand";
10
+ import {
11
+ AdvertiseByoipCidrCommandInput,
12
+ AdvertiseByoipCidrCommandOutput,
13
+ } from "../commands/AdvertiseByoipCidrCommand";
14
+ import {
15
+ AllowCustomRoutingTrafficCommandInput,
16
+ AllowCustomRoutingTrafficCommandOutput,
17
+ } from "../commands/AllowCustomRoutingTrafficCommand";
18
+ import {
19
+ CreateAcceleratorCommandInput,
20
+ CreateAcceleratorCommandOutput,
21
+ } from "../commands/CreateAcceleratorCommand";
22
+ import {
23
+ CreateCustomRoutingAcceleratorCommandInput,
24
+ CreateCustomRoutingAcceleratorCommandOutput,
25
+ } from "../commands/CreateCustomRoutingAcceleratorCommand";
26
+ import {
27
+ CreateCustomRoutingEndpointGroupCommandInput,
28
+ CreateCustomRoutingEndpointGroupCommandOutput,
29
+ } from "../commands/CreateCustomRoutingEndpointGroupCommand";
30
+ import {
31
+ CreateCustomRoutingListenerCommandInput,
32
+ CreateCustomRoutingListenerCommandOutput,
33
+ } from "../commands/CreateCustomRoutingListenerCommand";
34
+ import {
35
+ CreateEndpointGroupCommandInput,
36
+ CreateEndpointGroupCommandOutput,
37
+ } from "../commands/CreateEndpointGroupCommand";
38
+ import {
39
+ CreateListenerCommandInput,
40
+ CreateListenerCommandOutput,
41
+ } from "../commands/CreateListenerCommand";
42
+ import {
43
+ DeleteAcceleratorCommandInput,
44
+ DeleteAcceleratorCommandOutput,
45
+ } from "../commands/DeleteAcceleratorCommand";
46
+ import {
47
+ DeleteCustomRoutingAcceleratorCommandInput,
48
+ DeleteCustomRoutingAcceleratorCommandOutput,
49
+ } from "../commands/DeleteCustomRoutingAcceleratorCommand";
50
+ import {
51
+ DeleteCustomRoutingEndpointGroupCommandInput,
52
+ DeleteCustomRoutingEndpointGroupCommandOutput,
53
+ } from "../commands/DeleteCustomRoutingEndpointGroupCommand";
54
+ import {
55
+ DeleteCustomRoutingListenerCommandInput,
56
+ DeleteCustomRoutingListenerCommandOutput,
57
+ } from "../commands/DeleteCustomRoutingListenerCommand";
58
+ import {
59
+ DeleteEndpointGroupCommandInput,
60
+ DeleteEndpointGroupCommandOutput,
61
+ } from "../commands/DeleteEndpointGroupCommand";
62
+ import {
63
+ DeleteListenerCommandInput,
64
+ DeleteListenerCommandOutput,
65
+ } from "../commands/DeleteListenerCommand";
66
+ import {
67
+ DenyCustomRoutingTrafficCommandInput,
68
+ DenyCustomRoutingTrafficCommandOutput,
69
+ } from "../commands/DenyCustomRoutingTrafficCommand";
70
+ import {
71
+ DeprovisionByoipCidrCommandInput,
72
+ DeprovisionByoipCidrCommandOutput,
73
+ } from "../commands/DeprovisionByoipCidrCommand";
74
+ import {
75
+ DescribeAcceleratorAttributesCommandInput,
76
+ DescribeAcceleratorAttributesCommandOutput,
77
+ } from "../commands/DescribeAcceleratorAttributesCommand";
78
+ import {
79
+ DescribeAcceleratorCommandInput,
80
+ DescribeAcceleratorCommandOutput,
81
+ } from "../commands/DescribeAcceleratorCommand";
82
+ import {
83
+ DescribeCustomRoutingAcceleratorAttributesCommandInput,
84
+ DescribeCustomRoutingAcceleratorAttributesCommandOutput,
85
+ } from "../commands/DescribeCustomRoutingAcceleratorAttributesCommand";
86
+ import {
87
+ DescribeCustomRoutingAcceleratorCommandInput,
88
+ DescribeCustomRoutingAcceleratorCommandOutput,
89
+ } from "../commands/DescribeCustomRoutingAcceleratorCommand";
90
+ import {
91
+ DescribeCustomRoutingEndpointGroupCommandInput,
92
+ DescribeCustomRoutingEndpointGroupCommandOutput,
93
+ } from "../commands/DescribeCustomRoutingEndpointGroupCommand";
94
+ import {
95
+ DescribeCustomRoutingListenerCommandInput,
96
+ DescribeCustomRoutingListenerCommandOutput,
97
+ } from "../commands/DescribeCustomRoutingListenerCommand";
98
+ import {
99
+ DescribeEndpointGroupCommandInput,
100
+ DescribeEndpointGroupCommandOutput,
101
+ } from "../commands/DescribeEndpointGroupCommand";
102
+ import {
103
+ DescribeListenerCommandInput,
104
+ DescribeListenerCommandOutput,
105
+ } from "../commands/DescribeListenerCommand";
106
+ import {
107
+ ListAcceleratorsCommandInput,
108
+ ListAcceleratorsCommandOutput,
109
+ } from "../commands/ListAcceleratorsCommand";
110
+ import {
111
+ ListByoipCidrsCommandInput,
112
+ ListByoipCidrsCommandOutput,
113
+ } from "../commands/ListByoipCidrsCommand";
114
+ import {
115
+ ListCustomRoutingAcceleratorsCommandInput,
116
+ ListCustomRoutingAcceleratorsCommandOutput,
117
+ } from "../commands/ListCustomRoutingAcceleratorsCommand";
118
+ import {
119
+ ListCustomRoutingEndpointGroupsCommandInput,
120
+ ListCustomRoutingEndpointGroupsCommandOutput,
121
+ } from "../commands/ListCustomRoutingEndpointGroupsCommand";
122
+ import {
123
+ ListCustomRoutingListenersCommandInput,
124
+ ListCustomRoutingListenersCommandOutput,
125
+ } from "../commands/ListCustomRoutingListenersCommand";
126
+ import {
127
+ ListCustomRoutingPortMappingsByDestinationCommandInput,
128
+ ListCustomRoutingPortMappingsByDestinationCommandOutput,
129
+ } from "../commands/ListCustomRoutingPortMappingsByDestinationCommand";
130
+ import {
131
+ ListCustomRoutingPortMappingsCommandInput,
132
+ ListCustomRoutingPortMappingsCommandOutput,
133
+ } from "../commands/ListCustomRoutingPortMappingsCommand";
134
+ import {
135
+ ListEndpointGroupsCommandInput,
136
+ ListEndpointGroupsCommandOutput,
137
+ } from "../commands/ListEndpointGroupsCommand";
138
+ import {
139
+ ListListenersCommandInput,
140
+ ListListenersCommandOutput,
141
+ } from "../commands/ListListenersCommand";
142
+ import {
143
+ ListTagsForResourceCommandInput,
144
+ ListTagsForResourceCommandOutput,
145
+ } from "../commands/ListTagsForResourceCommand";
146
+ import {
147
+ ProvisionByoipCidrCommandInput,
148
+ ProvisionByoipCidrCommandOutput,
149
+ } from "../commands/ProvisionByoipCidrCommand";
150
+ import {
151
+ RemoveCustomRoutingEndpointsCommandInput,
152
+ RemoveCustomRoutingEndpointsCommandOutput,
153
+ } from "../commands/RemoveCustomRoutingEndpointsCommand";
154
+ import {
155
+ TagResourceCommandInput,
156
+ TagResourceCommandOutput,
157
+ } from "../commands/TagResourceCommand";
158
+ import {
159
+ UntagResourceCommandInput,
160
+ UntagResourceCommandOutput,
161
+ } from "../commands/UntagResourceCommand";
162
+ import {
163
+ UpdateAcceleratorAttributesCommandInput,
164
+ UpdateAcceleratorAttributesCommandOutput,
165
+ } from "../commands/UpdateAcceleratorAttributesCommand";
166
+ import {
167
+ UpdateAcceleratorCommandInput,
168
+ UpdateAcceleratorCommandOutput,
169
+ } from "../commands/UpdateAcceleratorCommand";
170
+ import {
171
+ UpdateCustomRoutingAcceleratorAttributesCommandInput,
172
+ UpdateCustomRoutingAcceleratorAttributesCommandOutput,
173
+ } from "../commands/UpdateCustomRoutingAcceleratorAttributesCommand";
174
+ import {
175
+ UpdateCustomRoutingAcceleratorCommandInput,
176
+ UpdateCustomRoutingAcceleratorCommandOutput,
177
+ } from "../commands/UpdateCustomRoutingAcceleratorCommand";
178
+ import {
179
+ UpdateCustomRoutingListenerCommandInput,
180
+ UpdateCustomRoutingListenerCommandOutput,
181
+ } from "../commands/UpdateCustomRoutingListenerCommand";
182
+ import {
183
+ UpdateEndpointGroupCommandInput,
184
+ UpdateEndpointGroupCommandOutput,
185
+ } from "../commands/UpdateEndpointGroupCommand";
186
+ import {
187
+ UpdateListenerCommandInput,
188
+ UpdateListenerCommandOutput,
189
+ } from "../commands/UpdateListenerCommand";
190
+ import {
191
+ WithdrawByoipCidrCommandInput,
192
+ WithdrawByoipCidrCommandOutput,
193
+ } from "../commands/WithdrawByoipCidrCommand";
194
+ export declare const serializeAws_json1_1AddCustomRoutingEndpointsCommand: (
195
+ input: AddCustomRoutingEndpointsCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1AdvertiseByoipCidrCommand: (
199
+ input: AdvertiseByoipCidrCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1AllowCustomRoutingTrafficCommand: (
203
+ input: AllowCustomRoutingTrafficCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1CreateAcceleratorCommand: (
207
+ input: CreateAcceleratorCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1CreateCustomRoutingAcceleratorCommand: (
211
+ input: CreateCustomRoutingAcceleratorCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand: (
215
+ input: CreateCustomRoutingEndpointGroupCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1CreateCustomRoutingListenerCommand: (
219
+ input: CreateCustomRoutingListenerCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1CreateEndpointGroupCommand: (
223
+ input: CreateEndpointGroupCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1CreateListenerCommand: (
227
+ input: CreateListenerCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1DeleteAcceleratorCommand: (
231
+ input: DeleteAcceleratorCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1DeleteCustomRoutingAcceleratorCommand: (
235
+ input: DeleteCustomRoutingAcceleratorCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand: (
239
+ input: DeleteCustomRoutingEndpointGroupCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1DeleteCustomRoutingListenerCommand: (
243
+ input: DeleteCustomRoutingListenerCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1DeleteEndpointGroupCommand: (
247
+ input: DeleteEndpointGroupCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1DeleteListenerCommand: (
251
+ input: DeleteListenerCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1DenyCustomRoutingTrafficCommand: (
255
+ input: DenyCustomRoutingTrafficCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1DeprovisionByoipCidrCommand: (
259
+ input: DeprovisionByoipCidrCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1DescribeAcceleratorCommand: (
263
+ input: DescribeAcceleratorCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1DescribeAcceleratorAttributesCommand: (
267
+ input: DescribeAcceleratorAttributesCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1DescribeCustomRoutingAcceleratorCommand: (
271
+ input: DescribeCustomRoutingAcceleratorCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand: (
275
+ input: DescribeCustomRoutingAcceleratorAttributesCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand: (
279
+ input: DescribeCustomRoutingEndpointGroupCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1DescribeCustomRoutingListenerCommand: (
283
+ input: DescribeCustomRoutingListenerCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1DescribeEndpointGroupCommand: (
287
+ input: DescribeEndpointGroupCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1DescribeListenerCommand: (
291
+ input: DescribeListenerCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1ListAcceleratorsCommand: (
295
+ input: ListAcceleratorsCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1ListByoipCidrsCommand: (
299
+ input: ListByoipCidrsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1ListCustomRoutingAcceleratorsCommand: (
303
+ input: ListCustomRoutingAcceleratorsCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1ListCustomRoutingEndpointGroupsCommand: (
307
+ input: ListCustomRoutingEndpointGroupsCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1ListCustomRoutingListenersCommand: (
311
+ input: ListCustomRoutingListenersCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1ListCustomRoutingPortMappingsCommand: (
315
+ input: ListCustomRoutingPortMappingsCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand: (
319
+ input: ListCustomRoutingPortMappingsByDestinationCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1ListEndpointGroupsCommand: (
323
+ input: ListEndpointGroupsCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1ListListenersCommand: (
327
+ input: ListListenersCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
331
+ input: ListTagsForResourceCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1ProvisionByoipCidrCommand: (
335
+ input: ProvisionByoipCidrCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (
339
+ input: RemoveCustomRoutingEndpointsCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1TagResourceCommand: (
343
+ input: TagResourceCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1UntagResourceCommand: (
347
+ input: UntagResourceCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1UpdateAcceleratorCommand: (
351
+ input: UpdateAcceleratorCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1UpdateAcceleratorAttributesCommand: (
355
+ input: UpdateAcceleratorAttributesCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1UpdateCustomRoutingAcceleratorCommand: (
359
+ input: UpdateCustomRoutingAcceleratorCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand: (
363
+ input: UpdateCustomRoutingAcceleratorAttributesCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1UpdateCustomRoutingListenerCommand: (
367
+ input: UpdateCustomRoutingListenerCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1UpdateEndpointGroupCommand: (
371
+ input: UpdateEndpointGroupCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1UpdateListenerCommand: (
375
+ input: UpdateListenerCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1WithdrawByoipCidrCommand: (
379
+ input: WithdrawByoipCidrCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const deserializeAws_json1_1AddCustomRoutingEndpointsCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<AddCustomRoutingEndpointsCommandOutput>;
386
+ export declare const deserializeAws_json1_1AdvertiseByoipCidrCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<AdvertiseByoipCidrCommandOutput>;
390
+ export declare const deserializeAws_json1_1AllowCustomRoutingTrafficCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<AllowCustomRoutingTrafficCommandOutput>;
394
+ export declare const deserializeAws_json1_1CreateAcceleratorCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<CreateAcceleratorCommandOutput>;
398
+ export declare const deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<CreateCustomRoutingAcceleratorCommandOutput>;
402
+ export declare const deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
406
+ export declare const deserializeAws_json1_1CreateCustomRoutingListenerCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<CreateCustomRoutingListenerCommandOutput>;
410
+ export declare const deserializeAws_json1_1CreateEndpointGroupCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<CreateEndpointGroupCommandOutput>;
414
+ export declare const deserializeAws_json1_1CreateListenerCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<CreateListenerCommandOutput>;
418
+ export declare const deserializeAws_json1_1DeleteAcceleratorCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<DeleteAcceleratorCommandOutput>;
422
+ export declare const deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
426
+ export declare const deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
430
+ export declare const deserializeAws_json1_1DeleteCustomRoutingListenerCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<DeleteCustomRoutingListenerCommandOutput>;
434
+ export declare const deserializeAws_json1_1DeleteEndpointGroupCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<DeleteEndpointGroupCommandOutput>;
438
+ export declare const deserializeAws_json1_1DeleteListenerCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<DeleteListenerCommandOutput>;
442
+ export declare const deserializeAws_json1_1DenyCustomRoutingTrafficCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<DenyCustomRoutingTrafficCommandOutput>;
446
+ export declare const deserializeAws_json1_1DeprovisionByoipCidrCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<DeprovisionByoipCidrCommandOutput>;
450
+ export declare const deserializeAws_json1_1DescribeAcceleratorCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<DescribeAcceleratorCommandOutput>;
454
+ export declare const deserializeAws_json1_1DescribeAcceleratorAttributesCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<DescribeAcceleratorAttributesCommandOutput>;
458
+ export declare const deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
462
+ export declare const deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
466
+ export declare const deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
470
+ export declare const deserializeAws_json1_1DescribeCustomRoutingListenerCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<DescribeCustomRoutingListenerCommandOutput>;
474
+ export declare const deserializeAws_json1_1DescribeEndpointGroupCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<DescribeEndpointGroupCommandOutput>;
478
+ export declare const deserializeAws_json1_1DescribeListenerCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<DescribeListenerCommandOutput>;
482
+ export declare const deserializeAws_json1_1ListAcceleratorsCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<ListAcceleratorsCommandOutput>;
486
+ export declare const deserializeAws_json1_1ListByoipCidrsCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<ListByoipCidrsCommandOutput>;
490
+ export declare const deserializeAws_json1_1ListCustomRoutingAcceleratorsCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<ListCustomRoutingAcceleratorsCommandOutput>;
494
+ export declare const deserializeAws_json1_1ListCustomRoutingEndpointGroupsCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
498
+ export declare const deserializeAws_json1_1ListCustomRoutingListenersCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<ListCustomRoutingListenersCommandOutput>;
502
+ export declare const deserializeAws_json1_1ListCustomRoutingPortMappingsCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<ListCustomRoutingPortMappingsCommandOutput>;
506
+ export declare const deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
510
+ export declare const deserializeAws_json1_1ListEndpointGroupsCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<ListEndpointGroupsCommandOutput>;
514
+ export declare const deserializeAws_json1_1ListListenersCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<ListListenersCommandOutput>;
518
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<ListTagsForResourceCommandOutput>;
522
+ export declare const deserializeAws_json1_1ProvisionByoipCidrCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<ProvisionByoipCidrCommandOutput>;
526
+ export declare const deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
530
+ export declare const deserializeAws_json1_1TagResourceCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<TagResourceCommandOutput>;
534
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<UntagResourceCommandOutput>;
538
+ export declare const deserializeAws_json1_1UpdateAcceleratorCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<UpdateAcceleratorCommandOutput>;
542
+ export declare const deserializeAws_json1_1UpdateAcceleratorAttributesCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<UpdateAcceleratorAttributesCommandOutput>;
546
+ export declare const deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
550
+ export declare const deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
554
+ export declare const deserializeAws_json1_1UpdateCustomRoutingListenerCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<UpdateCustomRoutingListenerCommandOutput>;
558
+ export declare const deserializeAws_json1_1UpdateEndpointGroupCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<UpdateEndpointGroupCommandOutput>;
562
+ export declare const deserializeAws_json1_1UpdateListenerCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<UpdateListenerCommandOutput>;
566
+ export declare const deserializeAws_json1_1WithdrawByoipCidrCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<WithdrawByoipCidrCommandOutput>;