@aws-sdk/client-direct-connect 3.1069.0 → 3.1071.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/dist-cjs/models/errors.js +12 -0
- package/dist-cjs/schemas/schemas_0.js +42 -21
- package/dist-es/models/errors.js +12 -0
- package/dist-es/schemas/schemas_0.js +40 -21
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +6 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +6 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +5 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +5 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +5 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +9 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +6 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +6 -0
- package/dist-types/commands/CreateLagCommand.d.ts +12 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +5 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +5 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +5 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +12 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +12 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +427 -225
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +3 -3
|
@@ -47,3 +47,15 @@ exports.TooManyTagsException = class TooManyTagsException extends __BaseExceptio
|
|
|
47
47
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
48
48
|
}
|
|
49
49
|
};
|
|
50
|
+
exports.LimitExceededException = class LimitExceededException extends __BaseException {
|
|
51
|
+
name = "LimitExceededException";
|
|
52
|
+
$fault = "client";
|
|
53
|
+
constructor(opts) {
|
|
54
|
+
super({
|
|
55
|
+
name: "LimitExceededException",
|
|
56
|
+
$fault: "client",
|
|
57
|
+
...opts,
|
|
58
|
+
});
|
|
59
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
60
|
+
}
|
|
61
|
+
};
|
|
@@ -154,6 +154,7 @@ const _I = "Interconnect";
|
|
|
154
154
|
const _IL = "InterconnectList";
|
|
155
155
|
const _In = "Interconnects";
|
|
156
156
|
const _L = "Lag";
|
|
157
|
+
const _LEE = "LimitExceededException";
|
|
157
158
|
const _LL = "LagList";
|
|
158
159
|
const _LLo = "LocationList";
|
|
159
160
|
const _LVITH = "ListVirtualInterfaceTestHistory";
|
|
@@ -174,6 +175,7 @@ const _NTVI = "NewTransitVirtualInterface";
|
|
|
174
175
|
const _NTVIA = "NewTransitVirtualInterfaceAllocation";
|
|
175
176
|
const _RFP = "RouteFilterPrefix";
|
|
176
177
|
const _RFPL = "RouteFilterPrefixList";
|
|
178
|
+
const _RLS = "RateLimiterStatus";
|
|
177
179
|
const _RT = "ResourceTag";
|
|
178
180
|
const _RTL = "ResourceTagList";
|
|
179
181
|
const _RTo = "RouterType";
|
|
@@ -278,6 +280,7 @@ const _i = "id";
|
|
|
278
280
|
const _iI = "interconnectId";
|
|
279
281
|
const _iN = "interconnectName";
|
|
280
282
|
const _iS = "interconnectState";
|
|
283
|
+
const _iU = "inUse";
|
|
281
284
|
const _in = "interconnects";
|
|
282
285
|
const _jFC = "jumboFrameCapable";
|
|
283
286
|
const _k = "key";
|
|
@@ -294,6 +297,7 @@ const _la = "lags";
|
|
|
294
297
|
const _lo = "loa";
|
|
295
298
|
const _loc = "locations";
|
|
296
299
|
const _m = "message";
|
|
300
|
+
const _mA = "maxAllowed";
|
|
297
301
|
const _mL = "minimumLinks";
|
|
298
302
|
const _mR = "maxResults";
|
|
299
303
|
const _mSC = "macSecCapable";
|
|
@@ -326,9 +330,12 @@ const _rAPTDCG = "removeAllowedPrefixesToDirectConnectGateway";
|
|
|
326
330
|
const _rAPTDCGe = "requestedAllowedPrefixesToDirectConnectGateway";
|
|
327
331
|
const _rAe = "resourceArn";
|
|
328
332
|
const _rFP = "routeFilterPrefixes";
|
|
333
|
+
const _rL = "rateLimit";
|
|
334
|
+
const _rLS = "rateLimiterStatus";
|
|
329
335
|
const _rMACS = "requestMACSec";
|
|
330
336
|
const _rT = "resourceTags";
|
|
331
337
|
const _rTI = "routerTypeIdentifier";
|
|
338
|
+
const _re = "remaining";
|
|
332
339
|
const _ro = "router";
|
|
333
340
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.directconnect";
|
|
334
341
|
const _sARN = "secretARN";
|
|
@@ -341,6 +348,7 @@ const _so = "software";
|
|
|
341
348
|
const _st = "status";
|
|
342
349
|
const _sta = "state";
|
|
343
350
|
const _t = "tags";
|
|
351
|
+
const _tB = "totalBandwidth";
|
|
344
352
|
const _tDIM = "testDurationInMinutes";
|
|
345
353
|
const _tI = "testId";
|
|
346
354
|
const _tK = "tagKeys";
|
|
@@ -368,7 +376,7 @@ const _xTNFMS = "xsltTemplateNameForMacSec";
|
|
|
368
376
|
const n0 = "com.amazonaws.directconnect";
|
|
369
377
|
const { TypeRegistry } = require("@smithy/core/schema");
|
|
370
378
|
const { DirectConnectServiceException } = require("../models/DirectConnectServiceException");
|
|
371
|
-
const { DirectConnectClientException, DirectConnectServerException, DuplicateTagKeysException, TooManyTagsException } = require("../models/errors");
|
|
379
|
+
const { DirectConnectClientException, DirectConnectServerException, DuplicateTagKeysException, LimitExceededException, TooManyTagsException } = require("../models/errors");
|
|
372
380
|
const _s_registry = TypeRegistry.for(_s);
|
|
373
381
|
const DirectConnectServiceException$ = [-3, _s, "DirectConnectServiceException", 0, [], []];
|
|
374
382
|
exports.DirectConnectServiceException$ = DirectConnectServiceException$;
|
|
@@ -395,6 +403,13 @@ const DuplicateTagKeysException$ = [-3, n0, _DTKE,
|
|
|
395
403
|
];
|
|
396
404
|
exports.DuplicateTagKeysException$ = DuplicateTagKeysException$;
|
|
397
405
|
n0_registry.registerError(DuplicateTagKeysException$, DuplicateTagKeysException);
|
|
406
|
+
const LimitExceededException$ = [-3, n0, _LEE,
|
|
407
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
408
|
+
[_m],
|
|
409
|
+
[0]
|
|
410
|
+
];
|
|
411
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
412
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
398
413
|
const TooManyTagsException$ = [-3, n0, _TMTE,
|
|
399
414
|
{ [_e]: _c },
|
|
400
415
|
[_m],
|
|
@@ -564,8 +579,8 @@ const ConfirmTransitVirtualInterfaceResponse$ = [3, n0, _CTVIRo,
|
|
|
564
579
|
exports.ConfirmTransitVirtualInterfaceResponse$ = ConfirmTransitVirtualInterfaceResponse$;
|
|
565
580
|
const Connection$ = [3, n0, _C,
|
|
566
581
|
0,
|
|
567
|
-
[_oA, _cI, _cN, _cS, _r, _l, _b, _v, _pN, _lIT, _lI, _aD, _jFC, _aDV, _aLDI, _hLR, _t, _pNr, _mSC, _pES, _eM, _mSK, _pIMSC],
|
|
568
|
-
[0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 2, 0, 0, 0, () => TagList, 0, 2, 0, 0, () => MacSecKeyList, 2]
|
|
582
|
+
[_oA, _cI, _cN, _cS, _r, _l, _b, _v, _pN, _lIT, _lI, _aD, _jFC, _aDV, _aLDI, _hLR, _t, _pNr, _mSC, _pES, _eM, _mSK, _rLS, _pIMSC],
|
|
583
|
+
[0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 2, 0, 0, 0, () => TagList, 0, 2, 0, 0, () => MacSecKeyList, () => RateLimiterStatus$, 2]
|
|
569
584
|
];
|
|
570
585
|
exports.Connection$ = Connection$;
|
|
571
586
|
const Connections$ = [3, n0, _Co,
|
|
@@ -954,8 +969,8 @@ const Interconnects$ = [3, n0, _In,
|
|
|
954
969
|
exports.Interconnects$ = Interconnects$;
|
|
955
970
|
const Lag$ = [3, n0, _L,
|
|
956
971
|
0,
|
|
957
|
-
[_cB, _nOC, _lI, _oA, _lN, _lS, _l, _r, _mL, _aD, _aDV, _aLDI, _co, _aHC, _jFC, _hLR, _t, _pNr, _mSC, _eM, _mSK],
|
|
958
|
-
[0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, () => ConnectionList, 2, 2, 0, () => TagList, 0, 2, 0, () => MacSecKeyList]
|
|
972
|
+
[_cB, _nOC, _lI, _oA, _lN, _lS, _l, _r, _mL, _aD, _aDV, _aLDI, _co, _aHC, _jFC, _hLR, _t, _pNr, _mSC, _eM, _mSK, _rLS],
|
|
973
|
+
[0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, () => ConnectionList, 2, 2, 0, () => TagList, 0, 2, 0, () => MacSecKeyList, () => RateLimiterStatus$]
|
|
959
974
|
];
|
|
960
975
|
exports.Lag$ = Lag$;
|
|
961
976
|
const Lags$ = [3, n0, _La,
|
|
@@ -1008,40 +1023,46 @@ const NewBGPPeer$ = [3, n0, _NBGPP,
|
|
|
1008
1023
|
exports.NewBGPPeer$ = NewBGPPeer$;
|
|
1009
1024
|
const NewPrivateVirtualInterface$ = [3, n0, _NPVI,
|
|
1010
1025
|
0,
|
|
1011
|
-
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _vGI, _dCGI, _t, _eSL],
|
|
1012
|
-
[0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, () => TagList, 2], 2
|
|
1026
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _vGI, _dCGI, _t, _eSL, _rL],
|
|
1027
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, () => TagList, 2, 0], 2
|
|
1013
1028
|
];
|
|
1014
1029
|
exports.NewPrivateVirtualInterface$ = NewPrivateVirtualInterface$;
|
|
1015
1030
|
const NewPrivateVirtualInterfaceAllocation$ = [3, n0, _NPVIA,
|
|
1016
1031
|
0,
|
|
1017
|
-
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _aF, _cA, _t],
|
|
1018
|
-
[0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList], 2
|
|
1032
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _aF, _cA, _t, _rL],
|
|
1033
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList, 0], 2
|
|
1019
1034
|
];
|
|
1020
1035
|
exports.NewPrivateVirtualInterfaceAllocation$ = NewPrivateVirtualInterfaceAllocation$;
|
|
1021
1036
|
const NewPublicVirtualInterface$ = [3, n0, _NPVIe,
|
|
1022
1037
|
0,
|
|
1023
|
-
[_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t],
|
|
1024
|
-
[0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList], 2
|
|
1038
|
+
[_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t, _rL],
|
|
1039
|
+
[0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList, 0], 2
|
|
1025
1040
|
];
|
|
1026
1041
|
exports.NewPublicVirtualInterface$ = NewPublicVirtualInterface$;
|
|
1027
1042
|
const NewPublicVirtualInterfaceAllocation$ = [3, n0, _NPVIAe,
|
|
1028
1043
|
0,
|
|
1029
|
-
[_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t],
|
|
1030
|
-
[0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList], 2
|
|
1044
|
+
[_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t, _rL],
|
|
1045
|
+
[0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList, 0], 2
|
|
1031
1046
|
];
|
|
1032
1047
|
exports.NewPublicVirtualInterfaceAllocation$ = NewPublicVirtualInterfaceAllocation$;
|
|
1033
1048
|
const NewTransitVirtualInterface$ = [3, n0, _NTVI,
|
|
1034
1049
|
0,
|
|
1035
|
-
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _dCGI, _t, _eSL],
|
|
1036
|
-
[0, 1, 1, 1, 1, 0, 0, 0, 0, 0, () => TagList, 2]
|
|
1050
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _dCGI, _t, _eSL, _rL],
|
|
1051
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, 0, () => TagList, 2, 0]
|
|
1037
1052
|
];
|
|
1038
1053
|
exports.NewTransitVirtualInterface$ = NewTransitVirtualInterface$;
|
|
1039
1054
|
const NewTransitVirtualInterfaceAllocation$ = [3, n0, _NTVIA,
|
|
1040
1055
|
0,
|
|
1041
|
-
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _t],
|
|
1042
|
-
[0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList]
|
|
1056
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _t, _rL],
|
|
1057
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList, 0]
|
|
1043
1058
|
];
|
|
1044
1059
|
exports.NewTransitVirtualInterfaceAllocation$ = NewTransitVirtualInterfaceAllocation$;
|
|
1060
|
+
const RateLimiterStatus$ = [3, n0, _RLS,
|
|
1061
|
+
0,
|
|
1062
|
+
[_mA, _iU, _re, _tB],
|
|
1063
|
+
[1, 1, 1, 0]
|
|
1064
|
+
];
|
|
1065
|
+
exports.RateLimiterStatus$ = RateLimiterStatus$;
|
|
1045
1066
|
const ResourceTag$ = [3, n0, _RT,
|
|
1046
1067
|
0,
|
|
1047
1068
|
[_rAe, _t],
|
|
@@ -1152,8 +1173,8 @@ const UpdateLagRequest$ = [3, n0, _ULR,
|
|
|
1152
1173
|
exports.UpdateLagRequest$ = UpdateLagRequest$;
|
|
1153
1174
|
const UpdateVirtualInterfaceAttributesRequest$ = [3, n0, _UVIAR,
|
|
1154
1175
|
0,
|
|
1155
|
-
[_vII, _mt, _eSL, _vIN],
|
|
1156
|
-
[0, 1, 2, 0], 1
|
|
1176
|
+
[_vII, _mt, _eSL, _vIN, _rL],
|
|
1177
|
+
[0, 1, 2, 0, 0], 1
|
|
1157
1178
|
];
|
|
1158
1179
|
exports.UpdateVirtualInterfaceAttributesRequest$ = UpdateVirtualInterfaceAttributesRequest$;
|
|
1159
1180
|
const VirtualGateway$ = [3, n0, _VG,
|
|
@@ -1170,8 +1191,8 @@ const VirtualGateways$ = [3, n0, _VGi,
|
|
|
1170
1191
|
exports.VirtualGateways$ = VirtualGateways$;
|
|
1171
1192
|
const VirtualInterface$ = [3, n0, _VI,
|
|
1172
1193
|
0,
|
|
1173
|
-
[_oA, _vII, _l, _cI, _vITi, _vIN, _v, _a, _aL, _aSA, _aK, _aA, _cA, _aF, _vIS, _cRC, _mt, _jFC, _vGI, _dCGI, _rFP, _bP, _r, _aDV, _aLDI, _t, _sLE],
|
|
1174
|
-
[0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, () => RouteFilterPrefixList, () => BGPPeerList, 0, 0, 0, () => TagList, 2]
|
|
1194
|
+
[_oA, _vII, _l, _cI, _vITi, _vIN, _v, _a, _aL, _aSA, _aK, _aA, _cA, _aF, _vIS, _cRC, _mt, _jFC, _vGI, _dCGI, _rFP, _bP, _r, _aDV, _aLDI, _t, _sLE, _rL],
|
|
1195
|
+
[0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, () => RouteFilterPrefixList, () => BGPPeerList, 0, 0, 0, () => TagList, 2, 0]
|
|
1175
1196
|
];
|
|
1176
1197
|
exports.VirtualInterface$ = VirtualInterface$;
|
|
1177
1198
|
const VirtualInterfaces$ = [3, n0, _VIi,
|
package/dist-es/models/errors.js
CHANGED
|
@@ -47,3 +47,15 @@ export class TooManyTagsException extends __BaseException {
|
|
|
47
47
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
+
export class LimitExceededException extends __BaseException {
|
|
51
|
+
name = "LimitExceededException";
|
|
52
|
+
$fault = "client";
|
|
53
|
+
constructor(opts) {
|
|
54
|
+
super({
|
|
55
|
+
name: "LimitExceededException",
|
|
56
|
+
$fault: "client",
|
|
57
|
+
...opts,
|
|
58
|
+
});
|
|
59
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -154,6 +154,7 @@ const _I = "Interconnect";
|
|
|
154
154
|
const _IL = "InterconnectList";
|
|
155
155
|
const _In = "Interconnects";
|
|
156
156
|
const _L = "Lag";
|
|
157
|
+
const _LEE = "LimitExceededException";
|
|
157
158
|
const _LL = "LagList";
|
|
158
159
|
const _LLo = "LocationList";
|
|
159
160
|
const _LVITH = "ListVirtualInterfaceTestHistory";
|
|
@@ -174,6 +175,7 @@ const _NTVI = "NewTransitVirtualInterface";
|
|
|
174
175
|
const _NTVIA = "NewTransitVirtualInterfaceAllocation";
|
|
175
176
|
const _RFP = "RouteFilterPrefix";
|
|
176
177
|
const _RFPL = "RouteFilterPrefixList";
|
|
178
|
+
const _RLS = "RateLimiterStatus";
|
|
177
179
|
const _RT = "ResourceTag";
|
|
178
180
|
const _RTL = "ResourceTagList";
|
|
179
181
|
const _RTo = "RouterType";
|
|
@@ -278,6 +280,7 @@ const _i = "id";
|
|
|
278
280
|
const _iI = "interconnectId";
|
|
279
281
|
const _iN = "interconnectName";
|
|
280
282
|
const _iS = "interconnectState";
|
|
283
|
+
const _iU = "inUse";
|
|
281
284
|
const _in = "interconnects";
|
|
282
285
|
const _jFC = "jumboFrameCapable";
|
|
283
286
|
const _k = "key";
|
|
@@ -294,6 +297,7 @@ const _la = "lags";
|
|
|
294
297
|
const _lo = "loa";
|
|
295
298
|
const _loc = "locations";
|
|
296
299
|
const _m = "message";
|
|
300
|
+
const _mA = "maxAllowed";
|
|
297
301
|
const _mL = "minimumLinks";
|
|
298
302
|
const _mR = "maxResults";
|
|
299
303
|
const _mSC = "macSecCapable";
|
|
@@ -326,9 +330,12 @@ const _rAPTDCG = "removeAllowedPrefixesToDirectConnectGateway";
|
|
|
326
330
|
const _rAPTDCGe = "requestedAllowedPrefixesToDirectConnectGateway";
|
|
327
331
|
const _rAe = "resourceArn";
|
|
328
332
|
const _rFP = "routeFilterPrefixes";
|
|
333
|
+
const _rL = "rateLimit";
|
|
334
|
+
const _rLS = "rateLimiterStatus";
|
|
329
335
|
const _rMACS = "requestMACSec";
|
|
330
336
|
const _rT = "resourceTags";
|
|
331
337
|
const _rTI = "routerTypeIdentifier";
|
|
338
|
+
const _re = "remaining";
|
|
332
339
|
const _ro = "router";
|
|
333
340
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.directconnect";
|
|
334
341
|
const _sARN = "secretARN";
|
|
@@ -341,6 +348,7 @@ const _so = "software";
|
|
|
341
348
|
const _st = "status";
|
|
342
349
|
const _sta = "state";
|
|
343
350
|
const _t = "tags";
|
|
351
|
+
const _tB = "totalBandwidth";
|
|
344
352
|
const _tDIM = "testDurationInMinutes";
|
|
345
353
|
const _tI = "testId";
|
|
346
354
|
const _tK = "tagKeys";
|
|
@@ -368,7 +376,7 @@ const _xTNFMS = "xsltTemplateNameForMacSec";
|
|
|
368
376
|
const n0 = "com.amazonaws.directconnect";
|
|
369
377
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
370
378
|
import { DirectConnectServiceException } from "../models/DirectConnectServiceException";
|
|
371
|
-
import { DirectConnectClientException, DirectConnectServerException, DuplicateTagKeysException, TooManyTagsException, } from "../models/errors";
|
|
379
|
+
import { DirectConnectClientException, DirectConnectServerException, DuplicateTagKeysException, LimitExceededException, TooManyTagsException, } from "../models/errors";
|
|
372
380
|
const _s_registry = TypeRegistry.for(_s);
|
|
373
381
|
export var DirectConnectServiceException$ = [-3, _s, "DirectConnectServiceException", 0, [], []];
|
|
374
382
|
_s_registry.registerError(DirectConnectServiceException$, DirectConnectServiceException);
|
|
@@ -391,6 +399,12 @@ export var DuplicateTagKeysException$ = [-3, n0, _DTKE,
|
|
|
391
399
|
[0]
|
|
392
400
|
];
|
|
393
401
|
n0_registry.registerError(DuplicateTagKeysException$, DuplicateTagKeysException);
|
|
402
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
403
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
404
|
+
[_m],
|
|
405
|
+
[0]
|
|
406
|
+
];
|
|
407
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
394
408
|
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
395
409
|
{ [_e]: _c },
|
|
396
410
|
[_m],
|
|
@@ -533,8 +547,8 @@ export var ConfirmTransitVirtualInterfaceResponse$ = [3, n0, _CTVIRo,
|
|
|
533
547
|
];
|
|
534
548
|
export var Connection$ = [3, n0, _C,
|
|
535
549
|
0,
|
|
536
|
-
[_oA, _cI, _cN, _cS, _r, _l, _b, _v, _pN, _lIT, _lI, _aD, _jFC, _aDV, _aLDI, _hLR, _t, _pNr, _mSC, _pES, _eM, _mSK, _pIMSC],
|
|
537
|
-
[0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 2, 0, 0, 0, () => TagList, 0, 2, 0, 0, () => MacSecKeyList, 2]
|
|
550
|
+
[_oA, _cI, _cN, _cS, _r, _l, _b, _v, _pN, _lIT, _lI, _aD, _jFC, _aDV, _aLDI, _hLR, _t, _pNr, _mSC, _pES, _eM, _mSK, _rLS, _pIMSC],
|
|
551
|
+
[0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 2, 0, 0, 0, () => TagList, 0, 2, 0, 0, () => MacSecKeyList, () => RateLimiterStatus$, 2]
|
|
538
552
|
];
|
|
539
553
|
export var Connections$ = [3, n0, _Co,
|
|
540
554
|
0,
|
|
@@ -858,8 +872,8 @@ export var Interconnects$ = [3, n0, _In,
|
|
|
858
872
|
];
|
|
859
873
|
export var Lag$ = [3, n0, _L,
|
|
860
874
|
0,
|
|
861
|
-
[_cB, _nOC, _lI, _oA, _lN, _lS, _l, _r, _mL, _aD, _aDV, _aLDI, _co, _aHC, _jFC, _hLR, _t, _pNr, _mSC, _eM, _mSK],
|
|
862
|
-
[0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, () => ConnectionList, 2, 2, 0, () => TagList, 0, 2, 0, () => MacSecKeyList]
|
|
875
|
+
[_cB, _nOC, _lI, _oA, _lN, _lS, _l, _r, _mL, _aD, _aDV, _aLDI, _co, _aHC, _jFC, _hLR, _t, _pNr, _mSC, _eM, _mSK, _rLS],
|
|
876
|
+
[0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, () => ConnectionList, 2, 2, 0, () => TagList, 0, 2, 0, () => MacSecKeyList, () => RateLimiterStatus$]
|
|
863
877
|
];
|
|
864
878
|
export var Lags$ = [3, n0, _La,
|
|
865
879
|
0,
|
|
@@ -903,33 +917,38 @@ export var NewBGPPeer$ = [3, n0, _NBGPP,
|
|
|
903
917
|
];
|
|
904
918
|
export var NewPrivateVirtualInterface$ = [3, n0, _NPVI,
|
|
905
919
|
0,
|
|
906
|
-
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _vGI, _dCGI, _t, _eSL],
|
|
907
|
-
[0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, () => TagList, 2], 2
|
|
920
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _vGI, _dCGI, _t, _eSL, _rL],
|
|
921
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, () => TagList, 2, 0], 2
|
|
908
922
|
];
|
|
909
923
|
export var NewPrivateVirtualInterfaceAllocation$ = [3, n0, _NPVIA,
|
|
910
924
|
0,
|
|
911
|
-
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _aF, _cA, _t],
|
|
912
|
-
[0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList], 2
|
|
925
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _aF, _cA, _t, _rL],
|
|
926
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList, 0], 2
|
|
913
927
|
];
|
|
914
928
|
export var NewPublicVirtualInterface$ = [3, n0, _NPVIe,
|
|
915
929
|
0,
|
|
916
|
-
[_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t],
|
|
917
|
-
[0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList], 2
|
|
930
|
+
[_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t, _rL],
|
|
931
|
+
[0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList, 0], 2
|
|
918
932
|
];
|
|
919
933
|
export var NewPublicVirtualInterfaceAllocation$ = [3, n0, _NPVIAe,
|
|
920
934
|
0,
|
|
921
|
-
[_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t],
|
|
922
|
-
[0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList], 2
|
|
935
|
+
[_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t, _rL],
|
|
936
|
+
[0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList, 0], 2
|
|
923
937
|
];
|
|
924
938
|
export var NewTransitVirtualInterface$ = [3, n0, _NTVI,
|
|
925
939
|
0,
|
|
926
|
-
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _dCGI, _t, _eSL],
|
|
927
|
-
[0, 1, 1, 1, 1, 0, 0, 0, 0, 0, () => TagList, 2]
|
|
940
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _dCGI, _t, _eSL, _rL],
|
|
941
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, 0, () => TagList, 2, 0]
|
|
928
942
|
];
|
|
929
943
|
export var NewTransitVirtualInterfaceAllocation$ = [3, n0, _NTVIA,
|
|
930
944
|
0,
|
|
931
|
-
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _t],
|
|
932
|
-
[0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList]
|
|
945
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _t, _rL],
|
|
946
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList, 0]
|
|
947
|
+
];
|
|
948
|
+
export var RateLimiterStatus$ = [3, n0, _RLS,
|
|
949
|
+
0,
|
|
950
|
+
[_mA, _iU, _re, _tB],
|
|
951
|
+
[1, 1, 1, 0]
|
|
933
952
|
];
|
|
934
953
|
export var ResourceTag$ = [3, n0, _RT,
|
|
935
954
|
0,
|
|
@@ -1023,8 +1042,8 @@ export var UpdateLagRequest$ = [3, n0, _ULR,
|
|
|
1023
1042
|
];
|
|
1024
1043
|
export var UpdateVirtualInterfaceAttributesRequest$ = [3, n0, _UVIAR,
|
|
1025
1044
|
0,
|
|
1026
|
-
[_vII, _mt, _eSL, _vIN],
|
|
1027
|
-
[0, 1, 2, 0], 1
|
|
1045
|
+
[_vII, _mt, _eSL, _vIN, _rL],
|
|
1046
|
+
[0, 1, 2, 0, 0], 1
|
|
1028
1047
|
];
|
|
1029
1048
|
export var VirtualGateway$ = [3, n0, _VG,
|
|
1030
1049
|
0,
|
|
@@ -1038,8 +1057,8 @@ export var VirtualGateways$ = [3, n0, _VGi,
|
|
|
1038
1057
|
];
|
|
1039
1058
|
export var VirtualInterface$ = [3, n0, _VI,
|
|
1040
1059
|
0,
|
|
1041
|
-
[_oA, _vII, _l, _cI, _vITi, _vIN, _v, _a, _aL, _aSA, _aK, _aA, _cA, _aF, _vIS, _cRC, _mt, _jFC, _vGI, _dCGI, _rFP, _bP, _r, _aDV, _aLDI, _t, _sLE],
|
|
1042
|
-
[0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, () => RouteFilterPrefixList, () => BGPPeerList, 0, 0, 0, () => TagList, 2]
|
|
1060
|
+
[_oA, _vII, _l, _cI, _vITi, _vIN, _v, _a, _aL, _aSA, _aK, _aA, _cA, _aF, _vIS, _cRC, _mt, _jFC, _vGI, _dCGI, _rFP, _bP, _r, _aDV, _aLDI, _t, _sLE, _rL],
|
|
1061
|
+
[0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, () => RouteFilterPrefixList, () => BGPPeerList, 0, 0, 0, () => TagList, 2, 0]
|
|
1043
1062
|
];
|
|
1044
1063
|
export var VirtualInterfaces$ = [3, n0, _VIi,
|
|
1045
1064
|
0,
|
|
@@ -91,6 +91,12 @@ declare const AllocateConnectionOnInterconnectCommand_base: {
|
|
|
91
91
|
* // startOn: "STRING_VALUE",
|
|
92
92
|
* // },
|
|
93
93
|
* // ],
|
|
94
|
+
* // rateLimiterStatus: { // RateLimiterStatus
|
|
95
|
+
* // maxAllowed: Number("int"),
|
|
96
|
+
* // inUse: Number("int"),
|
|
97
|
+
* // remaining: Number("int"),
|
|
98
|
+
* // totalBandwidth: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
94
100
|
* // partnerInterconnectMacSecCapable: true || false,
|
|
95
101
|
* // };
|
|
96
102
|
*
|
|
@@ -93,6 +93,12 @@ declare const AllocateHostedConnectionCommand_base: {
|
|
|
93
93
|
* // startOn: "STRING_VALUE",
|
|
94
94
|
* // },
|
|
95
95
|
* // ],
|
|
96
|
+
* // rateLimiterStatus: { // RateLimiterStatus
|
|
97
|
+
* // maxAllowed: Number("int"),
|
|
98
|
+
* // inUse: Number("int"),
|
|
99
|
+
* // remaining: Number("int"),
|
|
100
|
+
* // totalBandwidth: "STRING_VALUE",
|
|
101
|
+
* // },
|
|
96
102
|
* // partnerInterconnectMacSecCapable: true || false,
|
|
97
103
|
* // };
|
|
98
104
|
*
|
|
@@ -59,6 +59,7 @@ declare const AllocatePrivateVirtualInterfaceCommand_base: {
|
|
|
59
59
|
* value: "STRING_VALUE",
|
|
60
60
|
* },
|
|
61
61
|
* ],
|
|
62
|
+
* rateLimit: "STRING_VALUE",
|
|
62
63
|
* },
|
|
63
64
|
* };
|
|
64
65
|
* const command = new AllocatePrivateVirtualInterfaceCommand(input);
|
|
@@ -114,6 +115,7 @@ declare const AllocatePrivateVirtualInterfaceCommand_base: {
|
|
|
114
115
|
* // },
|
|
115
116
|
* // ],
|
|
116
117
|
* // siteLinkEnabled: true || false,
|
|
118
|
+
* // rateLimit: "STRING_VALUE",
|
|
117
119
|
* // };
|
|
118
120
|
*
|
|
119
121
|
* ```
|
|
@@ -133,6 +135,9 @@ declare const AllocatePrivateVirtualInterfaceCommand_base: {
|
|
|
133
135
|
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
134
136
|
* <p>A tag key was specified more than once.</p>
|
|
135
137
|
*
|
|
138
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
139
|
+
* <p>The rate limiter limit has been exceeded for the connection. You cannot add more rate limiters to virtual interfaces on this connection.</p>
|
|
140
|
+
*
|
|
136
141
|
* @throws {@link TooManyTagsException} (client fault)
|
|
137
142
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
138
143
|
*
|
|
@@ -66,6 +66,7 @@ declare const AllocatePublicVirtualInterfaceCommand_base: {
|
|
|
66
66
|
* value: "STRING_VALUE",
|
|
67
67
|
* },
|
|
68
68
|
* ],
|
|
69
|
+
* rateLimit: "STRING_VALUE",
|
|
69
70
|
* },
|
|
70
71
|
* };
|
|
71
72
|
* const command = new AllocatePublicVirtualInterfaceCommand(input);
|
|
@@ -121,6 +122,7 @@ declare const AllocatePublicVirtualInterfaceCommand_base: {
|
|
|
121
122
|
* // },
|
|
122
123
|
* // ],
|
|
123
124
|
* // siteLinkEnabled: true || false,
|
|
125
|
+
* // rateLimit: "STRING_VALUE",
|
|
124
126
|
* // };
|
|
125
127
|
*
|
|
126
128
|
* ```
|
|
@@ -140,6 +142,9 @@ declare const AllocatePublicVirtualInterfaceCommand_base: {
|
|
|
140
142
|
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
141
143
|
* <p>A tag key was specified more than once.</p>
|
|
142
144
|
*
|
|
145
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
146
|
+
* <p>The rate limiter limit has been exceeded for the connection. You cannot add more rate limiters to virtual interfaces on this connection.</p>
|
|
147
|
+
*
|
|
143
148
|
* @throws {@link TooManyTagsException} (client fault)
|
|
144
149
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
145
150
|
*
|
|
@@ -59,6 +59,7 @@ declare const AllocateTransitVirtualInterfaceCommand_base: {
|
|
|
59
59
|
* value: "STRING_VALUE",
|
|
60
60
|
* },
|
|
61
61
|
* ],
|
|
62
|
+
* rateLimit: "STRING_VALUE",
|
|
62
63
|
* },
|
|
63
64
|
* };
|
|
64
65
|
* const command = new AllocateTransitVirtualInterfaceCommand(input);
|
|
@@ -115,6 +116,7 @@ declare const AllocateTransitVirtualInterfaceCommand_base: {
|
|
|
115
116
|
* // },
|
|
116
117
|
* // ],
|
|
117
118
|
* // siteLinkEnabled: true || false,
|
|
119
|
+
* // rateLimit: "STRING_VALUE",
|
|
118
120
|
* // },
|
|
119
121
|
* // };
|
|
120
122
|
*
|
|
@@ -135,6 +137,9 @@ declare const AllocateTransitVirtualInterfaceCommand_base: {
|
|
|
135
137
|
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
136
138
|
* <p>A tag key was specified more than once.</p>
|
|
137
139
|
*
|
|
140
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
141
|
+
* <p>The rate limiter limit has been exceeded for the connection. You cannot add more rate limiters to virtual interfaces on this connection.</p>
|
|
142
|
+
*
|
|
138
143
|
* @throws {@link TooManyTagsException} (client fault)
|
|
139
144
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
140
145
|
*
|
|
@@ -92,6 +92,12 @@ declare const AssociateConnectionWithLagCommand_base: {
|
|
|
92
92
|
* // startOn: "STRING_VALUE",
|
|
93
93
|
* // },
|
|
94
94
|
* // ],
|
|
95
|
+
* // rateLimiterStatus: { // RateLimiterStatus
|
|
96
|
+
* // maxAllowed: Number("int"),
|
|
97
|
+
* // inUse: Number("int"),
|
|
98
|
+
* // remaining: Number("int"),
|
|
99
|
+
* // totalBandwidth: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
95
101
|
* // partnerInterconnectMacSecCapable: true || false,
|
|
96
102
|
* // };
|
|
97
103
|
*
|
|
@@ -109,6 +115,9 @@ declare const AssociateConnectionWithLagCommand_base: {
|
|
|
109
115
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
110
116
|
* <p>A server-side error occurred.</p>
|
|
111
117
|
*
|
|
118
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
119
|
+
* <p>The rate limiter limit has been exceeded for the connection. You cannot add more rate limiters to virtual interfaces on this connection.</p>
|
|
120
|
+
*
|
|
112
121
|
* @throws {@link DirectConnectServiceException}
|
|
113
122
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
114
123
|
*
|
|
@@ -86,6 +86,12 @@ declare const AssociateHostedConnectionCommand_base: {
|
|
|
86
86
|
* // startOn: "STRING_VALUE",
|
|
87
87
|
* // },
|
|
88
88
|
* // ],
|
|
89
|
+
* // rateLimiterStatus: { // RateLimiterStatus
|
|
90
|
+
* // maxAllowed: Number("int"),
|
|
91
|
+
* // inUse: Number("int"),
|
|
92
|
+
* // remaining: Number("int"),
|
|
93
|
+
* // totalBandwidth: "STRING_VALUE",
|
|
94
|
+
* // },
|
|
89
95
|
* // partnerInterconnectMacSecCapable: true || false,
|
|
90
96
|
* // };
|
|
91
97
|
*
|
|
@@ -96,6 +96,12 @@ declare const CreateConnectionCommand_base: {
|
|
|
96
96
|
* // startOn: "STRING_VALUE",
|
|
97
97
|
* // },
|
|
98
98
|
* // ],
|
|
99
|
+
* // rateLimiterStatus: { // RateLimiterStatus
|
|
100
|
+
* // maxAllowed: Number("int"),
|
|
101
|
+
* // inUse: Number("int"),
|
|
102
|
+
* // remaining: Number("int"),
|
|
103
|
+
* // totalBandwidth: "STRING_VALUE",
|
|
104
|
+
* // },
|
|
99
105
|
* // partnerInterconnectMacSecCapable: true || false,
|
|
100
106
|
* // };
|
|
101
107
|
*
|
|
@@ -128,6 +128,12 @@ declare const CreateLagCommand_base: {
|
|
|
128
128
|
* // startOn: "STRING_VALUE",
|
|
129
129
|
* // },
|
|
130
130
|
* // ],
|
|
131
|
+
* // rateLimiterStatus: { // RateLimiterStatus
|
|
132
|
+
* // maxAllowed: Number("int"),
|
|
133
|
+
* // inUse: Number("int"),
|
|
134
|
+
* // remaining: Number("int"),
|
|
135
|
+
* // totalBandwidth: "STRING_VALUE",
|
|
136
|
+
* // },
|
|
131
137
|
* // partnerInterconnectMacSecCapable: true || false,
|
|
132
138
|
* // },
|
|
133
139
|
* // ],
|
|
@@ -151,6 +157,12 @@ declare const CreateLagCommand_base: {
|
|
|
151
157
|
* // startOn: "STRING_VALUE",
|
|
152
158
|
* // },
|
|
153
159
|
* // ],
|
|
160
|
+
* // rateLimiterStatus: {
|
|
161
|
+
* // maxAllowed: Number("int"),
|
|
162
|
+
* // inUse: Number("int"),
|
|
163
|
+
* // remaining: Number("int"),
|
|
164
|
+
* // totalBandwidth: "STRING_VALUE",
|
|
165
|
+
* // },
|
|
154
166
|
* // };
|
|
155
167
|
*
|
|
156
168
|
* ```
|
|
@@ -69,6 +69,7 @@ declare const CreatePrivateVirtualInterfaceCommand_base: {
|
|
|
69
69
|
* },
|
|
70
70
|
* ],
|
|
71
71
|
* enableSiteLink: true || false,
|
|
72
|
+
* rateLimit: "STRING_VALUE",
|
|
72
73
|
* },
|
|
73
74
|
* };
|
|
74
75
|
* const command = new CreatePrivateVirtualInterfaceCommand(input);
|
|
@@ -124,6 +125,7 @@ declare const CreatePrivateVirtualInterfaceCommand_base: {
|
|
|
124
125
|
* // },
|
|
125
126
|
* // ],
|
|
126
127
|
* // siteLinkEnabled: true || false,
|
|
128
|
+
* // rateLimit: "STRING_VALUE",
|
|
127
129
|
* // };
|
|
128
130
|
*
|
|
129
131
|
* ```
|
|
@@ -143,6 +145,9 @@ declare const CreatePrivateVirtualInterfaceCommand_base: {
|
|
|
143
145
|
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
144
146
|
* <p>A tag key was specified more than once.</p>
|
|
145
147
|
*
|
|
148
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
149
|
+
* <p>The rate limiter limit has been exceeded for the connection. You cannot add more rate limiters to virtual interfaces on this connection.</p>
|
|
150
|
+
*
|
|
146
151
|
* @throws {@link TooManyTagsException} (client fault)
|
|
147
152
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
148
153
|
*
|
|
@@ -63,6 +63,7 @@ declare const CreatePublicVirtualInterfaceCommand_base: {
|
|
|
63
63
|
* value: "STRING_VALUE",
|
|
64
64
|
* },
|
|
65
65
|
* ],
|
|
66
|
+
* rateLimit: "STRING_VALUE",
|
|
66
67
|
* },
|
|
67
68
|
* };
|
|
68
69
|
* const command = new CreatePublicVirtualInterfaceCommand(input);
|
|
@@ -118,6 +119,7 @@ declare const CreatePublicVirtualInterfaceCommand_base: {
|
|
|
118
119
|
* // },
|
|
119
120
|
* // ],
|
|
120
121
|
* // siteLinkEnabled: true || false,
|
|
122
|
+
* // rateLimit: "STRING_VALUE",
|
|
121
123
|
* // };
|
|
122
124
|
*
|
|
123
125
|
* ```
|
|
@@ -137,6 +139,9 @@ declare const CreatePublicVirtualInterfaceCommand_base: {
|
|
|
137
139
|
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
138
140
|
* <p>A tag key was specified more than once.</p>
|
|
139
141
|
*
|
|
142
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
143
|
+
* <p>The rate limiter limit has been exceeded for the connection. You cannot add more rate limiters to virtual interfaces on this connection.</p>
|
|
144
|
+
*
|
|
140
145
|
* @throws {@link TooManyTagsException} (client fault)
|
|
141
146
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
142
147
|
*
|
|
@@ -67,6 +67,7 @@ declare const CreateTransitVirtualInterfaceCommand_base: {
|
|
|
67
67
|
* },
|
|
68
68
|
* ],
|
|
69
69
|
* enableSiteLink: true || false,
|
|
70
|
+
* rateLimit: "STRING_VALUE",
|
|
70
71
|
* },
|
|
71
72
|
* };
|
|
72
73
|
* const command = new CreateTransitVirtualInterfaceCommand(input);
|
|
@@ -123,6 +124,7 @@ declare const CreateTransitVirtualInterfaceCommand_base: {
|
|
|
123
124
|
* // },
|
|
124
125
|
* // ],
|
|
125
126
|
* // siteLinkEnabled: true || false,
|
|
127
|
+
* // rateLimit: "STRING_VALUE",
|
|
126
128
|
* // },
|
|
127
129
|
* // };
|
|
128
130
|
*
|
|
@@ -143,6 +145,9 @@ declare const CreateTransitVirtualInterfaceCommand_base: {
|
|
|
143
145
|
* @throws {@link DuplicateTagKeysException} (client fault)
|
|
144
146
|
* <p>A tag key was specified more than once.</p>
|
|
145
147
|
*
|
|
148
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
149
|
+
* <p>The rate limiter limit has been exceeded for the connection. You cannot add more rate limiters to virtual interfaces on this connection.</p>
|
|
150
|
+
*
|
|
146
151
|
* @throws {@link TooManyTagsException} (client fault)
|
|
147
152
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
148
153
|
*
|