@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
|
@@ -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
|
* ```
|
|
@@ -49,6 +49,7 @@ declare const UpdateVirtualInterfaceAttributesCommand_base: {
|
|
|
49
49
|
* mtu: Number("int"),
|
|
50
50
|
* enableSiteLink: true || false,
|
|
51
51
|
* virtualInterfaceName: "STRING_VALUE",
|
|
52
|
+
* rateLimit: "STRING_VALUE",
|
|
52
53
|
* };
|
|
53
54
|
* const command = new UpdateVirtualInterfaceAttributesCommand(input);
|
|
54
55
|
* const response = await client.send(command);
|
|
@@ -103,6 +104,7 @@ declare const UpdateVirtualInterfaceAttributesCommand_base: {
|
|
|
103
104
|
* // },
|
|
104
105
|
* // ],
|
|
105
106
|
* // siteLinkEnabled: true || false,
|
|
107
|
+
* // rateLimit: "STRING_VALUE",
|
|
106
108
|
* // };
|
|
107
109
|
*
|
|
108
110
|
* ```
|
|
@@ -48,3 +48,15 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
48
48
|
*/
|
|
49
49
|
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
50
50
|
}
|
|
51
|
+
/**
|
|
52
|
+
* <p>The rate limiter limit has been exceeded for the connection. You cannot add more rate limiters to virtual interfaces on this connection.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export declare class LimitExceededException extends __BaseException {
|
|
56
|
+
readonly name: "LimitExceededException";
|
|
57
|
+
readonly $fault: "client";
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
61
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
62
|
+
}
|