@aws-sdk/client-direct-connect 3.183.0 → 3.185.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/protocols/Aws_json1_1.js +2 -2
- package/dist-es/DirectConnect.js +261 -254
- package/dist-es/DirectConnectClient.js +28 -22
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +28 -21
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +28 -21
- package/dist-es/commands/AllocateHostedConnectionCommand.js +28 -21
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +28 -21
- package/dist-es/commands/AssociateHostedConnectionCommand.js +28 -21
- package/dist-es/commands/AssociateMacSecKeyCommand.js +28 -21
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/ConfirmConnectionCommand.js +28 -21
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +28 -21
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/CreateBGPPeerCommand.js +28 -21
- package/dist-es/commands/CreateConnectionCommand.js +28 -21
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +28 -21
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +28 -21
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +28 -21
- package/dist-es/commands/CreateInterconnectCommand.js +28 -21
- package/dist-es/commands/CreateLagCommand.js +28 -21
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/DeleteBGPPeerCommand.js +28 -21
- package/dist-es/commands/DeleteConnectionCommand.js +28 -21
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +28 -21
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +28 -21
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +28 -21
- package/dist-es/commands/DeleteInterconnectCommand.js +28 -21
- package/dist-es/commands/DeleteLagCommand.js +28 -21
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +28 -21
- package/dist-es/commands/DescribeConnectionLoaCommand.js +28 -21
- package/dist-es/commands/DescribeConnectionsCommand.js +28 -21
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +28 -21
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +29 -22
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +28 -21
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +28 -21
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +28 -21
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +28 -21
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +28 -21
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +28 -21
- package/dist-es/commands/DescribeInterconnectsCommand.js +28 -21
- package/dist-es/commands/DescribeLagsCommand.js +28 -21
- package/dist-es/commands/DescribeLoaCommand.js +28 -21
- package/dist-es/commands/DescribeLocationsCommand.js +29 -22
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeTagsCommand.js +28 -21
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +29 -22
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +28 -21
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +28 -21
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +28 -21
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +28 -21
- package/dist-es/commands/StartBgpFailoverTestCommand.js +28 -21
- package/dist-es/commands/StopBgpFailoverTestCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateConnectionCommand.js +28 -21
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +28 -21
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +28 -21
- package/dist-es/commands/UpdateLagCommand.js +28 -21
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DirectConnectServiceException.js +10 -5
- package/dist-es/models/models_0.js +174 -431
- package/dist-es/protocols/Aws_json1_1.js +4684 -3615
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,33 +1,34 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { DirectConnectServiceException as __BaseException } from "./DirectConnectServiceException";
|
|
2
3
|
export var GatewayType;
|
|
3
4
|
(function (GatewayType) {
|
|
4
5
|
GatewayType["TransitGateway"] = "transitGateway";
|
|
5
6
|
GatewayType["VirtualPrivateGateway"] = "virtualPrivateGateway";
|
|
6
7
|
})(GatewayType || (GatewayType = {}));
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
this.$fault = "client";
|
|
16
|
-
Object.setPrototypeOf(this, DirectConnectClientException.prototype);
|
|
8
|
+
var DirectConnectClientException = (function (_super) {
|
|
9
|
+
__extends(DirectConnectClientException, _super);
|
|
10
|
+
function DirectConnectClientException(opts) {
|
|
11
|
+
var _this = _super.call(this, __assign({ name: "DirectConnectClientException", $fault: "client" }, opts)) || this;
|
|
12
|
+
_this.name = "DirectConnectClientException";
|
|
13
|
+
_this.$fault = "client";
|
|
14
|
+
Object.setPrototypeOf(_this, DirectConnectClientException.prototype);
|
|
15
|
+
return _this;
|
|
17
16
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
17
|
+
return DirectConnectClientException;
|
|
18
|
+
}(__BaseException));
|
|
19
|
+
export { DirectConnectClientException };
|
|
20
|
+
var DirectConnectServerException = (function (_super) {
|
|
21
|
+
__extends(DirectConnectServerException, _super);
|
|
22
|
+
function DirectConnectServerException(opts) {
|
|
23
|
+
var _this = _super.call(this, __assign({ name: "DirectConnectServerException", $fault: "server" }, opts)) || this;
|
|
24
|
+
_this.name = "DirectConnectServerException";
|
|
25
|
+
_this.$fault = "server";
|
|
26
|
+
Object.setPrototypeOf(_this, DirectConnectServerException.prototype);
|
|
27
|
+
return _this;
|
|
29
28
|
}
|
|
30
|
-
|
|
29
|
+
return DirectConnectServerException;
|
|
30
|
+
}(__BaseException));
|
|
31
|
+
export { DirectConnectServerException };
|
|
31
32
|
export var AddressFamily;
|
|
32
33
|
(function (AddressFamily) {
|
|
33
34
|
AddressFamily["IPv4"] = "ipv4";
|
|
@@ -39,30 +40,30 @@ export var HasLogicalRedundancy;
|
|
|
39
40
|
HasLogicalRedundancy["Unknown"] = "unknown";
|
|
40
41
|
HasLogicalRedundancy["Yes"] = "yes";
|
|
41
42
|
})(HasLogicalRedundancy || (HasLogicalRedundancy = {}));
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
this.$fault = "client";
|
|
51
|
-
Object.setPrototypeOf(this, DuplicateTagKeysException.prototype);
|
|
43
|
+
var DuplicateTagKeysException = (function (_super) {
|
|
44
|
+
__extends(DuplicateTagKeysException, _super);
|
|
45
|
+
function DuplicateTagKeysException(opts) {
|
|
46
|
+
var _this = _super.call(this, __assign({ name: "DuplicateTagKeysException", $fault: "client" }, opts)) || this;
|
|
47
|
+
_this.name = "DuplicateTagKeysException";
|
|
48
|
+
_this.$fault = "client";
|
|
49
|
+
Object.setPrototypeOf(_this, DuplicateTagKeysException.prototype);
|
|
50
|
+
return _this;
|
|
52
51
|
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
52
|
+
return DuplicateTagKeysException;
|
|
53
|
+
}(__BaseException));
|
|
54
|
+
export { DuplicateTagKeysException };
|
|
55
|
+
var TooManyTagsException = (function (_super) {
|
|
56
|
+
__extends(TooManyTagsException, _super);
|
|
57
|
+
function TooManyTagsException(opts) {
|
|
58
|
+
var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
|
|
59
|
+
_this.name = "TooManyTagsException";
|
|
60
|
+
_this.$fault = "client";
|
|
61
|
+
Object.setPrototypeOf(_this, TooManyTagsException.prototype);
|
|
62
|
+
return _this;
|
|
64
63
|
}
|
|
65
|
-
|
|
64
|
+
return TooManyTagsException;
|
|
65
|
+
}(__BaseException));
|
|
66
|
+
export { TooManyTagsException };
|
|
66
67
|
export var BGPPeerState;
|
|
67
68
|
(function (BGPPeerState) {
|
|
68
69
|
BGPPeerState["Available"] = "available";
|
|
@@ -87,390 +88,132 @@ export var NniPartnerType;
|
|
|
87
88
|
NniPartnerType["V1"] = "v1";
|
|
88
89
|
NniPartnerType["V2"] = "v2";
|
|
89
90
|
})(NniPartnerType || (NniPartnerType = {}));
|
|
90
|
-
export
|
|
91
|
-
|
|
92
|
-
});
|
|
93
|
-
export
|
|
94
|
-
|
|
95
|
-
});
|
|
96
|
-
export
|
|
97
|
-
|
|
98
|
-
});
|
|
99
|
-
export
|
|
100
|
-
|
|
101
|
-
});
|
|
102
|
-
export
|
|
103
|
-
|
|
104
|
-
});
|
|
105
|
-
export
|
|
106
|
-
|
|
107
|
-
});
|
|
108
|
-
export
|
|
109
|
-
|
|
110
|
-
});
|
|
111
|
-
export
|
|
112
|
-
|
|
113
|
-
});
|
|
114
|
-
export
|
|
115
|
-
|
|
116
|
-
});
|
|
117
|
-
export
|
|
118
|
-
|
|
119
|
-
});
|
|
120
|
-
export
|
|
121
|
-
|
|
122
|
-
});
|
|
123
|
-
export
|
|
124
|
-
|
|
125
|
-
});
|
|
126
|
-
export
|
|
127
|
-
|
|
128
|
-
});
|
|
129
|
-
export
|
|
130
|
-
|
|
131
|
-
});
|
|
132
|
-
export
|
|
133
|
-
|
|
134
|
-
});
|
|
135
|
-
export
|
|
136
|
-
|
|
137
|
-
});
|
|
138
|
-
export
|
|
139
|
-
|
|
140
|
-
});
|
|
141
|
-
export
|
|
142
|
-
|
|
143
|
-
});
|
|
144
|
-
export
|
|
145
|
-
|
|
146
|
-
});
|
|
147
|
-
export
|
|
148
|
-
|
|
149
|
-
});
|
|
150
|
-
export
|
|
151
|
-
|
|
152
|
-
});
|
|
153
|
-
export
|
|
154
|
-
|
|
155
|
-
});
|
|
156
|
-
export
|
|
157
|
-
|
|
158
|
-
});
|
|
159
|
-
export
|
|
160
|
-
|
|
161
|
-
});
|
|
162
|
-
export
|
|
163
|
-
|
|
164
|
-
});
|
|
165
|
-
export
|
|
166
|
-
|
|
167
|
-
});
|
|
168
|
-
export
|
|
169
|
-
|
|
170
|
-
});
|
|
171
|
-
export
|
|
172
|
-
|
|
173
|
-
});
|
|
174
|
-
export
|
|
175
|
-
|
|
176
|
-
});
|
|
177
|
-
export
|
|
178
|
-
|
|
179
|
-
});
|
|
180
|
-
export
|
|
181
|
-
|
|
182
|
-
});
|
|
183
|
-
export
|
|
184
|
-
|
|
185
|
-
});
|
|
186
|
-
export
|
|
187
|
-
|
|
188
|
-
});
|
|
189
|
-
export
|
|
190
|
-
|
|
191
|
-
});
|
|
192
|
-
export
|
|
193
|
-
|
|
194
|
-
});
|
|
195
|
-
export
|
|
196
|
-
|
|
197
|
-
});
|
|
198
|
-
export
|
|
199
|
-
|
|
200
|
-
});
|
|
201
|
-
export
|
|
202
|
-
|
|
203
|
-
});
|
|
204
|
-
export
|
|
205
|
-
|
|
206
|
-
});
|
|
207
|
-
export
|
|
208
|
-
|
|
209
|
-
});
|
|
210
|
-
export
|
|
211
|
-
|
|
212
|
-
});
|
|
213
|
-
export
|
|
214
|
-
|
|
215
|
-
});
|
|
216
|
-
export
|
|
217
|
-
|
|
218
|
-
});
|
|
219
|
-
export const CreateDirectConnectGatewayAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
export const CreateDirectConnectGatewayAssociationResultFilterSensitiveLog = (obj) => ({
|
|
223
|
-
...obj,
|
|
224
|
-
});
|
|
225
|
-
export const CreateDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
export const DirectConnectGatewayAssociationProposalFilterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
export const CreateDirectConnectGatewayAssociationProposalResultFilterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
export const CreateInterconnectRequestFilterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
});
|
|
237
|
-
export const InterconnectFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
export const CreateLagRequestFilterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
export const LagFilterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
export const NewPrivateVirtualInterfaceFilterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
export const CreatePrivateVirtualInterfaceRequestFilterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
export const NewPublicVirtualInterfaceFilterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
export const CreatePublicVirtualInterfaceRequestFilterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
export const NewTransitVirtualInterfaceFilterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
export const CreateTransitVirtualInterfaceRequestFilterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
});
|
|
264
|
-
export const CreateTransitVirtualInterfaceResultFilterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
});
|
|
267
|
-
export const DeleteBGPPeerRequestFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
export const DeleteBGPPeerResponseFilterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
});
|
|
273
|
-
export const DeleteConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
export const DeleteDirectConnectGatewayRequestFilterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
});
|
|
279
|
-
export const DeleteDirectConnectGatewayResultFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
});
|
|
282
|
-
export const DeleteDirectConnectGatewayAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
export const DeleteDirectConnectGatewayAssociationResultFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
});
|
|
288
|
-
export const DeleteDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog = (obj) => ({
|
|
289
|
-
...obj,
|
|
290
|
-
});
|
|
291
|
-
export const DeleteDirectConnectGatewayAssociationProposalResultFilterSensitiveLog = (obj) => ({
|
|
292
|
-
...obj,
|
|
293
|
-
});
|
|
294
|
-
export const DeleteInterconnectRequestFilterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
});
|
|
297
|
-
export const DeleteInterconnectResponseFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
export const DeleteLagRequestFilterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
});
|
|
303
|
-
export const DeleteVirtualInterfaceRequestFilterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
export const DeleteVirtualInterfaceResponseFilterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
});
|
|
309
|
-
export const DescribeConnectionLoaRequestFilterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
export const LoaFilterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
});
|
|
315
|
-
export const DescribeConnectionLoaResponseFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
export const DescribeConnectionsRequestFilterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
export const DescribeConnectionsOnInterconnectRequestFilterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
export const DescribeCustomerMetadataResponseFilterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
});
|
|
327
|
-
export const DescribeDirectConnectGatewayAssociationProposalsRequestFilterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
export const DescribeDirectConnectGatewayAssociationProposalsResultFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
export const DescribeDirectConnectGatewayAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
});
|
|
336
|
-
export const DescribeDirectConnectGatewayAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
337
|
-
...obj,
|
|
338
|
-
});
|
|
339
|
-
export const DescribeDirectConnectGatewayAttachmentsRequestFilterSensitiveLog = (obj) => ({
|
|
340
|
-
...obj,
|
|
341
|
-
});
|
|
342
|
-
export const DirectConnectGatewayAttachmentFilterSensitiveLog = (obj) => ({
|
|
343
|
-
...obj,
|
|
344
|
-
});
|
|
345
|
-
export const DescribeDirectConnectGatewayAttachmentsResultFilterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
export const DescribeDirectConnectGatewaysRequestFilterSensitiveLog = (obj) => ({
|
|
349
|
-
...obj,
|
|
350
|
-
});
|
|
351
|
-
export const DescribeDirectConnectGatewaysResultFilterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
});
|
|
354
|
-
export const DescribeHostedConnectionsRequestFilterSensitiveLog = (obj) => ({
|
|
355
|
-
...obj,
|
|
356
|
-
});
|
|
357
|
-
export const DescribeInterconnectLoaRequestFilterSensitiveLog = (obj) => ({
|
|
358
|
-
...obj,
|
|
359
|
-
});
|
|
360
|
-
export const DescribeInterconnectLoaResponseFilterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
});
|
|
363
|
-
export const DescribeInterconnectsRequestFilterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
|
-
export const InterconnectsFilterSensitiveLog = (obj) => ({
|
|
367
|
-
...obj,
|
|
368
|
-
});
|
|
369
|
-
export const DescribeLagsRequestFilterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
export const LagsFilterSensitiveLog = (obj) => ({
|
|
373
|
-
...obj,
|
|
374
|
-
});
|
|
375
|
-
export const DescribeLoaRequestFilterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
});
|
|
378
|
-
export const LocationFilterSensitiveLog = (obj) => ({
|
|
379
|
-
...obj,
|
|
380
|
-
});
|
|
381
|
-
export const LocationsFilterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
export const DescribeRouterConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
});
|
|
387
|
-
export const RouterTypeFilterSensitiveLog = (obj) => ({
|
|
388
|
-
...obj,
|
|
389
|
-
});
|
|
390
|
-
export const DescribeRouterConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
391
|
-
...obj,
|
|
392
|
-
});
|
|
393
|
-
export const DescribeTagsRequestFilterSensitiveLog = (obj) => ({
|
|
394
|
-
...obj,
|
|
395
|
-
});
|
|
396
|
-
export const ResourceTagFilterSensitiveLog = (obj) => ({
|
|
397
|
-
...obj,
|
|
398
|
-
});
|
|
399
|
-
export const DescribeTagsResponseFilterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
});
|
|
402
|
-
export const VirtualGatewayFilterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
});
|
|
405
|
-
export const VirtualGatewaysFilterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
});
|
|
408
|
-
export const DescribeVirtualInterfacesRequestFilterSensitiveLog = (obj) => ({
|
|
409
|
-
...obj,
|
|
410
|
-
});
|
|
411
|
-
export const VirtualInterfacesFilterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
});
|
|
414
|
-
export const DisassociateConnectionFromLagRequestFilterSensitiveLog = (obj) => ({
|
|
415
|
-
...obj,
|
|
416
|
-
});
|
|
417
|
-
export const DisassociateMacSecKeyRequestFilterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
export const DisassociateMacSecKeyResponseFilterSensitiveLog = (obj) => ({
|
|
421
|
-
...obj,
|
|
422
|
-
});
|
|
423
|
-
export const ListVirtualInterfaceTestHistoryRequestFilterSensitiveLog = (obj) => ({
|
|
424
|
-
...obj,
|
|
425
|
-
});
|
|
426
|
-
export const VirtualInterfaceTestHistoryFilterSensitiveLog = (obj) => ({
|
|
427
|
-
...obj,
|
|
428
|
-
});
|
|
429
|
-
export const ListVirtualInterfaceTestHistoryResponseFilterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
});
|
|
432
|
-
export const StartBgpFailoverTestRequestFilterSensitiveLog = (obj) => ({
|
|
433
|
-
...obj,
|
|
434
|
-
});
|
|
435
|
-
export const StartBgpFailoverTestResponseFilterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
export const StopBgpFailoverTestRequestFilterSensitiveLog = (obj) => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
export const StopBgpFailoverTestResponseFilterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
});
|
|
444
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
});
|
|
447
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
448
|
-
...obj,
|
|
449
|
-
});
|
|
450
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
export const UpdateConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
});
|
|
459
|
-
export const UpdateDirectConnectGatewayRequestFilterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
export const UpdateDirectConnectGatewayResponseFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
export const UpdateDirectConnectGatewayAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
export const UpdateDirectConnectGatewayAssociationResultFilterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
471
|
-
export const UpdateLagRequestFilterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
});
|
|
474
|
-
export const UpdateVirtualInterfaceAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
475
|
-
...obj,
|
|
476
|
-
});
|
|
91
|
+
export var RouteFilterPrefixFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
+
export var AcceptDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
+
export var AssociatedGatewayFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
+
export var DirectConnectGatewayAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
+
export var AcceptDirectConnectGatewayAssociationProposalResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
+
export var CustomerAgreementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
+
export var AllocateConnectionOnInterconnectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
+
export var MacSecKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
export var ConnectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
export var AllocateHostedConnectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
export var NewPrivateVirtualInterfaceAllocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
export var AllocatePrivateVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
export var BGPPeerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
export var VirtualInterfaceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
export var NewPublicVirtualInterfaceAllocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
+
export var AllocatePublicVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
export var NewTransitVirtualInterfaceAllocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
export var AllocateTransitVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
+
export var AllocateTransitVirtualInterfaceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
+
export var AssociateConnectionWithLagRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
export var AssociateHostedConnectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
+
export var AssociateMacSecKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
+
export var AssociateMacSecKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
+
export var AssociateVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
export var ConfirmConnectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
export var ConfirmConnectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
+
export var ConfirmCustomerAgreementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
export var ConfirmCustomerAgreementResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
+
export var ConfirmPrivateVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
export var ConfirmPrivateVirtualInterfaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
+
export var ConfirmPublicVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
+
export var ConfirmPublicVirtualInterfaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
+
export var ConfirmTransitVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
export var ConfirmTransitVirtualInterfaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
export var ConnectionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
export var NewBGPPeerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
export var CreateBGPPeerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
export var CreateBGPPeerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
+
export var CreateConnectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
+
export var CreateDirectConnectGatewayRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
+
export var DirectConnectGatewayFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
export var CreateDirectConnectGatewayResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
+
export var CreateDirectConnectGatewayAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
+
export var CreateDirectConnectGatewayAssociationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
export var CreateDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
export var DirectConnectGatewayAssociationProposalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
export var CreateDirectConnectGatewayAssociationProposalResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
+
export var CreateInterconnectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
+
export var InterconnectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
export var CreateLagRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
export var LagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
export var NewPrivateVirtualInterfaceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
export var CreatePrivateVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
export var NewPublicVirtualInterfaceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
export var CreatePublicVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
export var NewTransitVirtualInterfaceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
+
export var CreateTransitVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
export var CreateTransitVirtualInterfaceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
export var DeleteBGPPeerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
export var DeleteBGPPeerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
+
export var DeleteConnectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
export var DeleteDirectConnectGatewayRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
export var DeleteDirectConnectGatewayResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
+
export var DeleteDirectConnectGatewayAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
export var DeleteDirectConnectGatewayAssociationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
export var DeleteDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
export var DeleteDirectConnectGatewayAssociationProposalResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
+
export var DeleteInterconnectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
+
export var DeleteInterconnectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
+
export var DeleteLagRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
+
export var DeleteVirtualInterfaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
export var DeleteVirtualInterfaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
+
export var DescribeConnectionLoaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
+
export var LoaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
export var DescribeConnectionLoaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
export var DescribeConnectionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
+
export var DescribeConnectionsOnInterconnectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
export var DescribeCustomerMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
export var DescribeDirectConnectGatewayAssociationProposalsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
export var DescribeDirectConnectGatewayAssociationProposalsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
+
export var DescribeDirectConnectGatewayAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
+
export var DescribeDirectConnectGatewayAssociationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
export var DescribeDirectConnectGatewayAttachmentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
export var DirectConnectGatewayAttachmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
export var DescribeDirectConnectGatewayAttachmentsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
+
export var DescribeDirectConnectGatewaysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
export var DescribeDirectConnectGatewaysResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
export var DescribeHostedConnectionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
export var DescribeInterconnectLoaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
export var DescribeInterconnectLoaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
export var DescribeInterconnectsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
export var InterconnectsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
export var DescribeLagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
+
export var LagsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
export var DescribeLoaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
export var LocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
+
export var LocationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
export var DescribeRouterConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var RouterTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var DescribeRouterConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var DescribeTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var ResourceTagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var DescribeTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var VirtualGatewayFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var VirtualGatewaysFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var DescribeVirtualInterfacesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var VirtualInterfacesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var DisassociateConnectionFromLagRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
+
export var DisassociateMacSecKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var DisassociateMacSecKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var ListVirtualInterfaceTestHistoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var VirtualInterfaceTestHistoryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var ListVirtualInterfaceTestHistoryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var StartBgpFailoverTestRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var StartBgpFailoverTestResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var StopBgpFailoverTestRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var StopBgpFailoverTestResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
export var UpdateConnectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
export var UpdateDirectConnectGatewayRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var UpdateDirectConnectGatewayResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var UpdateDirectConnectGatewayAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var UpdateDirectConnectGatewayAssociationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var UpdateLagRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var UpdateVirtualInterfaceAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|