@aws-sdk/client-direct-connect 3.721.0 → 3.723.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/index.js +293 -219
- package/dist-es/DirectConnectClient.js +1 -0
- package/dist-es/models/models_0.js +8 -8
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -207,7 +207,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
207
207
|
}, "resolveRuntimeExtensions");
|
|
208
208
|
|
|
209
209
|
// src/DirectConnectClient.ts
|
|
210
|
-
var
|
|
210
|
+
var DirectConnectClient = class extends import_smithy_client.Client {
|
|
211
|
+
static {
|
|
212
|
+
__name(this, "DirectConnectClient");
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* The resolved configuration of DirectConnectClient class. This is resolved and normalized from the {@link DirectConnectClientConfig | constructor configuration interface}.
|
|
216
|
+
*/
|
|
217
|
+
config;
|
|
211
218
|
constructor(...[configuration]) {
|
|
212
219
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
213
220
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -217,7 +224,7 @@ var _DirectConnectClient = class _DirectConnectClient extends import_smithy_clie
|
|
|
217
224
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
218
225
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
219
226
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
220
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
227
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
221
228
|
super(_config_8);
|
|
222
229
|
this.config = _config_8;
|
|
223
230
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -245,8 +252,6 @@ var _DirectConnectClient = class _DirectConnectClient extends import_smithy_clie
|
|
|
245
252
|
super.destroy();
|
|
246
253
|
}
|
|
247
254
|
};
|
|
248
|
-
__name(_DirectConnectClient, "DirectConnectClient");
|
|
249
|
-
var DirectConnectClient = _DirectConnectClient;
|
|
250
255
|
|
|
251
256
|
// src/DirectConnect.ts
|
|
252
257
|
|
|
@@ -263,7 +268,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
263
268
|
|
|
264
269
|
// src/models/DirectConnectServiceException.ts
|
|
265
270
|
|
|
266
|
-
var
|
|
271
|
+
var DirectConnectServiceException = class _DirectConnectServiceException extends import_smithy_client.ServiceException {
|
|
272
|
+
static {
|
|
273
|
+
__name(this, "DirectConnectServiceException");
|
|
274
|
+
}
|
|
267
275
|
/**
|
|
268
276
|
* @internal
|
|
269
277
|
*/
|
|
@@ -272,8 +280,6 @@ var _DirectConnectServiceException = class _DirectConnectServiceException extend
|
|
|
272
280
|
Object.setPrototypeOf(this, _DirectConnectServiceException.prototype);
|
|
273
281
|
}
|
|
274
282
|
};
|
|
275
|
-
__name(_DirectConnectServiceException, "DirectConnectServiceException");
|
|
276
|
-
var DirectConnectServiceException = _DirectConnectServiceException;
|
|
277
283
|
|
|
278
284
|
// src/models/models_0.ts
|
|
279
285
|
var GatewayType = {
|
|
@@ -287,7 +293,12 @@ var DirectConnectGatewayAssociationState = {
|
|
|
287
293
|
disassociating: "disassociating",
|
|
288
294
|
updating: "updating"
|
|
289
295
|
};
|
|
290
|
-
var
|
|
296
|
+
var DirectConnectClientException = class _DirectConnectClientException extends DirectConnectServiceException {
|
|
297
|
+
static {
|
|
298
|
+
__name(this, "DirectConnectClientException");
|
|
299
|
+
}
|
|
300
|
+
name = "DirectConnectClientException";
|
|
301
|
+
$fault = "client";
|
|
291
302
|
/**
|
|
292
303
|
* @internal
|
|
293
304
|
*/
|
|
@@ -297,14 +308,15 @@ var _DirectConnectClientException = class _DirectConnectClientException extends
|
|
|
297
308
|
$fault: "client",
|
|
298
309
|
...opts
|
|
299
310
|
});
|
|
300
|
-
this.name = "DirectConnectClientException";
|
|
301
|
-
this.$fault = "client";
|
|
302
311
|
Object.setPrototypeOf(this, _DirectConnectClientException.prototype);
|
|
303
312
|
}
|
|
304
313
|
};
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
314
|
+
var DirectConnectServerException = class _DirectConnectServerException extends DirectConnectServiceException {
|
|
315
|
+
static {
|
|
316
|
+
__name(this, "DirectConnectServerException");
|
|
317
|
+
}
|
|
318
|
+
name = "DirectConnectServerException";
|
|
319
|
+
$fault = "server";
|
|
308
320
|
/**
|
|
309
321
|
* @internal
|
|
310
322
|
*/
|
|
@@ -314,13 +326,9 @@ var _DirectConnectServerException = class _DirectConnectServerException extends
|
|
|
314
326
|
$fault: "server",
|
|
315
327
|
...opts
|
|
316
328
|
});
|
|
317
|
-
this.name = "DirectConnectServerException";
|
|
318
|
-
this.$fault = "server";
|
|
319
329
|
Object.setPrototypeOf(this, _DirectConnectServerException.prototype);
|
|
320
330
|
}
|
|
321
331
|
};
|
|
322
|
-
__name(_DirectConnectServerException, "DirectConnectServerException");
|
|
323
|
-
var DirectConnectServerException = _DirectConnectServerException;
|
|
324
332
|
var AddressFamily = {
|
|
325
333
|
IPv4: "ipv4",
|
|
326
334
|
IPv6: "ipv6"
|
|
@@ -341,7 +349,12 @@ var HasLogicalRedundancy = {
|
|
|
341
349
|
Unknown: "unknown",
|
|
342
350
|
Yes: "yes"
|
|
343
351
|
};
|
|
344
|
-
var
|
|
352
|
+
var DuplicateTagKeysException = class _DuplicateTagKeysException extends DirectConnectServiceException {
|
|
353
|
+
static {
|
|
354
|
+
__name(this, "DuplicateTagKeysException");
|
|
355
|
+
}
|
|
356
|
+
name = "DuplicateTagKeysException";
|
|
357
|
+
$fault = "client";
|
|
345
358
|
/**
|
|
346
359
|
* @internal
|
|
347
360
|
*/
|
|
@@ -351,14 +364,15 @@ var _DuplicateTagKeysException = class _DuplicateTagKeysException extends Direct
|
|
|
351
364
|
$fault: "client",
|
|
352
365
|
...opts
|
|
353
366
|
});
|
|
354
|
-
this.name = "DuplicateTagKeysException";
|
|
355
|
-
this.$fault = "client";
|
|
356
367
|
Object.setPrototypeOf(this, _DuplicateTagKeysException.prototype);
|
|
357
368
|
}
|
|
358
369
|
};
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
370
|
+
var TooManyTagsException = class _TooManyTagsException extends DirectConnectServiceException {
|
|
371
|
+
static {
|
|
372
|
+
__name(this, "TooManyTagsException");
|
|
373
|
+
}
|
|
374
|
+
name = "TooManyTagsException";
|
|
375
|
+
$fault = "client";
|
|
362
376
|
/**
|
|
363
377
|
* @internal
|
|
364
378
|
*/
|
|
@@ -368,13 +382,9 @@ var _TooManyTagsException = class _TooManyTagsException extends DirectConnectSer
|
|
|
368
382
|
$fault: "client",
|
|
369
383
|
...opts
|
|
370
384
|
});
|
|
371
|
-
this.name = "TooManyTagsException";
|
|
372
|
-
this.$fault = "client";
|
|
373
385
|
Object.setPrototypeOf(this, _TooManyTagsException.prototype);
|
|
374
386
|
}
|
|
375
387
|
};
|
|
376
|
-
__name(_TooManyTagsException, "TooManyTagsException");
|
|
377
|
-
var TooManyTagsException = _TooManyTagsException;
|
|
378
388
|
var BGPPeerState = {
|
|
379
389
|
Available: "available",
|
|
380
390
|
Deleted: "deleted",
|
|
@@ -1892,883 +1902,946 @@ function sharedHeaders(operation) {
|
|
|
1892
1902
|
__name(sharedHeaders, "sharedHeaders");
|
|
1893
1903
|
|
|
1894
1904
|
// src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts
|
|
1895
|
-
var
|
|
1905
|
+
var AcceptDirectConnectGatewayAssociationProposalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1896
1906
|
return [
|
|
1897
1907
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1898
1908
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1899
1909
|
];
|
|
1900
1910
|
}).s("OvertureService", "AcceptDirectConnectGatewayAssociationProposal", {}).n("DirectConnectClient", "AcceptDirectConnectGatewayAssociationProposalCommand").f(void 0, void 0).ser(se_AcceptDirectConnectGatewayAssociationProposalCommand).de(de_AcceptDirectConnectGatewayAssociationProposalCommand).build() {
|
|
1911
|
+
static {
|
|
1912
|
+
__name(this, "AcceptDirectConnectGatewayAssociationProposalCommand");
|
|
1913
|
+
}
|
|
1901
1914
|
};
|
|
1902
|
-
__name(_AcceptDirectConnectGatewayAssociationProposalCommand, "AcceptDirectConnectGatewayAssociationProposalCommand");
|
|
1903
|
-
var AcceptDirectConnectGatewayAssociationProposalCommand = _AcceptDirectConnectGatewayAssociationProposalCommand;
|
|
1904
1915
|
|
|
1905
1916
|
// src/commands/AllocateConnectionOnInterconnectCommand.ts
|
|
1906
1917
|
|
|
1907
1918
|
|
|
1908
1919
|
|
|
1909
|
-
var
|
|
1920
|
+
var AllocateConnectionOnInterconnectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1910
1921
|
return [
|
|
1911
1922
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1912
1923
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1913
1924
|
];
|
|
1914
1925
|
}).s("OvertureService", "AllocateConnectionOnInterconnect", {}).n("DirectConnectClient", "AllocateConnectionOnInterconnectCommand").f(void 0, void 0).ser(se_AllocateConnectionOnInterconnectCommand).de(de_AllocateConnectionOnInterconnectCommand).build() {
|
|
1926
|
+
static {
|
|
1927
|
+
__name(this, "AllocateConnectionOnInterconnectCommand");
|
|
1928
|
+
}
|
|
1915
1929
|
};
|
|
1916
|
-
__name(_AllocateConnectionOnInterconnectCommand, "AllocateConnectionOnInterconnectCommand");
|
|
1917
|
-
var AllocateConnectionOnInterconnectCommand = _AllocateConnectionOnInterconnectCommand;
|
|
1918
1930
|
|
|
1919
1931
|
// src/commands/AllocateHostedConnectionCommand.ts
|
|
1920
1932
|
|
|
1921
1933
|
|
|
1922
1934
|
|
|
1923
|
-
var
|
|
1935
|
+
var AllocateHostedConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1924
1936
|
return [
|
|
1925
1937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1926
1938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1927
1939
|
];
|
|
1928
1940
|
}).s("OvertureService", "AllocateHostedConnection", {}).n("DirectConnectClient", "AllocateHostedConnectionCommand").f(void 0, void 0).ser(se_AllocateHostedConnectionCommand).de(de_AllocateHostedConnectionCommand).build() {
|
|
1941
|
+
static {
|
|
1942
|
+
__name(this, "AllocateHostedConnectionCommand");
|
|
1943
|
+
}
|
|
1929
1944
|
};
|
|
1930
|
-
__name(_AllocateHostedConnectionCommand, "AllocateHostedConnectionCommand");
|
|
1931
|
-
var AllocateHostedConnectionCommand = _AllocateHostedConnectionCommand;
|
|
1932
1945
|
|
|
1933
1946
|
// src/commands/AllocatePrivateVirtualInterfaceCommand.ts
|
|
1934
1947
|
|
|
1935
1948
|
|
|
1936
1949
|
|
|
1937
|
-
var
|
|
1950
|
+
var AllocatePrivateVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1938
1951
|
return [
|
|
1939
1952
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1940
1953
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1941
1954
|
];
|
|
1942
1955
|
}).s("OvertureService", "AllocatePrivateVirtualInterface", {}).n("DirectConnectClient", "AllocatePrivateVirtualInterfaceCommand").f(void 0, void 0).ser(se_AllocatePrivateVirtualInterfaceCommand).de(de_AllocatePrivateVirtualInterfaceCommand).build() {
|
|
1956
|
+
static {
|
|
1957
|
+
__name(this, "AllocatePrivateVirtualInterfaceCommand");
|
|
1958
|
+
}
|
|
1943
1959
|
};
|
|
1944
|
-
__name(_AllocatePrivateVirtualInterfaceCommand, "AllocatePrivateVirtualInterfaceCommand");
|
|
1945
|
-
var AllocatePrivateVirtualInterfaceCommand = _AllocatePrivateVirtualInterfaceCommand;
|
|
1946
1960
|
|
|
1947
1961
|
// src/commands/AllocatePublicVirtualInterfaceCommand.ts
|
|
1948
1962
|
|
|
1949
1963
|
|
|
1950
1964
|
|
|
1951
|
-
var
|
|
1965
|
+
var AllocatePublicVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1952
1966
|
return [
|
|
1953
1967
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1954
1968
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1955
1969
|
];
|
|
1956
1970
|
}).s("OvertureService", "AllocatePublicVirtualInterface", {}).n("DirectConnectClient", "AllocatePublicVirtualInterfaceCommand").f(void 0, void 0).ser(se_AllocatePublicVirtualInterfaceCommand).de(de_AllocatePublicVirtualInterfaceCommand).build() {
|
|
1971
|
+
static {
|
|
1972
|
+
__name(this, "AllocatePublicVirtualInterfaceCommand");
|
|
1973
|
+
}
|
|
1957
1974
|
};
|
|
1958
|
-
__name(_AllocatePublicVirtualInterfaceCommand, "AllocatePublicVirtualInterfaceCommand");
|
|
1959
|
-
var AllocatePublicVirtualInterfaceCommand = _AllocatePublicVirtualInterfaceCommand;
|
|
1960
1975
|
|
|
1961
1976
|
// src/commands/AllocateTransitVirtualInterfaceCommand.ts
|
|
1962
1977
|
|
|
1963
1978
|
|
|
1964
1979
|
|
|
1965
|
-
var
|
|
1980
|
+
var AllocateTransitVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1966
1981
|
return [
|
|
1967
1982
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1968
1983
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1969
1984
|
];
|
|
1970
1985
|
}).s("OvertureService", "AllocateTransitVirtualInterface", {}).n("DirectConnectClient", "AllocateTransitVirtualInterfaceCommand").f(void 0, void 0).ser(se_AllocateTransitVirtualInterfaceCommand).de(de_AllocateTransitVirtualInterfaceCommand).build() {
|
|
1986
|
+
static {
|
|
1987
|
+
__name(this, "AllocateTransitVirtualInterfaceCommand");
|
|
1988
|
+
}
|
|
1971
1989
|
};
|
|
1972
|
-
__name(_AllocateTransitVirtualInterfaceCommand, "AllocateTransitVirtualInterfaceCommand");
|
|
1973
|
-
var AllocateTransitVirtualInterfaceCommand = _AllocateTransitVirtualInterfaceCommand;
|
|
1974
1990
|
|
|
1975
1991
|
// src/commands/AssociateConnectionWithLagCommand.ts
|
|
1976
1992
|
|
|
1977
1993
|
|
|
1978
1994
|
|
|
1979
|
-
var
|
|
1995
|
+
var AssociateConnectionWithLagCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1980
1996
|
return [
|
|
1981
1997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1982
1998
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1983
1999
|
];
|
|
1984
2000
|
}).s("OvertureService", "AssociateConnectionWithLag", {}).n("DirectConnectClient", "AssociateConnectionWithLagCommand").f(void 0, void 0).ser(se_AssociateConnectionWithLagCommand).de(de_AssociateConnectionWithLagCommand).build() {
|
|
2001
|
+
static {
|
|
2002
|
+
__name(this, "AssociateConnectionWithLagCommand");
|
|
2003
|
+
}
|
|
1985
2004
|
};
|
|
1986
|
-
__name(_AssociateConnectionWithLagCommand, "AssociateConnectionWithLagCommand");
|
|
1987
|
-
var AssociateConnectionWithLagCommand = _AssociateConnectionWithLagCommand;
|
|
1988
2005
|
|
|
1989
2006
|
// src/commands/AssociateHostedConnectionCommand.ts
|
|
1990
2007
|
|
|
1991
2008
|
|
|
1992
2009
|
|
|
1993
|
-
var
|
|
2010
|
+
var AssociateHostedConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1994
2011
|
return [
|
|
1995
2012
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1996
2013
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1997
2014
|
];
|
|
1998
2015
|
}).s("OvertureService", "AssociateHostedConnection", {}).n("DirectConnectClient", "AssociateHostedConnectionCommand").f(void 0, void 0).ser(se_AssociateHostedConnectionCommand).de(de_AssociateHostedConnectionCommand).build() {
|
|
2016
|
+
static {
|
|
2017
|
+
__name(this, "AssociateHostedConnectionCommand");
|
|
2018
|
+
}
|
|
1999
2019
|
};
|
|
2000
|
-
__name(_AssociateHostedConnectionCommand, "AssociateHostedConnectionCommand");
|
|
2001
|
-
var AssociateHostedConnectionCommand = _AssociateHostedConnectionCommand;
|
|
2002
2020
|
|
|
2003
2021
|
// src/commands/AssociateMacSecKeyCommand.ts
|
|
2004
2022
|
|
|
2005
2023
|
|
|
2006
2024
|
|
|
2007
|
-
var
|
|
2025
|
+
var AssociateMacSecKeyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2008
2026
|
return [
|
|
2009
2027
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2010
2028
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2011
2029
|
];
|
|
2012
2030
|
}).s("OvertureService", "AssociateMacSecKey", {}).n("DirectConnectClient", "AssociateMacSecKeyCommand").f(void 0, void 0).ser(se_AssociateMacSecKeyCommand).de(de_AssociateMacSecKeyCommand).build() {
|
|
2031
|
+
static {
|
|
2032
|
+
__name(this, "AssociateMacSecKeyCommand");
|
|
2033
|
+
}
|
|
2013
2034
|
};
|
|
2014
|
-
__name(_AssociateMacSecKeyCommand, "AssociateMacSecKeyCommand");
|
|
2015
|
-
var AssociateMacSecKeyCommand = _AssociateMacSecKeyCommand;
|
|
2016
2035
|
|
|
2017
2036
|
// src/commands/AssociateVirtualInterfaceCommand.ts
|
|
2018
2037
|
|
|
2019
2038
|
|
|
2020
2039
|
|
|
2021
|
-
var
|
|
2040
|
+
var AssociateVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2022
2041
|
return [
|
|
2023
2042
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2024
2043
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2025
2044
|
];
|
|
2026
2045
|
}).s("OvertureService", "AssociateVirtualInterface", {}).n("DirectConnectClient", "AssociateVirtualInterfaceCommand").f(void 0, void 0).ser(se_AssociateVirtualInterfaceCommand).de(de_AssociateVirtualInterfaceCommand).build() {
|
|
2046
|
+
static {
|
|
2047
|
+
__name(this, "AssociateVirtualInterfaceCommand");
|
|
2048
|
+
}
|
|
2027
2049
|
};
|
|
2028
|
-
__name(_AssociateVirtualInterfaceCommand, "AssociateVirtualInterfaceCommand");
|
|
2029
|
-
var AssociateVirtualInterfaceCommand = _AssociateVirtualInterfaceCommand;
|
|
2030
2050
|
|
|
2031
2051
|
// src/commands/ConfirmConnectionCommand.ts
|
|
2032
2052
|
|
|
2033
2053
|
|
|
2034
2054
|
|
|
2035
|
-
var
|
|
2055
|
+
var ConfirmConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2036
2056
|
return [
|
|
2037
2057
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2038
2058
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2039
2059
|
];
|
|
2040
2060
|
}).s("OvertureService", "ConfirmConnection", {}).n("DirectConnectClient", "ConfirmConnectionCommand").f(void 0, void 0).ser(se_ConfirmConnectionCommand).de(de_ConfirmConnectionCommand).build() {
|
|
2061
|
+
static {
|
|
2062
|
+
__name(this, "ConfirmConnectionCommand");
|
|
2063
|
+
}
|
|
2041
2064
|
};
|
|
2042
|
-
__name(_ConfirmConnectionCommand, "ConfirmConnectionCommand");
|
|
2043
|
-
var ConfirmConnectionCommand = _ConfirmConnectionCommand;
|
|
2044
2065
|
|
|
2045
2066
|
// src/commands/ConfirmCustomerAgreementCommand.ts
|
|
2046
2067
|
|
|
2047
2068
|
|
|
2048
2069
|
|
|
2049
|
-
var
|
|
2070
|
+
var ConfirmCustomerAgreementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2050
2071
|
return [
|
|
2051
2072
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2052
2073
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2053
2074
|
];
|
|
2054
2075
|
}).s("OvertureService", "ConfirmCustomerAgreement", {}).n("DirectConnectClient", "ConfirmCustomerAgreementCommand").f(void 0, void 0).ser(se_ConfirmCustomerAgreementCommand).de(de_ConfirmCustomerAgreementCommand).build() {
|
|
2076
|
+
static {
|
|
2077
|
+
__name(this, "ConfirmCustomerAgreementCommand");
|
|
2078
|
+
}
|
|
2055
2079
|
};
|
|
2056
|
-
__name(_ConfirmCustomerAgreementCommand, "ConfirmCustomerAgreementCommand");
|
|
2057
|
-
var ConfirmCustomerAgreementCommand = _ConfirmCustomerAgreementCommand;
|
|
2058
2080
|
|
|
2059
2081
|
// src/commands/ConfirmPrivateVirtualInterfaceCommand.ts
|
|
2060
2082
|
|
|
2061
2083
|
|
|
2062
2084
|
|
|
2063
|
-
var
|
|
2085
|
+
var ConfirmPrivateVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2064
2086
|
return [
|
|
2065
2087
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2066
2088
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2067
2089
|
];
|
|
2068
2090
|
}).s("OvertureService", "ConfirmPrivateVirtualInterface", {}).n("DirectConnectClient", "ConfirmPrivateVirtualInterfaceCommand").f(void 0, void 0).ser(se_ConfirmPrivateVirtualInterfaceCommand).de(de_ConfirmPrivateVirtualInterfaceCommand).build() {
|
|
2091
|
+
static {
|
|
2092
|
+
__name(this, "ConfirmPrivateVirtualInterfaceCommand");
|
|
2093
|
+
}
|
|
2069
2094
|
};
|
|
2070
|
-
__name(_ConfirmPrivateVirtualInterfaceCommand, "ConfirmPrivateVirtualInterfaceCommand");
|
|
2071
|
-
var ConfirmPrivateVirtualInterfaceCommand = _ConfirmPrivateVirtualInterfaceCommand;
|
|
2072
2095
|
|
|
2073
2096
|
// src/commands/ConfirmPublicVirtualInterfaceCommand.ts
|
|
2074
2097
|
|
|
2075
2098
|
|
|
2076
2099
|
|
|
2077
|
-
var
|
|
2100
|
+
var ConfirmPublicVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2078
2101
|
return [
|
|
2079
2102
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2080
2103
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2081
2104
|
];
|
|
2082
2105
|
}).s("OvertureService", "ConfirmPublicVirtualInterface", {}).n("DirectConnectClient", "ConfirmPublicVirtualInterfaceCommand").f(void 0, void 0).ser(se_ConfirmPublicVirtualInterfaceCommand).de(de_ConfirmPublicVirtualInterfaceCommand).build() {
|
|
2106
|
+
static {
|
|
2107
|
+
__name(this, "ConfirmPublicVirtualInterfaceCommand");
|
|
2108
|
+
}
|
|
2083
2109
|
};
|
|
2084
|
-
__name(_ConfirmPublicVirtualInterfaceCommand, "ConfirmPublicVirtualInterfaceCommand");
|
|
2085
|
-
var ConfirmPublicVirtualInterfaceCommand = _ConfirmPublicVirtualInterfaceCommand;
|
|
2086
2110
|
|
|
2087
2111
|
// src/commands/ConfirmTransitVirtualInterfaceCommand.ts
|
|
2088
2112
|
|
|
2089
2113
|
|
|
2090
2114
|
|
|
2091
|
-
var
|
|
2115
|
+
var ConfirmTransitVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2092
2116
|
return [
|
|
2093
2117
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2094
2118
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2095
2119
|
];
|
|
2096
2120
|
}).s("OvertureService", "ConfirmTransitVirtualInterface", {}).n("DirectConnectClient", "ConfirmTransitVirtualInterfaceCommand").f(void 0, void 0).ser(se_ConfirmTransitVirtualInterfaceCommand).de(de_ConfirmTransitVirtualInterfaceCommand).build() {
|
|
2121
|
+
static {
|
|
2122
|
+
__name(this, "ConfirmTransitVirtualInterfaceCommand");
|
|
2123
|
+
}
|
|
2097
2124
|
};
|
|
2098
|
-
__name(_ConfirmTransitVirtualInterfaceCommand, "ConfirmTransitVirtualInterfaceCommand");
|
|
2099
|
-
var ConfirmTransitVirtualInterfaceCommand = _ConfirmTransitVirtualInterfaceCommand;
|
|
2100
2125
|
|
|
2101
2126
|
// src/commands/CreateBGPPeerCommand.ts
|
|
2102
2127
|
|
|
2103
2128
|
|
|
2104
2129
|
|
|
2105
|
-
var
|
|
2130
|
+
var CreateBGPPeerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2106
2131
|
return [
|
|
2107
2132
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2108
2133
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2109
2134
|
];
|
|
2110
2135
|
}).s("OvertureService", "CreateBGPPeer", {}).n("DirectConnectClient", "CreateBGPPeerCommand").f(void 0, void 0).ser(se_CreateBGPPeerCommand).de(de_CreateBGPPeerCommand).build() {
|
|
2136
|
+
static {
|
|
2137
|
+
__name(this, "CreateBGPPeerCommand");
|
|
2138
|
+
}
|
|
2111
2139
|
};
|
|
2112
|
-
__name(_CreateBGPPeerCommand, "CreateBGPPeerCommand");
|
|
2113
|
-
var CreateBGPPeerCommand = _CreateBGPPeerCommand;
|
|
2114
2140
|
|
|
2115
2141
|
// src/commands/CreateConnectionCommand.ts
|
|
2116
2142
|
|
|
2117
2143
|
|
|
2118
2144
|
|
|
2119
|
-
var
|
|
2145
|
+
var CreateConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2120
2146
|
return [
|
|
2121
2147
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2122
2148
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2123
2149
|
];
|
|
2124
2150
|
}).s("OvertureService", "CreateConnection", {}).n("DirectConnectClient", "CreateConnectionCommand").f(void 0, void 0).ser(se_CreateConnectionCommand).de(de_CreateConnectionCommand).build() {
|
|
2151
|
+
static {
|
|
2152
|
+
__name(this, "CreateConnectionCommand");
|
|
2153
|
+
}
|
|
2125
2154
|
};
|
|
2126
|
-
__name(_CreateConnectionCommand, "CreateConnectionCommand");
|
|
2127
|
-
var CreateConnectionCommand = _CreateConnectionCommand;
|
|
2128
2155
|
|
|
2129
2156
|
// src/commands/CreateDirectConnectGatewayAssociationCommand.ts
|
|
2130
2157
|
|
|
2131
2158
|
|
|
2132
2159
|
|
|
2133
|
-
var
|
|
2160
|
+
var CreateDirectConnectGatewayAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2134
2161
|
return [
|
|
2135
2162
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2136
2163
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2137
2164
|
];
|
|
2138
2165
|
}).s("OvertureService", "CreateDirectConnectGatewayAssociation", {}).n("DirectConnectClient", "CreateDirectConnectGatewayAssociationCommand").f(void 0, void 0).ser(se_CreateDirectConnectGatewayAssociationCommand).de(de_CreateDirectConnectGatewayAssociationCommand).build() {
|
|
2166
|
+
static {
|
|
2167
|
+
__name(this, "CreateDirectConnectGatewayAssociationCommand");
|
|
2168
|
+
}
|
|
2139
2169
|
};
|
|
2140
|
-
__name(_CreateDirectConnectGatewayAssociationCommand, "CreateDirectConnectGatewayAssociationCommand");
|
|
2141
|
-
var CreateDirectConnectGatewayAssociationCommand = _CreateDirectConnectGatewayAssociationCommand;
|
|
2142
2170
|
|
|
2143
2171
|
// src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts
|
|
2144
2172
|
|
|
2145
2173
|
|
|
2146
2174
|
|
|
2147
|
-
var
|
|
2175
|
+
var CreateDirectConnectGatewayAssociationProposalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2148
2176
|
return [
|
|
2149
2177
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2150
2178
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2151
2179
|
];
|
|
2152
2180
|
}).s("OvertureService", "CreateDirectConnectGatewayAssociationProposal", {}).n("DirectConnectClient", "CreateDirectConnectGatewayAssociationProposalCommand").f(void 0, void 0).ser(se_CreateDirectConnectGatewayAssociationProposalCommand).de(de_CreateDirectConnectGatewayAssociationProposalCommand).build() {
|
|
2181
|
+
static {
|
|
2182
|
+
__name(this, "CreateDirectConnectGatewayAssociationProposalCommand");
|
|
2183
|
+
}
|
|
2153
2184
|
};
|
|
2154
|
-
__name(_CreateDirectConnectGatewayAssociationProposalCommand, "CreateDirectConnectGatewayAssociationProposalCommand");
|
|
2155
|
-
var CreateDirectConnectGatewayAssociationProposalCommand = _CreateDirectConnectGatewayAssociationProposalCommand;
|
|
2156
2185
|
|
|
2157
2186
|
// src/commands/CreateDirectConnectGatewayCommand.ts
|
|
2158
2187
|
|
|
2159
2188
|
|
|
2160
2189
|
|
|
2161
|
-
var
|
|
2190
|
+
var CreateDirectConnectGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2162
2191
|
return [
|
|
2163
2192
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2164
2193
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2165
2194
|
];
|
|
2166
2195
|
}).s("OvertureService", "CreateDirectConnectGateway", {}).n("DirectConnectClient", "CreateDirectConnectGatewayCommand").f(void 0, void 0).ser(se_CreateDirectConnectGatewayCommand).de(de_CreateDirectConnectGatewayCommand).build() {
|
|
2196
|
+
static {
|
|
2197
|
+
__name(this, "CreateDirectConnectGatewayCommand");
|
|
2198
|
+
}
|
|
2167
2199
|
};
|
|
2168
|
-
__name(_CreateDirectConnectGatewayCommand, "CreateDirectConnectGatewayCommand");
|
|
2169
|
-
var CreateDirectConnectGatewayCommand = _CreateDirectConnectGatewayCommand;
|
|
2170
2200
|
|
|
2171
2201
|
// src/commands/CreateInterconnectCommand.ts
|
|
2172
2202
|
|
|
2173
2203
|
|
|
2174
2204
|
|
|
2175
|
-
var
|
|
2205
|
+
var CreateInterconnectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2176
2206
|
return [
|
|
2177
2207
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2178
2208
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2179
2209
|
];
|
|
2180
2210
|
}).s("OvertureService", "CreateInterconnect", {}).n("DirectConnectClient", "CreateInterconnectCommand").f(void 0, void 0).ser(se_CreateInterconnectCommand).de(de_CreateInterconnectCommand).build() {
|
|
2211
|
+
static {
|
|
2212
|
+
__name(this, "CreateInterconnectCommand");
|
|
2213
|
+
}
|
|
2181
2214
|
};
|
|
2182
|
-
__name(_CreateInterconnectCommand, "CreateInterconnectCommand");
|
|
2183
|
-
var CreateInterconnectCommand = _CreateInterconnectCommand;
|
|
2184
2215
|
|
|
2185
2216
|
// src/commands/CreateLagCommand.ts
|
|
2186
2217
|
|
|
2187
2218
|
|
|
2188
2219
|
|
|
2189
|
-
var
|
|
2220
|
+
var CreateLagCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2190
2221
|
return [
|
|
2191
2222
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2192
2223
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2193
2224
|
];
|
|
2194
2225
|
}).s("OvertureService", "CreateLag", {}).n("DirectConnectClient", "CreateLagCommand").f(void 0, void 0).ser(se_CreateLagCommand).de(de_CreateLagCommand).build() {
|
|
2226
|
+
static {
|
|
2227
|
+
__name(this, "CreateLagCommand");
|
|
2228
|
+
}
|
|
2195
2229
|
};
|
|
2196
|
-
__name(_CreateLagCommand, "CreateLagCommand");
|
|
2197
|
-
var CreateLagCommand = _CreateLagCommand;
|
|
2198
2230
|
|
|
2199
2231
|
// src/commands/CreatePrivateVirtualInterfaceCommand.ts
|
|
2200
2232
|
|
|
2201
2233
|
|
|
2202
2234
|
|
|
2203
|
-
var
|
|
2235
|
+
var CreatePrivateVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2204
2236
|
return [
|
|
2205
2237
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2206
2238
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2207
2239
|
];
|
|
2208
2240
|
}).s("OvertureService", "CreatePrivateVirtualInterface", {}).n("DirectConnectClient", "CreatePrivateVirtualInterfaceCommand").f(void 0, void 0).ser(se_CreatePrivateVirtualInterfaceCommand).de(de_CreatePrivateVirtualInterfaceCommand).build() {
|
|
2241
|
+
static {
|
|
2242
|
+
__name(this, "CreatePrivateVirtualInterfaceCommand");
|
|
2243
|
+
}
|
|
2209
2244
|
};
|
|
2210
|
-
__name(_CreatePrivateVirtualInterfaceCommand, "CreatePrivateVirtualInterfaceCommand");
|
|
2211
|
-
var CreatePrivateVirtualInterfaceCommand = _CreatePrivateVirtualInterfaceCommand;
|
|
2212
2245
|
|
|
2213
2246
|
// src/commands/CreatePublicVirtualInterfaceCommand.ts
|
|
2214
2247
|
|
|
2215
2248
|
|
|
2216
2249
|
|
|
2217
|
-
var
|
|
2250
|
+
var CreatePublicVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2218
2251
|
return [
|
|
2219
2252
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2220
2253
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2221
2254
|
];
|
|
2222
2255
|
}).s("OvertureService", "CreatePublicVirtualInterface", {}).n("DirectConnectClient", "CreatePublicVirtualInterfaceCommand").f(void 0, void 0).ser(se_CreatePublicVirtualInterfaceCommand).de(de_CreatePublicVirtualInterfaceCommand).build() {
|
|
2256
|
+
static {
|
|
2257
|
+
__name(this, "CreatePublicVirtualInterfaceCommand");
|
|
2258
|
+
}
|
|
2223
2259
|
};
|
|
2224
|
-
__name(_CreatePublicVirtualInterfaceCommand, "CreatePublicVirtualInterfaceCommand");
|
|
2225
|
-
var CreatePublicVirtualInterfaceCommand = _CreatePublicVirtualInterfaceCommand;
|
|
2226
2260
|
|
|
2227
2261
|
// src/commands/CreateTransitVirtualInterfaceCommand.ts
|
|
2228
2262
|
|
|
2229
2263
|
|
|
2230
2264
|
|
|
2231
|
-
var
|
|
2265
|
+
var CreateTransitVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2232
2266
|
return [
|
|
2233
2267
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2234
2268
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2235
2269
|
];
|
|
2236
2270
|
}).s("OvertureService", "CreateTransitVirtualInterface", {}).n("DirectConnectClient", "CreateTransitVirtualInterfaceCommand").f(void 0, void 0).ser(se_CreateTransitVirtualInterfaceCommand).de(de_CreateTransitVirtualInterfaceCommand).build() {
|
|
2271
|
+
static {
|
|
2272
|
+
__name(this, "CreateTransitVirtualInterfaceCommand");
|
|
2273
|
+
}
|
|
2237
2274
|
};
|
|
2238
|
-
__name(_CreateTransitVirtualInterfaceCommand, "CreateTransitVirtualInterfaceCommand");
|
|
2239
|
-
var CreateTransitVirtualInterfaceCommand = _CreateTransitVirtualInterfaceCommand;
|
|
2240
2275
|
|
|
2241
2276
|
// src/commands/DeleteBGPPeerCommand.ts
|
|
2242
2277
|
|
|
2243
2278
|
|
|
2244
2279
|
|
|
2245
|
-
var
|
|
2280
|
+
var DeleteBGPPeerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2246
2281
|
return [
|
|
2247
2282
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2248
2283
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2249
2284
|
];
|
|
2250
2285
|
}).s("OvertureService", "DeleteBGPPeer", {}).n("DirectConnectClient", "DeleteBGPPeerCommand").f(void 0, void 0).ser(se_DeleteBGPPeerCommand).de(de_DeleteBGPPeerCommand).build() {
|
|
2286
|
+
static {
|
|
2287
|
+
__name(this, "DeleteBGPPeerCommand");
|
|
2288
|
+
}
|
|
2251
2289
|
};
|
|
2252
|
-
__name(_DeleteBGPPeerCommand, "DeleteBGPPeerCommand");
|
|
2253
|
-
var DeleteBGPPeerCommand = _DeleteBGPPeerCommand;
|
|
2254
2290
|
|
|
2255
2291
|
// src/commands/DeleteConnectionCommand.ts
|
|
2256
2292
|
|
|
2257
2293
|
|
|
2258
2294
|
|
|
2259
|
-
var
|
|
2295
|
+
var DeleteConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2260
2296
|
return [
|
|
2261
2297
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2262
2298
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2263
2299
|
];
|
|
2264
2300
|
}).s("OvertureService", "DeleteConnection", {}).n("DirectConnectClient", "DeleteConnectionCommand").f(void 0, void 0).ser(se_DeleteConnectionCommand).de(de_DeleteConnectionCommand).build() {
|
|
2301
|
+
static {
|
|
2302
|
+
__name(this, "DeleteConnectionCommand");
|
|
2303
|
+
}
|
|
2265
2304
|
};
|
|
2266
|
-
__name(_DeleteConnectionCommand, "DeleteConnectionCommand");
|
|
2267
|
-
var DeleteConnectionCommand = _DeleteConnectionCommand;
|
|
2268
2305
|
|
|
2269
2306
|
// src/commands/DeleteDirectConnectGatewayAssociationCommand.ts
|
|
2270
2307
|
|
|
2271
2308
|
|
|
2272
2309
|
|
|
2273
|
-
var
|
|
2310
|
+
var DeleteDirectConnectGatewayAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2274
2311
|
return [
|
|
2275
2312
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2276
2313
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2277
2314
|
];
|
|
2278
2315
|
}).s("OvertureService", "DeleteDirectConnectGatewayAssociation", {}).n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationCommand").f(void 0, void 0).ser(se_DeleteDirectConnectGatewayAssociationCommand).de(de_DeleteDirectConnectGatewayAssociationCommand).build() {
|
|
2316
|
+
static {
|
|
2317
|
+
__name(this, "DeleteDirectConnectGatewayAssociationCommand");
|
|
2318
|
+
}
|
|
2279
2319
|
};
|
|
2280
|
-
__name(_DeleteDirectConnectGatewayAssociationCommand, "DeleteDirectConnectGatewayAssociationCommand");
|
|
2281
|
-
var DeleteDirectConnectGatewayAssociationCommand = _DeleteDirectConnectGatewayAssociationCommand;
|
|
2282
2320
|
|
|
2283
2321
|
// src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts
|
|
2284
2322
|
|
|
2285
2323
|
|
|
2286
2324
|
|
|
2287
|
-
var
|
|
2325
|
+
var DeleteDirectConnectGatewayAssociationProposalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2288
2326
|
return [
|
|
2289
2327
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2290
2328
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2291
2329
|
];
|
|
2292
2330
|
}).s("OvertureService", "DeleteDirectConnectGatewayAssociationProposal", {}).n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationProposalCommand").f(void 0, void 0).ser(se_DeleteDirectConnectGatewayAssociationProposalCommand).de(de_DeleteDirectConnectGatewayAssociationProposalCommand).build() {
|
|
2331
|
+
static {
|
|
2332
|
+
__name(this, "DeleteDirectConnectGatewayAssociationProposalCommand");
|
|
2333
|
+
}
|
|
2293
2334
|
};
|
|
2294
|
-
__name(_DeleteDirectConnectGatewayAssociationProposalCommand, "DeleteDirectConnectGatewayAssociationProposalCommand");
|
|
2295
|
-
var DeleteDirectConnectGatewayAssociationProposalCommand = _DeleteDirectConnectGatewayAssociationProposalCommand;
|
|
2296
2335
|
|
|
2297
2336
|
// src/commands/DeleteDirectConnectGatewayCommand.ts
|
|
2298
2337
|
|
|
2299
2338
|
|
|
2300
2339
|
|
|
2301
|
-
var
|
|
2340
|
+
var DeleteDirectConnectGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2302
2341
|
return [
|
|
2303
2342
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2304
2343
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2305
2344
|
];
|
|
2306
2345
|
}).s("OvertureService", "DeleteDirectConnectGateway", {}).n("DirectConnectClient", "DeleteDirectConnectGatewayCommand").f(void 0, void 0).ser(se_DeleteDirectConnectGatewayCommand).de(de_DeleteDirectConnectGatewayCommand).build() {
|
|
2346
|
+
static {
|
|
2347
|
+
__name(this, "DeleteDirectConnectGatewayCommand");
|
|
2348
|
+
}
|
|
2307
2349
|
};
|
|
2308
|
-
__name(_DeleteDirectConnectGatewayCommand, "DeleteDirectConnectGatewayCommand");
|
|
2309
|
-
var DeleteDirectConnectGatewayCommand = _DeleteDirectConnectGatewayCommand;
|
|
2310
2350
|
|
|
2311
2351
|
// src/commands/DeleteInterconnectCommand.ts
|
|
2312
2352
|
|
|
2313
2353
|
|
|
2314
2354
|
|
|
2315
|
-
var
|
|
2355
|
+
var DeleteInterconnectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2316
2356
|
return [
|
|
2317
2357
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2318
2358
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2319
2359
|
];
|
|
2320
2360
|
}).s("OvertureService", "DeleteInterconnect", {}).n("DirectConnectClient", "DeleteInterconnectCommand").f(void 0, void 0).ser(se_DeleteInterconnectCommand).de(de_DeleteInterconnectCommand).build() {
|
|
2361
|
+
static {
|
|
2362
|
+
__name(this, "DeleteInterconnectCommand");
|
|
2363
|
+
}
|
|
2321
2364
|
};
|
|
2322
|
-
__name(_DeleteInterconnectCommand, "DeleteInterconnectCommand");
|
|
2323
|
-
var DeleteInterconnectCommand = _DeleteInterconnectCommand;
|
|
2324
2365
|
|
|
2325
2366
|
// src/commands/DeleteLagCommand.ts
|
|
2326
2367
|
|
|
2327
2368
|
|
|
2328
2369
|
|
|
2329
|
-
var
|
|
2370
|
+
var DeleteLagCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2330
2371
|
return [
|
|
2331
2372
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2332
2373
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2333
2374
|
];
|
|
2334
2375
|
}).s("OvertureService", "DeleteLag", {}).n("DirectConnectClient", "DeleteLagCommand").f(void 0, void 0).ser(se_DeleteLagCommand).de(de_DeleteLagCommand).build() {
|
|
2376
|
+
static {
|
|
2377
|
+
__name(this, "DeleteLagCommand");
|
|
2378
|
+
}
|
|
2335
2379
|
};
|
|
2336
|
-
__name(_DeleteLagCommand, "DeleteLagCommand");
|
|
2337
|
-
var DeleteLagCommand = _DeleteLagCommand;
|
|
2338
2380
|
|
|
2339
2381
|
// src/commands/DeleteVirtualInterfaceCommand.ts
|
|
2340
2382
|
|
|
2341
2383
|
|
|
2342
2384
|
|
|
2343
|
-
var
|
|
2385
|
+
var DeleteVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2344
2386
|
return [
|
|
2345
2387
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2346
2388
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2347
2389
|
];
|
|
2348
2390
|
}).s("OvertureService", "DeleteVirtualInterface", {}).n("DirectConnectClient", "DeleteVirtualInterfaceCommand").f(void 0, void 0).ser(se_DeleteVirtualInterfaceCommand).de(de_DeleteVirtualInterfaceCommand).build() {
|
|
2391
|
+
static {
|
|
2392
|
+
__name(this, "DeleteVirtualInterfaceCommand");
|
|
2393
|
+
}
|
|
2349
2394
|
};
|
|
2350
|
-
__name(_DeleteVirtualInterfaceCommand, "DeleteVirtualInterfaceCommand");
|
|
2351
|
-
var DeleteVirtualInterfaceCommand = _DeleteVirtualInterfaceCommand;
|
|
2352
2395
|
|
|
2353
2396
|
// src/commands/DescribeConnectionLoaCommand.ts
|
|
2354
2397
|
|
|
2355
2398
|
|
|
2356
2399
|
|
|
2357
|
-
var
|
|
2400
|
+
var DescribeConnectionLoaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2358
2401
|
return [
|
|
2359
2402
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2360
2403
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2361
2404
|
];
|
|
2362
2405
|
}).s("OvertureService", "DescribeConnectionLoa", {}).n("DirectConnectClient", "DescribeConnectionLoaCommand").f(void 0, void 0).ser(se_DescribeConnectionLoaCommand).de(de_DescribeConnectionLoaCommand).build() {
|
|
2406
|
+
static {
|
|
2407
|
+
__name(this, "DescribeConnectionLoaCommand");
|
|
2408
|
+
}
|
|
2363
2409
|
};
|
|
2364
|
-
__name(_DescribeConnectionLoaCommand, "DescribeConnectionLoaCommand");
|
|
2365
|
-
var DescribeConnectionLoaCommand = _DescribeConnectionLoaCommand;
|
|
2366
2410
|
|
|
2367
2411
|
// src/commands/DescribeConnectionsCommand.ts
|
|
2368
2412
|
|
|
2369
2413
|
|
|
2370
2414
|
|
|
2371
|
-
var
|
|
2415
|
+
var DescribeConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2372
2416
|
return [
|
|
2373
2417
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2374
2418
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2375
2419
|
];
|
|
2376
2420
|
}).s("OvertureService", "DescribeConnections", {}).n("DirectConnectClient", "DescribeConnectionsCommand").f(void 0, void 0).ser(se_DescribeConnectionsCommand).de(de_DescribeConnectionsCommand).build() {
|
|
2421
|
+
static {
|
|
2422
|
+
__name(this, "DescribeConnectionsCommand");
|
|
2423
|
+
}
|
|
2377
2424
|
};
|
|
2378
|
-
__name(_DescribeConnectionsCommand, "DescribeConnectionsCommand");
|
|
2379
|
-
var DescribeConnectionsCommand = _DescribeConnectionsCommand;
|
|
2380
2425
|
|
|
2381
2426
|
// src/commands/DescribeConnectionsOnInterconnectCommand.ts
|
|
2382
2427
|
|
|
2383
2428
|
|
|
2384
2429
|
|
|
2385
|
-
var
|
|
2430
|
+
var DescribeConnectionsOnInterconnectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2386
2431
|
return [
|
|
2387
2432
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2388
2433
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2389
2434
|
];
|
|
2390
2435
|
}).s("OvertureService", "DescribeConnectionsOnInterconnect", {}).n("DirectConnectClient", "DescribeConnectionsOnInterconnectCommand").f(void 0, void 0).ser(se_DescribeConnectionsOnInterconnectCommand).de(de_DescribeConnectionsOnInterconnectCommand).build() {
|
|
2436
|
+
static {
|
|
2437
|
+
__name(this, "DescribeConnectionsOnInterconnectCommand");
|
|
2438
|
+
}
|
|
2391
2439
|
};
|
|
2392
|
-
__name(_DescribeConnectionsOnInterconnectCommand, "DescribeConnectionsOnInterconnectCommand");
|
|
2393
|
-
var DescribeConnectionsOnInterconnectCommand = _DescribeConnectionsOnInterconnectCommand;
|
|
2394
2440
|
|
|
2395
2441
|
// src/commands/DescribeCustomerMetadataCommand.ts
|
|
2396
2442
|
|
|
2397
2443
|
|
|
2398
2444
|
|
|
2399
|
-
var
|
|
2445
|
+
var DescribeCustomerMetadataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2400
2446
|
return [
|
|
2401
2447
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2402
2448
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2403
2449
|
];
|
|
2404
2450
|
}).s("OvertureService", "DescribeCustomerMetadata", {}).n("DirectConnectClient", "DescribeCustomerMetadataCommand").f(void 0, void 0).ser(se_DescribeCustomerMetadataCommand).de(de_DescribeCustomerMetadataCommand).build() {
|
|
2451
|
+
static {
|
|
2452
|
+
__name(this, "DescribeCustomerMetadataCommand");
|
|
2453
|
+
}
|
|
2405
2454
|
};
|
|
2406
|
-
__name(_DescribeCustomerMetadataCommand, "DescribeCustomerMetadataCommand");
|
|
2407
|
-
var DescribeCustomerMetadataCommand = _DescribeCustomerMetadataCommand;
|
|
2408
2455
|
|
|
2409
2456
|
// src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts
|
|
2410
2457
|
|
|
2411
2458
|
|
|
2412
2459
|
|
|
2413
|
-
var
|
|
2460
|
+
var DescribeDirectConnectGatewayAssociationProposalsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2414
2461
|
return [
|
|
2415
2462
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2416
2463
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2417
2464
|
];
|
|
2418
2465
|
}).s("OvertureService", "DescribeDirectConnectGatewayAssociationProposals", {}).n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationProposalsCommand").f(void 0, void 0).ser(se_DescribeDirectConnectGatewayAssociationProposalsCommand).de(de_DescribeDirectConnectGatewayAssociationProposalsCommand).build() {
|
|
2466
|
+
static {
|
|
2467
|
+
__name(this, "DescribeDirectConnectGatewayAssociationProposalsCommand");
|
|
2468
|
+
}
|
|
2419
2469
|
};
|
|
2420
|
-
__name(_DescribeDirectConnectGatewayAssociationProposalsCommand, "DescribeDirectConnectGatewayAssociationProposalsCommand");
|
|
2421
|
-
var DescribeDirectConnectGatewayAssociationProposalsCommand = _DescribeDirectConnectGatewayAssociationProposalsCommand;
|
|
2422
2470
|
|
|
2423
2471
|
// src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts
|
|
2424
2472
|
|
|
2425
2473
|
|
|
2426
2474
|
|
|
2427
|
-
var
|
|
2475
|
+
var DescribeDirectConnectGatewayAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2428
2476
|
return [
|
|
2429
2477
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2430
2478
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2431
2479
|
];
|
|
2432
2480
|
}).s("OvertureService", "DescribeDirectConnectGatewayAssociations", {}).n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationsCommand").f(void 0, void 0).ser(se_DescribeDirectConnectGatewayAssociationsCommand).de(de_DescribeDirectConnectGatewayAssociationsCommand).build() {
|
|
2481
|
+
static {
|
|
2482
|
+
__name(this, "DescribeDirectConnectGatewayAssociationsCommand");
|
|
2483
|
+
}
|
|
2433
2484
|
};
|
|
2434
|
-
__name(_DescribeDirectConnectGatewayAssociationsCommand, "DescribeDirectConnectGatewayAssociationsCommand");
|
|
2435
|
-
var DescribeDirectConnectGatewayAssociationsCommand = _DescribeDirectConnectGatewayAssociationsCommand;
|
|
2436
2485
|
|
|
2437
2486
|
// src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts
|
|
2438
2487
|
|
|
2439
2488
|
|
|
2440
2489
|
|
|
2441
|
-
var
|
|
2490
|
+
var DescribeDirectConnectGatewayAttachmentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2442
2491
|
return [
|
|
2443
2492
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2444
2493
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2445
2494
|
];
|
|
2446
2495
|
}).s("OvertureService", "DescribeDirectConnectGatewayAttachments", {}).n("DirectConnectClient", "DescribeDirectConnectGatewayAttachmentsCommand").f(void 0, void 0).ser(se_DescribeDirectConnectGatewayAttachmentsCommand).de(de_DescribeDirectConnectGatewayAttachmentsCommand).build() {
|
|
2496
|
+
static {
|
|
2497
|
+
__name(this, "DescribeDirectConnectGatewayAttachmentsCommand");
|
|
2498
|
+
}
|
|
2447
2499
|
};
|
|
2448
|
-
__name(_DescribeDirectConnectGatewayAttachmentsCommand, "DescribeDirectConnectGatewayAttachmentsCommand");
|
|
2449
|
-
var DescribeDirectConnectGatewayAttachmentsCommand = _DescribeDirectConnectGatewayAttachmentsCommand;
|
|
2450
2500
|
|
|
2451
2501
|
// src/commands/DescribeDirectConnectGatewaysCommand.ts
|
|
2452
2502
|
|
|
2453
2503
|
|
|
2454
2504
|
|
|
2455
|
-
var
|
|
2505
|
+
var DescribeDirectConnectGatewaysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2456
2506
|
return [
|
|
2457
2507
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2458
2508
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2459
2509
|
];
|
|
2460
2510
|
}).s("OvertureService", "DescribeDirectConnectGateways", {}).n("DirectConnectClient", "DescribeDirectConnectGatewaysCommand").f(void 0, void 0).ser(se_DescribeDirectConnectGatewaysCommand).de(de_DescribeDirectConnectGatewaysCommand).build() {
|
|
2511
|
+
static {
|
|
2512
|
+
__name(this, "DescribeDirectConnectGatewaysCommand");
|
|
2513
|
+
}
|
|
2461
2514
|
};
|
|
2462
|
-
__name(_DescribeDirectConnectGatewaysCommand, "DescribeDirectConnectGatewaysCommand");
|
|
2463
|
-
var DescribeDirectConnectGatewaysCommand = _DescribeDirectConnectGatewaysCommand;
|
|
2464
2515
|
|
|
2465
2516
|
// src/commands/DescribeHostedConnectionsCommand.ts
|
|
2466
2517
|
|
|
2467
2518
|
|
|
2468
2519
|
|
|
2469
|
-
var
|
|
2520
|
+
var DescribeHostedConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2470
2521
|
return [
|
|
2471
2522
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2472
2523
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2473
2524
|
];
|
|
2474
2525
|
}).s("OvertureService", "DescribeHostedConnections", {}).n("DirectConnectClient", "DescribeHostedConnectionsCommand").f(void 0, void 0).ser(se_DescribeHostedConnectionsCommand).de(de_DescribeHostedConnectionsCommand).build() {
|
|
2526
|
+
static {
|
|
2527
|
+
__name(this, "DescribeHostedConnectionsCommand");
|
|
2528
|
+
}
|
|
2475
2529
|
};
|
|
2476
|
-
__name(_DescribeHostedConnectionsCommand, "DescribeHostedConnectionsCommand");
|
|
2477
|
-
var DescribeHostedConnectionsCommand = _DescribeHostedConnectionsCommand;
|
|
2478
2530
|
|
|
2479
2531
|
// src/commands/DescribeInterconnectLoaCommand.ts
|
|
2480
2532
|
|
|
2481
2533
|
|
|
2482
2534
|
|
|
2483
|
-
var
|
|
2535
|
+
var DescribeInterconnectLoaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2484
2536
|
return [
|
|
2485
2537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2486
2538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2487
2539
|
];
|
|
2488
2540
|
}).s("OvertureService", "DescribeInterconnectLoa", {}).n("DirectConnectClient", "DescribeInterconnectLoaCommand").f(void 0, void 0).ser(se_DescribeInterconnectLoaCommand).de(de_DescribeInterconnectLoaCommand).build() {
|
|
2541
|
+
static {
|
|
2542
|
+
__name(this, "DescribeInterconnectLoaCommand");
|
|
2543
|
+
}
|
|
2489
2544
|
};
|
|
2490
|
-
__name(_DescribeInterconnectLoaCommand, "DescribeInterconnectLoaCommand");
|
|
2491
|
-
var DescribeInterconnectLoaCommand = _DescribeInterconnectLoaCommand;
|
|
2492
2545
|
|
|
2493
2546
|
// src/commands/DescribeInterconnectsCommand.ts
|
|
2494
2547
|
|
|
2495
2548
|
|
|
2496
2549
|
|
|
2497
|
-
var
|
|
2550
|
+
var DescribeInterconnectsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2498
2551
|
return [
|
|
2499
2552
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2500
2553
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2501
2554
|
];
|
|
2502
2555
|
}).s("OvertureService", "DescribeInterconnects", {}).n("DirectConnectClient", "DescribeInterconnectsCommand").f(void 0, void 0).ser(se_DescribeInterconnectsCommand).de(de_DescribeInterconnectsCommand).build() {
|
|
2556
|
+
static {
|
|
2557
|
+
__name(this, "DescribeInterconnectsCommand");
|
|
2558
|
+
}
|
|
2503
2559
|
};
|
|
2504
|
-
__name(_DescribeInterconnectsCommand, "DescribeInterconnectsCommand");
|
|
2505
|
-
var DescribeInterconnectsCommand = _DescribeInterconnectsCommand;
|
|
2506
2560
|
|
|
2507
2561
|
// src/commands/DescribeLagsCommand.ts
|
|
2508
2562
|
|
|
2509
2563
|
|
|
2510
2564
|
|
|
2511
|
-
var
|
|
2565
|
+
var DescribeLagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2512
2566
|
return [
|
|
2513
2567
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2514
2568
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2515
2569
|
];
|
|
2516
2570
|
}).s("OvertureService", "DescribeLags", {}).n("DirectConnectClient", "DescribeLagsCommand").f(void 0, void 0).ser(se_DescribeLagsCommand).de(de_DescribeLagsCommand).build() {
|
|
2571
|
+
static {
|
|
2572
|
+
__name(this, "DescribeLagsCommand");
|
|
2573
|
+
}
|
|
2517
2574
|
};
|
|
2518
|
-
__name(_DescribeLagsCommand, "DescribeLagsCommand");
|
|
2519
|
-
var DescribeLagsCommand = _DescribeLagsCommand;
|
|
2520
2575
|
|
|
2521
2576
|
// src/commands/DescribeLoaCommand.ts
|
|
2522
2577
|
|
|
2523
2578
|
|
|
2524
2579
|
|
|
2525
|
-
var
|
|
2580
|
+
var DescribeLoaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2526
2581
|
return [
|
|
2527
2582
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2528
2583
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2529
2584
|
];
|
|
2530
2585
|
}).s("OvertureService", "DescribeLoa", {}).n("DirectConnectClient", "DescribeLoaCommand").f(void 0, void 0).ser(se_DescribeLoaCommand).de(de_DescribeLoaCommand).build() {
|
|
2586
|
+
static {
|
|
2587
|
+
__name(this, "DescribeLoaCommand");
|
|
2588
|
+
}
|
|
2531
2589
|
};
|
|
2532
|
-
__name(_DescribeLoaCommand, "DescribeLoaCommand");
|
|
2533
|
-
var DescribeLoaCommand = _DescribeLoaCommand;
|
|
2534
2590
|
|
|
2535
2591
|
// src/commands/DescribeLocationsCommand.ts
|
|
2536
2592
|
|
|
2537
2593
|
|
|
2538
2594
|
|
|
2539
|
-
var
|
|
2595
|
+
var DescribeLocationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2540
2596
|
return [
|
|
2541
2597
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2542
2598
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2543
2599
|
];
|
|
2544
2600
|
}).s("OvertureService", "DescribeLocations", {}).n("DirectConnectClient", "DescribeLocationsCommand").f(void 0, void 0).ser(se_DescribeLocationsCommand).de(de_DescribeLocationsCommand).build() {
|
|
2601
|
+
static {
|
|
2602
|
+
__name(this, "DescribeLocationsCommand");
|
|
2603
|
+
}
|
|
2545
2604
|
};
|
|
2546
|
-
__name(_DescribeLocationsCommand, "DescribeLocationsCommand");
|
|
2547
|
-
var DescribeLocationsCommand = _DescribeLocationsCommand;
|
|
2548
2605
|
|
|
2549
2606
|
// src/commands/DescribeRouterConfigurationCommand.ts
|
|
2550
2607
|
|
|
2551
2608
|
|
|
2552
2609
|
|
|
2553
|
-
var
|
|
2610
|
+
var DescribeRouterConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2554
2611
|
return [
|
|
2555
2612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2556
2613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2557
2614
|
];
|
|
2558
2615
|
}).s("OvertureService", "DescribeRouterConfiguration", {}).n("DirectConnectClient", "DescribeRouterConfigurationCommand").f(void 0, void 0).ser(se_DescribeRouterConfigurationCommand).de(de_DescribeRouterConfigurationCommand).build() {
|
|
2616
|
+
static {
|
|
2617
|
+
__name(this, "DescribeRouterConfigurationCommand");
|
|
2618
|
+
}
|
|
2559
2619
|
};
|
|
2560
|
-
__name(_DescribeRouterConfigurationCommand, "DescribeRouterConfigurationCommand");
|
|
2561
|
-
var DescribeRouterConfigurationCommand = _DescribeRouterConfigurationCommand;
|
|
2562
2620
|
|
|
2563
2621
|
// src/commands/DescribeTagsCommand.ts
|
|
2564
2622
|
|
|
2565
2623
|
|
|
2566
2624
|
|
|
2567
|
-
var
|
|
2625
|
+
var DescribeTagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2568
2626
|
return [
|
|
2569
2627
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2570
2628
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2571
2629
|
];
|
|
2572
2630
|
}).s("OvertureService", "DescribeTags", {}).n("DirectConnectClient", "DescribeTagsCommand").f(void 0, void 0).ser(se_DescribeTagsCommand).de(de_DescribeTagsCommand).build() {
|
|
2631
|
+
static {
|
|
2632
|
+
__name(this, "DescribeTagsCommand");
|
|
2633
|
+
}
|
|
2573
2634
|
};
|
|
2574
|
-
__name(_DescribeTagsCommand, "DescribeTagsCommand");
|
|
2575
|
-
var DescribeTagsCommand = _DescribeTagsCommand;
|
|
2576
2635
|
|
|
2577
2636
|
// src/commands/DescribeVirtualGatewaysCommand.ts
|
|
2578
2637
|
|
|
2579
2638
|
|
|
2580
2639
|
|
|
2581
|
-
var
|
|
2640
|
+
var DescribeVirtualGatewaysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2582
2641
|
return [
|
|
2583
2642
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2584
2643
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2585
2644
|
];
|
|
2586
2645
|
}).s("OvertureService", "DescribeVirtualGateways", {}).n("DirectConnectClient", "DescribeVirtualGatewaysCommand").f(void 0, void 0).ser(se_DescribeVirtualGatewaysCommand).de(de_DescribeVirtualGatewaysCommand).build() {
|
|
2646
|
+
static {
|
|
2647
|
+
__name(this, "DescribeVirtualGatewaysCommand");
|
|
2648
|
+
}
|
|
2587
2649
|
};
|
|
2588
|
-
__name(_DescribeVirtualGatewaysCommand, "DescribeVirtualGatewaysCommand");
|
|
2589
|
-
var DescribeVirtualGatewaysCommand = _DescribeVirtualGatewaysCommand;
|
|
2590
2650
|
|
|
2591
2651
|
// src/commands/DescribeVirtualInterfacesCommand.ts
|
|
2592
2652
|
|
|
2593
2653
|
|
|
2594
2654
|
|
|
2595
|
-
var
|
|
2655
|
+
var DescribeVirtualInterfacesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2596
2656
|
return [
|
|
2597
2657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2598
2658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2599
2659
|
];
|
|
2600
2660
|
}).s("OvertureService", "DescribeVirtualInterfaces", {}).n("DirectConnectClient", "DescribeVirtualInterfacesCommand").f(void 0, void 0).ser(se_DescribeVirtualInterfacesCommand).de(de_DescribeVirtualInterfacesCommand).build() {
|
|
2661
|
+
static {
|
|
2662
|
+
__name(this, "DescribeVirtualInterfacesCommand");
|
|
2663
|
+
}
|
|
2601
2664
|
};
|
|
2602
|
-
__name(_DescribeVirtualInterfacesCommand, "DescribeVirtualInterfacesCommand");
|
|
2603
|
-
var DescribeVirtualInterfacesCommand = _DescribeVirtualInterfacesCommand;
|
|
2604
2665
|
|
|
2605
2666
|
// src/commands/DisassociateConnectionFromLagCommand.ts
|
|
2606
2667
|
|
|
2607
2668
|
|
|
2608
2669
|
|
|
2609
|
-
var
|
|
2670
|
+
var DisassociateConnectionFromLagCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2610
2671
|
return [
|
|
2611
2672
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2612
2673
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2613
2674
|
];
|
|
2614
2675
|
}).s("OvertureService", "DisassociateConnectionFromLag", {}).n("DirectConnectClient", "DisassociateConnectionFromLagCommand").f(void 0, void 0).ser(se_DisassociateConnectionFromLagCommand).de(de_DisassociateConnectionFromLagCommand).build() {
|
|
2676
|
+
static {
|
|
2677
|
+
__name(this, "DisassociateConnectionFromLagCommand");
|
|
2678
|
+
}
|
|
2615
2679
|
};
|
|
2616
|
-
__name(_DisassociateConnectionFromLagCommand, "DisassociateConnectionFromLagCommand");
|
|
2617
|
-
var DisassociateConnectionFromLagCommand = _DisassociateConnectionFromLagCommand;
|
|
2618
2680
|
|
|
2619
2681
|
// src/commands/DisassociateMacSecKeyCommand.ts
|
|
2620
2682
|
|
|
2621
2683
|
|
|
2622
2684
|
|
|
2623
|
-
var
|
|
2685
|
+
var DisassociateMacSecKeyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2624
2686
|
return [
|
|
2625
2687
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2626
2688
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2627
2689
|
];
|
|
2628
2690
|
}).s("OvertureService", "DisassociateMacSecKey", {}).n("DirectConnectClient", "DisassociateMacSecKeyCommand").f(void 0, void 0).ser(se_DisassociateMacSecKeyCommand).de(de_DisassociateMacSecKeyCommand).build() {
|
|
2691
|
+
static {
|
|
2692
|
+
__name(this, "DisassociateMacSecKeyCommand");
|
|
2693
|
+
}
|
|
2629
2694
|
};
|
|
2630
|
-
__name(_DisassociateMacSecKeyCommand, "DisassociateMacSecKeyCommand");
|
|
2631
|
-
var DisassociateMacSecKeyCommand = _DisassociateMacSecKeyCommand;
|
|
2632
2695
|
|
|
2633
2696
|
// src/commands/ListVirtualInterfaceTestHistoryCommand.ts
|
|
2634
2697
|
|
|
2635
2698
|
|
|
2636
2699
|
|
|
2637
|
-
var
|
|
2700
|
+
var ListVirtualInterfaceTestHistoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2638
2701
|
return [
|
|
2639
2702
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2640
2703
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2641
2704
|
];
|
|
2642
2705
|
}).s("OvertureService", "ListVirtualInterfaceTestHistory", {}).n("DirectConnectClient", "ListVirtualInterfaceTestHistoryCommand").f(void 0, void 0).ser(se_ListVirtualInterfaceTestHistoryCommand).de(de_ListVirtualInterfaceTestHistoryCommand).build() {
|
|
2706
|
+
static {
|
|
2707
|
+
__name(this, "ListVirtualInterfaceTestHistoryCommand");
|
|
2708
|
+
}
|
|
2643
2709
|
};
|
|
2644
|
-
__name(_ListVirtualInterfaceTestHistoryCommand, "ListVirtualInterfaceTestHistoryCommand");
|
|
2645
|
-
var ListVirtualInterfaceTestHistoryCommand = _ListVirtualInterfaceTestHistoryCommand;
|
|
2646
2710
|
|
|
2647
2711
|
// src/commands/StartBgpFailoverTestCommand.ts
|
|
2648
2712
|
|
|
2649
2713
|
|
|
2650
2714
|
|
|
2651
|
-
var
|
|
2715
|
+
var StartBgpFailoverTestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2652
2716
|
return [
|
|
2653
2717
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2654
2718
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2655
2719
|
];
|
|
2656
2720
|
}).s("OvertureService", "StartBgpFailoverTest", {}).n("DirectConnectClient", "StartBgpFailoverTestCommand").f(void 0, void 0).ser(se_StartBgpFailoverTestCommand).de(de_StartBgpFailoverTestCommand).build() {
|
|
2721
|
+
static {
|
|
2722
|
+
__name(this, "StartBgpFailoverTestCommand");
|
|
2723
|
+
}
|
|
2657
2724
|
};
|
|
2658
|
-
__name(_StartBgpFailoverTestCommand, "StartBgpFailoverTestCommand");
|
|
2659
|
-
var StartBgpFailoverTestCommand = _StartBgpFailoverTestCommand;
|
|
2660
2725
|
|
|
2661
2726
|
// src/commands/StopBgpFailoverTestCommand.ts
|
|
2662
2727
|
|
|
2663
2728
|
|
|
2664
2729
|
|
|
2665
|
-
var
|
|
2730
|
+
var StopBgpFailoverTestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2666
2731
|
return [
|
|
2667
2732
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2668
2733
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2669
2734
|
];
|
|
2670
2735
|
}).s("OvertureService", "StopBgpFailoverTest", {}).n("DirectConnectClient", "StopBgpFailoverTestCommand").f(void 0, void 0).ser(se_StopBgpFailoverTestCommand).de(de_StopBgpFailoverTestCommand).build() {
|
|
2736
|
+
static {
|
|
2737
|
+
__name(this, "StopBgpFailoverTestCommand");
|
|
2738
|
+
}
|
|
2671
2739
|
};
|
|
2672
|
-
__name(_StopBgpFailoverTestCommand, "StopBgpFailoverTestCommand");
|
|
2673
|
-
var StopBgpFailoverTestCommand = _StopBgpFailoverTestCommand;
|
|
2674
2740
|
|
|
2675
2741
|
// src/commands/TagResourceCommand.ts
|
|
2676
2742
|
|
|
2677
2743
|
|
|
2678
2744
|
|
|
2679
|
-
var
|
|
2745
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2680
2746
|
return [
|
|
2681
2747
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2682
2748
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2683
2749
|
];
|
|
2684
2750
|
}).s("OvertureService", "TagResource", {}).n("DirectConnectClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
2751
|
+
static {
|
|
2752
|
+
__name(this, "TagResourceCommand");
|
|
2753
|
+
}
|
|
2685
2754
|
};
|
|
2686
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
2687
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
2688
2755
|
|
|
2689
2756
|
// src/commands/UntagResourceCommand.ts
|
|
2690
2757
|
|
|
2691
2758
|
|
|
2692
2759
|
|
|
2693
|
-
var
|
|
2760
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2694
2761
|
return [
|
|
2695
2762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2696
2763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2697
2764
|
];
|
|
2698
2765
|
}).s("OvertureService", "UntagResource", {}).n("DirectConnectClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
2766
|
+
static {
|
|
2767
|
+
__name(this, "UntagResourceCommand");
|
|
2768
|
+
}
|
|
2699
2769
|
};
|
|
2700
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
2701
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
2702
2770
|
|
|
2703
2771
|
// src/commands/UpdateConnectionCommand.ts
|
|
2704
2772
|
|
|
2705
2773
|
|
|
2706
2774
|
|
|
2707
|
-
var
|
|
2775
|
+
var UpdateConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2708
2776
|
return [
|
|
2709
2777
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2710
2778
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2711
2779
|
];
|
|
2712
2780
|
}).s("OvertureService", "UpdateConnection", {}).n("DirectConnectClient", "UpdateConnectionCommand").f(void 0, void 0).ser(se_UpdateConnectionCommand).de(de_UpdateConnectionCommand).build() {
|
|
2781
|
+
static {
|
|
2782
|
+
__name(this, "UpdateConnectionCommand");
|
|
2783
|
+
}
|
|
2713
2784
|
};
|
|
2714
|
-
__name(_UpdateConnectionCommand, "UpdateConnectionCommand");
|
|
2715
|
-
var UpdateConnectionCommand = _UpdateConnectionCommand;
|
|
2716
2785
|
|
|
2717
2786
|
// src/commands/UpdateDirectConnectGatewayAssociationCommand.ts
|
|
2718
2787
|
|
|
2719
2788
|
|
|
2720
2789
|
|
|
2721
|
-
var
|
|
2790
|
+
var UpdateDirectConnectGatewayAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2722
2791
|
return [
|
|
2723
2792
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2724
2793
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2725
2794
|
];
|
|
2726
2795
|
}).s("OvertureService", "UpdateDirectConnectGatewayAssociation", {}).n("DirectConnectClient", "UpdateDirectConnectGatewayAssociationCommand").f(void 0, void 0).ser(se_UpdateDirectConnectGatewayAssociationCommand).de(de_UpdateDirectConnectGatewayAssociationCommand).build() {
|
|
2796
|
+
static {
|
|
2797
|
+
__name(this, "UpdateDirectConnectGatewayAssociationCommand");
|
|
2798
|
+
}
|
|
2727
2799
|
};
|
|
2728
|
-
__name(_UpdateDirectConnectGatewayAssociationCommand, "UpdateDirectConnectGatewayAssociationCommand");
|
|
2729
|
-
var UpdateDirectConnectGatewayAssociationCommand = _UpdateDirectConnectGatewayAssociationCommand;
|
|
2730
2800
|
|
|
2731
2801
|
// src/commands/UpdateDirectConnectGatewayCommand.ts
|
|
2732
2802
|
|
|
2733
2803
|
|
|
2734
2804
|
|
|
2735
|
-
var
|
|
2805
|
+
var UpdateDirectConnectGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2736
2806
|
return [
|
|
2737
2807
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2738
2808
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2739
2809
|
];
|
|
2740
2810
|
}).s("OvertureService", "UpdateDirectConnectGateway", {}).n("DirectConnectClient", "UpdateDirectConnectGatewayCommand").f(void 0, void 0).ser(se_UpdateDirectConnectGatewayCommand).de(de_UpdateDirectConnectGatewayCommand).build() {
|
|
2811
|
+
static {
|
|
2812
|
+
__name(this, "UpdateDirectConnectGatewayCommand");
|
|
2813
|
+
}
|
|
2741
2814
|
};
|
|
2742
|
-
__name(_UpdateDirectConnectGatewayCommand, "UpdateDirectConnectGatewayCommand");
|
|
2743
|
-
var UpdateDirectConnectGatewayCommand = _UpdateDirectConnectGatewayCommand;
|
|
2744
2815
|
|
|
2745
2816
|
// src/commands/UpdateLagCommand.ts
|
|
2746
2817
|
|
|
2747
2818
|
|
|
2748
2819
|
|
|
2749
|
-
var
|
|
2820
|
+
var UpdateLagCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2750
2821
|
return [
|
|
2751
2822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2752
2823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2753
2824
|
];
|
|
2754
2825
|
}).s("OvertureService", "UpdateLag", {}).n("DirectConnectClient", "UpdateLagCommand").f(void 0, void 0).ser(se_UpdateLagCommand).de(de_UpdateLagCommand).build() {
|
|
2826
|
+
static {
|
|
2827
|
+
__name(this, "UpdateLagCommand");
|
|
2828
|
+
}
|
|
2755
2829
|
};
|
|
2756
|
-
__name(_UpdateLagCommand, "UpdateLagCommand");
|
|
2757
|
-
var UpdateLagCommand = _UpdateLagCommand;
|
|
2758
2830
|
|
|
2759
2831
|
// src/commands/UpdateVirtualInterfaceAttributesCommand.ts
|
|
2760
2832
|
|
|
2761
2833
|
|
|
2762
2834
|
|
|
2763
|
-
var
|
|
2835
|
+
var UpdateVirtualInterfaceAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2764
2836
|
return [
|
|
2765
2837
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2766
2838
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2767
2839
|
];
|
|
2768
2840
|
}).s("OvertureService", "UpdateVirtualInterfaceAttributes", {}).n("DirectConnectClient", "UpdateVirtualInterfaceAttributesCommand").f(void 0, void 0).ser(se_UpdateVirtualInterfaceAttributesCommand).de(de_UpdateVirtualInterfaceAttributesCommand).build() {
|
|
2841
|
+
static {
|
|
2842
|
+
__name(this, "UpdateVirtualInterfaceAttributesCommand");
|
|
2843
|
+
}
|
|
2769
2844
|
};
|
|
2770
|
-
__name(_UpdateVirtualInterfaceAttributesCommand, "UpdateVirtualInterfaceAttributesCommand");
|
|
2771
|
-
var UpdateVirtualInterfaceAttributesCommand = _UpdateVirtualInterfaceAttributesCommand;
|
|
2772
2845
|
|
|
2773
2846
|
// src/DirectConnect.ts
|
|
2774
2847
|
var commands = {
|
|
@@ -2836,10 +2909,11 @@ var commands = {
|
|
|
2836
2909
|
UpdateLagCommand,
|
|
2837
2910
|
UpdateVirtualInterfaceAttributesCommand
|
|
2838
2911
|
};
|
|
2839
|
-
var
|
|
2912
|
+
var DirectConnect = class extends DirectConnectClient {
|
|
2913
|
+
static {
|
|
2914
|
+
__name(this, "DirectConnect");
|
|
2915
|
+
}
|
|
2840
2916
|
};
|
|
2841
|
-
__name(_DirectConnect, "DirectConnect");
|
|
2842
|
-
var DirectConnect = _DirectConnect;
|
|
2843
2917
|
(0, import_smithy_client.createAggregatedClient)(commands, DirectConnect);
|
|
2844
2918
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2845
2919
|
|