@aws-sdk/client-direct-connect 3.1068.0 → 3.1070.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  2. package/dist-cjs/endpoint/bdd.js +2 -5
  3. package/dist-cjs/endpoint/endpointResolver.js +7 -11
  4. package/dist-cjs/index.js +229 -249
  5. package/dist-cjs/models/DirectConnectServiceException.js +4 -8
  6. package/dist-cjs/models/errors.js +21 -16
  7. package/dist-cjs/runtimeConfig.browser.js +22 -26
  8. package/dist-cjs/runtimeConfig.js +30 -34
  9. package/dist-cjs/runtimeConfig.native.js +4 -7
  10. package/dist-cjs/runtimeConfig.shared.js +20 -24
  11. package/dist-cjs/schemas/schemas_0.js +428 -278
  12. package/dist-es/models/errors.js +12 -0
  13. package/dist-es/schemas/schemas_0.js +40 -21
  14. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +6 -0
  15. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +6 -0
  16. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +5 -0
  17. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +5 -0
  18. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +5 -0
  19. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +9 -0
  20. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +6 -0
  21. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -0
  24. package/dist-types/commands/CreateLagCommand.d.ts +12 -0
  25. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +5 -0
  26. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +5 -0
  27. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +5 -0
  28. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -0
  30. package/dist-types/commands/DeleteLagCommand.d.ts +12 -0
  31. package/dist-types/commands/DescribeConnectionsCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeLagsCommand.d.ts +12 -0
  35. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +2 -1
  36. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +6 -0
  37. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -0
  38. package/dist-types/commands/UpdateLagCommand.d.ts +12 -0
  39. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -0
  40. package/dist-types/models/errors.d.ts +12 -0
  41. package/dist-types/models/models_0.d.ts +427 -225
  42. package/dist-types/schemas/schemas_0.d.ts +2 -0
  43. package/dist-types/ts3.4/models/errors.d.ts +7 -0
  44. package/dist-types/ts3.4/models/models_0.d.ts +16 -0
  45. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  46. package/package.json +9 -9
@@ -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
  *
