@aws-sdk/client-direct-connect 3.927.0 → 3.928.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 +1693 -1913
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/DirectConnectClient.js +2 -0
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +3 -9
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +3 -9
- package/dist-es/commands/AllocateHostedConnectionCommand.js +3 -9
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +3 -9
- package/dist-es/commands/AssociateHostedConnectionCommand.js +3 -9
- package/dist-es/commands/AssociateMacSecKeyCommand.js +3 -9
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/ConfirmConnectionCommand.js +3 -9
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +3 -9
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/CreateBGPPeerCommand.js +3 -9
- package/dist-es/commands/CreateConnectionCommand.js +3 -9
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +3 -9
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +3 -9
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +3 -9
- package/dist-es/commands/CreateInterconnectCommand.js +3 -9
- package/dist-es/commands/CreateLagCommand.js +3 -9
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/DeleteBGPPeerCommand.js +3 -9
- package/dist-es/commands/DeleteConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +3 -9
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +3 -9
- package/dist-es/commands/DeleteInterconnectCommand.js +3 -9
- package/dist-es/commands/DeleteLagCommand.js +3 -9
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/DescribeConnectionLoaCommand.js +3 -9
- package/dist-es/commands/DescribeConnectionsCommand.js +3 -9
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +3 -9
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +3 -9
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +3 -9
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +3 -9
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +3 -9
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +3 -9
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +3 -9
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +3 -9
- package/dist-es/commands/DescribeInterconnectsCommand.js +3 -9
- package/dist-es/commands/DescribeLagsCommand.js +3 -9
- package/dist-es/commands/DescribeLoaCommand.js +3 -9
- package/dist-es/commands/DescribeLocationsCommand.js +3 -9
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeTagsCommand.js +3 -9
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +3 -9
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +3 -9
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +3 -9
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +3 -9
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +3 -9
- package/dist-es/commands/StartBgpFailoverTestCommand.js +3 -9
- package/dist-es/commands/StopBgpFailoverTestCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateConnectionCommand.js +3 -9
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +3 -9
- package/dist-es/commands/UpdateLagCommand.js +3 -9
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1559 -0
- package/dist-types/DirectConnectClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +223 -0
- package/dist-types/ts3.4/DirectConnectClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +228 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1464
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreatePrivateVirtualInterface } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreatePrivateVirtualInterfaceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "CreatePrivateVirtualInterface", {})
|
|
17
13
|
.n("DirectConnectClient", "CreatePrivateVirtualInterfaceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreatePrivateVirtualInterfaceCommand)
|
|
20
|
-
.de(de_CreatePrivateVirtualInterfaceCommand)
|
|
14
|
+
.sc(CreatePrivateVirtualInterface)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreatePublicVirtualInterface } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreatePublicVirtualInterfaceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "CreatePublicVirtualInterface", {})
|
|
17
13
|
.n("DirectConnectClient", "CreatePublicVirtualInterfaceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreatePublicVirtualInterfaceCommand)
|
|
20
|
-
.de(de_CreatePublicVirtualInterfaceCommand)
|
|
14
|
+
.sc(CreatePublicVirtualInterface)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateTransitVirtualInterface } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateTransitVirtualInterfaceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "CreateTransitVirtualInterface", {})
|
|
17
13
|
.n("DirectConnectClient", "CreateTransitVirtualInterfaceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateTransitVirtualInterfaceCommand)
|
|
20
|
-
.de(de_CreateTransitVirtualInterfaceCommand)
|
|
14
|
+
.sc(CreateTransitVirtualInterface)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteBGPPeer } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteBGPPeerCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DeleteBGPPeer", {})
|
|
17
13
|
.n("DirectConnectClient", "DeleteBGPPeerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteBGPPeerCommand)
|
|
20
|
-
.de(de_DeleteBGPPeerCommand)
|
|
14
|
+
.sc(DeleteBGPPeer)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteConnection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteConnectionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DeleteConnection", {})
|
|
17
13
|
.n("DirectConnectClient", "DeleteConnectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteConnectionCommand)
|
|
20
|
-
.de(de_DeleteConnectionCommand)
|
|
14
|
+
.sc(DeleteConnection)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteDirectConnectGatewayAssociation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteDirectConnectGatewayAssociationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DeleteDirectConnectGatewayAssociation", {})
|
|
17
13
|
.n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteDirectConnectGatewayAssociationCommand)
|
|
20
|
-
.de(de_DeleteDirectConnectGatewayAssociationCommand)
|
|
14
|
+
.sc(DeleteDirectConnectGatewayAssociation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteDirectConnectGatewayAssociationProposal } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteDirectConnectGatewayAssociationProposalCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DeleteDirectConnectGatewayAssociationProposal", {})
|
|
17
13
|
.n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationProposalCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteDirectConnectGatewayAssociationProposalCommand)
|
|
20
|
-
.de(de_DeleteDirectConnectGatewayAssociationProposalCommand)
|
|
14
|
+
.sc(DeleteDirectConnectGatewayAssociationProposal)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteDirectConnectGateway } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteDirectConnectGatewayCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DeleteDirectConnectGateway", {})
|
|
17
13
|
.n("DirectConnectClient", "DeleteDirectConnectGatewayCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteDirectConnectGatewayCommand)
|
|
20
|
-
.de(de_DeleteDirectConnectGatewayCommand)
|
|
14
|
+
.sc(DeleteDirectConnectGateway)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteInterconnect } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteInterconnectCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DeleteInterconnect", {})
|
|
17
13
|
.n("DirectConnectClient", "DeleteInterconnectCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteInterconnectCommand)
|
|
20
|
-
.de(de_DeleteInterconnectCommand)
|
|
14
|
+
.sc(DeleteInterconnect)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteLag } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteLagCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DeleteLag", {})
|
|
17
13
|
.n("DirectConnectClient", "DeleteLagCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteLagCommand)
|
|
20
|
-
.de(de_DeleteLagCommand)
|
|
14
|
+
.sc(DeleteLag)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteVirtualInterface } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteVirtualInterfaceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DeleteVirtualInterface", {})
|
|
17
13
|
.n("DirectConnectClient", "DeleteVirtualInterfaceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteVirtualInterfaceCommand)
|
|
20
|
-
.de(de_DeleteVirtualInterfaceCommand)
|
|
14
|
+
.sc(DeleteVirtualInterface)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeConnectionLoa } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeConnectionLoaCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeConnectionLoa", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeConnectionLoaCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeConnectionLoaCommand)
|
|
20
|
-
.de(de_DescribeConnectionLoaCommand)
|
|
14
|
+
.sc(DescribeConnectionLoa)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeConnections } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeConnectionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeConnections", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeConnectionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeConnectionsCommand)
|
|
20
|
-
.de(de_DescribeConnectionsCommand)
|
|
14
|
+
.sc(DescribeConnections)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeConnectionsOnInterconnect } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeConnectionsOnInterconnectCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeConnectionsOnInterconnect", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeConnectionsOnInterconnectCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeConnectionsOnInterconnectCommand)
|
|
20
|
-
.de(de_DescribeConnectionsOnInterconnectCommand)
|
|
14
|
+
.sc(DescribeConnectionsOnInterconnect)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeCustomerMetadata } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeCustomerMetadataCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeCustomerMetadata", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeCustomerMetadataCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeCustomerMetadataCommand)
|
|
20
|
-
.de(de_DescribeCustomerMetadataCommand)
|
|
14
|
+
.sc(DescribeCustomerMetadata)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeDirectConnectGatewayAssociationProposals } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeDirectConnectGatewayAssociationProposals", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationProposalsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeDirectConnectGatewayAssociationProposalsCommand)
|
|
20
|
-
.de(de_DescribeDirectConnectGatewayAssociationProposalsCommand)
|
|
14
|
+
.sc(DescribeDirectConnectGatewayAssociationProposals)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeDirectConnectGatewayAssociations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeDirectConnectGatewayAssociationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeDirectConnectGatewayAssociations", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeDirectConnectGatewayAssociationsCommand)
|
|
20
|
-
.de(de_DescribeDirectConnectGatewayAssociationsCommand)
|
|
14
|
+
.sc(DescribeDirectConnectGatewayAssociations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeDirectConnectGatewayAttachments } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeDirectConnectGatewayAttachmentsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeDirectConnectGatewayAttachments", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeDirectConnectGatewayAttachmentsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeDirectConnectGatewayAttachmentsCommand)
|
|
20
|
-
.de(de_DescribeDirectConnectGatewayAttachmentsCommand)
|
|
14
|
+
.sc(DescribeDirectConnectGatewayAttachments)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeDirectConnectGateways } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeDirectConnectGatewaysCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeDirectConnectGateways", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeDirectConnectGatewaysCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeDirectConnectGatewaysCommand)
|
|
20
|
-
.de(de_DescribeDirectConnectGatewaysCommand)
|
|
14
|
+
.sc(DescribeDirectConnectGateways)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeHostedConnections } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeHostedConnectionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeHostedConnections", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeHostedConnectionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeHostedConnectionsCommand)
|
|
20
|
-
.de(de_DescribeHostedConnectionsCommand)
|
|
14
|
+
.sc(DescribeHostedConnections)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeInterconnectLoa } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeInterconnectLoaCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeInterconnectLoa", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeInterconnectLoaCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeInterconnectLoaCommand)
|
|
20
|
-
.de(de_DescribeInterconnectLoaCommand)
|
|
14
|
+
.sc(DescribeInterconnectLoa)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeInterconnects } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeInterconnectsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeInterconnects", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeInterconnectsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeInterconnectsCommand)
|
|
20
|
-
.de(de_DescribeInterconnectsCommand)
|
|
14
|
+
.sc(DescribeInterconnects)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeLags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeLagsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("OvertureService", "DescribeLags", {})
|
|
17
13
|
.n("DirectConnectClient", "DescribeLagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeLagsCommand)
|
|
20
|
-
.de(de_DescribeLagsCommand)
|
|
14
|
+
.sc(DescribeLags)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|