@aws-sdk/client-global-accelerator 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/GlobalAccelerator.d.ts +827 -240
  3. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +387 -120
  4. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +31 -17
  14. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +31 -17
  18. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +36 -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 +7 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1004 -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 +67 -38
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  73. package/package.json +34 -34
@@ -1,240 +1,827 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
3
- import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
4
- import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "./commands/AllowCustomRoutingTrafficCommand";
5
- import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "./commands/CreateAcceleratorCommand";
6
- import { CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput } from "./commands/CreateCustomRoutingAcceleratorCommand";
7
- import { CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput } from "./commands/CreateCustomRoutingEndpointGroupCommand";
8
- import { CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput } from "./commands/CreateCustomRoutingListenerCommand";
9
- import { CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput } from "./commands/CreateEndpointGroupCommand";
10
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
11
- import { DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput } from "./commands/DeleteAcceleratorCommand";
12
- import { DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput } from "./commands/DeleteCustomRoutingAcceleratorCommand";
13
- import { DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput } from "./commands/DeleteCustomRoutingEndpointGroupCommand";
14
- import { DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput } from "./commands/DeleteCustomRoutingListenerCommand";
15
- import { DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput } from "./commands/DeleteEndpointGroupCommand";
16
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
17
- import { DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput } from "./commands/DenyCustomRoutingTrafficCommand";
18
- import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "./commands/DeprovisionByoipCidrCommand";
19
- import { DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput } from "./commands/DescribeAcceleratorAttributesCommand";
20
- import { DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput } from "./commands/DescribeAcceleratorCommand";
21
- import { DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput } from "./commands/DescribeCustomRoutingAcceleratorAttributesCommand";
22
- import { DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput } from "./commands/DescribeCustomRoutingAcceleratorCommand";
23
- import { DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput } from "./commands/DescribeCustomRoutingEndpointGroupCommand";
24
- import { DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput } from "./commands/DescribeCustomRoutingListenerCommand";
25
- import { DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput } from "./commands/DescribeEndpointGroupCommand";
26
- import { DescribeListenerCommandInput, DescribeListenerCommandOutput } from "./commands/DescribeListenerCommand";
27
- import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "./commands/ListAcceleratorsCommand";
28
- import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "./commands/ListByoipCidrsCommand";
29
- import { ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput } from "./commands/ListCustomRoutingAcceleratorsCommand";
30
- import { ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput } from "./commands/ListCustomRoutingEndpointGroupsCommand";
31
- import { ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput } from "./commands/ListCustomRoutingListenersCommand";
32
- import { ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput } from "./commands/ListCustomRoutingPortMappingsByDestinationCommand";
33
- import { ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput } from "./commands/ListCustomRoutingPortMappingsCommand";
34
- import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "./commands/ListEndpointGroupsCommand";
35
- import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
36
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
37
- import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
38
- import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "./commands/RemoveCustomRoutingEndpointsCommand";
39
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
40
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
41
- import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "./commands/UpdateAcceleratorAttributesCommand";
42
- import { UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput } from "./commands/UpdateAcceleratorCommand";
43
- import { UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput } from "./commands/UpdateCustomRoutingAcceleratorAttributesCommand";
44
- import { UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput } from "./commands/UpdateCustomRoutingAcceleratorCommand";
45
- import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput } from "./commands/UpdateCustomRoutingListenerCommand";
46
- import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "./commands/UpdateEndpointGroupCommand";
47
- import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
48
- import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
49
- import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
50
-
51
- export declare class GlobalAccelerator extends GlobalAcceleratorClient {
52
-
53
- addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<AddCustomRoutingEndpointsCommandOutput>;
54
- addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
55
- addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
56
-
57
- advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<AdvertiseByoipCidrCommandOutput>;
58
- advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void): void;
59
- advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void): void;
60
-
61
- allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, options?: __HttpHandlerOptions): Promise<AllowCustomRoutingTrafficCommandOutput>;
62
- allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void): void;
63
- allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void): void;
64
-
65
- createAccelerator(args: CreateAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateAcceleratorCommandOutput>;
66
- createAccelerator(args: CreateAcceleratorCommandInput, cb: (err: any, data?: CreateAcceleratorCommandOutput) => void): void;
67
- createAccelerator(args: CreateAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAcceleratorCommandOutput) => void): void;
68
-
69
- createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingAcceleratorCommandOutput>;
70
- createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void): void;
71
- createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void): void;
72
-
73
- createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
74
- createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void): void;
75
- createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void): void;
76
-
77
- createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingListenerCommandOutput>;
78
- createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void): void;
79
- createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void): void;
80
-
81
- createEndpointGroup(args: CreateEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateEndpointGroupCommandOutput>;
82
- createEndpointGroup(args: CreateEndpointGroupCommandInput, cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void): void;
83
- createEndpointGroup(args: CreateEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void): void;
84
-
85
- createListener(args: CreateListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateListenerCommandOutput>;
86
- createListener(args: CreateListenerCommandInput, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
87
- createListener(args: CreateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
88
-
89
- deleteAccelerator(args: DeleteAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAcceleratorCommandOutput>;
90
- deleteAccelerator(args: DeleteAcceleratorCommandInput, cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void): void;
91
- deleteAccelerator(args: DeleteAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void): void;
92
-
93
- deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
94
- deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void): void;
95
- deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void): void;
96
-
97
- deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
98
- deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void): void;
99
- deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void): void;
100
-
101
- deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingListenerCommandOutput>;
102
- deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void): void;
103
- deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void): void;
104
-
105
- deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointGroupCommandOutput>;
106
- deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void): void;
107
- deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void): void;
108
-
109
- deleteListener(args: DeleteListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteListenerCommandOutput>;
110
- deleteListener(args: DeleteListenerCommandInput, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
111
- deleteListener(args: DeleteListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
112
-
113
- denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, options?: __HttpHandlerOptions): Promise<DenyCustomRoutingTrafficCommandOutput>;
114
- denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void): void;
115
- denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void): void;
116
-
117
- deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<DeprovisionByoipCidrCommandOutput>;
118
- deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
119
- deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
120
-
121
- describeAccelerator(args: DescribeAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAcceleratorCommandOutput>;
122
- describeAccelerator(args: DescribeAcceleratorCommandInput, cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void): void;
123
- describeAccelerator(args: DescribeAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void): void;
124
-
125
- describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAcceleratorAttributesCommandOutput>;
126
- describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void): void;
127
- describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void): void;
128
-
129
- describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
130
- describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void): void;
131
- describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void): void;
132
-
133
- describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
134
- describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
135
- describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
136
-
137
- describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
138
- describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void): void;
139
- describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void): void;
140
-
141
- describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingListenerCommandOutput>;
142
- describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void): void;
143
- describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void): void;
144
-
145
- describeEndpointGroup(args: DescribeEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointGroupCommandOutput>;
146
- describeEndpointGroup(args: DescribeEndpointGroupCommandInput, cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void): void;
147
- describeEndpointGroup(args: DescribeEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void): void;
148
-
149
- describeListener(args: DescribeListenerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenerCommandOutput>;
150
- describeListener(args: DescribeListenerCommandInput, cb: (err: any, data?: DescribeListenerCommandOutput) => void): void;
151
- describeListener(args: DescribeListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenerCommandOutput) => void): void;
152
-
153
- listAccelerators(args: ListAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListAcceleratorsCommandOutput>;
154
- listAccelerators(args: ListAcceleratorsCommandInput, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
155
- listAccelerators(args: ListAcceleratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
156
-
157
- listByoipCidrs(args: ListByoipCidrsCommandInput, options?: __HttpHandlerOptions): Promise<ListByoipCidrsCommandOutput>;
158
- listByoipCidrs(args: ListByoipCidrsCommandInput, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
159
- listByoipCidrs(args: ListByoipCidrsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
160
-
161
- listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
162
- listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
163
- listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
164
-
165
- listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
166
- listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void): void;
167
- listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void): void;
168
-
169
- listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingListenersCommandOutput>;
170
- listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void): void;
171
- listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void): void;
172
-
173
- listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingPortMappingsCommandOutput>;
174
- listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void): void;
175
- listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void): void;
176
-
177
- listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
178
- listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void): void;
179
- listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void): void;
180
-
181
- listEndpointGroups(args: ListEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointGroupsCommandOutput>;
182
- listEndpointGroups(args: ListEndpointGroupsCommandInput, cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void): void;
183
- listEndpointGroups(args: ListEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void): void;
184
-
185
- listListeners(args: ListListenersCommandInput, options?: __HttpHandlerOptions): Promise<ListListenersCommandOutput>;
186
- listListeners(args: ListListenersCommandInput, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
187
- listListeners(args: ListListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
188
-
189
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
190
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
191
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
192
-
193
- provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<ProvisionByoipCidrCommandOutput>;
194
- provisionByoipCidr(args: ProvisionByoipCidrCommandInput, cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void): void;
195
- provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void): void;
196
-
197
- removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveCustomRoutingEndpointsCommandOutput>;
198
- removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void): void;
199
- removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void): void;
200
-
201
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
202
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
203
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
204
-
205
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
206
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
207
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
208
-
209
- updateAccelerator(args: UpdateAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAcceleratorCommandOutput>;
210
- updateAccelerator(args: UpdateAcceleratorCommandInput, cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void): void;
211
- updateAccelerator(args: UpdateAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void): void;
212
-
213
- updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAcceleratorAttributesCommandOutput>;
214
- updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void): void;
215
- updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void): void;
216
-
217
- updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
218
- updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void): void;
219
- updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void): void;
220
-
221
- updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
222
- updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
223
- updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
224
-
225
- updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingListenerCommandOutput>;
226
- updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void): void;
227
- updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void): void;
228
-
229
- updateEndpointGroup(args: UpdateEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointGroupCommandOutput>;
230
- updateEndpointGroup(args: UpdateEndpointGroupCommandInput, cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void): void;
231
- updateEndpointGroup(args: UpdateEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void): void;
232
-
233
- updateListener(args: UpdateListenerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateListenerCommandOutput>;
234
- updateListener(args: UpdateListenerCommandInput, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
235
- updateListener(args: UpdateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
236
-
237
- withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<WithdrawByoipCidrCommandOutput>;
238
- withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;
239
- withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;
240
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AddCustomRoutingEndpointsCommandInput,
4
+ AddCustomRoutingEndpointsCommandOutput,
5
+ } from "./commands/AddCustomRoutingEndpointsCommand";
6
+ import {
7
+ AdvertiseByoipCidrCommandInput,
8
+ AdvertiseByoipCidrCommandOutput,
9
+ } from "./commands/AdvertiseByoipCidrCommand";
10
+ import {
11
+ AllowCustomRoutingTrafficCommandInput,
12
+ AllowCustomRoutingTrafficCommandOutput,
13
+ } from "./commands/AllowCustomRoutingTrafficCommand";
14
+ import {
15
+ CreateAcceleratorCommandInput,
16
+ CreateAcceleratorCommandOutput,
17
+ } from "./commands/CreateAcceleratorCommand";
18
+ import {
19
+ CreateCustomRoutingAcceleratorCommandInput,
20
+ CreateCustomRoutingAcceleratorCommandOutput,
21
+ } from "./commands/CreateCustomRoutingAcceleratorCommand";
22
+ import {
23
+ CreateCustomRoutingEndpointGroupCommandInput,
24
+ CreateCustomRoutingEndpointGroupCommandOutput,
25
+ } from "./commands/CreateCustomRoutingEndpointGroupCommand";
26
+ import {
27
+ CreateCustomRoutingListenerCommandInput,
28
+ CreateCustomRoutingListenerCommandOutput,
29
+ } from "./commands/CreateCustomRoutingListenerCommand";
30
+ import {
31
+ CreateEndpointGroupCommandInput,
32
+ CreateEndpointGroupCommandOutput,
33
+ } from "./commands/CreateEndpointGroupCommand";
34
+ import {
35
+ CreateListenerCommandInput,
36
+ CreateListenerCommandOutput,
37
+ } from "./commands/CreateListenerCommand";
38
+ import {
39
+ DeleteAcceleratorCommandInput,
40
+ DeleteAcceleratorCommandOutput,
41
+ } from "./commands/DeleteAcceleratorCommand";
42
+ import {
43
+ DeleteCustomRoutingAcceleratorCommandInput,
44
+ DeleteCustomRoutingAcceleratorCommandOutput,
45
+ } from "./commands/DeleteCustomRoutingAcceleratorCommand";
46
+ import {
47
+ DeleteCustomRoutingEndpointGroupCommandInput,
48
+ DeleteCustomRoutingEndpointGroupCommandOutput,
49
+ } from "./commands/DeleteCustomRoutingEndpointGroupCommand";
50
+ import {
51
+ DeleteCustomRoutingListenerCommandInput,
52
+ DeleteCustomRoutingListenerCommandOutput,
53
+ } from "./commands/DeleteCustomRoutingListenerCommand";
54
+ import {
55
+ DeleteEndpointGroupCommandInput,
56
+ DeleteEndpointGroupCommandOutput,
57
+ } from "./commands/DeleteEndpointGroupCommand";
58
+ import {
59
+ DeleteListenerCommandInput,
60
+ DeleteListenerCommandOutput,
61
+ } from "./commands/DeleteListenerCommand";
62
+ import {
63
+ DenyCustomRoutingTrafficCommandInput,
64
+ DenyCustomRoutingTrafficCommandOutput,
65
+ } from "./commands/DenyCustomRoutingTrafficCommand";
66
+ import {
67
+ DeprovisionByoipCidrCommandInput,
68
+ DeprovisionByoipCidrCommandOutput,
69
+ } from "./commands/DeprovisionByoipCidrCommand";
70
+ import {
71
+ DescribeAcceleratorAttributesCommandInput,
72
+ DescribeAcceleratorAttributesCommandOutput,
73
+ } from "./commands/DescribeAcceleratorAttributesCommand";
74
+ import {
75
+ DescribeAcceleratorCommandInput,
76
+ DescribeAcceleratorCommandOutput,
77
+ } from "./commands/DescribeAcceleratorCommand";
78
+ import {
79
+ DescribeCustomRoutingAcceleratorAttributesCommandInput,
80
+ DescribeCustomRoutingAcceleratorAttributesCommandOutput,
81
+ } from "./commands/DescribeCustomRoutingAcceleratorAttributesCommand";
82
+ import {
83
+ DescribeCustomRoutingAcceleratorCommandInput,
84
+ DescribeCustomRoutingAcceleratorCommandOutput,
85
+ } from "./commands/DescribeCustomRoutingAcceleratorCommand";
86
+ import {
87
+ DescribeCustomRoutingEndpointGroupCommandInput,
88
+ DescribeCustomRoutingEndpointGroupCommandOutput,
89
+ } from "./commands/DescribeCustomRoutingEndpointGroupCommand";
90
+ import {
91
+ DescribeCustomRoutingListenerCommandInput,
92
+ DescribeCustomRoutingListenerCommandOutput,
93
+ } from "./commands/DescribeCustomRoutingListenerCommand";
94
+ import {
95
+ DescribeEndpointGroupCommandInput,
96
+ DescribeEndpointGroupCommandOutput,
97
+ } from "./commands/DescribeEndpointGroupCommand";
98
+ import {
99
+ DescribeListenerCommandInput,
100
+ DescribeListenerCommandOutput,
101
+ } from "./commands/DescribeListenerCommand";
102
+ import {
103
+ ListAcceleratorsCommandInput,
104
+ ListAcceleratorsCommandOutput,
105
+ } from "./commands/ListAcceleratorsCommand";
106
+ import {
107
+ ListByoipCidrsCommandInput,
108
+ ListByoipCidrsCommandOutput,
109
+ } from "./commands/ListByoipCidrsCommand";
110
+ import {
111
+ ListCustomRoutingAcceleratorsCommandInput,
112
+ ListCustomRoutingAcceleratorsCommandOutput,
113
+ } from "./commands/ListCustomRoutingAcceleratorsCommand";
114
+ import {
115
+ ListCustomRoutingEndpointGroupsCommandInput,
116
+ ListCustomRoutingEndpointGroupsCommandOutput,
117
+ } from "./commands/ListCustomRoutingEndpointGroupsCommand";
118
+ import {
119
+ ListCustomRoutingListenersCommandInput,
120
+ ListCustomRoutingListenersCommandOutput,
121
+ } from "./commands/ListCustomRoutingListenersCommand";
122
+ import {
123
+ ListCustomRoutingPortMappingsByDestinationCommandInput,
124
+ ListCustomRoutingPortMappingsByDestinationCommandOutput,
125
+ } from "./commands/ListCustomRoutingPortMappingsByDestinationCommand";
126
+ import {
127
+ ListCustomRoutingPortMappingsCommandInput,
128
+ ListCustomRoutingPortMappingsCommandOutput,
129
+ } from "./commands/ListCustomRoutingPortMappingsCommand";
130
+ import {
131
+ ListEndpointGroupsCommandInput,
132
+ ListEndpointGroupsCommandOutput,
133
+ } from "./commands/ListEndpointGroupsCommand";
134
+ import {
135
+ ListListenersCommandInput,
136
+ ListListenersCommandOutput,
137
+ } from "./commands/ListListenersCommand";
138
+ import {
139
+ ListTagsForResourceCommandInput,
140
+ ListTagsForResourceCommandOutput,
141
+ } from "./commands/ListTagsForResourceCommand";
142
+ import {
143
+ ProvisionByoipCidrCommandInput,
144
+ ProvisionByoipCidrCommandOutput,
145
+ } from "./commands/ProvisionByoipCidrCommand";
146
+ import {
147
+ RemoveCustomRoutingEndpointsCommandInput,
148
+ RemoveCustomRoutingEndpointsCommandOutput,
149
+ } from "./commands/RemoveCustomRoutingEndpointsCommand";
150
+ import {
151
+ TagResourceCommandInput,
152
+ TagResourceCommandOutput,
153
+ } from "./commands/TagResourceCommand";
154
+ import {
155
+ UntagResourceCommandInput,
156
+ UntagResourceCommandOutput,
157
+ } from "./commands/UntagResourceCommand";
158
+ import {
159
+ UpdateAcceleratorAttributesCommandInput,
160
+ UpdateAcceleratorAttributesCommandOutput,
161
+ } from "./commands/UpdateAcceleratorAttributesCommand";
162
+ import {
163
+ UpdateAcceleratorCommandInput,
164
+ UpdateAcceleratorCommandOutput,
165
+ } from "./commands/UpdateAcceleratorCommand";
166
+ import {
167
+ UpdateCustomRoutingAcceleratorAttributesCommandInput,
168
+ UpdateCustomRoutingAcceleratorAttributesCommandOutput,
169
+ } from "./commands/UpdateCustomRoutingAcceleratorAttributesCommand";
170
+ import {
171
+ UpdateCustomRoutingAcceleratorCommandInput,
172
+ UpdateCustomRoutingAcceleratorCommandOutput,
173
+ } from "./commands/UpdateCustomRoutingAcceleratorCommand";
174
+ import {
175
+ UpdateCustomRoutingListenerCommandInput,
176
+ UpdateCustomRoutingListenerCommandOutput,
177
+ } from "./commands/UpdateCustomRoutingListenerCommand";
178
+ import {
179
+ UpdateEndpointGroupCommandInput,
180
+ UpdateEndpointGroupCommandOutput,
181
+ } from "./commands/UpdateEndpointGroupCommand";
182
+ import {
183
+ UpdateListenerCommandInput,
184
+ UpdateListenerCommandOutput,
185
+ } from "./commands/UpdateListenerCommand";
186
+ import {
187
+ WithdrawByoipCidrCommandInput,
188
+ WithdrawByoipCidrCommandOutput,
189
+ } from "./commands/WithdrawByoipCidrCommand";
190
+ import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
191
+ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
192
+ addCustomRoutingEndpoints(
193
+ args: AddCustomRoutingEndpointsCommandInput,
194
+ options?: __HttpHandlerOptions
195
+ ): Promise<AddCustomRoutingEndpointsCommandOutput>;
196
+ addCustomRoutingEndpoints(
197
+ args: AddCustomRoutingEndpointsCommandInput,
198
+ cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
199
+ ): void;
200
+ addCustomRoutingEndpoints(
201
+ args: AddCustomRoutingEndpointsCommandInput,
202
+ options: __HttpHandlerOptions,
203
+ cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
204
+ ): void;
205
+ advertiseByoipCidr(
206
+ args: AdvertiseByoipCidrCommandInput,
207
+ options?: __HttpHandlerOptions
208
+ ): Promise<AdvertiseByoipCidrCommandOutput>;
209
+ advertiseByoipCidr(
210
+ args: AdvertiseByoipCidrCommandInput,
211
+ cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
212
+ ): void;
213
+ advertiseByoipCidr(
214
+ args: AdvertiseByoipCidrCommandInput,
215
+ options: __HttpHandlerOptions,
216
+ cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
217
+ ): void;
218
+ allowCustomRoutingTraffic(
219
+ args: AllowCustomRoutingTrafficCommandInput,
220
+ options?: __HttpHandlerOptions
221
+ ): Promise<AllowCustomRoutingTrafficCommandOutput>;
222
+ allowCustomRoutingTraffic(
223
+ args: AllowCustomRoutingTrafficCommandInput,
224
+ cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void
225
+ ): void;
226
+ allowCustomRoutingTraffic(
227
+ args: AllowCustomRoutingTrafficCommandInput,
228
+ options: __HttpHandlerOptions,
229
+ cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void
230
+ ): void;
231
+ createAccelerator(
232
+ args: CreateAcceleratorCommandInput,
233
+ options?: __HttpHandlerOptions
234
+ ): Promise<CreateAcceleratorCommandOutput>;
235
+ createAccelerator(
236
+ args: CreateAcceleratorCommandInput,
237
+ cb: (err: any, data?: CreateAcceleratorCommandOutput) => void
238
+ ): void;
239
+ createAccelerator(
240
+ args: CreateAcceleratorCommandInput,
241
+ options: __HttpHandlerOptions,
242
+ cb: (err: any, data?: CreateAcceleratorCommandOutput) => void
243
+ ): void;
244
+ createCustomRoutingAccelerator(
245
+ args: CreateCustomRoutingAcceleratorCommandInput,
246
+ options?: __HttpHandlerOptions
247
+ ): Promise<CreateCustomRoutingAcceleratorCommandOutput>;
248
+ createCustomRoutingAccelerator(
249
+ args: CreateCustomRoutingAcceleratorCommandInput,
250
+ cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void
251
+ ): void;
252
+ createCustomRoutingAccelerator(
253
+ args: CreateCustomRoutingAcceleratorCommandInput,
254
+ options: __HttpHandlerOptions,
255
+ cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void
256
+ ): void;
257
+ createCustomRoutingEndpointGroup(
258
+ args: CreateCustomRoutingEndpointGroupCommandInput,
259
+ options?: __HttpHandlerOptions
260
+ ): Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
261
+ createCustomRoutingEndpointGroup(
262
+ args: CreateCustomRoutingEndpointGroupCommandInput,
263
+ cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void
264
+ ): void;
265
+ createCustomRoutingEndpointGroup(
266
+ args: CreateCustomRoutingEndpointGroupCommandInput,
267
+ options: __HttpHandlerOptions,
268
+ cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void
269
+ ): void;
270
+ createCustomRoutingListener(
271
+ args: CreateCustomRoutingListenerCommandInput,
272
+ options?: __HttpHandlerOptions
273
+ ): Promise<CreateCustomRoutingListenerCommandOutput>;
274
+ createCustomRoutingListener(
275
+ args: CreateCustomRoutingListenerCommandInput,
276
+ cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void
277
+ ): void;
278
+ createCustomRoutingListener(
279
+ args: CreateCustomRoutingListenerCommandInput,
280
+ options: __HttpHandlerOptions,
281
+ cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void
282
+ ): void;
283
+ createEndpointGroup(
284
+ args: CreateEndpointGroupCommandInput,
285
+ options?: __HttpHandlerOptions
286
+ ): Promise<CreateEndpointGroupCommandOutput>;
287
+ createEndpointGroup(
288
+ args: CreateEndpointGroupCommandInput,
289
+ cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void
290
+ ): void;
291
+ createEndpointGroup(
292
+ args: CreateEndpointGroupCommandInput,
293
+ options: __HttpHandlerOptions,
294
+ cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void
295
+ ): void;
296
+ createListener(
297
+ args: CreateListenerCommandInput,
298
+ options?: __HttpHandlerOptions
299
+ ): Promise<CreateListenerCommandOutput>;
300
+ createListener(
301
+ args: CreateListenerCommandInput,
302
+ cb: (err: any, data?: CreateListenerCommandOutput) => void
303
+ ): void;
304
+ createListener(
305
+ args: CreateListenerCommandInput,
306
+ options: __HttpHandlerOptions,
307
+ cb: (err: any, data?: CreateListenerCommandOutput) => void
308
+ ): void;
309
+ deleteAccelerator(
310
+ args: DeleteAcceleratorCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<DeleteAcceleratorCommandOutput>;
313
+ deleteAccelerator(
314
+ args: DeleteAcceleratorCommandInput,
315
+ cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void
316
+ ): void;
317
+ deleteAccelerator(
318
+ args: DeleteAcceleratorCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void
321
+ ): void;
322
+ deleteCustomRoutingAccelerator(
323
+ args: DeleteCustomRoutingAcceleratorCommandInput,
324
+ options?: __HttpHandlerOptions
325
+ ): Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
326
+ deleteCustomRoutingAccelerator(
327
+ args: DeleteCustomRoutingAcceleratorCommandInput,
328
+ cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void
329
+ ): void;
330
+ deleteCustomRoutingAccelerator(
331
+ args: DeleteCustomRoutingAcceleratorCommandInput,
332
+ options: __HttpHandlerOptions,
333
+ cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void
334
+ ): void;
335
+ deleteCustomRoutingEndpointGroup(
336
+ args: DeleteCustomRoutingEndpointGroupCommandInput,
337
+ options?: __HttpHandlerOptions
338
+ ): Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
339
+ deleteCustomRoutingEndpointGroup(
340
+ args: DeleteCustomRoutingEndpointGroupCommandInput,
341
+ cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void
342
+ ): void;
343
+ deleteCustomRoutingEndpointGroup(
344
+ args: DeleteCustomRoutingEndpointGroupCommandInput,
345
+ options: __HttpHandlerOptions,
346
+ cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void
347
+ ): void;
348
+ deleteCustomRoutingListener(
349
+ args: DeleteCustomRoutingListenerCommandInput,
350
+ options?: __HttpHandlerOptions
351
+ ): Promise<DeleteCustomRoutingListenerCommandOutput>;
352
+ deleteCustomRoutingListener(
353
+ args: DeleteCustomRoutingListenerCommandInput,
354
+ cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void
355
+ ): void;
356
+ deleteCustomRoutingListener(
357
+ args: DeleteCustomRoutingListenerCommandInput,
358
+ options: __HttpHandlerOptions,
359
+ cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void
360
+ ): void;
361
+ deleteEndpointGroup(
362
+ args: DeleteEndpointGroupCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<DeleteEndpointGroupCommandOutput>;
365
+ deleteEndpointGroup(
366
+ args: DeleteEndpointGroupCommandInput,
367
+ cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void
368
+ ): void;
369
+ deleteEndpointGroup(
370
+ args: DeleteEndpointGroupCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void
373
+ ): void;
374
+ deleteListener(
375
+ args: DeleteListenerCommandInput,
376
+ options?: __HttpHandlerOptions
377
+ ): Promise<DeleteListenerCommandOutput>;
378
+ deleteListener(
379
+ args: DeleteListenerCommandInput,
380
+ cb: (err: any, data?: DeleteListenerCommandOutput) => void
381
+ ): void;
382
+ deleteListener(
383
+ args: DeleteListenerCommandInput,
384
+ options: __HttpHandlerOptions,
385
+ cb: (err: any, data?: DeleteListenerCommandOutput) => void
386
+ ): void;
387
+ denyCustomRoutingTraffic(
388
+ args: DenyCustomRoutingTrafficCommandInput,
389
+ options?: __HttpHandlerOptions
390
+ ): Promise<DenyCustomRoutingTrafficCommandOutput>;
391
+ denyCustomRoutingTraffic(
392
+ args: DenyCustomRoutingTrafficCommandInput,
393
+ cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void
394
+ ): void;
395
+ denyCustomRoutingTraffic(
396
+ args: DenyCustomRoutingTrafficCommandInput,
397
+ options: __HttpHandlerOptions,
398
+ cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void
399
+ ): void;
400
+ deprovisionByoipCidr(
401
+ args: DeprovisionByoipCidrCommandInput,
402
+ options?: __HttpHandlerOptions
403
+ ): Promise<DeprovisionByoipCidrCommandOutput>;
404
+ deprovisionByoipCidr(
405
+ args: DeprovisionByoipCidrCommandInput,
406
+ cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
407
+ ): void;
408
+ deprovisionByoipCidr(
409
+ args: DeprovisionByoipCidrCommandInput,
410
+ options: __HttpHandlerOptions,
411
+ cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
412
+ ): void;
413
+ describeAccelerator(
414
+ args: DescribeAcceleratorCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<DescribeAcceleratorCommandOutput>;
417
+ describeAccelerator(
418
+ args: DescribeAcceleratorCommandInput,
419
+ cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void
420
+ ): void;
421
+ describeAccelerator(
422
+ args: DescribeAcceleratorCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void
425
+ ): void;
426
+ describeAcceleratorAttributes(
427
+ args: DescribeAcceleratorAttributesCommandInput,
428
+ options?: __HttpHandlerOptions
429
+ ): Promise<DescribeAcceleratorAttributesCommandOutput>;
430
+ describeAcceleratorAttributes(
431
+ args: DescribeAcceleratorAttributesCommandInput,
432
+ cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void
433
+ ): void;
434
+ describeAcceleratorAttributes(
435
+ args: DescribeAcceleratorAttributesCommandInput,
436
+ options: __HttpHandlerOptions,
437
+ cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void
438
+ ): void;
439
+ describeCustomRoutingAccelerator(
440
+ args: DescribeCustomRoutingAcceleratorCommandInput,
441
+ options?: __HttpHandlerOptions
442
+ ): Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
443
+ describeCustomRoutingAccelerator(
444
+ args: DescribeCustomRoutingAcceleratorCommandInput,
445
+ cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void
446
+ ): void;
447
+ describeCustomRoutingAccelerator(
448
+ args: DescribeCustomRoutingAcceleratorCommandInput,
449
+ options: __HttpHandlerOptions,
450
+ cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void
451
+ ): void;
452
+ describeCustomRoutingAcceleratorAttributes(
453
+ args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
454
+ options?: __HttpHandlerOptions
455
+ ): Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
456
+ describeCustomRoutingAcceleratorAttributes(
457
+ args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
458
+ cb: (
459
+ err: any,
460
+ data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput
461
+ ) => void
462
+ ): void;
463
+ describeCustomRoutingAcceleratorAttributes(
464
+ args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
465
+ options: __HttpHandlerOptions,
466
+ cb: (
467
+ err: any,
468
+ data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput
469
+ ) => void
470
+ ): void;
471
+ describeCustomRoutingEndpointGroup(
472
+ args: DescribeCustomRoutingEndpointGroupCommandInput,
473
+ options?: __HttpHandlerOptions
474
+ ): Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
475
+ describeCustomRoutingEndpointGroup(
476
+ args: DescribeCustomRoutingEndpointGroupCommandInput,
477
+ cb: (
478
+ err: any,
479
+ data?: DescribeCustomRoutingEndpointGroupCommandOutput
480
+ ) => void
481
+ ): void;
482
+ describeCustomRoutingEndpointGroup(
483
+ args: DescribeCustomRoutingEndpointGroupCommandInput,
484
+ options: __HttpHandlerOptions,
485
+ cb: (
486
+ err: any,
487
+ data?: DescribeCustomRoutingEndpointGroupCommandOutput
488
+ ) => void
489
+ ): void;
490
+ describeCustomRoutingListener(
491
+ args: DescribeCustomRoutingListenerCommandInput,
492
+ options?: __HttpHandlerOptions
493
+ ): Promise<DescribeCustomRoutingListenerCommandOutput>;
494
+ describeCustomRoutingListener(
495
+ args: DescribeCustomRoutingListenerCommandInput,
496
+ cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void
497
+ ): void;
498
+ describeCustomRoutingListener(
499
+ args: DescribeCustomRoutingListenerCommandInput,
500
+ options: __HttpHandlerOptions,
501
+ cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void
502
+ ): void;
503
+ describeEndpointGroup(
504
+ args: DescribeEndpointGroupCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<DescribeEndpointGroupCommandOutput>;
507
+ describeEndpointGroup(
508
+ args: DescribeEndpointGroupCommandInput,
509
+ cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void
510
+ ): void;
511
+ describeEndpointGroup(
512
+ args: DescribeEndpointGroupCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void
515
+ ): void;
516
+ describeListener(
517
+ args: DescribeListenerCommandInput,
518
+ options?: __HttpHandlerOptions
519
+ ): Promise<DescribeListenerCommandOutput>;
520
+ describeListener(
521
+ args: DescribeListenerCommandInput,
522
+ cb: (err: any, data?: DescribeListenerCommandOutput) => void
523
+ ): void;
524
+ describeListener(
525
+ args: DescribeListenerCommandInput,
526
+ options: __HttpHandlerOptions,
527
+ cb: (err: any, data?: DescribeListenerCommandOutput) => void
528
+ ): void;
529
+ listAccelerators(
530
+ args: ListAcceleratorsCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<ListAcceleratorsCommandOutput>;
533
+ listAccelerators(
534
+ args: ListAcceleratorsCommandInput,
535
+ cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
536
+ ): void;
537
+ listAccelerators(
538
+ args: ListAcceleratorsCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
541
+ ): void;
542
+ listByoipCidrs(
543
+ args: ListByoipCidrsCommandInput,
544
+ options?: __HttpHandlerOptions
545
+ ): Promise<ListByoipCidrsCommandOutput>;
546
+ listByoipCidrs(
547
+ args: ListByoipCidrsCommandInput,
548
+ cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
549
+ ): void;
550
+ listByoipCidrs(
551
+ args: ListByoipCidrsCommandInput,
552
+ options: __HttpHandlerOptions,
553
+ cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
554
+ ): void;
555
+ listCustomRoutingAccelerators(
556
+ args: ListCustomRoutingAcceleratorsCommandInput,
557
+ options?: __HttpHandlerOptions
558
+ ): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
559
+ listCustomRoutingAccelerators(
560
+ args: ListCustomRoutingAcceleratorsCommandInput,
561
+ cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void
562
+ ): void;
563
+ listCustomRoutingAccelerators(
564
+ args: ListCustomRoutingAcceleratorsCommandInput,
565
+ options: __HttpHandlerOptions,
566
+ cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void
567
+ ): void;
568
+ listCustomRoutingEndpointGroups(
569
+ args: ListCustomRoutingEndpointGroupsCommandInput,
570
+ options?: __HttpHandlerOptions
571
+ ): Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
572
+ listCustomRoutingEndpointGroups(
573
+ args: ListCustomRoutingEndpointGroupsCommandInput,
574
+ cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void
575
+ ): void;
576
+ listCustomRoutingEndpointGroups(
577
+ args: ListCustomRoutingEndpointGroupsCommandInput,
578
+ options: __HttpHandlerOptions,
579
+ cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void
580
+ ): void;
581
+ listCustomRoutingListeners(
582
+ args: ListCustomRoutingListenersCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<ListCustomRoutingListenersCommandOutput>;
585
+ listCustomRoutingListeners(
586
+ args: ListCustomRoutingListenersCommandInput,
587
+ cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void
588
+ ): void;
589
+ listCustomRoutingListeners(
590
+ args: ListCustomRoutingListenersCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void
593
+ ): void;
594
+ listCustomRoutingPortMappings(
595
+ args: ListCustomRoutingPortMappingsCommandInput,
596
+ options?: __HttpHandlerOptions
597
+ ): Promise<ListCustomRoutingPortMappingsCommandOutput>;
598
+ listCustomRoutingPortMappings(
599
+ args: ListCustomRoutingPortMappingsCommandInput,
600
+ cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void
601
+ ): void;
602
+ listCustomRoutingPortMappings(
603
+ args: ListCustomRoutingPortMappingsCommandInput,
604
+ options: __HttpHandlerOptions,
605
+ cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void
606
+ ): void;
607
+ listCustomRoutingPortMappingsByDestination(
608
+ args: ListCustomRoutingPortMappingsByDestinationCommandInput,
609
+ options?: __HttpHandlerOptions
610
+ ): Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
611
+ listCustomRoutingPortMappingsByDestination(
612
+ args: ListCustomRoutingPortMappingsByDestinationCommandInput,
613
+ cb: (
614
+ err: any,
615
+ data?: ListCustomRoutingPortMappingsByDestinationCommandOutput
616
+ ) => void
617
+ ): void;
618
+ listCustomRoutingPortMappingsByDestination(
619
+ args: ListCustomRoutingPortMappingsByDestinationCommandInput,
620
+ options: __HttpHandlerOptions,
621
+ cb: (
622
+ err: any,
623
+ data?: ListCustomRoutingPortMappingsByDestinationCommandOutput
624
+ ) => void
625
+ ): void;
626
+ listEndpointGroups(
627
+ args: ListEndpointGroupsCommandInput,
628
+ options?: __HttpHandlerOptions
629
+ ): Promise<ListEndpointGroupsCommandOutput>;
630
+ listEndpointGroups(
631
+ args: ListEndpointGroupsCommandInput,
632
+ cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void
633
+ ): void;
634
+ listEndpointGroups(
635
+ args: ListEndpointGroupsCommandInput,
636
+ options: __HttpHandlerOptions,
637
+ cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void
638
+ ): void;
639
+ listListeners(
640
+ args: ListListenersCommandInput,
641
+ options?: __HttpHandlerOptions
642
+ ): Promise<ListListenersCommandOutput>;
643
+ listListeners(
644
+ args: ListListenersCommandInput,
645
+ cb: (err: any, data?: ListListenersCommandOutput) => void
646
+ ): void;
647
+ listListeners(
648
+ args: ListListenersCommandInput,
649
+ options: __HttpHandlerOptions,
650
+ cb: (err: any, data?: ListListenersCommandOutput) => void
651
+ ): void;
652
+ listTagsForResource(
653
+ args: ListTagsForResourceCommandInput,
654
+ options?: __HttpHandlerOptions
655
+ ): Promise<ListTagsForResourceCommandOutput>;
656
+ listTagsForResource(
657
+ args: ListTagsForResourceCommandInput,
658
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
659
+ ): void;
660
+ listTagsForResource(
661
+ args: ListTagsForResourceCommandInput,
662
+ options: __HttpHandlerOptions,
663
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
664
+ ): void;
665
+ provisionByoipCidr(
666
+ args: ProvisionByoipCidrCommandInput,
667
+ options?: __HttpHandlerOptions
668
+ ): Promise<ProvisionByoipCidrCommandOutput>;
669
+ provisionByoipCidr(
670
+ args: ProvisionByoipCidrCommandInput,
671
+ cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
672
+ ): void;
673
+ provisionByoipCidr(
674
+ args: ProvisionByoipCidrCommandInput,
675
+ options: __HttpHandlerOptions,
676
+ cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
677
+ ): void;
678
+ removeCustomRoutingEndpoints(
679
+ args: RemoveCustomRoutingEndpointsCommandInput,
680
+ options?: __HttpHandlerOptions
681
+ ): Promise<RemoveCustomRoutingEndpointsCommandOutput>;
682
+ removeCustomRoutingEndpoints(
683
+ args: RemoveCustomRoutingEndpointsCommandInput,
684
+ cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
685
+ ): void;
686
+ removeCustomRoutingEndpoints(
687
+ args: RemoveCustomRoutingEndpointsCommandInput,
688
+ options: __HttpHandlerOptions,
689
+ cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
690
+ ): void;
691
+ tagResource(
692
+ args: TagResourceCommandInput,
693
+ options?: __HttpHandlerOptions
694
+ ): Promise<TagResourceCommandOutput>;
695
+ tagResource(
696
+ args: TagResourceCommandInput,
697
+ cb: (err: any, data?: TagResourceCommandOutput) => void
698
+ ): void;
699
+ tagResource(
700
+ args: TagResourceCommandInput,
701
+ options: __HttpHandlerOptions,
702
+ cb: (err: any, data?: TagResourceCommandOutput) => void
703
+ ): void;
704
+ untagResource(
705
+ args: UntagResourceCommandInput,
706
+ options?: __HttpHandlerOptions
707
+ ): Promise<UntagResourceCommandOutput>;
708
+ untagResource(
709
+ args: UntagResourceCommandInput,
710
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
711
+ ): void;
712
+ untagResource(
713
+ args: UntagResourceCommandInput,
714
+ options: __HttpHandlerOptions,
715
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
716
+ ): void;
717
+ updateAccelerator(
718
+ args: UpdateAcceleratorCommandInput,
719
+ options?: __HttpHandlerOptions
720
+ ): Promise<UpdateAcceleratorCommandOutput>;
721
+ updateAccelerator(
722
+ args: UpdateAcceleratorCommandInput,
723
+ cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void
724
+ ): void;
725
+ updateAccelerator(
726
+ args: UpdateAcceleratorCommandInput,
727
+ options: __HttpHandlerOptions,
728
+ cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void
729
+ ): void;
730
+ updateAcceleratorAttributes(
731
+ args: UpdateAcceleratorAttributesCommandInput,
732
+ options?: __HttpHandlerOptions
733
+ ): Promise<UpdateAcceleratorAttributesCommandOutput>;
734
+ updateAcceleratorAttributes(
735
+ args: UpdateAcceleratorAttributesCommandInput,
736
+ cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void
737
+ ): void;
738
+ updateAcceleratorAttributes(
739
+ args: UpdateAcceleratorAttributesCommandInput,
740
+ options: __HttpHandlerOptions,
741
+ cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void
742
+ ): void;
743
+ updateCustomRoutingAccelerator(
744
+ args: UpdateCustomRoutingAcceleratorCommandInput,
745
+ options?: __HttpHandlerOptions
746
+ ): Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
747
+ updateCustomRoutingAccelerator(
748
+ args: UpdateCustomRoutingAcceleratorCommandInput,
749
+ cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void
750
+ ): void;
751
+ updateCustomRoutingAccelerator(
752
+ args: UpdateCustomRoutingAcceleratorCommandInput,
753
+ options: __HttpHandlerOptions,
754
+ cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void
755
+ ): void;
756
+ updateCustomRoutingAcceleratorAttributes(
757
+ args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
758
+ options?: __HttpHandlerOptions
759
+ ): Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
760
+ updateCustomRoutingAcceleratorAttributes(
761
+ args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
762
+ cb: (
763
+ err: any,
764
+ data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput
765
+ ) => void
766
+ ): void;
767
+ updateCustomRoutingAcceleratorAttributes(
768
+ args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
769
+ options: __HttpHandlerOptions,
770
+ cb: (
771
+ err: any,
772
+ data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput
773
+ ) => void
774
+ ): void;
775
+ updateCustomRoutingListener(
776
+ args: UpdateCustomRoutingListenerCommandInput,
777
+ options?: __HttpHandlerOptions
778
+ ): Promise<UpdateCustomRoutingListenerCommandOutput>;
779
+ updateCustomRoutingListener(
780
+ args: UpdateCustomRoutingListenerCommandInput,
781
+ cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void
782
+ ): void;
783
+ updateCustomRoutingListener(
784
+ args: UpdateCustomRoutingListenerCommandInput,
785
+ options: __HttpHandlerOptions,
786
+ cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void
787
+ ): void;
788
+ updateEndpointGroup(
789
+ args: UpdateEndpointGroupCommandInput,
790
+ options?: __HttpHandlerOptions
791
+ ): Promise<UpdateEndpointGroupCommandOutput>;
792
+ updateEndpointGroup(
793
+ args: UpdateEndpointGroupCommandInput,
794
+ cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void
795
+ ): void;
796
+ updateEndpointGroup(
797
+ args: UpdateEndpointGroupCommandInput,
798
+ options: __HttpHandlerOptions,
799
+ cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void
800
+ ): void;
801
+ updateListener(
802
+ args: UpdateListenerCommandInput,
803
+ options?: __HttpHandlerOptions
804
+ ): Promise<UpdateListenerCommandOutput>;
805
+ updateListener(
806
+ args: UpdateListenerCommandInput,
807
+ cb: (err: any, data?: UpdateListenerCommandOutput) => void
808
+ ): void;
809
+ updateListener(
810
+ args: UpdateListenerCommandInput,
811
+ options: __HttpHandlerOptions,
812
+ cb: (err: any, data?: UpdateListenerCommandOutput) => void
813
+ ): void;
814
+ withdrawByoipCidr(
815
+ args: WithdrawByoipCidrCommandInput,
816
+ options?: __HttpHandlerOptions
817
+ ): Promise<WithdrawByoipCidrCommandOutput>;
818
+ withdrawByoipCidr(
819
+ args: WithdrawByoipCidrCommandInput,
820
+ cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void
821
+ ): void;
822
+ withdrawByoipCidr(
823
+ args: WithdrawByoipCidrCommandInput,
824
+ options: __HttpHandlerOptions,
825
+ cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void
826
+ ): void;
827
+ }