@@ -104,6 +104,7 @@ declare const AssociateVirtualInterfaceCommand_base: {
104
104
  * // },
105
105
  * // ],
106
106
  * // siteLinkEnabled: true || false,
107
+ * // rateLimit: "STRING_VALUE",
107
108
  * // };
108
109
  *
109
110
  * ```
@@ -118,6 +118,7 @@ declare const CreateBGPPeerCommand_base: {
118
118
  * // },
119
119
  * // ],
120
120
  * // siteLinkEnabled: true || false,
121
+ * // rateLimit: "STRING_VALUE",
121
122
  * // },
122
123
  * // };
123
124
  *
@@ -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
  *
@@ -100,6 +100,7 @@ declare const DeleteBGPPeerCommand_base: {
100
100
  * // },
101
101
  * // ],
102
102
  * // siteLinkEnabled: true || false,
103
+ * // rateLimit: "STRING_VALUE",
103
104
  * // },
104
105
  * // };
105
106
  *
@@ -81,6 +81,12 @@ declare const DeleteConnectionCommand_base: {
81
81
  * // startOn: "STRING_VALUE",
82
82
  * // },
83
83
  * // ],
84
+ * // rateLimiterStatus: { // RateLimiterStatus
85
+ * // maxAllowed: Number("int"),
86
+ * // inUse: Number("int"),
87
+ * // remaining: Number("int"),
88
+ * // totalBandwidth: "STRING_VALUE",
89
+ * // },
84
90
  * // partnerInterconnectMacSecCapable: true || false,
85
91
  * // };
86
92
  *
@@ -93,6 +93,12 @@ declare const DeleteLagCommand_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
  * // ],
@@ -116,6 +122,12 @@ declare const DeleteLagCommand_base: {
116
122
  * // startOn: "STRING_VALUE",
117
123
  * // },
118
124
  * // ],
125
+ * // rateLimiterStatus: {
126
+ * // maxAllowed: Number("int"),
127
+ * // inUse: Number("int"),
128
+ * // remaining: Number("int"),
129
+ * // totalBandwidth: "STRING_VALUE",
130
+ * // },
119
131
  * // };
120
132
  *
121
133
  * ```
@@ -82,6 +82,12 @@ declare const DescribeConnectionsCommand_base: {
82
82
  * // startOn: "STRING_VALUE",
83
83
  * // },
84
84
  * // ],
85
+ * // rateLimiterStatus: { // RateLimiterStatus
86
+ * // maxAllowed: Number("int"),
87
+ * // inUse: Number("int"),
88
+ * // remaining: Number("int"),
89
+ * // totalBandwidth: "STRING_VALUE",
90
+ * // },
85
91
  * // partnerInterconnectMacSecCapable: true || false,
86
92
  * // },
87
93
  * // ],
@@ -88,6 +88,12 @@ declare const DescribeConnectionsOnInterconnectCommand_base: {
88
88
  * // startOn: "STRING_VALUE",
89
89
  * // },
90
90
  * // ],
91
+ * // rateLimiterStatus: { // RateLimiterStatus
92
+ * // maxAllowed: Number("int"),
93
+ * // inUse: Number("int"),
94
+ * // remaining: Number("int"),
95
+ * // totalBandwidth: "STRING_VALUE",
96
+ * // },
91
97
  * // partnerInterconnectMacSecCapable: true || false,
92
98
  * // },
93
99
  * // ],
@@ -86,6 +86,12 @@ declare const DescribeHostedConnectionsCommand_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 DescribeLagsCommand_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
  * // ],
@@ -119,6 +125,12 @@ declare const DescribeLagsCommand_base: {
119
125
  * // startOn: "STRING_VALUE",
120
126
  * // },
121
127
  * // ],
128
+ * // rateLimiterStatus: {
129
+ * // maxAllowed: Number("int"),
130
+ * // inUse: Number("int"),
131
+ * // remaining: Number("int"),
132
+ * // totalBandwidth: "STRING_VALUE",
133
+ * // },
122
134
  * // },
123
135
  * // ],
124
136
  * // nextToken: "STRING_VALUE",
@@ -36,7 +36,7 @@ declare const DescribeVirtualInterfacesCommand_base: {
36
36
  * <p>A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.</p>
37
37
  * <ul>
38
38
  * <li>
39
- * <p>If you're using an <code>asn</code>, the response includes ASN value in both the <code>asn</code> and <code>asnLong</code> fields.</p>
39
+ * <p>If you're using an <code>asn</code>, the response includes the ASN value in both the <code>asn</code> and <code>asnLong</code> fields.</p>
40
40
  * </li>
41
41
  * <li>
42
42
  * <p>If you're using <code>asnLong</code>, the response returns a value of <code>0</code> (zero) for the <code>asn</code> attribute because it exceeds the highest ASN value of 2,147,483,647 that it can support</p>
@@ -111,6 +111,7 @@ declare const DescribeVirtualInterfacesCommand_base: {
111
111
  * // },
112
112
  * // ],
113
113
  * // siteLinkEnabled: true || false,
114
+ * // rateLimit: "STRING_VALUE",
114
115
  * // },
115
116
  * // ],
116
117
  * // nextToken: "STRING_VALUE",
@@ -88,6 +88,12 @@ declare const DisassociateConnectionFromLagCommand_base: {
88
88
  * // startOn: "STRING_VALUE",
89
89
  * // },
90
90
  * // ],
91
+ * // rateLimiterStatus: { // RateLimiterStatus
92
+ * // maxAllowed: Number("int"),
93
+ * // inUse: Number("int"),
94
+ * // remaining: Number("int"),
95
+ * // totalBandwidth: "STRING_VALUE",
96
+ * // },
91
97
  * // partnerInterconnectMacSecCapable: true || false,
92
98
  * // };
93
99
  *
@@ -89,6 +89,12 @@ declare const UpdateConnectionCommand_base: {
89
89
  * // startOn: "STRING_VALUE",
90
90
  * // },
91
91
  * // ],
92
+ * // rateLimiterStatus: { // RateLimiterStatus
93
+ * // maxAllowed: Number("int"),
94
+ * // inUse: Number("int"),
95
+ * // remaining: Number("int"),
96
+ * // totalBandwidth: "STRING_VALUE",
97
+ * // },
92
98
  * // partnerInterconnectMacSecCapable: true || false,
93
99
  * // };
94
100
  *
@@ -117,6 +117,12 @@ declare const UpdateLagCommand_base: {
117
117
  * // startOn: "STRING_VALUE",
118
118
  * // },
119
119
  * // ],
120
+ * // rateLimiterStatus: { // RateLimiterStatus
121
+ * // maxAllowed: Number("int"),
122
+ * // inUse: Number("int"),
123
+ * // remaining: Number("int"),
124
+ * // totalBandwidth: "STRING_VALUE",
125
+ * // },
120
126
  * // partnerInterconnectMacSecCapable: true || false,
121
127
  * // },
122
128
  * // ],
@@ -140,6 +146,12 @@ declare const UpdateLagCommand_base: {
140
146
  * // startOn: "STRING_VALUE",
141
147
  * // },
142
148
  * // ],
149
+ * // rateLimiterStatus: {
150
+ * // maxAllowed: Number("int"),
151
+ * // inUse: Number("int"),
152
+ * // remaining: Number("int"),
153
+ * // totalBandwidth: "STRING_VALUE",
154
+ * // },
143
155
  * // };
144
156
  *
145
157
  * ```