@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.
Files changed (84) hide show
  1. package/dist-cjs/index.js +1693 -1913
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DirectConnectClient.js +2 -0
  4. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +3 -9
  5. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +3 -9
  6. package/dist-es/commands/AllocateHostedConnectionCommand.js +3 -9
  7. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +3 -9
  8. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +3 -9
  9. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +3 -9
  10. package/dist-es/commands/AssociateConnectionWithLagCommand.js +3 -9
  11. package/dist-es/commands/AssociateHostedConnectionCommand.js +3 -9
  12. package/dist-es/commands/AssociateMacSecKeyCommand.js +3 -9
  13. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +3 -9
  14. package/dist-es/commands/ConfirmConnectionCommand.js +3 -9
  15. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +3 -9
  16. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +3 -9
  17. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +3 -9
  18. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +3 -9
  19. package/dist-es/commands/CreateBGPPeerCommand.js +3 -9
  20. package/dist-es/commands/CreateConnectionCommand.js +3 -9
  21. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +3 -9
  22. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +3 -9
  23. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +3 -9
  24. package/dist-es/commands/CreateInterconnectCommand.js +3 -9
  25. package/dist-es/commands/CreateLagCommand.js +3 -9
  26. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +3 -9
  27. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +3 -9
  28. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +3 -9
  29. package/dist-es/commands/DeleteBGPPeerCommand.js +3 -9
  30. package/dist-es/commands/DeleteConnectionCommand.js +3 -9
  31. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +3 -9
  32. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +3 -9
  33. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +3 -9
  34. package/dist-es/commands/DeleteInterconnectCommand.js +3 -9
  35. package/dist-es/commands/DeleteLagCommand.js +3 -9
  36. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +3 -9
  37. package/dist-es/commands/DescribeConnectionLoaCommand.js +3 -9
  38. package/dist-es/commands/DescribeConnectionsCommand.js +3 -9
  39. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +3 -9
  40. package/dist-es/commands/DescribeCustomerMetadataCommand.js +3 -9
  41. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +3 -9
  42. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +3 -9
  43. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +3 -9
  44. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +3 -9
  45. package/dist-es/commands/DescribeHostedConnectionsCommand.js +3 -9
  46. package/dist-es/commands/DescribeInterconnectLoaCommand.js +3 -9
  47. package/dist-es/commands/DescribeInterconnectsCommand.js +3 -9
  48. package/dist-es/commands/DescribeLagsCommand.js +3 -9
  49. package/dist-es/commands/DescribeLoaCommand.js +3 -9
  50. package/dist-es/commands/DescribeLocationsCommand.js +3 -9
  51. package/dist-es/commands/DescribeRouterConfigurationCommand.js +3 -9
  52. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  53. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +3 -9
  54. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +3 -9
  55. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +3 -9
  56. package/dist-es/commands/DisassociateMacSecKeyCommand.js +3 -9
  57. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +3 -9
  58. package/dist-es/commands/StartBgpFailoverTestCommand.js +3 -9
  59. package/dist-es/commands/StopBgpFailoverTestCommand.js +3 -9
  60. package/dist-es/commands/TagResourceCommand.js +3 -9
  61. package/dist-es/commands/UntagResourceCommand.js +3 -9
  62. package/dist-es/commands/UpdateConnectionCommand.js +3 -9
  63. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +3 -9
  64. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +3 -9
  65. package/dist-es/commands/UpdateLagCommand.js +3 -9
  66. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +3 -9
  67. package/dist-es/runtimeConfig.shared.js +7 -0
  68. package/dist-es/schemas/schemas_0.js +1559 -0
  69. package/dist-types/DirectConnectClient.d.ts +10 -1
  70. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  71. package/dist-types/runtimeConfig.d.ts +1 -0
  72. package/dist-types/runtimeConfig.native.d.ts +1 -0
  73. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  74. package/dist-types/schemas/schemas_0.d.ts +223 -0
  75. package/dist-types/ts3.4/DirectConnectClient.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +228 -0
  81. package/package.json +5 -5
  82. package/dist-es/protocols/Aws_json1_1.js +0 -1464
  83. package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
  84. 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 { de_CreatePrivateVirtualInterfaceCommand, se_CreatePrivateVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_CreatePublicVirtualInterfaceCommand, se_CreatePublicVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_CreateTransitVirtualInterfaceCommand, se_CreateTransitVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DeleteBGPPeerCommand, se_DeleteBGPPeerCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DeleteDirectConnectGatewayAssociationCommand, se_DeleteDirectConnectGatewayAssociationCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DeleteDirectConnectGatewayAssociationProposalCommand, se_DeleteDirectConnectGatewayAssociationProposalCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DeleteDirectConnectGatewayCommand, se_DeleteDirectConnectGatewayCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DeleteInterconnectCommand, se_DeleteInterconnectCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DeleteLagCommand, se_DeleteLagCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DeleteVirtualInterfaceCommand, se_DeleteVirtualInterfaceCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeConnectionLoaCommand, se_DescribeConnectionLoaCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeConnectionsCommand, se_DescribeConnectionsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeConnectionsOnInterconnectCommand, se_DescribeConnectionsOnInterconnectCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeCustomerMetadataCommand, se_DescribeCustomerMetadataCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeDirectConnectGatewayAssociationProposalsCommand, se_DescribeDirectConnectGatewayAssociationProposalsCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeDirectConnectGatewayAssociationsCommand, se_DescribeDirectConnectGatewayAssociationsCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeDirectConnectGatewayAttachmentsCommand, se_DescribeDirectConnectGatewayAttachmentsCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeDirectConnectGatewaysCommand, se_DescribeDirectConnectGatewaysCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeHostedConnectionsCommand, se_DescribeHostedConnectionsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeInterconnectLoaCommand, se_DescribeInterconnectLoaCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeInterconnectsCommand, se_DescribeInterconnectsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_DescribeLagsCommand, se_DescribeLagsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
19
- .ser(se_DescribeLagsCommand)
20
- .de(de_DescribeLagsCommand)
14
+ .sc(DescribeLags)
21
15
  .build() {
22
16
  }