@aws-sdk/client-global-accelerator 3.130.0 → 3.138.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.
- package/CHANGELOG.md +30 -0
- package/README.md +22 -119
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +2 -2
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +2 -2
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +1 -1
- package/dist-cjs/commands/CreateAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +2 -2
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateListenerCommand.js +2 -2
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +1 -1
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteListenerCommand.js +1 -1
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +1 -1
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +2 -2
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +2 -2
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeListenerCommand.js +2 -2
- package/dist-cjs/commands/ListAcceleratorsCommand.js +2 -2
- package/dist-cjs/commands/ListByoipCidrsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +2 -2
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -2
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListListenersCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +2 -2
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateListenerCommand.js +2 -2
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +2 -2
- package/dist-cjs/models/models_0.js +449 -657
- package/dist-cjs/protocols/Aws_json1_1.js +29 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +3 -3
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +3 -3
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/CreateAcceleratorCommand.js +3 -3
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +3 -3
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +3 -3
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +3 -3
- package/dist-es/commands/CreateEndpointGroupCommand.js +3 -3
- package/dist-es/commands/CreateListenerCommand.js +3 -3
- package/dist-es/commands/DeleteAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +3 -3
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeAcceleratorCommand.js +3 -3
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +3 -3
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +3 -3
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointGroupCommand.js +3 -3
- package/dist-es/commands/DescribeListenerCommand.js +3 -3
- package/dist-es/commands/ListAcceleratorsCommand.js +3 -3
- package/dist-es/commands/ListByoipCidrsCommand.js +3 -3
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +3 -3
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +3 -3
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +3 -3
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +3 -3
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +3 -3
- package/dist-es/commands/ListEndpointGroupsCommand.js +3 -3
- package/dist-es/commands/ListListenersCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ProvisionByoipCidrCommand.js +3 -3
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateAcceleratorCommand.js +3 -3
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +3 -3
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointGroupCommand.js +3 -3
- package/dist-es/commands/UpdateListenerCommand.js +3 -3
- package/dist-es/commands/WithdrawByoipCidrCommand.js +3 -3
- package/dist-es/models/models_0.js +116 -436
- package/dist-es/protocols/Aws_json1_1.js +56 -24
- package/dist-types/GlobalAccelerator.d.ts +66 -158
- package/dist-types/GlobalAcceleratorClient.d.ts +25 -120
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +4 -4
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +3 -2
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +4 -3
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +4 -4
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +3 -3
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +3 -3
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +4 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +3 -2
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +620 -779
- package/dist-types/ts3.4/models/models_0.d.ts +236 -434
- package/package.json +7 -7
|
@@ -2,20 +2,14 @@ import { __assign, __extends } from "tslib";
|
|
|
2
2
|
import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException";
|
|
3
3
|
export var IpAddressType;
|
|
4
4
|
(function (IpAddressType) {
|
|
5
|
+
IpAddressType["DUAL_STACK"] = "DUAL_STACK";
|
|
5
6
|
IpAddressType["IPV4"] = "IPV4";
|
|
6
7
|
})(IpAddressType || (IpAddressType = {}));
|
|
7
|
-
export var
|
|
8
|
-
(function (
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
(function (Accelerator) {
|
|
13
|
-
Accelerator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(Accelerator || (Accelerator = {}));
|
|
15
|
-
export var AcceleratorAttributes;
|
|
16
|
-
(function (AcceleratorAttributes) {
|
|
17
|
-
AcceleratorAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
-
})(AcceleratorAttributes || (AcceleratorAttributes = {}));
|
|
8
|
+
export var IpAddressFamily;
|
|
9
|
+
(function (IpAddressFamily) {
|
|
10
|
+
IpAddressFamily["IPv4"] = "IPv4";
|
|
11
|
+
IpAddressFamily["IPv6"] = "IPv6";
|
|
12
|
+
})(IpAddressFamily || (IpAddressFamily = {}));
|
|
19
13
|
var AcceleratorNotDisabledException = (function (_super) {
|
|
20
14
|
__extends(AcceleratorNotDisabledException, _super);
|
|
21
15
|
function AcceleratorNotDisabledException(opts) {
|
|
@@ -55,22 +49,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
55
49
|
return AccessDeniedException;
|
|
56
50
|
}(__BaseException));
|
|
57
51
|
export { AccessDeniedException };
|
|
58
|
-
export var CustomRoutingEndpointConfiguration;
|
|
59
|
-
(function (CustomRoutingEndpointConfiguration) {
|
|
60
|
-
CustomRoutingEndpointConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
-
})(CustomRoutingEndpointConfiguration || (CustomRoutingEndpointConfiguration = {}));
|
|
62
|
-
export var AddCustomRoutingEndpointsRequest;
|
|
63
|
-
(function (AddCustomRoutingEndpointsRequest) {
|
|
64
|
-
AddCustomRoutingEndpointsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
-
})(AddCustomRoutingEndpointsRequest || (AddCustomRoutingEndpointsRequest = {}));
|
|
66
|
-
export var CustomRoutingEndpointDescription;
|
|
67
|
-
(function (CustomRoutingEndpointDescription) {
|
|
68
|
-
CustomRoutingEndpointDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
-
})(CustomRoutingEndpointDescription || (CustomRoutingEndpointDescription = {}));
|
|
70
|
-
export var AddCustomRoutingEndpointsResponse;
|
|
71
|
-
(function (AddCustomRoutingEndpointsResponse) {
|
|
72
|
-
AddCustomRoutingEndpointsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
-
})(AddCustomRoutingEndpointsResponse || (AddCustomRoutingEndpointsResponse = {}));
|
|
74
52
|
var ConflictException = (function (_super) {
|
|
75
53
|
__extends(ConflictException, _super);
|
|
76
54
|
function ConflictException(opts) {
|
|
@@ -149,14 +127,6 @@ var LimitExceededException = (function (_super) {
|
|
|
149
127
|
return LimitExceededException;
|
|
150
128
|
}(__BaseException));
|
|
151
129
|
export { LimitExceededException };
|
|
152
|
-
export var AdvertiseByoipCidrRequest;
|
|
153
|
-
(function (AdvertiseByoipCidrRequest) {
|
|
154
|
-
AdvertiseByoipCidrRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
-
})(AdvertiseByoipCidrRequest || (AdvertiseByoipCidrRequest = {}));
|
|
156
|
-
export var ByoipCidrEvent;
|
|
157
|
-
(function (ByoipCidrEvent) {
|
|
158
|
-
ByoipCidrEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
-
})(ByoipCidrEvent || (ByoipCidrEvent = {}));
|
|
160
130
|
export var ByoipCidrState;
|
|
161
131
|
(function (ByoipCidrState) {
|
|
162
132
|
ByoipCidrState["ADVERTISING"] = "ADVERTISING";
|
|
@@ -171,14 +141,6 @@ export var ByoipCidrState;
|
|
|
171
141
|
ByoipCidrState["PENDING_WITHDRAWING"] = "PENDING_WITHDRAWING";
|
|
172
142
|
ByoipCidrState["READY"] = "READY";
|
|
173
143
|
})(ByoipCidrState || (ByoipCidrState = {}));
|
|
174
|
-
export var ByoipCidr;
|
|
175
|
-
(function (ByoipCidr) {
|
|
176
|
-
ByoipCidr.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(ByoipCidr || (ByoipCidr = {}));
|
|
178
|
-
export var AdvertiseByoipCidrResponse;
|
|
179
|
-
(function (AdvertiseByoipCidrResponse) {
|
|
180
|
-
AdvertiseByoipCidrResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
-
})(AdvertiseByoipCidrResponse || (AdvertiseByoipCidrResponse = {}));
|
|
182
144
|
var ByoipCidrNotFoundException = (function (_super) {
|
|
183
145
|
__extends(ByoipCidrNotFoundException, _super);
|
|
184
146
|
function ByoipCidrNotFoundException(opts) {
|
|
@@ -205,10 +167,6 @@ var IncorrectCidrStateException = (function (_super) {
|
|
|
205
167
|
return IncorrectCidrStateException;
|
|
206
168
|
}(__BaseException));
|
|
207
169
|
export { IncorrectCidrStateException };
|
|
208
|
-
export var AllowCustomRoutingTrafficRequest;
|
|
209
|
-
(function (AllowCustomRoutingTrafficRequest) {
|
|
210
|
-
AllowCustomRoutingTrafficRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(AllowCustomRoutingTrafficRequest || (AllowCustomRoutingTrafficRequest = {}));
|
|
212
170
|
var AssociatedEndpointGroupFoundException = (function (_super) {
|
|
213
171
|
__extends(AssociatedEndpointGroupFoundException, _super);
|
|
214
172
|
function AssociatedEndpointGroupFoundException(opts) {
|
|
@@ -235,64 +193,16 @@ var AssociatedListenerFoundException = (function (_super) {
|
|
|
235
193
|
return AssociatedListenerFoundException;
|
|
236
194
|
}(__BaseException));
|
|
237
195
|
export { AssociatedListenerFoundException };
|
|
238
|
-
export var CidrAuthorizationContext;
|
|
239
|
-
(function (CidrAuthorizationContext) {
|
|
240
|
-
CidrAuthorizationContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
-
})(CidrAuthorizationContext || (CidrAuthorizationContext = {}));
|
|
242
|
-
export var Tag;
|
|
243
|
-
(function (Tag) {
|
|
244
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
-
})(Tag || (Tag = {}));
|
|
246
|
-
export var CreateAcceleratorRequest;
|
|
247
|
-
(function (CreateAcceleratorRequest) {
|
|
248
|
-
CreateAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
-
})(CreateAcceleratorRequest || (CreateAcceleratorRequest = {}));
|
|
250
|
-
export var CreateAcceleratorResponse;
|
|
251
|
-
(function (CreateAcceleratorResponse) {
|
|
252
|
-
CreateAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
-
})(CreateAcceleratorResponse || (CreateAcceleratorResponse = {}));
|
|
254
|
-
export var CreateCustomRoutingAcceleratorRequest;
|
|
255
|
-
(function (CreateCustomRoutingAcceleratorRequest) {
|
|
256
|
-
CreateCustomRoutingAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
-
})(CreateCustomRoutingAcceleratorRequest || (CreateCustomRoutingAcceleratorRequest = {}));
|
|
258
|
-
export var CustomRoutingAccelerator;
|
|
259
|
-
(function (CustomRoutingAccelerator) {
|
|
260
|
-
CustomRoutingAccelerator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
-
})(CustomRoutingAccelerator || (CustomRoutingAccelerator = {}));
|
|
262
|
-
export var CreateCustomRoutingAcceleratorResponse;
|
|
263
|
-
(function (CreateCustomRoutingAcceleratorResponse) {
|
|
264
|
-
CreateCustomRoutingAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
-
})(CreateCustomRoutingAcceleratorResponse || (CreateCustomRoutingAcceleratorResponse = {}));
|
|
266
196
|
export var CustomRoutingProtocol;
|
|
267
197
|
(function (CustomRoutingProtocol) {
|
|
268
198
|
CustomRoutingProtocol["TCP"] = "TCP";
|
|
269
199
|
CustomRoutingProtocol["UDP"] = "UDP";
|
|
270
200
|
})(CustomRoutingProtocol || (CustomRoutingProtocol = {}));
|
|
271
|
-
export var CustomRoutingDestinationConfiguration;
|
|
272
|
-
(function (CustomRoutingDestinationConfiguration) {
|
|
273
|
-
CustomRoutingDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(CustomRoutingDestinationConfiguration || (CustomRoutingDestinationConfiguration = {}));
|
|
275
|
-
export var CreateCustomRoutingEndpointGroupRequest;
|
|
276
|
-
(function (CreateCustomRoutingEndpointGroupRequest) {
|
|
277
|
-
CreateCustomRoutingEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
-
})(CreateCustomRoutingEndpointGroupRequest || (CreateCustomRoutingEndpointGroupRequest = {}));
|
|
279
201
|
export var Protocol;
|
|
280
202
|
(function (Protocol) {
|
|
281
203
|
Protocol["TCP"] = "TCP";
|
|
282
204
|
Protocol["UDP"] = "UDP";
|
|
283
205
|
})(Protocol || (Protocol = {}));
|
|
284
|
-
export var CustomRoutingDestinationDescription;
|
|
285
|
-
(function (CustomRoutingDestinationDescription) {
|
|
286
|
-
CustomRoutingDestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
-
})(CustomRoutingDestinationDescription || (CustomRoutingDestinationDescription = {}));
|
|
288
|
-
export var CustomRoutingEndpointGroup;
|
|
289
|
-
(function (CustomRoutingEndpointGroup) {
|
|
290
|
-
CustomRoutingEndpointGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
-
})(CustomRoutingEndpointGroup || (CustomRoutingEndpointGroup = {}));
|
|
292
|
-
export var CreateCustomRoutingEndpointGroupResponse;
|
|
293
|
-
(function (CreateCustomRoutingEndpointGroupResponse) {
|
|
294
|
-
CreateCustomRoutingEndpointGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
-
})(CreateCustomRoutingEndpointGroupResponse || (CreateCustomRoutingEndpointGroupResponse = {}));
|
|
296
206
|
var EndpointGroupAlreadyExistsException = (function (_super) {
|
|
297
207
|
__extends(EndpointGroupAlreadyExistsException, _super);
|
|
298
208
|
function EndpointGroupAlreadyExistsException(opts) {
|
|
@@ -332,181 +242,17 @@ var ListenerNotFoundException = (function (_super) {
|
|
|
332
242
|
return ListenerNotFoundException;
|
|
333
243
|
}(__BaseException));
|
|
334
244
|
export { ListenerNotFoundException };
|
|
335
|
-
export var PortRange;
|
|
336
|
-
(function (PortRange) {
|
|
337
|
-
PortRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
-
})(PortRange || (PortRange = {}));
|
|
339
|
-
export var CreateCustomRoutingListenerRequest;
|
|
340
|
-
(function (CreateCustomRoutingListenerRequest) {
|
|
341
|
-
CreateCustomRoutingListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
-
})(CreateCustomRoutingListenerRequest || (CreateCustomRoutingListenerRequest = {}));
|
|
343
|
-
export var CustomRoutingListener;
|
|
344
|
-
(function (CustomRoutingListener) {
|
|
345
|
-
CustomRoutingListener.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
-
})(CustomRoutingListener || (CustomRoutingListener = {}));
|
|
347
|
-
export var CreateCustomRoutingListenerResponse;
|
|
348
|
-
(function (CreateCustomRoutingListenerResponse) {
|
|
349
|
-
CreateCustomRoutingListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
-
})(CreateCustomRoutingListenerResponse || (CreateCustomRoutingListenerResponse = {}));
|
|
351
|
-
export var EndpointConfiguration;
|
|
352
|
-
(function (EndpointConfiguration) {
|
|
353
|
-
EndpointConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
-
})(EndpointConfiguration || (EndpointConfiguration = {}));
|
|
355
245
|
export var HealthCheckProtocol;
|
|
356
246
|
(function (HealthCheckProtocol) {
|
|
357
247
|
HealthCheckProtocol["HTTP"] = "HTTP";
|
|
358
248
|
HealthCheckProtocol["HTTPS"] = "HTTPS";
|
|
359
249
|
HealthCheckProtocol["TCP"] = "TCP";
|
|
360
250
|
})(HealthCheckProtocol || (HealthCheckProtocol = {}));
|
|
361
|
-
export var PortOverride;
|
|
362
|
-
(function (PortOverride) {
|
|
363
|
-
PortOverride.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(PortOverride || (PortOverride = {}));
|
|
365
|
-
export var CreateEndpointGroupRequest;
|
|
366
|
-
(function (CreateEndpointGroupRequest) {
|
|
367
|
-
CreateEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
-
})(CreateEndpointGroupRequest || (CreateEndpointGroupRequest = {}));
|
|
369
|
-
export var EndpointDescription;
|
|
370
|
-
(function (EndpointDescription) {
|
|
371
|
-
EndpointDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
-
})(EndpointDescription || (EndpointDescription = {}));
|
|
373
|
-
export var EndpointGroup;
|
|
374
|
-
(function (EndpointGroup) {
|
|
375
|
-
EndpointGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(EndpointGroup || (EndpointGroup = {}));
|
|
377
|
-
export var CreateEndpointGroupResponse;
|
|
378
|
-
(function (CreateEndpointGroupResponse) {
|
|
379
|
-
CreateEndpointGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(CreateEndpointGroupResponse || (CreateEndpointGroupResponse = {}));
|
|
381
|
-
export var CreateListenerRequest;
|
|
382
|
-
(function (CreateListenerRequest) {
|
|
383
|
-
CreateListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(CreateListenerRequest || (CreateListenerRequest = {}));
|
|
385
|
-
export var Listener;
|
|
386
|
-
(function (Listener) {
|
|
387
|
-
Listener.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
-
})(Listener || (Listener = {}));
|
|
389
|
-
export var CreateListenerResponse;
|
|
390
|
-
(function (CreateListenerResponse) {
|
|
391
|
-
CreateListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(CreateListenerResponse || (CreateListenerResponse = {}));
|
|
393
|
-
export var CustomRoutingAcceleratorAttributes;
|
|
394
|
-
(function (CustomRoutingAcceleratorAttributes) {
|
|
395
|
-
CustomRoutingAcceleratorAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
-
})(CustomRoutingAcceleratorAttributes || (CustomRoutingAcceleratorAttributes = {}));
|
|
397
251
|
export var CustomRoutingDestinationTrafficState;
|
|
398
252
|
(function (CustomRoutingDestinationTrafficState) {
|
|
399
253
|
CustomRoutingDestinationTrafficState["ALLOW"] = "ALLOW";
|
|
400
254
|
CustomRoutingDestinationTrafficState["DENY"] = "DENY";
|
|
401
255
|
})(CustomRoutingDestinationTrafficState || (CustomRoutingDestinationTrafficState = {}));
|
|
402
|
-
export var DeleteAcceleratorRequest;
|
|
403
|
-
(function (DeleteAcceleratorRequest) {
|
|
404
|
-
DeleteAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
-
})(DeleteAcceleratorRequest || (DeleteAcceleratorRequest = {}));
|
|
406
|
-
export var DeleteCustomRoutingAcceleratorRequest;
|
|
407
|
-
(function (DeleteCustomRoutingAcceleratorRequest) {
|
|
408
|
-
DeleteCustomRoutingAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
-
})(DeleteCustomRoutingAcceleratorRequest || (DeleteCustomRoutingAcceleratorRequest = {}));
|
|
410
|
-
export var DeleteCustomRoutingEndpointGroupRequest;
|
|
411
|
-
(function (DeleteCustomRoutingEndpointGroupRequest) {
|
|
412
|
-
DeleteCustomRoutingEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
-
})(DeleteCustomRoutingEndpointGroupRequest || (DeleteCustomRoutingEndpointGroupRequest = {}));
|
|
414
|
-
export var DeleteCustomRoutingListenerRequest;
|
|
415
|
-
(function (DeleteCustomRoutingListenerRequest) {
|
|
416
|
-
DeleteCustomRoutingListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
-
})(DeleteCustomRoutingListenerRequest || (DeleteCustomRoutingListenerRequest = {}));
|
|
418
|
-
export var DeleteEndpointGroupRequest;
|
|
419
|
-
(function (DeleteEndpointGroupRequest) {
|
|
420
|
-
DeleteEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
-
})(DeleteEndpointGroupRequest || (DeleteEndpointGroupRequest = {}));
|
|
422
|
-
export var DeleteListenerRequest;
|
|
423
|
-
(function (DeleteListenerRequest) {
|
|
424
|
-
DeleteListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
-
})(DeleteListenerRequest || (DeleteListenerRequest = {}));
|
|
426
|
-
export var DenyCustomRoutingTrafficRequest;
|
|
427
|
-
(function (DenyCustomRoutingTrafficRequest) {
|
|
428
|
-
DenyCustomRoutingTrafficRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
-
})(DenyCustomRoutingTrafficRequest || (DenyCustomRoutingTrafficRequest = {}));
|
|
430
|
-
export var DeprovisionByoipCidrRequest;
|
|
431
|
-
(function (DeprovisionByoipCidrRequest) {
|
|
432
|
-
DeprovisionByoipCidrRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
-
})(DeprovisionByoipCidrRequest || (DeprovisionByoipCidrRequest = {}));
|
|
434
|
-
export var DeprovisionByoipCidrResponse;
|
|
435
|
-
(function (DeprovisionByoipCidrResponse) {
|
|
436
|
-
DeprovisionByoipCidrResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
-
})(DeprovisionByoipCidrResponse || (DeprovisionByoipCidrResponse = {}));
|
|
438
|
-
export var DescribeAcceleratorRequest;
|
|
439
|
-
(function (DescribeAcceleratorRequest) {
|
|
440
|
-
DescribeAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
-
})(DescribeAcceleratorRequest || (DescribeAcceleratorRequest = {}));
|
|
442
|
-
export var DescribeAcceleratorResponse;
|
|
443
|
-
(function (DescribeAcceleratorResponse) {
|
|
444
|
-
DescribeAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
-
})(DescribeAcceleratorResponse || (DescribeAcceleratorResponse = {}));
|
|
446
|
-
export var DescribeAcceleratorAttributesRequest;
|
|
447
|
-
(function (DescribeAcceleratorAttributesRequest) {
|
|
448
|
-
DescribeAcceleratorAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
-
})(DescribeAcceleratorAttributesRequest || (DescribeAcceleratorAttributesRequest = {}));
|
|
450
|
-
export var DescribeAcceleratorAttributesResponse;
|
|
451
|
-
(function (DescribeAcceleratorAttributesResponse) {
|
|
452
|
-
DescribeAcceleratorAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
-
})(DescribeAcceleratorAttributesResponse || (DescribeAcceleratorAttributesResponse = {}));
|
|
454
|
-
export var DescribeCustomRoutingAcceleratorRequest;
|
|
455
|
-
(function (DescribeCustomRoutingAcceleratorRequest) {
|
|
456
|
-
DescribeCustomRoutingAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
-
})(DescribeCustomRoutingAcceleratorRequest || (DescribeCustomRoutingAcceleratorRequest = {}));
|
|
458
|
-
export var DescribeCustomRoutingAcceleratorResponse;
|
|
459
|
-
(function (DescribeCustomRoutingAcceleratorResponse) {
|
|
460
|
-
DescribeCustomRoutingAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
-
})(DescribeCustomRoutingAcceleratorResponse || (DescribeCustomRoutingAcceleratorResponse = {}));
|
|
462
|
-
export var DescribeCustomRoutingAcceleratorAttributesRequest;
|
|
463
|
-
(function (DescribeCustomRoutingAcceleratorAttributesRequest) {
|
|
464
|
-
DescribeCustomRoutingAcceleratorAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
-
})(DescribeCustomRoutingAcceleratorAttributesRequest || (DescribeCustomRoutingAcceleratorAttributesRequest = {}));
|
|
466
|
-
export var DescribeCustomRoutingAcceleratorAttributesResponse;
|
|
467
|
-
(function (DescribeCustomRoutingAcceleratorAttributesResponse) {
|
|
468
|
-
DescribeCustomRoutingAcceleratorAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
-
})(DescribeCustomRoutingAcceleratorAttributesResponse || (DescribeCustomRoutingAcceleratorAttributesResponse = {}));
|
|
470
|
-
export var DescribeCustomRoutingEndpointGroupRequest;
|
|
471
|
-
(function (DescribeCustomRoutingEndpointGroupRequest) {
|
|
472
|
-
DescribeCustomRoutingEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
-
})(DescribeCustomRoutingEndpointGroupRequest || (DescribeCustomRoutingEndpointGroupRequest = {}));
|
|
474
|
-
export var DescribeCustomRoutingEndpointGroupResponse;
|
|
475
|
-
(function (DescribeCustomRoutingEndpointGroupResponse) {
|
|
476
|
-
DescribeCustomRoutingEndpointGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
-
})(DescribeCustomRoutingEndpointGroupResponse || (DescribeCustomRoutingEndpointGroupResponse = {}));
|
|
478
|
-
export var DescribeCustomRoutingListenerRequest;
|
|
479
|
-
(function (DescribeCustomRoutingListenerRequest) {
|
|
480
|
-
DescribeCustomRoutingListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
-
})(DescribeCustomRoutingListenerRequest || (DescribeCustomRoutingListenerRequest = {}));
|
|
482
|
-
export var DescribeCustomRoutingListenerResponse;
|
|
483
|
-
(function (DescribeCustomRoutingListenerResponse) {
|
|
484
|
-
DescribeCustomRoutingListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
-
})(DescribeCustomRoutingListenerResponse || (DescribeCustomRoutingListenerResponse = {}));
|
|
486
|
-
export var DescribeEndpointGroupRequest;
|
|
487
|
-
(function (DescribeEndpointGroupRequest) {
|
|
488
|
-
DescribeEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
-
})(DescribeEndpointGroupRequest || (DescribeEndpointGroupRequest = {}));
|
|
490
|
-
export var DescribeEndpointGroupResponse;
|
|
491
|
-
(function (DescribeEndpointGroupResponse) {
|
|
492
|
-
DescribeEndpointGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
-
})(DescribeEndpointGroupResponse || (DescribeEndpointGroupResponse = {}));
|
|
494
|
-
export var DescribeListenerRequest;
|
|
495
|
-
(function (DescribeListenerRequest) {
|
|
496
|
-
DescribeListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
-
})(DescribeListenerRequest || (DescribeListenerRequest = {}));
|
|
498
|
-
export var DescribeListenerResponse;
|
|
499
|
-
(function (DescribeListenerResponse) {
|
|
500
|
-
DescribeListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
-
})(DescribeListenerResponse || (DescribeListenerResponse = {}));
|
|
502
|
-
export var SocketAddress;
|
|
503
|
-
(function (SocketAddress) {
|
|
504
|
-
SocketAddress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
-
})(SocketAddress || (SocketAddress = {}));
|
|
506
|
-
export var DestinationPortMapping;
|
|
507
|
-
(function (DestinationPortMapping) {
|
|
508
|
-
DestinationPortMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
-
})(DestinationPortMapping || (DestinationPortMapping = {}));
|
|
510
256
|
var EndpointNotFoundException = (function (_super) {
|
|
511
257
|
__extends(EndpointNotFoundException, _super);
|
|
512
258
|
function EndpointNotFoundException(opts) {
|
|
@@ -533,179 +279,113 @@ var InvalidNextTokenException = (function (_super) {
|
|
|
533
279
|
return InvalidNextTokenException;
|
|
534
280
|
}(__BaseException));
|
|
535
281
|
export { InvalidNextTokenException };
|
|
536
|
-
export var
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
export var
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
export var
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
export var
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
export var
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
export var
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
export var
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
export var
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
export var
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
export var
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
export var
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
export var
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
export var
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
export var
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
export var
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
export var
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
export var
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
export var
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
export var
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
export var
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
export var
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
export var
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
export var
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
export var
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
export var
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
export var
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
export var
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
export var
|
|
645
|
-
|
|
646
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
648
|
-
export var UpdateAcceleratorRequest;
|
|
649
|
-
(function (UpdateAcceleratorRequest) {
|
|
650
|
-
UpdateAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
-
})(UpdateAcceleratorRequest || (UpdateAcceleratorRequest = {}));
|
|
652
|
-
export var UpdateAcceleratorResponse;
|
|
653
|
-
(function (UpdateAcceleratorResponse) {
|
|
654
|
-
UpdateAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
-
})(UpdateAcceleratorResponse || (UpdateAcceleratorResponse = {}));
|
|
656
|
-
export var UpdateAcceleratorAttributesRequest;
|
|
657
|
-
(function (UpdateAcceleratorAttributesRequest) {
|
|
658
|
-
UpdateAcceleratorAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
-
})(UpdateAcceleratorAttributesRequest || (UpdateAcceleratorAttributesRequest = {}));
|
|
660
|
-
export var UpdateAcceleratorAttributesResponse;
|
|
661
|
-
(function (UpdateAcceleratorAttributesResponse) {
|
|
662
|
-
UpdateAcceleratorAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
-
})(UpdateAcceleratorAttributesResponse || (UpdateAcceleratorAttributesResponse = {}));
|
|
664
|
-
export var UpdateCustomRoutingAcceleratorRequest;
|
|
665
|
-
(function (UpdateCustomRoutingAcceleratorRequest) {
|
|
666
|
-
UpdateCustomRoutingAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
-
})(UpdateCustomRoutingAcceleratorRequest || (UpdateCustomRoutingAcceleratorRequest = {}));
|
|
668
|
-
export var UpdateCustomRoutingAcceleratorResponse;
|
|
669
|
-
(function (UpdateCustomRoutingAcceleratorResponse) {
|
|
670
|
-
UpdateCustomRoutingAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
-
})(UpdateCustomRoutingAcceleratorResponse || (UpdateCustomRoutingAcceleratorResponse = {}));
|
|
672
|
-
export var UpdateCustomRoutingAcceleratorAttributesRequest;
|
|
673
|
-
(function (UpdateCustomRoutingAcceleratorAttributesRequest) {
|
|
674
|
-
UpdateCustomRoutingAcceleratorAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
-
})(UpdateCustomRoutingAcceleratorAttributesRequest || (UpdateCustomRoutingAcceleratorAttributesRequest = {}));
|
|
676
|
-
export var UpdateCustomRoutingAcceleratorAttributesResponse;
|
|
677
|
-
(function (UpdateCustomRoutingAcceleratorAttributesResponse) {
|
|
678
|
-
UpdateCustomRoutingAcceleratorAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
-
})(UpdateCustomRoutingAcceleratorAttributesResponse || (UpdateCustomRoutingAcceleratorAttributesResponse = {}));
|
|
680
|
-
export var UpdateCustomRoutingListenerRequest;
|
|
681
|
-
(function (UpdateCustomRoutingListenerRequest) {
|
|
682
|
-
UpdateCustomRoutingListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
-
})(UpdateCustomRoutingListenerRequest || (UpdateCustomRoutingListenerRequest = {}));
|
|
684
|
-
export var UpdateCustomRoutingListenerResponse;
|
|
685
|
-
(function (UpdateCustomRoutingListenerResponse) {
|
|
686
|
-
UpdateCustomRoutingListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
-
})(UpdateCustomRoutingListenerResponse || (UpdateCustomRoutingListenerResponse = {}));
|
|
688
|
-
export var UpdateEndpointGroupRequest;
|
|
689
|
-
(function (UpdateEndpointGroupRequest) {
|
|
690
|
-
UpdateEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
-
})(UpdateEndpointGroupRequest || (UpdateEndpointGroupRequest = {}));
|
|
692
|
-
export var UpdateEndpointGroupResponse;
|
|
693
|
-
(function (UpdateEndpointGroupResponse) {
|
|
694
|
-
UpdateEndpointGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
-
})(UpdateEndpointGroupResponse || (UpdateEndpointGroupResponse = {}));
|
|
696
|
-
export var UpdateListenerRequest;
|
|
697
|
-
(function (UpdateListenerRequest) {
|
|
698
|
-
UpdateListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(UpdateListenerRequest || (UpdateListenerRequest = {}));
|
|
700
|
-
export var UpdateListenerResponse;
|
|
701
|
-
(function (UpdateListenerResponse) {
|
|
702
|
-
UpdateListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
-
})(UpdateListenerResponse || (UpdateListenerResponse = {}));
|
|
704
|
-
export var WithdrawByoipCidrRequest;
|
|
705
|
-
(function (WithdrawByoipCidrRequest) {
|
|
706
|
-
WithdrawByoipCidrRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
-
})(WithdrawByoipCidrRequest || (WithdrawByoipCidrRequest = {}));
|
|
708
|
-
export var WithdrawByoipCidrResponse;
|
|
709
|
-
(function (WithdrawByoipCidrResponse) {
|
|
710
|
-
WithdrawByoipCidrResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
-
})(WithdrawByoipCidrResponse || (WithdrawByoipCidrResponse = {}));
|
|
282
|
+
export var AcceleratorEventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var IpSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var AcceleratorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var AcceleratorAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var CustomRoutingEndpointConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var AddCustomRoutingEndpointsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var CustomRoutingEndpointDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var AddCustomRoutingEndpointsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var AdvertiseByoipCidrRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var ByoipCidrEventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var ByoipCidrFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var AdvertiseByoipCidrResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var AllowCustomRoutingTrafficRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var CidrAuthorizationContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var CreateAcceleratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var CreateAcceleratorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var CreateCustomRoutingAcceleratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var CustomRoutingAcceleratorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var CreateCustomRoutingAcceleratorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var CustomRoutingDestinationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var CreateCustomRoutingEndpointGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var CustomRoutingDestinationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var CustomRoutingEndpointGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var CreateCustomRoutingEndpointGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var PortRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var CreateCustomRoutingListenerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var CustomRoutingListenerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var CreateCustomRoutingListenerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var EndpointConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var PortOverrideFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var CreateEndpointGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var EndpointDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var EndpointGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var CreateEndpointGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var CreateListenerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var ListenerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var CreateListenerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var CustomRoutingAcceleratorAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var DeleteAcceleratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var DeleteCustomRoutingAcceleratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var DeleteCustomRoutingEndpointGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var DeleteCustomRoutingListenerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var DeleteEndpointGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var DeleteListenerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var DenyCustomRoutingTrafficRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var DeprovisionByoipCidrRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var DeprovisionByoipCidrResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var DescribeAcceleratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var DescribeAcceleratorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var DescribeAcceleratorAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var DescribeAcceleratorAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var DescribeCustomRoutingAcceleratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var DescribeCustomRoutingAcceleratorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var DescribeCustomRoutingAcceleratorAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var DescribeCustomRoutingAcceleratorAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var DescribeCustomRoutingEndpointGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var DescribeCustomRoutingEndpointGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var DescribeCustomRoutingListenerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var DescribeCustomRoutingListenerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var DescribeEndpointGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var DescribeEndpointGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var DescribeListenerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var DescribeListenerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var SocketAddressFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var DestinationPortMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var ListAcceleratorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var ListAcceleratorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
export var ListByoipCidrsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
export var ListByoipCidrsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var ListCustomRoutingAcceleratorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
export var ListCustomRoutingAcceleratorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
export var ListCustomRoutingEndpointGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var ListCustomRoutingEndpointGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
export var ListCustomRoutingListenersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
export var ListCustomRoutingListenersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
export var ListCustomRoutingPortMappingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var PortMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
export var ListCustomRoutingPortMappingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
export var ListCustomRoutingPortMappingsByDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
export var ListCustomRoutingPortMappingsByDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
export var ListEndpointGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var ListEndpointGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var ListListenersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var ListListenersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
export var ProvisionByoipCidrRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
export var ProvisionByoipCidrResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var RemoveCustomRoutingEndpointsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var UpdateAcceleratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var UpdateAcceleratorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var UpdateAcceleratorAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var UpdateAcceleratorAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var UpdateCustomRoutingAcceleratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var UpdateCustomRoutingAcceleratorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var UpdateCustomRoutingAcceleratorAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var UpdateCustomRoutingAcceleratorAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var UpdateCustomRoutingListenerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var UpdateCustomRoutingListenerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var UpdateEndpointGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var UpdateEndpointGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var UpdateListenerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var UpdateListenerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var WithdrawByoipCidrRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var WithdrawByoipCidrResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|