@aws-sdk/client-direct-connect 3.649.0 → 3.650.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 (67) hide show
  1. package/dist-cjs/index.js +63 -189
  2. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +1 -3
  3. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +1 -3
  4. package/dist-es/commands/AllocateHostedConnectionCommand.js +1 -3
  5. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +1 -3
  6. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +1 -3
  7. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +1 -3
  8. package/dist-es/commands/AssociateConnectionWithLagCommand.js +1 -3
  9. package/dist-es/commands/AssociateHostedConnectionCommand.js +1 -3
  10. package/dist-es/commands/AssociateMacSecKeyCommand.js +1 -3
  11. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +1 -3
  12. package/dist-es/commands/ConfirmConnectionCommand.js +1 -3
  13. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +1 -3
  14. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +1 -3
  15. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +1 -3
  16. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +1 -3
  17. package/dist-es/commands/CreateBGPPeerCommand.js +1 -3
  18. package/dist-es/commands/CreateConnectionCommand.js +1 -3
  19. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +1 -3
  20. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +1 -3
  21. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +1 -3
  22. package/dist-es/commands/CreateInterconnectCommand.js +1 -3
  23. package/dist-es/commands/CreateLagCommand.js +1 -3
  24. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +1 -3
  25. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +1 -3
  26. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +1 -3
  27. package/dist-es/commands/DeleteBGPPeerCommand.js +1 -3
  28. package/dist-es/commands/DeleteConnectionCommand.js +1 -3
  29. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +1 -3
  30. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +1 -3
  31. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +1 -3
  32. package/dist-es/commands/DeleteInterconnectCommand.js +1 -3
  33. package/dist-es/commands/DeleteLagCommand.js +1 -3
  34. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +1 -3
  35. package/dist-es/commands/DescribeConnectionLoaCommand.js +1 -3
  36. package/dist-es/commands/DescribeConnectionsCommand.js +1 -3
  37. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +1 -3
  38. package/dist-es/commands/DescribeCustomerMetadataCommand.js +1 -3
  39. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +1 -3
  40. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +1 -3
  41. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +1 -3
  42. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +1 -3
  43. package/dist-es/commands/DescribeHostedConnectionsCommand.js +1 -3
  44. package/dist-es/commands/DescribeInterconnectLoaCommand.js +1 -3
  45. package/dist-es/commands/DescribeInterconnectsCommand.js +1 -3
  46. package/dist-es/commands/DescribeLagsCommand.js +1 -3
  47. package/dist-es/commands/DescribeLoaCommand.js +1 -3
  48. package/dist-es/commands/DescribeLocationsCommand.js +1 -3
  49. package/dist-es/commands/DescribeRouterConfigurationCommand.js +1 -3
  50. package/dist-es/commands/DescribeTagsCommand.js +1 -3
  51. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +1 -3
  52. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +1 -3
  53. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +1 -3
  54. package/dist-es/commands/DisassociateMacSecKeyCommand.js +1 -3
  55. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +1 -3
  56. package/dist-es/commands/StartBgpFailoverTestCommand.js +1 -3
  57. package/dist-es/commands/StopBgpFailoverTestCommand.js +1 -3
  58. package/dist-es/commands/TagResourceCommand.js +1 -3
  59. package/dist-es/commands/UntagResourceCommand.js +1 -3
  60. package/dist-es/commands/UpdateConnectionCommand.js +1 -3
  61. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +1 -3
  62. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +1 -3
  63. package/dist-es/commands/UpdateLagCommand.js +1 -3
  64. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +1 -3
  65. package/dist-es/endpoint/endpointResolver.js +7 -3
  66. package/package.json +4 -4
  67. package/dist-types/tsdoc-metadata.json +0 -11
@@ -6,9 +6,7 @@ import { de_AcceptDirectConnectGatewayAssociationProposalCommand, se_AcceptDirec
6
6
  export { $Command };
7
7
  export class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AllocateConnectionOnInterconnectCommand, se_AllocateConnectionOnInte
6
6
  export { $Command };
7
7
  export class AllocateConnectionOnInterconnectCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AllocateHostedConnectionCommand, se_AllocateHostedConnectionCommand
6
6
  export { $Command };
7
7
  export class AllocateHostedConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AllocatePrivateVirtualInterfaceCommand, se_AllocatePrivateVirtualInt
6
6
  export { $Command };
7
7
  export class AllocatePrivateVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AllocatePublicVirtualInterfaceCommand, se_AllocatePublicVirtualInter
6
6
  export { $Command };
7
7
  export class AllocatePublicVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AllocateTransitVirtualInterfaceCommand, se_AllocateTransitVirtualInt
6
6
  export { $Command };
7
7
  export class AllocateTransitVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AssociateConnectionWithLagCommand, se_AssociateConnectionWithLagComm
6
6
  export { $Command };
7
7
  export class AssociateConnectionWithLagCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AssociateHostedConnectionCommand, se_AssociateHostedConnectionComman
6
6
  export { $Command };
7
7
  export class AssociateHostedConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AssociateMacSecKeyCommand, se_AssociateMacSecKeyCommand } from "../p
6
6
  export { $Command };
7
7
  export class AssociateMacSecKeyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AssociateVirtualInterfaceCommand, se_AssociateVirtualInterfaceComman
6
6
  export { $Command };
7
7
  export class AssociateVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ConfirmConnectionCommand, se_ConfirmConnectionCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ConfirmConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ConfirmCustomerAgreementCommand, se_ConfirmCustomerAgreementCommand
