@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,240 +1,874 @@
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
+
192
+ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
193
+ addCustomRoutingEndpoints(
194
+ args: AddCustomRoutingEndpointsCommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<AddCustomRoutingEndpointsCommandOutput>;
197
+ addCustomRoutingEndpoints(
198
+ args: AddCustomRoutingEndpointsCommandInput,
199
+ cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
200
+ ): void;
201
+ addCustomRoutingEndpoints(
202
+ args: AddCustomRoutingEndpointsCommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
205
+ ): void;
206
+
207
+ advertiseByoipCidr(
208
+ args: AdvertiseByoipCidrCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<AdvertiseByoipCidrCommandOutput>;
211
+ advertiseByoipCidr(
212
+ args: AdvertiseByoipCidrCommandInput,
213
+ cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
214
+ ): void;
215
+ advertiseByoipCidr(
216
+ args: AdvertiseByoipCidrCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
219
+ ): void;
220
+
221
+ allowCustomRoutingTraffic(
222
+ args: AllowCustomRoutingTrafficCommandInput,
223
+ options?: __HttpHandlerOptions
224
+ ): Promise<AllowCustomRoutingTrafficCommandOutput>;
225
+ allowCustomRoutingTraffic(
226
+ args: AllowCustomRoutingTrafficCommandInput,
227
+ cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void
228
+ ): void;
229
+ allowCustomRoutingTraffic(
230
+ args: AllowCustomRoutingTrafficCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void
233
+ ): void;
234
+
235
+ createAccelerator(
236
+ args: CreateAcceleratorCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<CreateAcceleratorCommandOutput>;
239
+ createAccelerator(
240
+ args: CreateAcceleratorCommandInput,
241
+ cb: (err: any, data?: CreateAcceleratorCommandOutput) => void
242
+ ): void;
243
+ createAccelerator(
244
+ args: CreateAcceleratorCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: CreateAcceleratorCommandOutput) => void
247
+ ): void;
248
+
249
+ createCustomRoutingAccelerator(
250
+ args: CreateCustomRoutingAcceleratorCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<CreateCustomRoutingAcceleratorCommandOutput>;
253
+ createCustomRoutingAccelerator(
254
+ args: CreateCustomRoutingAcceleratorCommandInput,
255
+ cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void
256
+ ): void;
257
+ createCustomRoutingAccelerator(
258
+ args: CreateCustomRoutingAcceleratorCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void
261
+ ): void;
262
+
263
+ createCustomRoutingEndpointGroup(
264
+ args: CreateCustomRoutingEndpointGroupCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
267
+ createCustomRoutingEndpointGroup(
268
+ args: CreateCustomRoutingEndpointGroupCommandInput,
269
+ cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void
270
+ ): void;
271
+ createCustomRoutingEndpointGroup(
272
+ args: CreateCustomRoutingEndpointGroupCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void
275
+ ): void;
276
+
277
+ createCustomRoutingListener(
278
+ args: CreateCustomRoutingListenerCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<CreateCustomRoutingListenerCommandOutput>;
281
+ createCustomRoutingListener(
282
+ args: CreateCustomRoutingListenerCommandInput,
283
+ cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void
284
+ ): void;
285
+ createCustomRoutingListener(
286
+ args: CreateCustomRoutingListenerCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void
289
+ ): void;
290
+
291
+ createEndpointGroup(
292
+ args: CreateEndpointGroupCommandInput,
293
+ options?: __HttpHandlerOptions
294
+ ): Promise<CreateEndpointGroupCommandOutput>;
295
+ createEndpointGroup(
296
+ args: CreateEndpointGroupCommandInput,
297
+ cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void
298
+ ): void;
299
+ createEndpointGroup(
300
+ args: CreateEndpointGroupCommandInput,
301
+ options: __HttpHandlerOptions,
302
+ cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void
303
+ ): void;
304
+
305
+ createListener(
306
+ args: CreateListenerCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<CreateListenerCommandOutput>;
309
+ createListener(
310
+ args: CreateListenerCommandInput,
311
+ cb: (err: any, data?: CreateListenerCommandOutput) => void
312
+ ): void;
313
+ createListener(
314
+ args: CreateListenerCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: CreateListenerCommandOutput) => void
317
+ ): void;
318
+
319
+ deleteAccelerator(
320
+ args: DeleteAcceleratorCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<DeleteAcceleratorCommandOutput>;
323
+ deleteAccelerator(
324
+ args: DeleteAcceleratorCommandInput,
325
+ cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void
326
+ ): void;
327
+ deleteAccelerator(
328
+ args: DeleteAcceleratorCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void
331
+ ): void;
332
+
333
+ deleteCustomRoutingAccelerator(
334
+ args: DeleteCustomRoutingAcceleratorCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
337
+ deleteCustomRoutingAccelerator(
338
+ args: DeleteCustomRoutingAcceleratorCommandInput,
339
+ cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void
340
+ ): void;
341
+ deleteCustomRoutingAccelerator(
342
+ args: DeleteCustomRoutingAcceleratorCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void
345
+ ): void;
346
+
347
+ deleteCustomRoutingEndpointGroup(
348
+ args: DeleteCustomRoutingEndpointGroupCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
351
+ deleteCustomRoutingEndpointGroup(
352
+ args: DeleteCustomRoutingEndpointGroupCommandInput,
353
+ cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void
354
+ ): void;
355
+ deleteCustomRoutingEndpointGroup(
356
+ args: DeleteCustomRoutingEndpointGroupCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void
359
+ ): void;
360
+
361
+ deleteCustomRoutingListener(
362
+ args: DeleteCustomRoutingListenerCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<DeleteCustomRoutingListenerCommandOutput>;
365
+ deleteCustomRoutingListener(
366
+ args: DeleteCustomRoutingListenerCommandInput,
367
+ cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void
368
+ ): void;
369
+ deleteCustomRoutingListener(
370
+ args: DeleteCustomRoutingListenerCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void
373
+ ): void;
374
+
375
+ deleteEndpointGroup(
376
+ args: DeleteEndpointGroupCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<DeleteEndpointGroupCommandOutput>;
379
+ deleteEndpointGroup(
380
+ args: DeleteEndpointGroupCommandInput,
381
+ cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void
382
+ ): void;
383
+ deleteEndpointGroup(
384
+ args: DeleteEndpointGroupCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void
387
+ ): void;
388
+
389
+ deleteListener(
390
+ args: DeleteListenerCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<DeleteListenerCommandOutput>;
393
+ deleteListener(
394
+ args: DeleteListenerCommandInput,
395
+ cb: (err: any, data?: DeleteListenerCommandOutput) => void
396
+ ): void;
397
+ deleteListener(
398
+ args: DeleteListenerCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: DeleteListenerCommandOutput) => void
401
+ ): void;
402
+
403
+ denyCustomRoutingTraffic(
404
+ args: DenyCustomRoutingTrafficCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<DenyCustomRoutingTrafficCommandOutput>;
407
+ denyCustomRoutingTraffic(
408
+ args: DenyCustomRoutingTrafficCommandInput,
409
+ cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void
410
+ ): void;
411
+ denyCustomRoutingTraffic(
412
+ args: DenyCustomRoutingTrafficCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void
415
+ ): void;
416
+
417
+ deprovisionByoipCidr(
418
+ args: DeprovisionByoipCidrCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<DeprovisionByoipCidrCommandOutput>;
421
+ deprovisionByoipCidr(
422
+ args: DeprovisionByoipCidrCommandInput,
423
+ cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
424
+ ): void;
425
+ deprovisionByoipCidr(
426
+ args: DeprovisionByoipCidrCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
429
+ ): void;
430
+
431
+ describeAccelerator(
432
+ args: DescribeAcceleratorCommandInput,
433
+ options?: __HttpHandlerOptions
434
+ ): Promise<DescribeAcceleratorCommandOutput>;
435
+ describeAccelerator(
436
+ args: DescribeAcceleratorCommandInput,
437
+ cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void
438
+ ): void;
439
+ describeAccelerator(
440
+ args: DescribeAcceleratorCommandInput,
441
+ options: __HttpHandlerOptions,
442
+ cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void
443
+ ): void;
444
+
445
+ describeAcceleratorAttributes(
446
+ args: DescribeAcceleratorAttributesCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<DescribeAcceleratorAttributesCommandOutput>;
449
+ describeAcceleratorAttributes(
450
+ args: DescribeAcceleratorAttributesCommandInput,
451
+ cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void
452
+ ): void;
453
+ describeAcceleratorAttributes(
454
+ args: DescribeAcceleratorAttributesCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void
457
+ ): void;
458
+
459
+ describeCustomRoutingAccelerator(
460
+ args: DescribeCustomRoutingAcceleratorCommandInput,
461
+ options?: __HttpHandlerOptions
462
+ ): Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
463
+ describeCustomRoutingAccelerator(
464
+ args: DescribeCustomRoutingAcceleratorCommandInput,
465
+ cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void
466
+ ): void;
467
+ describeCustomRoutingAccelerator(
468
+ args: DescribeCustomRoutingAcceleratorCommandInput,
469
+ options: __HttpHandlerOptions,
470
+ cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void
471
+ ): void;
472
+
473
+ describeCustomRoutingAcceleratorAttributes(
474
+ args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
475
+ options?: __HttpHandlerOptions
476
+ ): Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
477
+ describeCustomRoutingAcceleratorAttributes(
478
+ args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
479
+ cb: (
480
+ err: any,
481
+ data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput
482
+ ) => void
483
+ ): void;
484
+ describeCustomRoutingAcceleratorAttributes(
485
+ args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
486
+ options: __HttpHandlerOptions,
487
+ cb: (
488
+ err: any,
489
+ data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput
490
+ ) => void
491
+ ): void;
492
+
493
+ describeCustomRoutingEndpointGroup(
494
+ args: DescribeCustomRoutingEndpointGroupCommandInput,
495
+ options?: __HttpHandlerOptions
496
+ ): Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
497
+ describeCustomRoutingEndpointGroup(
498
+ args: DescribeCustomRoutingEndpointGroupCommandInput,
499
+ cb: (
500
+ err: any,
501
+ data?: DescribeCustomRoutingEndpointGroupCommandOutput
502
+ ) => void
503
+ ): void;
504
+ describeCustomRoutingEndpointGroup(
505
+ args: DescribeCustomRoutingEndpointGroupCommandInput,
506
+ options: __HttpHandlerOptions,
507
+ cb: (
508
+ err: any,
509
+ data?: DescribeCustomRoutingEndpointGroupCommandOutput
510
+ ) => void
511
+ ): void;
512
+
513
+ describeCustomRoutingListener(
514
+ args: DescribeCustomRoutingListenerCommandInput,
515
+ options?: __HttpHandlerOptions
516
+ ): Promise<DescribeCustomRoutingListenerCommandOutput>;
517
+ describeCustomRoutingListener(
518
+ args: DescribeCustomRoutingListenerCommandInput,
519
+ cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void
520
+ ): void;
521
+ describeCustomRoutingListener(
522
+ args: DescribeCustomRoutingListenerCommandInput,
523
+ options: __HttpHandlerOptions,
524
+ cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void
525
+ ): void;
526
+
527
+ describeEndpointGroup(
528
+ args: DescribeEndpointGroupCommandInput,
529
+ options?: __HttpHandlerOptions
530
+ ): Promise<DescribeEndpointGroupCommandOutput>;
531
+ describeEndpointGroup(
532
+ args: DescribeEndpointGroupCommandInput,
533
+ cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void
534
+ ): void;
535
+ describeEndpointGroup(
536
+ args: DescribeEndpointGroupCommandInput,
537
+ options: __HttpHandlerOptions,
538
+ cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void
539
+ ): void;
540
+
541
+ describeListener(
542
+ args: DescribeListenerCommandInput,
543
+ options?: __HttpHandlerOptions
544
+ ): Promise<DescribeListenerCommandOutput>;
545
+ describeListener(
546
+ args: DescribeListenerCommandInput,
547
+ cb: (err: any, data?: DescribeListenerCommandOutput) => void
548
+ ): void;
549
+ describeListener(
550
+ args: DescribeListenerCommandInput,
551
+ options: __HttpHandlerOptions,
552
+ cb: (err: any, data?: DescribeListenerCommandOutput) => void
553
+ ): void;
554
+
555
+ listAccelerators(
556
+ args: ListAcceleratorsCommandInput,
557
+ options?: __HttpHandlerOptions
558
+ ): Promise<ListAcceleratorsCommandOutput>;
559
+ listAccelerators(
560
+ args: ListAcceleratorsCommandInput,
561
+ cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
562
+ ): void;
563
+ listAccelerators(
564
+ args: ListAcceleratorsCommandInput,
565
+ options: __HttpHandlerOptions,
566
+ cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
567
+ ): void;
568
+
569
+ listByoipCidrs(
570
+ args: ListByoipCidrsCommandInput,
571
+ options?: __HttpHandlerOptions
572
+ ): Promise<ListByoipCidrsCommandOutput>;
573
+ listByoipCidrs(
574
+ args: ListByoipCidrsCommandInput,
575
+ cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
576
+ ): void;
577
+ listByoipCidrs(
578
+ args: ListByoipCidrsCommandInput,
579
+ options: __HttpHandlerOptions,
580
+ cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
581
+ ): void;
582
+
583
+ listCustomRoutingAccelerators(
584
+ args: ListCustomRoutingAcceleratorsCommandInput,
585
+ options?: __HttpHandlerOptions
586
+ ): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
587
+ listCustomRoutingAccelerators(
588
+ args: ListCustomRoutingAcceleratorsCommandInput,
589
+ cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void
590
+ ): void;
591
+ listCustomRoutingAccelerators(
592
+ args: ListCustomRoutingAcceleratorsCommandInput,
593
+ options: __HttpHandlerOptions,
594
+ cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void
595
+ ): void;
596
+
597
+ listCustomRoutingEndpointGroups(
598
+ args: ListCustomRoutingEndpointGroupsCommandInput,
599
+ options?: __HttpHandlerOptions
600
+ ): Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
601
+ listCustomRoutingEndpointGroups(
602
+ args: ListCustomRoutingEndpointGroupsCommandInput,
603
+ cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void
604
+ ): void;
605
+ listCustomRoutingEndpointGroups(
606
+ args: ListCustomRoutingEndpointGroupsCommandInput,
607
+ options: __HttpHandlerOptions,
608
+ cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void
609
+ ): void;
610
+
611
+ listCustomRoutingListeners(
612
+ args: ListCustomRoutingListenersCommandInput,
613
+ options?: __HttpHandlerOptions
614
+ ): Promise<ListCustomRoutingListenersCommandOutput>;
615
+ listCustomRoutingListeners(
616
+ args: ListCustomRoutingListenersCommandInput,
617
+ cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void
618
+ ): void;
619
+ listCustomRoutingListeners(
620
+ args: ListCustomRoutingListenersCommandInput,
621
+ options: __HttpHandlerOptions,
622
+ cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void
623
+ ): void;
624
+
625
+ listCustomRoutingPortMappings(
626
+ args: ListCustomRoutingPortMappingsCommandInput,
627
+ options?: __HttpHandlerOptions
628
+ ): Promise<ListCustomRoutingPortMappingsCommandOutput>;
629
+ listCustomRoutingPortMappings(
630
+ args: ListCustomRoutingPortMappingsCommandInput,
631
+ cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void
632
+ ): void;
633
+ listCustomRoutingPortMappings(
634
+ args: ListCustomRoutingPortMappingsCommandInput,
635
+ options: __HttpHandlerOptions,
636
+ cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void
637
+ ): void;
638
+
639
+ listCustomRoutingPortMappingsByDestination(
640
+ args: ListCustomRoutingPortMappingsByDestinationCommandInput,
641
+ options?: __HttpHandlerOptions
642
+ ): Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
643
+ listCustomRoutingPortMappingsByDestination(
644
+ args: ListCustomRoutingPortMappingsByDestinationCommandInput,
645
+ cb: (
646
+ err: any,
647
+ data?: ListCustomRoutingPortMappingsByDestinationCommandOutput
648
+ ) => void
649
+ ): void;
650
+ listCustomRoutingPortMappingsByDestination(
651
+ args: ListCustomRoutingPortMappingsByDestinationCommandInput,
652
+ options: __HttpHandlerOptions,
653
+ cb: (
654
+ err: any,
655
+ data?: ListCustomRoutingPortMappingsByDestinationCommandOutput
656
+ ) => void
657
+ ): void;
658
+
659
+ listEndpointGroups(
660
+ args: ListEndpointGroupsCommandInput,
661
+ options?: __HttpHandlerOptions
662
+ ): Promise<ListEndpointGroupsCommandOutput>;
663
+ listEndpointGroups(
664
+ args: ListEndpointGroupsCommandInput,
665
+ cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void
666
+ ): void;
667
+ listEndpointGroups(
668
+ args: ListEndpointGroupsCommandInput,
669
+ options: __HttpHandlerOptions,
670
+ cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void
671
+ ): void;
672
+
673
+ listListeners(
674
+ args: ListListenersCommandInput,
675
+ options?: __HttpHandlerOptions
676
+ ): Promise<ListListenersCommandOutput>;
677
+ listListeners(
678
+ args: ListListenersCommandInput,
679
+ cb: (err: any, data?: ListListenersCommandOutput) => void
680
+ ): void;
681
+ listListeners(
682
+ args: ListListenersCommandInput,
683
+ options: __HttpHandlerOptions,
684
+ cb: (err: any, data?: ListListenersCommandOutput) => void
685
+ ): void;
686
+
687
+ listTagsForResource(
688
+ args: ListTagsForResourceCommandInput,
689
+ options?: __HttpHandlerOptions
690
+ ): Promise<ListTagsForResourceCommandOutput>;
691
+ listTagsForResource(
692
+ args: ListTagsForResourceCommandInput,
693
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
694
+ ): void;
695
+ listTagsForResource(
696
+ args: ListTagsForResourceCommandInput,
697
+ options: __HttpHandlerOptions,
698
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
699
+ ): void;
700
+
701
+ provisionByoipCidr(
702
+ args: ProvisionByoipCidrCommandInput,
703
+ options?: __HttpHandlerOptions
704
+ ): Promise<ProvisionByoipCidrCommandOutput>;
705
+ provisionByoipCidr(
706
+ args: ProvisionByoipCidrCommandInput,
707
+ cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
708
+ ): void;
709
+ provisionByoipCidr(
710
+ args: ProvisionByoipCidrCommandInput,
711
+ options: __HttpHandlerOptions,
712
+ cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
713
+ ): void;
714
+
715
+ removeCustomRoutingEndpoints(
716
+ args: RemoveCustomRoutingEndpointsCommandInput,
717
+ options?: __HttpHandlerOptions
718
+ ): Promise<RemoveCustomRoutingEndpointsCommandOutput>;
719
+ removeCustomRoutingEndpoints(
720
+ args: RemoveCustomRoutingEndpointsCommandInput,
721
+ cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
722
+ ): void;
723
+ removeCustomRoutingEndpoints(
724
+ args: RemoveCustomRoutingEndpointsCommandInput,
725
+ options: __HttpHandlerOptions,
726
+ cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
727
+ ): void;
728
+
729
+ tagResource(
730
+ args: TagResourceCommandInput,
731
+ options?: __HttpHandlerOptions
732
+ ): Promise<TagResourceCommandOutput>;
733
+ tagResource(
734
+ args: TagResourceCommandInput,
735
+ cb: (err: any, data?: TagResourceCommandOutput) => void
736
+ ): void;
737
+ tagResource(
738
+ args: TagResourceCommandInput,
739
+ options: __HttpHandlerOptions,
740
+ cb: (err: any, data?: TagResourceCommandOutput) => void
741
+ ): void;
742
+
743
+ untagResource(
744
+ args: UntagResourceCommandInput,
745
+ options?: __HttpHandlerOptions
746
+ ): Promise<UntagResourceCommandOutput>;
747
+ untagResource(
748
+ args: UntagResourceCommandInput,
749
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
750
+ ): void;
751
+ untagResource(
752
+ args: UntagResourceCommandInput,
753
+ options: __HttpHandlerOptions,
754
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
755
+ ): void;
756
+
757
+ updateAccelerator(
758
+ args: UpdateAcceleratorCommandInput,
759
+ options?: __HttpHandlerOptions
760
+ ): Promise<UpdateAcceleratorCommandOutput>;
761
+ updateAccelerator(
762
+ args: UpdateAcceleratorCommandInput,
763
+ cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void
764
+ ): void;
765
+ updateAccelerator(
766
+ args: UpdateAcceleratorCommandInput,
767
+ options: __HttpHandlerOptions,
768
+ cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void
769
+ ): void;
770
+
771
+ updateAcceleratorAttributes(
772
+ args: UpdateAcceleratorAttributesCommandInput,
773
+ options?: __HttpHandlerOptions
774
+ ): Promise<UpdateAcceleratorAttributesCommandOutput>;
775
+ updateAcceleratorAttributes(
776
+ args: UpdateAcceleratorAttributesCommandInput,
777
+ cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void
778
+ ): void;
779
+ updateAcceleratorAttributes(
780
+ args: UpdateAcceleratorAttributesCommandInput,
781
+ options: __HttpHandlerOptions,
782
+ cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void
783
+ ): void;
784
+
785
+ updateCustomRoutingAccelerator(
786
+ args: UpdateCustomRoutingAcceleratorCommandInput,
787
+ options?: __HttpHandlerOptions
788
+ ): Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
789
+ updateCustomRoutingAccelerator(
790
+ args: UpdateCustomRoutingAcceleratorCommandInput,
791
+ cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void
792
+ ): void;
793
+ updateCustomRoutingAccelerator(
794
+ args: UpdateCustomRoutingAcceleratorCommandInput,
795
+ options: __HttpHandlerOptions,
796
+ cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void
797
+ ): void;
798
+
799
+ updateCustomRoutingAcceleratorAttributes(
800
+ args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
801
+ options?: __HttpHandlerOptions
802
+ ): Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
803
+ updateCustomRoutingAcceleratorAttributes(
804
+ args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
805
+ cb: (
806
+ err: any,
807
+ data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput
808
+ ) => void
809
+ ): void;
810
+ updateCustomRoutingAcceleratorAttributes(
811
+ args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
812
+ options: __HttpHandlerOptions,
813
+ cb: (
814
+ err: any,
815
+ data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput
816
+ ) => void
817
+ ): void;
818
+
819
+ updateCustomRoutingListener(
820
+ args: UpdateCustomRoutingListenerCommandInput,
821
+ options?: __HttpHandlerOptions
822
+ ): Promise<UpdateCustomRoutingListenerCommandOutput>;
823
+ updateCustomRoutingListener(
824
+ args: UpdateCustomRoutingListenerCommandInput,
825
+ cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void
826
+ ): void;
827
+ updateCustomRoutingListener(
828
+ args: UpdateCustomRoutingListenerCommandInput,
829
+ options: __HttpHandlerOptions,
830
+ cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void
831
+ ): void;
832
+
833
+ updateEndpointGroup(
834
+ args: UpdateEndpointGroupCommandInput,
835
+ options?: __HttpHandlerOptions
836
+ ): Promise<UpdateEndpointGroupCommandOutput>;
837
+ updateEndpointGroup(
838
+ args: UpdateEndpointGroupCommandInput,
839
+ cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void
840
+ ): void;
841
+ updateEndpointGroup(
842
+ args: UpdateEndpointGroupCommandInput,
843
+ options: __HttpHandlerOptions,
844
+ cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void
845
+ ): void;
846
+
847
+ updateListener(
848
+ args: UpdateListenerCommandInput,
849
+ options?: __HttpHandlerOptions
850
+ ): Promise<UpdateListenerCommandOutput>;
851
+ updateListener(
852
+ args: UpdateListenerCommandInput,
853
+ cb: (err: any, data?: UpdateListenerCommandOutput) => void
854
+ ): void;
855
+ updateListener(
856
+ args: UpdateListenerCommandInput,
857
+ options: __HttpHandlerOptions,
858
+ cb: (err: any, data?: UpdateListenerCommandOutput) => void
859
+ ): void;
860
+
861
+ withdrawByoipCidr(
862
+ args: WithdrawByoipCidrCommandInput,
863
+ options?: __HttpHandlerOptions
864
+ ): Promise<WithdrawByoipCidrCommandOutput>;
865
+ withdrawByoipCidr(
866
+ args: WithdrawByoipCidrCommandInput,
867
+ cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void
868
+ ): void;
869
+ withdrawByoipCidr(
870
+ args: WithdrawByoipCidrCommandInput,
871
+ options: __HttpHandlerOptions,
872
+ cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void
873
+ ): void;
874
+ }