@aws-sdk/client-global-accelerator 3.52.0 → 3.53.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/GlobalAcceleratorServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +256 -3
- package/dist-cjs/protocols/Aws_json1_1.js +476 -1721
- package/dist-es/index.js +1 -0
- package/dist-es/models/GlobalAcceleratorServiceException.js +12 -0
- package/dist-es/models/models_0.js +236 -1
- package/dist-es/protocols/Aws_json1_1.js +1043 -1874
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/GlobalAcceleratorServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +128 -55
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +92 -55
- package/package.json +25 -25
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from GlobalAccelerator service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class GlobalAcceleratorServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException";
|
|
2
3
|
export declare enum IpAddressType {
|
|
3
4
|
IPV4 = "IPV4"
|
|
4
5
|
}
|
|
@@ -113,26 +114,38 @@ export declare namespace AcceleratorAttributes {
|
|
|
113
114
|
/**
|
|
114
115
|
* <p>The accelerator that you specified could not be disabled.</p>
|
|
115
116
|
*/
|
|
116
|
-
export
|
|
117
|
-
name: "AcceleratorNotDisabledException";
|
|
118
|
-
$fault: "client";
|
|
117
|
+
export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
118
|
+
readonly name: "AcceleratorNotDisabledException";
|
|
119
|
+
readonly $fault: "client";
|
|
119
120
|
Message?: string;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
124
|
+
constructor(opts: __ExceptionOptionType<AcceleratorNotDisabledException, __BaseException>);
|
|
120
125
|
}
|
|
121
126
|
/**
|
|
122
127
|
* <p>The accelerator that you specified doesn't exist.</p>
|
|
123
128
|
*/
|
|
124
|
-
export
|
|
125
|
-
name: "AcceleratorNotFoundException";
|
|
126
|
-
$fault: "client";
|
|
129
|
+
export declare class AcceleratorNotFoundException extends __BaseException {
|
|
130
|
+
readonly name: "AcceleratorNotFoundException";
|
|
131
|
+
readonly $fault: "client";
|
|
127
132
|
Message?: string;
|
|
133
|
+
/**
|
|
134
|
+
* @internal
|
|
135
|
+
*/
|
|
136
|
+
constructor(opts: __ExceptionOptionType<AcceleratorNotFoundException, __BaseException>);
|
|
128
137
|
}
|
|
129
138
|
/**
|
|
130
139
|
* <p>You don't have access permission.</p>
|
|
131
140
|
*/
|
|
132
|
-
export
|
|
133
|
-
name: "AccessDeniedException";
|
|
134
|
-
$fault: "client";
|
|
141
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
142
|
+
readonly name: "AccessDeniedException";
|
|
143
|
+
readonly $fault: "client";
|
|
135
144
|
Message?: string;
|
|
145
|
+
/**
|
|
146
|
+
* @internal
|
|
147
|
+
*/
|
|
148
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
136
149
|
}
|
|
137
150
|
/**
|
|
138
151
|
* <p>The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.</p>
|
|
@@ -202,50 +215,74 @@ export declare namespace AddCustomRoutingEndpointsResponse {
|
|
|
202
215
|
/**
|
|
203
216
|
* <p>You can't use both of those options.</p>
|
|
204
217
|
*/
|
|
205
|
-
export
|
|
206
|
-
name: "ConflictException";
|
|
207
|
-
$fault: "client";
|
|
218
|
+
export declare class ConflictException extends __BaseException {
|
|
219
|
+
readonly name: "ConflictException";
|
|
220
|
+
readonly $fault: "client";
|
|
208
221
|
Message?: string;
|
|
222
|
+
/**
|
|
223
|
+
* @internal
|
|
224
|
+
*/
|
|
225
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
209
226
|
}
|
|
210
227
|
/**
|
|
211
228
|
* <p>The endpoint that you specified doesn't exist.</p>
|
|
212
229
|
*/
|
|
213
|
-
export
|
|
214
|
-
name: "EndpointAlreadyExistsException";
|
|
215
|
-
$fault: "client";
|
|
230
|
+
export declare class EndpointAlreadyExistsException extends __BaseException {
|
|
231
|
+
readonly name: "EndpointAlreadyExistsException";
|
|
232
|
+
readonly $fault: "client";
|
|
216
233
|
Message?: string;
|
|
234
|
+
/**
|
|
235
|
+
* @internal
|
|
236
|
+
*/
|
|
237
|
+
constructor(opts: __ExceptionOptionType<EndpointAlreadyExistsException, __BaseException>);
|
|
217
238
|
}
|
|
218
239
|
/**
|
|
219
240
|
* <p>The endpoint group that you specified doesn't exist.</p>
|
|
220
241
|
*/
|
|
221
|
-
export
|
|
222
|
-
name: "EndpointGroupNotFoundException";
|
|
223
|
-
$fault: "client";
|
|
242
|
+
export declare class EndpointGroupNotFoundException extends __BaseException {
|
|
243
|
+
readonly name: "EndpointGroupNotFoundException";
|
|
244
|
+
readonly $fault: "client";
|
|
224
245
|
Message?: string;
|
|
246
|
+
/**
|
|
247
|
+
* @internal
|
|
248
|
+
*/
|
|
249
|
+
constructor(opts: __ExceptionOptionType<EndpointGroupNotFoundException, __BaseException>);
|
|
225
250
|
}
|
|
226
251
|
/**
|
|
227
252
|
* <p>There was an internal error for AWS Global Accelerator.</p>
|
|
228
253
|
*/
|
|
229
|
-
export
|
|
230
|
-
name: "InternalServiceErrorException";
|
|
231
|
-
$fault: "server";
|
|
254
|
+
export declare class InternalServiceErrorException extends __BaseException {
|
|
255
|
+
readonly name: "InternalServiceErrorException";
|
|
256
|
+
readonly $fault: "server";
|
|
232
257
|
Message?: string;
|
|
258
|
+
/**
|
|
259
|
+
* @internal
|
|
260
|
+
*/
|
|
261
|
+
constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
|
|
233
262
|
}
|
|
234
263
|
/**
|
|
235
264
|
* <p>An argument that you specified is invalid.</p>
|
|
236
265
|
*/
|
|
237
|
-
export
|
|
238
|
-
name: "InvalidArgumentException";
|
|
239
|
-
$fault: "client";
|
|
266
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
267
|
+
readonly name: "InvalidArgumentException";
|
|
268
|
+
readonly $fault: "client";
|
|
240
269
|
Message?: string;
|
|
270
|
+
/**
|
|
271
|
+
* @internal
|
|
272
|
+
*/
|
|
273
|
+
constructor(opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>);
|
|
241
274
|
}
|
|
242
275
|
/**
|
|
243
276
|
* <p>Processing your request would cause you to exceed an AWS Global Accelerator limit.</p>
|
|
244
277
|
*/
|
|
245
|
-
export
|
|
246
|
-
name: "LimitExceededException";
|
|
247
|
-
$fault: "client";
|
|
278
|
+
export declare class LimitExceededException extends __BaseException {
|
|
279
|
+
readonly name: "LimitExceededException";
|
|
280
|
+
readonly $fault: "client";
|
|
248
281
|
Message?: string;
|
|
282
|
+
/**
|
|
283
|
+
* @internal
|
|
284
|
+
*/
|
|
285
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
249
286
|
}
|
|
250
287
|
export interface AdvertiseByoipCidrRequest {
|
|
251
288
|
/**
|
|
@@ -404,19 +441,27 @@ export declare namespace AdvertiseByoipCidrResponse {
|
|
|
404
441
|
/**
|
|
405
442
|
* <p>The CIDR that you specified was not found or is incorrect.</p>
|
|
406
443
|
*/
|
|
407
|
-
export
|
|
408
|
-
name: "ByoipCidrNotFoundException";
|
|
409
|
-
$fault: "client";
|
|
444
|
+
export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
445
|
+
readonly name: "ByoipCidrNotFoundException";
|
|
446
|
+
readonly $fault: "client";
|
|
410
447
|
Message?: string;
|
|
448
|
+
/**
|
|
449
|
+
* @internal
|
|
450
|
+
*/
|
|
451
|
+
constructor(opts: __ExceptionOptionType<ByoipCidrNotFoundException, __BaseException>);
|
|
411
452
|
}
|
|
412
453
|
/**
|
|
413
454
|
* <p>The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be
|
|
414
455
|
* incorrect for this action.</p>
|
|
415
456
|
*/
|
|
416
|
-
export
|
|
417
|
-
name: "IncorrectCidrStateException";
|
|
418
|
-
$fault: "client";
|
|
457
|
+
export declare class IncorrectCidrStateException extends __BaseException {
|
|
458
|
+
readonly name: "IncorrectCidrStateException";
|
|
459
|
+
readonly $fault: "client";
|
|
419
460
|
Message?: string;
|
|
461
|
+
/**
|
|
462
|
+
* @internal
|
|
463
|
+
*/
|
|
464
|
+
constructor(opts: __ExceptionOptionType<IncorrectCidrStateException, __BaseException>);
|
|
420
465
|
}
|
|
421
466
|
export interface AllowCustomRoutingTrafficRequest {
|
|
422
467
|
/**
|
|
@@ -461,19 +506,27 @@ export declare namespace AllowCustomRoutingTrafficRequest {
|
|
|
461
506
|
* <p>The listener that you specified has an endpoint group associated with it. You must remove all dependent resources
|
|
462
507
|
* from a listener before you can delete it.</p>
|
|
463
508
|
*/
|
|
464
|
-
export
|
|
465
|
-
name: "AssociatedEndpointGroupFoundException";
|
|
466
|
-
$fault: "client";
|
|
509
|
+
export declare class AssociatedEndpointGroupFoundException extends __BaseException {
|
|
510
|
+
readonly name: "AssociatedEndpointGroupFoundException";
|
|
511
|
+
readonly $fault: "client";
|
|
467
512
|
Message?: string;
|
|
513
|
+
/**
|
|
514
|
+
* @internal
|
|
515
|
+
*/
|
|
516
|
+
constructor(opts: __ExceptionOptionType<AssociatedEndpointGroupFoundException, __BaseException>);
|
|
468
517
|
}
|
|
469
518
|
/**
|
|
470
519
|
* <p>The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an
|
|
471
520
|
* accelerator before you can delete it.</p>
|
|
472
521
|
*/
|
|
473
|
-
export
|
|
474
|
-
name: "AssociatedListenerFoundException";
|
|
475
|
-
$fault: "client";
|
|
522
|
+
export declare class AssociatedListenerFoundException extends __BaseException {
|
|
523
|
+
readonly name: "AssociatedListenerFoundException";
|
|
524
|
+
readonly $fault: "client";
|
|
476
525
|
Message?: string;
|
|
526
|
+
/**
|
|
527
|
+
* @internal
|
|
528
|
+
*/
|
|
529
|
+
constructor(opts: __ExceptionOptionType<AssociatedListenerFoundException, __BaseException>);
|
|
477
530
|
}
|
|
478
531
|
/**
|
|
479
532
|
* <p>Provides authorization for Amazon to bring a specific IP address range to a specific AWS
|
|
@@ -816,26 +869,38 @@ export declare namespace CreateCustomRoutingEndpointGroupResponse {
|
|
|
816
869
|
/**
|
|
817
870
|
* <p>The endpoint group that you specified already exists.</p>
|
|
818
871
|
*/
|
|
819
|
-
export
|
|
820
|
-
name: "EndpointGroupAlreadyExistsException";
|
|
821
|
-
$fault: "client";
|
|
872
|
+
export declare class EndpointGroupAlreadyExistsException extends __BaseException {
|
|
873
|
+
readonly name: "EndpointGroupAlreadyExistsException";
|
|
874
|
+
readonly $fault: "client";
|
|
822
875
|
Message?: string;
|
|
876
|
+
/**
|
|
877
|
+
* @internal
|
|
878
|
+
*/
|
|
879
|
+
constructor(opts: __ExceptionOptionType<EndpointGroupAlreadyExistsException, __BaseException>);
|
|
823
880
|
}
|
|
824
881
|
/**
|
|
825
882
|
* <p>The port numbers that you specified are not valid numbers or are not unique for this accelerator.</p>
|
|
826
883
|
*/
|
|
827
|
-
export
|
|
828
|
-
name: "InvalidPortRangeException";
|
|
829
|
-
$fault: "client";
|
|
884
|
+
export declare class InvalidPortRangeException extends __BaseException {
|
|
885
|
+
readonly name: "InvalidPortRangeException";
|
|
886
|
+
readonly $fault: "client";
|
|
830
887
|
Message?: string;
|
|
888
|
+
/**
|
|
889
|
+
* @internal
|
|
890
|
+
*/
|
|
891
|
+
constructor(opts: __ExceptionOptionType<InvalidPortRangeException, __BaseException>);
|
|
831
892
|
}
|
|
832
893
|
/**
|
|
833
894
|
* <p>The listener that you specified doesn't exist.</p>
|
|
834
895
|
*/
|
|
835
|
-
export
|
|
836
|
-
name: "ListenerNotFoundException";
|
|
837
|
-
$fault: "client";
|
|
896
|
+
export declare class ListenerNotFoundException extends __BaseException {
|
|
897
|
+
readonly name: "ListenerNotFoundException";
|
|
898
|
+
readonly $fault: "client";
|
|
838
899
|
Message?: string;
|
|
900
|
+
/**
|
|
901
|
+
* @internal
|
|
902
|
+
*/
|
|
903
|
+
constructor(opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>);
|
|
839
904
|
}
|
|
840
905
|
/**
|
|
841
906
|
* <p>A complex type for a range of ports for a listener.</p>
|
|
@@ -1690,18 +1755,26 @@ export declare namespace DestinationPortMapping {
|
|
|
1690
1755
|
/**
|
|
1691
1756
|
* <p>The endpoint that you specified doesn't exist.</p>
|
|
1692
1757
|
*/
|
|
1693
|
-
export
|
|
1694
|
-
name: "EndpointNotFoundException";
|
|
1695
|
-
$fault: "client";
|
|
1758
|
+
export declare class EndpointNotFoundException extends __BaseException {
|
|
1759
|
+
readonly name: "EndpointNotFoundException";
|
|
1760
|
+
readonly $fault: "client";
|
|
1696
1761
|
Message?: string;
|
|
1762
|
+
/**
|
|
1763
|
+
* @internal
|
|
1764
|
+
*/
|
|
1765
|
+
constructor(opts: __ExceptionOptionType<EndpointNotFoundException, __BaseException>);
|
|
1697
1766
|
}
|
|
1698
1767
|
/**
|
|
1699
1768
|
* <p>There isn't another item to return.</p>
|
|
1700
1769
|
*/
|
|
1701
|
-
export
|
|
1702
|
-
name: "InvalidNextTokenException";
|
|
1703
|
-
$fault: "client";
|
|
1770
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
1771
|
+
readonly name: "InvalidNextTokenException";
|
|
1772
|
+
readonly $fault: "client";
|
|
1704
1773
|
Message?: string;
|
|
1774
|
+
/**
|
|
1775
|
+
* @internal
|
|
1776
|
+
*/
|
|
1777
|
+
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
1705
1778
|
}
|
|
1706
1779
|
export interface ListAcceleratorsRequest {
|
|
1707
1780
|
/**
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class GlobalAcceleratorServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException";
|
|
2
3
|
export declare enum IpAddressType {
|
|
3
4
|
IPV4 = "IPV4"
|
|
4
5
|
}
|
|
@@ -53,22 +54,28 @@ export declare namespace AcceleratorAttributes {
|
|
|
53
54
|
const filterSensitiveLog: (obj: AcceleratorAttributes) => any;
|
|
54
55
|
}
|
|
55
56
|
|
|
56
|
-
export
|
|
57
|
-
name: "AcceleratorNotDisabledException";
|
|
58
|
-
$fault: "client";
|
|
57
|
+
export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
58
|
+
readonly name: "AcceleratorNotDisabledException";
|
|
59
|
+
readonly $fault: "client";
|
|
59
60
|
Message?: string;
|
|
61
|
+
|
|
62
|
+
constructor(opts: __ExceptionOptionType<AcceleratorNotDisabledException, __BaseException>);
|
|
60
63
|
}
|
|
61
64
|
|
|
62
|
-
export
|
|
63
|
-
name: "AcceleratorNotFoundException";
|
|
64
|
-
$fault: "client";
|
|
65
|
+
export declare class AcceleratorNotFoundException extends __BaseException {
|
|
66
|
+
readonly name: "AcceleratorNotFoundException";
|
|
67
|
+
readonly $fault: "client";
|
|
65
68
|
Message?: string;
|
|
69
|
+
|
|
70
|
+
constructor(opts: __ExceptionOptionType<AcceleratorNotFoundException, __BaseException>);
|
|
66
71
|
}
|
|
67
72
|
|
|
68
|
-
export
|
|
69
|
-
name: "AccessDeniedException";
|
|
70
|
-
$fault: "client";
|
|
73
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
74
|
+
readonly name: "AccessDeniedException";
|
|
75
|
+
readonly $fault: "client";
|
|
71
76
|
Message?: string;
|
|
77
|
+
|
|
78
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
72
79
|
}
|
|
73
80
|
|
|
74
81
|
export interface CustomRoutingEndpointConfiguration {
|
|
@@ -109,40 +116,52 @@ export declare namespace AddCustomRoutingEndpointsResponse {
|
|
|
109
116
|
const filterSensitiveLog: (obj: AddCustomRoutingEndpointsResponse) => any;
|
|
110
117
|
}
|
|
111
118
|
|
|
112
|
-
export
|
|
113
|
-
name: "ConflictException";
|
|
114
|
-
$fault: "client";
|
|
119
|
+
export declare class ConflictException extends __BaseException {
|
|
120
|
+
readonly name: "ConflictException";
|
|
121
|
+
readonly $fault: "client";
|
|
115
122
|
Message?: string;
|
|
123
|
+
|
|
124
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
116
125
|
}
|
|
117
126
|
|
|
118
|
-
export
|
|
119
|
-
name: "EndpointAlreadyExistsException";
|
|
120
|
-
$fault: "client";
|
|
127
|
+
export declare class EndpointAlreadyExistsException extends __BaseException {
|
|
128
|
+
readonly name: "EndpointAlreadyExistsException";
|
|
129
|
+
readonly $fault: "client";
|
|
121
130
|
Message?: string;
|
|
131
|
+
|
|
132
|
+
constructor(opts: __ExceptionOptionType<EndpointAlreadyExistsException, __BaseException>);
|
|
122
133
|
}
|
|
123
134
|
|
|
124
|
-
export
|
|
125
|
-
name: "EndpointGroupNotFoundException";
|
|
126
|
-
$fault: "client";
|
|
135
|
+
export declare class EndpointGroupNotFoundException extends __BaseException {
|
|
136
|
+
readonly name: "EndpointGroupNotFoundException";
|
|
137
|
+
readonly $fault: "client";
|
|
127
138
|
Message?: string;
|
|
139
|
+
|
|
140
|
+
constructor(opts: __ExceptionOptionType<EndpointGroupNotFoundException, __BaseException>);
|
|
128
141
|
}
|
|
129
142
|
|
|
130
|
-
export
|
|
131
|
-
name: "InternalServiceErrorException";
|
|
132
|
-
$fault: "server";
|
|
143
|
+
export declare class InternalServiceErrorException extends __BaseException {
|
|
144
|
+
readonly name: "InternalServiceErrorException";
|
|
145
|
+
readonly $fault: "server";
|
|
133
146
|
Message?: string;
|
|
147
|
+
|
|
148
|
+
constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
|
|
134
149
|
}
|
|
135
150
|
|
|
136
|
-
export
|
|
137
|
-
name: "InvalidArgumentException";
|
|
138
|
-
$fault: "client";
|
|
151
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
152
|
+
readonly name: "InvalidArgumentException";
|
|
153
|
+
readonly $fault: "client";
|
|
139
154
|
Message?: string;
|
|
155
|
+
|
|
156
|
+
constructor(opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>);
|
|
140
157
|
}
|
|
141
158
|
|
|
142
|
-
export
|
|
143
|
-
name: "LimitExceededException";
|
|
144
|
-
$fault: "client";
|
|
159
|
+
export declare class LimitExceededException extends __BaseException {
|
|
160
|
+
readonly name: "LimitExceededException";
|
|
161
|
+
readonly $fault: "client";
|
|
145
162
|
Message?: string;
|
|
163
|
+
|
|
164
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
146
165
|
}
|
|
147
166
|
export interface AdvertiseByoipCidrRequest {
|
|
148
167
|
|
|
@@ -198,16 +217,20 @@ export declare namespace AdvertiseByoipCidrResponse {
|
|
|
198
217
|
const filterSensitiveLog: (obj: AdvertiseByoipCidrResponse) => any;
|
|
199
218
|
}
|
|
200
219
|
|
|
201
|
-
export
|
|
202
|
-
name: "ByoipCidrNotFoundException";
|
|
203
|
-
$fault: "client";
|
|
220
|
+
export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
221
|
+
readonly name: "ByoipCidrNotFoundException";
|
|
222
|
+
readonly $fault: "client";
|
|
204
223
|
Message?: string;
|
|
224
|
+
|
|
225
|
+
constructor(opts: __ExceptionOptionType<ByoipCidrNotFoundException, __BaseException>);
|
|
205
226
|
}
|
|
206
227
|
|
|
207
|
-
export
|
|
208
|
-
name: "IncorrectCidrStateException";
|
|
209
|
-
$fault: "client";
|
|
228
|
+
export declare class IncorrectCidrStateException extends __BaseException {
|
|
229
|
+
readonly name: "IncorrectCidrStateException";
|
|
230
|
+
readonly $fault: "client";
|
|
210
231
|
Message?: string;
|
|
232
|
+
|
|
233
|
+
constructor(opts: __ExceptionOptionType<IncorrectCidrStateException, __BaseException>);
|
|
211
234
|
}
|
|
212
235
|
export interface AllowCustomRoutingTrafficRequest {
|
|
213
236
|
|
|
@@ -226,16 +249,20 @@ export declare namespace AllowCustomRoutingTrafficRequest {
|
|
|
226
249
|
const filterSensitiveLog: (obj: AllowCustomRoutingTrafficRequest) => any;
|
|
227
250
|
}
|
|
228
251
|
|
|
229
|
-
export
|
|
230
|
-
name: "AssociatedEndpointGroupFoundException";
|
|
231
|
-
$fault: "client";
|
|
252
|
+
export declare class AssociatedEndpointGroupFoundException extends __BaseException {
|
|
253
|
+
readonly name: "AssociatedEndpointGroupFoundException";
|
|
254
|
+
readonly $fault: "client";
|
|
232
255
|
Message?: string;
|
|
256
|
+
|
|
257
|
+
constructor(opts: __ExceptionOptionType<AssociatedEndpointGroupFoundException, __BaseException>);
|
|
233
258
|
}
|
|
234
259
|
|
|
235
|
-
export
|
|
236
|
-
name: "AssociatedListenerFoundException";
|
|
237
|
-
$fault: "client";
|
|
260
|
+
export declare class AssociatedListenerFoundException extends __BaseException {
|
|
261
|
+
readonly name: "AssociatedListenerFoundException";
|
|
262
|
+
readonly $fault: "client";
|
|
238
263
|
Message?: string;
|
|
264
|
+
|
|
265
|
+
constructor(opts: __ExceptionOptionType<AssociatedListenerFoundException, __BaseException>);
|
|
239
266
|
}
|
|
240
267
|
|
|
241
268
|
export interface CidrAuthorizationContext {
|
|
@@ -410,22 +437,28 @@ export declare namespace CreateCustomRoutingEndpointGroupResponse {
|
|
|
410
437
|
const filterSensitiveLog: (obj: CreateCustomRoutingEndpointGroupResponse) => any;
|
|
411
438
|
}
|
|
412
439
|
|
|
413
|
-
export
|
|
414
|
-
name: "EndpointGroupAlreadyExistsException";
|
|
415
|
-
$fault: "client";
|
|
440
|
+
export declare class EndpointGroupAlreadyExistsException extends __BaseException {
|
|
441
|
+
readonly name: "EndpointGroupAlreadyExistsException";
|
|
442
|
+
readonly $fault: "client";
|
|
416
443
|
Message?: string;
|
|
444
|
+
|
|
445
|
+
constructor(opts: __ExceptionOptionType<EndpointGroupAlreadyExistsException, __BaseException>);
|
|
417
446
|
}
|
|
418
447
|
|
|
419
|
-
export
|
|
420
|
-
name: "InvalidPortRangeException";
|
|
421
|
-
$fault: "client";
|
|
448
|
+
export declare class InvalidPortRangeException extends __BaseException {
|
|
449
|
+
readonly name: "InvalidPortRangeException";
|
|
450
|
+
readonly $fault: "client";
|
|
422
451
|
Message?: string;
|
|
452
|
+
|
|
453
|
+
constructor(opts: __ExceptionOptionType<InvalidPortRangeException, __BaseException>);
|
|
423
454
|
}
|
|
424
455
|
|
|
425
|
-
export
|
|
426
|
-
name: "ListenerNotFoundException";
|
|
427
|
-
$fault: "client";
|
|
456
|
+
export declare class ListenerNotFoundException extends __BaseException {
|
|
457
|
+
readonly name: "ListenerNotFoundException";
|
|
458
|
+
readonly $fault: "client";
|
|
428
459
|
Message?: string;
|
|
460
|
+
|
|
461
|
+
constructor(opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>);
|
|
429
462
|
}
|
|
430
463
|
|
|
431
464
|
export interface PortRange {
|
|
@@ -878,16 +911,20 @@ export declare namespace DestinationPortMapping {
|
|
|
878
911
|
const filterSensitiveLog: (obj: DestinationPortMapping) => any;
|
|
879
912
|
}
|
|
880
913
|
|
|
881
|
-
export
|
|
882
|
-
name: "EndpointNotFoundException";
|
|
883
|
-
$fault: "client";
|
|
914
|
+
export declare class EndpointNotFoundException extends __BaseException {
|
|
915
|
+
readonly name: "EndpointNotFoundException";
|
|
916
|
+
readonly $fault: "client";
|
|
884
917
|
Message?: string;
|
|
918
|
+
|
|
919
|
+
constructor(opts: __ExceptionOptionType<EndpointNotFoundException, __BaseException>);
|
|
885
920
|
}
|
|
886
921
|
|
|
887
|
-
export
|
|
888
|
-
name: "InvalidNextTokenException";
|
|
889
|
-
$fault: "client";
|
|
922
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
923
|
+
readonly name: "InvalidNextTokenException";
|
|
924
|
+
readonly $fault: "client";
|
|
890
925
|
Message?: string;
|
|
926
|
+
|
|
927
|
+
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
891
928
|
}
|
|
892
929
|
export interface ListAcceleratorsRequest {
|
|
893
930
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-global-accelerator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.53.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0",
|