6
6
  export { $Command };
7
7
  export class ConfirmCustomerAgreementCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ConfirmPrivateVirtualInterfaceCommand, se_ConfirmPrivateVirtualInter
6
6
  export { $Command };
7
7
  export class ConfirmPrivateVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ConfirmPublicVirtualInterfaceCommand, se_ConfirmPublicVirtualInterfa
6
6
  export { $Command };
7
7
  export class ConfirmPublicVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ConfirmTransitVirtualInterfaceCommand, se_ConfirmTransitVirtualInter
6
6
  export { $Command };
7
7
  export class ConfirmTransitVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateBGPPeerCommand, se_CreateBGPPeerCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class CreateBGPPeerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDirectConnectGatewayAssociationCommand, se_CreateDirectConnect
6
6
  export { $Command };
7
7
  export class CreateDirectConnectGatewayAssociationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDirectConnectGatewayAssociationProposalCommand, se_CreateDirec
6
6
  export { $Command };
7
7
  export class CreateDirectConnectGatewayAssociationProposalCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDirectConnectGatewayCommand, se_CreateDirectConnectGatewayComm
6
6
  export { $Command };
7
7
  export class CreateDirectConnectGatewayCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateInterconnectCommand, se_CreateInterconnectCommand } from "../p
6
6
  export { $Command };
7
7
  export class CreateInterconnectCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateLagCommand, se_CreateLagCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class CreateLagCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreatePrivateVirtualInterfaceCommand, se_CreatePrivateVirtualInterfa
6
6
  export { $Command };
7
7
  export class CreatePrivateVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreatePublicVirtualInterfaceCommand, se_CreatePublicVirtualInterface
6
6
  export { $Command };
7
7
  export class CreatePublicVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateTransitVirtualInterfaceCommand, se_CreateTransitVirtualInterfa
6
6
  export { $Command };
7
7
  export class CreateTransitVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteBGPPeerCommand, se_DeleteBGPPeerCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteBGPPeerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDirectConnectGatewayAssociationCommand, se_DeleteDirectConnect
6
6
  export { $Command };
7
7
  export class DeleteDirectConnectGatewayAssociationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDirectConnectGatewayAssociationProposalCommand, se_DeleteDirec
6
6
  export { $Command };
7
7
  export class DeleteDirectConnectGatewayAssociationProposalCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDirectConnectGatewayCommand, se_DeleteDirectConnectGatewayComm
6
6
  export { $Command };
7
7
  export class DeleteDirectConnectGatewayCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteInterconnectCommand, se_DeleteInterconnectCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteInterconnectCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteLagCommand, se_DeleteLagCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class DeleteLagCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteVirtualInterfaceCommand, se_DeleteVirtualInterfaceCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteVirtualInterfaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConnectionLoaCommand, se_DescribeConnectionLoaCommand } from
6
6
  export { $Command };
7
7
  export class DescribeConnectionLoaCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConnectionsCommand, se_DescribeConnectionsCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeConnectionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConnectionsOnInterconnectCommand, se_DescribeConnectionsOnIn
6
6
  export { $Command };
7
7
  export class DescribeConnectionsOnInterconnectCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeCustomerMetadataCommand, se_DescribeCustomerMetadataCommand
6
6
  export { $Command };
7
7
  export class DescribeCustomerMetadataCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeDirectConnectGatewayAssociationProposalsCommand, se_Describe
6
6
  export { $Command };
7
7
  export class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeDirectConnectGatewayAssociationsCommand, se_DescribeDirectCo
6
6
  export { $Command };
7
7
  export class DescribeDirectConnectGatewayAssociationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeDirectConnectGatewayAttachmentsCommand, se_DescribeDirectCon
6
6
  export { $Command };
7
7
  export class DescribeDirectConnectGatewayAttachmentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeDirectConnectGatewaysCommand, se_DescribeDirectConnectGatewa
6
6
  export { $Command };
7
7
  export class DescribeDirectConnectGatewaysCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeHostedConnectionsCommand, se_DescribeHostedConnectionsComman
6
6
  export { $Command };
7
7
  export class DescribeHostedConnectionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeInterconnectLoaCommand, se_DescribeInterconnectLoaCommand }
6
6
  export { $Command };
7
7
  export class DescribeInterconnectLoaCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeInterconnectsCommand, se_DescribeInterconnectsCommand } from
6
6
  export { $Command };
7
7
  export class DescribeInterconnectsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLagsCommand, se_DescribeLagsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DescribeLagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLoaCommand, se_DescribeLoaCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class DescribeLoaCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLocationsCommand, se_DescribeLocationsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeLocationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeRouterConfigurationCommand, se_DescribeRouterConfigurationCo
6
6
  export { $Command };
7
7
  export class DescribeRouterConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DescribeTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeVirtualGatewaysCommand, se_DescribeVirtualGatewaysCommand }
6
6
  export { $Command };
7
7
  export class DescribeVirtualGatewaysCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeVirtualInterfacesCommand, se_DescribeVirtualInterfacesComman
6
6
  export { $Command };
7
7
  export class DescribeVirtualInterfacesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisassociateConnectionFromLagCommand, se_DisassociateConnectionFromL
6
6
  export { $Command };
7
7
  export class DisassociateConnectionFromLagCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisassociateMacSecKeyCommand, se_DisassociateMacSecKeyCommand } from
6
6
  export { $Command };
7
7
  export class DisassociateMacSecKeyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),