@aws-sdk/client-networkmanager 3.645.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 (95) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +85 -255
  3. package/dist-es/commands/AcceptAttachmentCommand.js +1 -3
  4. package/dist-es/commands/AssociateConnectPeerCommand.js +1 -3
  5. package/dist-es/commands/AssociateCustomerGatewayCommand.js +1 -3
  6. package/dist-es/commands/AssociateLinkCommand.js +1 -3
  7. package/dist-es/commands/AssociateTransitGatewayConnectPeerCommand.js +1 -3
  8. package/dist-es/commands/CreateConnectAttachmentCommand.js +1 -3
  9. package/dist-es/commands/CreateConnectPeerCommand.js +1 -3
  10. package/dist-es/commands/CreateConnectionCommand.js +1 -3
  11. package/dist-es/commands/CreateCoreNetworkCommand.js +1 -3
  12. package/dist-es/commands/CreateDeviceCommand.js +1 -3
  13. package/dist-es/commands/CreateGlobalNetworkCommand.js +1 -3
  14. package/dist-es/commands/CreateLinkCommand.js +1 -3
  15. package/dist-es/commands/CreateSiteCommand.js +1 -3
  16. package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +1 -3
  17. package/dist-es/commands/CreateTransitGatewayPeeringCommand.js +1 -3
  18. package/dist-es/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +1 -3
  19. package/dist-es/commands/CreateVpcAttachmentCommand.js +1 -3
  20. package/dist-es/commands/DeleteAttachmentCommand.js +1 -3
  21. package/dist-es/commands/DeleteConnectPeerCommand.js +1 -3
  22. package/dist-es/commands/DeleteConnectionCommand.js +1 -3
  23. package/dist-es/commands/DeleteCoreNetworkCommand.js +1 -3
  24. package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +1 -3
  25. package/dist-es/commands/DeleteDeviceCommand.js +1 -3
  26. package/dist-es/commands/DeleteGlobalNetworkCommand.js +1 -3
  27. package/dist-es/commands/DeleteLinkCommand.js +1 -3
  28. package/dist-es/commands/DeletePeeringCommand.js +1 -3
  29. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
  30. package/dist-es/commands/DeleteSiteCommand.js +1 -3
  31. package/dist-es/commands/DeregisterTransitGatewayCommand.js +1 -3
  32. package/dist-es/commands/DescribeGlobalNetworksCommand.js +1 -3
  33. package/dist-es/commands/DisassociateConnectPeerCommand.js +1 -3
  34. package/dist-es/commands/DisassociateCustomerGatewayCommand.js +1 -3
  35. package/dist-es/commands/DisassociateLinkCommand.js +1 -3
  36. package/dist-es/commands/DisassociateTransitGatewayConnectPeerCommand.js +1 -3
  37. package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +1 -3
  38. package/dist-es/commands/GetConnectAttachmentCommand.js +1 -3
  39. package/dist-es/commands/GetConnectPeerAssociationsCommand.js +1 -3
  40. package/dist-es/commands/GetConnectPeerCommand.js +1 -3
  41. package/dist-es/commands/GetConnectionsCommand.js +1 -3
  42. package/dist-es/commands/GetCoreNetworkChangeEventsCommand.js +1 -3
  43. package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +1 -3
  44. package/dist-es/commands/GetCoreNetworkCommand.js +1 -3
  45. package/dist-es/commands/GetCoreNetworkPolicyCommand.js +1 -3
  46. package/dist-es/commands/GetCustomerGatewayAssociationsCommand.js +1 -3
  47. package/dist-es/commands/GetDevicesCommand.js +1 -3
  48. package/dist-es/commands/GetLinkAssociationsCommand.js +1 -3
  49. package/dist-es/commands/GetLinksCommand.js +1 -3
  50. package/dist-es/commands/GetNetworkResourceCountsCommand.js +1 -3
  51. package/dist-es/commands/GetNetworkResourceRelationshipsCommand.js +1 -3
  52. package/dist-es/commands/GetNetworkResourcesCommand.js +1 -3
  53. package/dist-es/commands/GetNetworkRoutesCommand.js +1 -3
  54. package/dist-es/commands/GetNetworkTelemetryCommand.js +1 -3
  55. package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
  56. package/dist-es/commands/GetRouteAnalysisCommand.js +1 -3
  57. package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +1 -3
  58. package/dist-es/commands/GetSitesCommand.js +1 -3
  59. package/dist-es/commands/GetTransitGatewayConnectPeerAssociationsCommand.js +1 -3
  60. package/dist-es/commands/GetTransitGatewayPeeringCommand.js +1 -3
  61. package/dist-es/commands/GetTransitGatewayRegistrationsCommand.js +1 -3
  62. package/dist-es/commands/GetTransitGatewayRouteTableAttachmentCommand.js +1 -3
  63. package/dist-es/commands/GetVpcAttachmentCommand.js +1 -3
  64. package/dist-es/commands/ListAttachmentsCommand.js +1 -3
  65. package/dist-es/commands/ListConnectPeersCommand.js +1 -3
  66. package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +1 -3
  67. package/dist-es/commands/ListCoreNetworksCommand.js +1 -3
  68. package/dist-es/commands/ListOrganizationServiceAccessStatusCommand.js +1 -3
  69. package/dist-es/commands/ListPeeringsCommand.js +1 -3
  70. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  71. package/dist-es/commands/PutCoreNetworkPolicyCommand.js +1 -3
  72. package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
  73. package/dist-es/commands/RegisterTransitGatewayCommand.js +1 -3
  74. package/dist-es/commands/RejectAttachmentCommand.js +1 -3
  75. package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +1 -3
  76. package/dist-es/commands/StartOrganizationServiceAccessUpdateCommand.js +1 -3
  77. package/dist-es/commands/StartRouteAnalysisCommand.js +1 -3
  78. package/dist-es/commands/TagResourceCommand.js +1 -3
  79. package/dist-es/commands/UntagResourceCommand.js +1 -3
  80. package/dist-es/commands/UpdateConnectionCommand.js +1 -3
  81. package/dist-es/commands/UpdateCoreNetworkCommand.js +1 -3
  82. package/dist-es/commands/UpdateDeviceCommand.js +1 -3
  83. package/dist-es/commands/UpdateGlobalNetworkCommand.js +1 -3
  84. package/dist-es/commands/UpdateLinkCommand.js +1 -3
  85. package/dist-es/commands/UpdateNetworkResourceMetadataCommand.js +1 -3
  86. package/dist-es/commands/UpdateSiteCommand.js +1 -3
  87. package/dist-es/commands/UpdateVpcAttachmentCommand.js +1 -3
  88. package/dist-es/endpoint/endpointResolver.js +7 -3
  89. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  90. package/dist-types/runtimeConfig.d.ts +2 -0
  91. package/dist-types/runtimeConfig.native.d.ts +2 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  95. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -3792,9 +3792,7 @@ var _tGCPA = "transitGatewayConnectPeerArns";
3792
3792
  var _tK = "tagKeys";
3793
3793
 
3794
3794
  // src/commands/AcceptAttachmentCommand.ts
3795
- var _AcceptAttachmentCommand = class _AcceptAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
3796
- ...commonParams
3797
- }).m(function(Command, cs, config, o) {
3795
+ var _AcceptAttachmentCommand = class _AcceptAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3798
3796
  return [
3799
3797
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3800
3798
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3808,9 +3806,7 @@ var AcceptAttachmentCommand = _AcceptAttachmentCommand;
3808
3806
 
3809
3807
 
3810
3808
 
3811
- var _AssociateConnectPeerCommand = class _AssociateConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep({
3812
- ...commonParams
3813
- }).m(function(Command, cs, config, o) {
3809
+ var _AssociateConnectPeerCommand = class _AssociateConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3814
3810
  return [
3815
3811
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3816
3812
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3824,9 +3820,7 @@ var AssociateConnectPeerCommand = _AssociateConnectPeerCommand;
3824
3820
 
3825
3821
 
3826
3822
 
3827
- var _AssociateCustomerGatewayCommand = class _AssociateCustomerGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
3828
- ...commonParams
3829
- }).m(function(Command, cs, config, o) {
3823
+ var _AssociateCustomerGatewayCommand = class _AssociateCustomerGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3830
3824
  return [
3831
3825
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3832
3826
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3840,9 +3834,7 @@ var AssociateCustomerGatewayCommand = _AssociateCustomerGatewayCommand;
3840
3834
 
3841
3835
 
3842
3836
 
3843
- var _AssociateLinkCommand = class _AssociateLinkCommand extends import_smithy_client.Command.classBuilder().ep({
3844
- ...commonParams
3845
- }).m(function(Command, cs, config, o) {
3837
+ var _AssociateLinkCommand = class _AssociateLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3846
3838
  return [
3847
3839
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3848
3840
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3856,9 +3848,7 @@ var AssociateLinkCommand = _AssociateLinkCommand;
3856
3848
 
3857
3849
 
3858
3850
 
3859
- var _AssociateTransitGatewayConnectPeerCommand = class _AssociateTransitGatewayConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep({
3860
- ...commonParams
3861
- }).m(function(Command, cs, config, o) {
3851
+ var _AssociateTransitGatewayConnectPeerCommand = class _AssociateTransitGatewayConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3862
3852
  return [
3863
3853
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3864
3854
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3872,9 +3862,7 @@ var AssociateTransitGatewayConnectPeerCommand = _AssociateTransitGatewayConnectP
3872
3862
 
3873
3863
 
3874
3864
 
3875
- var _CreateConnectAttachmentCommand = class _CreateConnectAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
3876
- ...commonParams
3877
- }).m(function(Command, cs, config, o) {
3865
+ var _CreateConnectAttachmentCommand = class _CreateConnectAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3878
3866
  return [
3879
3867
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3880
3868
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3888,9 +3876,7 @@ var CreateConnectAttachmentCommand = _CreateConnectAttachmentCommand;
3888
3876
 
3889
3877
 
3890
3878
 
3891
- var _CreateConnectionCommand = class _CreateConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3892
- ...commonParams
3893
- }).m(function(Command, cs, config, o) {
3879
+ var _CreateConnectionCommand = class _CreateConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3894
3880
  return [
3895
3881
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3896
3882
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3904,9 +3890,7 @@ var CreateConnectionCommand = _CreateConnectionCommand;
3904
3890
 
3905
3891
 
3906
3892
 
3907
- var _CreateConnectPeerCommand = class _CreateConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep({
3908
- ...commonParams
3909
- }).m(function(Command, cs, config, o) {
3893
+ var _CreateConnectPeerCommand = class _CreateConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3910
3894
  return [
3911
3895
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3912
3896
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3920,9 +3904,7 @@ var CreateConnectPeerCommand = _CreateConnectPeerCommand;
3920
3904
 
3921
3905
 
3922
3906
 
3923
- var _CreateCoreNetworkCommand = class _CreateCoreNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
3924
- ...commonParams
3925
- }).m(function(Command, cs, config, o) {
3907
+ var _CreateCoreNetworkCommand = class _CreateCoreNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3926
3908
  return [
3927
3909
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3928
3910
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3936,9 +3918,7 @@ var CreateCoreNetworkCommand = _CreateCoreNetworkCommand;
3936
3918
 
3937
3919
 
3938
3920
 
3939
- var _CreateDeviceCommand = class _CreateDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
3940
- ...commonParams
3941
- }).m(function(Command, cs, config, o) {
3921
+ var _CreateDeviceCommand = class _CreateDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3942
3922
  return [
3943
3923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3944
3924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3952,9 +3932,7 @@ var CreateDeviceCommand = _CreateDeviceCommand;
3952
3932
 
3953
3933
 
3954
3934
 
3955
- var _CreateGlobalNetworkCommand = class _CreateGlobalNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
3956
- ...commonParams
3957
- }).m(function(Command, cs, config, o) {
3935
+ var _CreateGlobalNetworkCommand = class _CreateGlobalNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3958
3936
  return [
3959
3937
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3960
3938
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3968,9 +3946,7 @@ var CreateGlobalNetworkCommand = _CreateGlobalNetworkCommand;
3968
3946
 
3969
3947
 
3970
3948
 
3971
- var _CreateLinkCommand = class _CreateLinkCommand extends import_smithy_client.Command.classBuilder().ep({
3972
- ...commonParams
3973
- }).m(function(Command, cs, config, o) {
3949
+ var _CreateLinkCommand = class _CreateLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3974
3950
  return [
3975
3951
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3976
3952
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3984,9 +3960,7 @@ var CreateLinkCommand = _CreateLinkCommand;
3984
3960
 
3985
3961
 
3986
3962
 
3987
- var _CreateSiteCommand = class _CreateSiteCommand extends import_smithy_client.Command.classBuilder().ep({
3988
- ...commonParams
3989
- }).m(function(Command, cs, config, o) {
3963
+ var _CreateSiteCommand = class _CreateSiteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3990
3964
  return [
3991
3965
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3992
3966
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4000,9 +3974,7 @@ var CreateSiteCommand = _CreateSiteCommand;
4000
3974
 
4001
3975
 
4002
3976
 
4003
- var _CreateSiteToSiteVpnAttachmentCommand = class _CreateSiteToSiteVpnAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
4004
- ...commonParams
4005
- }).m(function(Command, cs, config, o) {
3977
+ var _CreateSiteToSiteVpnAttachmentCommand = class _CreateSiteToSiteVpnAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4006
3978
  return [
4007
3979
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4008
3980
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4016,9 +3988,7 @@ var CreateSiteToSiteVpnAttachmentCommand = _CreateSiteToSiteVpnAttachmentCommand
4016
3988
 
4017
3989
 
4018
3990
 
4019
- var _CreateTransitGatewayPeeringCommand = class _CreateTransitGatewayPeeringCommand extends import_smithy_client.Command.classBuilder().ep({
4020
- ...commonParams
4021
- }).m(function(Command, cs, config, o) {
3991
+ var _CreateTransitGatewayPeeringCommand = class _CreateTransitGatewayPeeringCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4022
3992
  return [
4023
3993
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4024
3994
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4032,9 +4002,7 @@ var CreateTransitGatewayPeeringCommand = _CreateTransitGatewayPeeringCommand;
4032
4002
 
4033
4003
 
4034
4004
 
4035
- var _CreateTransitGatewayRouteTableAttachmentCommand = class _CreateTransitGatewayRouteTableAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
4036
- ...commonParams
4037
- }).m(function(Command, cs, config, o) {
4005
+ var _CreateTransitGatewayRouteTableAttachmentCommand = class _CreateTransitGatewayRouteTableAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4038
4006
  return [
4039
4007
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4040
4008
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4048,9 +4016,7 @@ var CreateTransitGatewayRouteTableAttachmentCommand = _CreateTransitGatewayRoute
4048
4016
 
4049
4017
 
4050
4018
 
4051
- var _CreateVpcAttachmentCommand = class _CreateVpcAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
4052
- ...commonParams
4053
- }).m(function(Command, cs, config, o) {
4019
+ var _CreateVpcAttachmentCommand = class _CreateVpcAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4054
4020
  return [
4055
4021
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4056
4022
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4064,9 +4030,7 @@ var CreateVpcAttachmentCommand = _CreateVpcAttachmentCommand;
4064
4030
 
4065
4031
 
4066
4032
 
4067
- var _DeleteAttachmentCommand = class _DeleteAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
4068
- ...commonParams
4069
- }).m(function(Command, cs, config, o) {
4033
+ var _DeleteAttachmentCommand = class _DeleteAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4070
4034
  return [
4071
4035
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4072
4036
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4080,9 +4044,7 @@ var DeleteAttachmentCommand = _DeleteAttachmentCommand;
4080
4044
 
4081
4045
 
4082
4046
 
4083
- var _DeleteConnectionCommand = class _DeleteConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
4084
- ...commonParams
4085
- }).m(function(Command, cs, config, o) {
4047
+ var _DeleteConnectionCommand = class _DeleteConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4086
4048
  return [
4087
4049
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4088
4050
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4096,9 +4058,7 @@ var DeleteConnectionCommand = _DeleteConnectionCommand;
4096
4058
 
4097
4059
 
4098
4060
 
4099
- var _DeleteConnectPeerCommand = class _DeleteConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep({
4100
- ...commonParams
4101
- }).m(function(Command, cs, config, o) {
4061
+ var _DeleteConnectPeerCommand = class _DeleteConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4102
4062
  return [
4103
4063
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4104
4064
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4112,9 +4072,7 @@ var DeleteConnectPeerCommand = _DeleteConnectPeerCommand;
4112
4072
 
4113
4073
 
4114
4074
 
4115
- var _DeleteCoreNetworkCommand = class _DeleteCoreNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
4116
- ...commonParams
4117
- }).m(function(Command, cs, config, o) {
4075
+ var _DeleteCoreNetworkCommand = class _DeleteCoreNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4118
4076
  return [
4119
4077
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4120
4078
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4128,9 +4086,7 @@ var DeleteCoreNetworkCommand = _DeleteCoreNetworkCommand;
4128
4086
 
4129
4087
 
4130
4088
 
4131
- var _DeleteCoreNetworkPolicyVersionCommand = class _DeleteCoreNetworkPolicyVersionCommand extends import_smithy_client.Command.classBuilder().ep({
4132
- ...commonParams
4133
- }).m(function(Command, cs, config, o) {
4089
+ var _DeleteCoreNetworkPolicyVersionCommand = class _DeleteCoreNetworkPolicyVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4134
4090
  return [
4135
4091
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4136
4092
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4144,9 +4100,7 @@ var DeleteCoreNetworkPolicyVersionCommand = _DeleteCoreNetworkPolicyVersionComma
4144
4100
 
4145
4101
 
4146
4102
 
4147
- var _DeleteDeviceCommand = class _DeleteDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
4148
- ...commonParams
4149
- }).m(function(Command, cs, config, o) {
4103
+ var _DeleteDeviceCommand = class _DeleteDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4150
4104
  return [
4151
4105
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4152
4106
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4160,9 +4114,7 @@ var DeleteDeviceCommand = _DeleteDeviceCommand;
4160
4114
 
4161
4115
 
4162
4116
 
4163
- var _DeleteGlobalNetworkCommand = class _DeleteGlobalNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
4164
- ...commonParams
4165
- }).m(function(Command, cs, config, o) {
4117
+ var _DeleteGlobalNetworkCommand = class _DeleteGlobalNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4166
4118
  return [
4167
4119
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4168
4120
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4176,9 +4128,7 @@ var DeleteGlobalNetworkCommand = _DeleteGlobalNetworkCommand;
4176
4128
 
4177
4129
 
4178
4130
 
4179
- var _DeleteLinkCommand = class _DeleteLinkCommand extends import_smithy_client.Command.classBuilder().ep({
4180
- ...commonParams
4181
- }).m(function(Command, cs, config, o) {
4131
+ var _DeleteLinkCommand = class _DeleteLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4182
4132
  return [
4183
4133
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4184
4134
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4192,9 +4142,7 @@ var DeleteLinkCommand = _DeleteLinkCommand;
4192
4142
 
4193
4143
 
4194
4144
 
4195
- var _DeletePeeringCommand = class _DeletePeeringCommand extends import_smithy_client.Command.classBuilder().ep({
4196
- ...commonParams
4197
- }).m(function(Command, cs, config, o) {
4145
+ var _DeletePeeringCommand = class _DeletePeeringCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4198
4146
  return [
4199
4147
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4200
4148
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4208,9 +4156,7 @@ var DeletePeeringCommand = _DeletePeeringCommand;
4208
4156
 
4209
4157
 
4210
4158
 
4211
- var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
4212
- ...commonParams
4213
- }).m(function(Command, cs, config, o) {
4159
+ var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4214
4160
  return [
4215
4161
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4216
4162
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4224,9 +4170,7 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
4224
4170
 
4225
4171
 
4226
4172
 
4227
- var _DeleteSiteCommand = class _DeleteSiteCommand extends import_smithy_client.Command.classBuilder().ep({
4228
- ...commonParams
4229
- }).m(function(Command, cs, config, o) {
4173
+ var _DeleteSiteCommand = class _DeleteSiteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4230
4174
  return [
4231
4175
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4232
4176
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4240,9 +4184,7 @@ var DeleteSiteCommand = _DeleteSiteCommand;
4240
4184
 
4241
4185
 
4242
4186
 
4243
- var _DeregisterTransitGatewayCommand = class _DeregisterTransitGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
4244
- ...commonParams
4245
- }).m(function(Command, cs, config, o) {
4187
+ var _DeregisterTransitGatewayCommand = class _DeregisterTransitGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4246
4188
  return [
4247
4189
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4248
4190
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4256,9 +4198,7 @@ var DeregisterTransitGatewayCommand = _DeregisterTransitGatewayCommand;
4256
4198
 
4257
4199
 
4258
4200
 
4259
- var _DescribeGlobalNetworksCommand = class _DescribeGlobalNetworksCommand extends import_smithy_client.Command.classBuilder().ep({
4260
- ...commonParams
4261
- }).m(function(Command, cs, config, o) {
4201
+ var _DescribeGlobalNetworksCommand = class _DescribeGlobalNetworksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4262
4202
  return [
4263
4203
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4264
4204
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4272,9 +4212,7 @@ var DescribeGlobalNetworksCommand = _DescribeGlobalNetworksCommand;
4272
4212
 
4273
4213
 
4274
4214
 
4275
- var _DisassociateConnectPeerCommand = class _DisassociateConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep({
4276
- ...commonParams
4277
- }).m(function(Command, cs, config, o) {
4215
+ var _DisassociateConnectPeerCommand = class _DisassociateConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4278
4216
  return [
4279
4217
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4280
4218
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4288,9 +4226,7 @@ var DisassociateConnectPeerCommand = _DisassociateConnectPeerCommand;
4288
4226
 
4289
4227
 
4290
4228
 
4291
- var _DisassociateCustomerGatewayCommand = class _DisassociateCustomerGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
4292
- ...commonParams
4293
- }).m(function(Command, cs, config, o) {
4229
+ var _DisassociateCustomerGatewayCommand = class _DisassociateCustomerGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4294
4230
  return [
4295
4231
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4296
4232
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4304,9 +4240,7 @@ var DisassociateCustomerGatewayCommand = _DisassociateCustomerGatewayCommand;
4304
4240
 
4305
4241
 
4306
4242
 
4307
- var _DisassociateLinkCommand = class _DisassociateLinkCommand extends import_smithy_client.Command.classBuilder().ep({
4308
- ...commonParams
4309
- }).m(function(Command, cs, config, o) {
4243
+ var _DisassociateLinkCommand = class _DisassociateLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4310
4244
  return [
4311
4245
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4312
4246
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4320,9 +4254,7 @@ var DisassociateLinkCommand = _DisassociateLinkCommand;
4320
4254
 
4321
4255
 
4322
4256
 
4323
- var _DisassociateTransitGatewayConnectPeerCommand = class _DisassociateTransitGatewayConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep({
4324
- ...commonParams
4325
- }).m(function(Command, cs, config, o) {
4257
+ var _DisassociateTransitGatewayConnectPeerCommand = class _DisassociateTransitGatewayConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4326
4258
  return [
4327
4259
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4328
4260
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4336,9 +4268,7 @@ var DisassociateTransitGatewayConnectPeerCommand = _DisassociateTransitGatewayCo
4336
4268
 
4337
4269
 
4338
4270
 
4339
- var _ExecuteCoreNetworkChangeSetCommand = class _ExecuteCoreNetworkChangeSetCommand extends import_smithy_client.Command.classBuilder().ep({
4340
- ...commonParams
4341
- }).m(function(Command, cs, config, o) {
4271
+ var _ExecuteCoreNetworkChangeSetCommand = class _ExecuteCoreNetworkChangeSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4342
4272
  return [
4343
4273
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4344
4274
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4352,9 +4282,7 @@ var ExecuteCoreNetworkChangeSetCommand = _ExecuteCoreNetworkChangeSetCommand;
4352
4282
 
4353
4283
 
4354
4284
 
4355
- var _GetConnectAttachmentCommand = class _GetConnectAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
4356
- ...commonParams
4357
- }).m(function(Command, cs, config, o) {
4285
+ var _GetConnectAttachmentCommand = class _GetConnectAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4358
4286
  return [
4359
4287
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4360
4288
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4368,9 +4296,7 @@ var GetConnectAttachmentCommand = _GetConnectAttachmentCommand;
4368
4296
 
4369
4297
 
4370
4298
 
4371
- var _GetConnectionsCommand = class _GetConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
4372
- ...commonParams
4373
- }).m(function(Command, cs, config, o) {
4299
+ var _GetConnectionsCommand = class _GetConnectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4374
4300
  return [
4375
4301
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4376
4302
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4384,9 +4310,7 @@ var GetConnectionsCommand = _GetConnectionsCommand;
4384
4310
 
4385
4311
 
4386
4312
 
4387
- var _GetConnectPeerAssociationsCommand = class _GetConnectPeerAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
4388
- ...commonParams
4389
- }).m(function(Command, cs, config, o) {
4313
+ var _GetConnectPeerAssociationsCommand = class _GetConnectPeerAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4390
4314
  return [
4391
4315
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4392
4316
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4400,9 +4324,7 @@ var GetConnectPeerAssociationsCommand = _GetConnectPeerAssociationsCommand;
4400
4324
 
4401
4325
 
4402
4326
 
4403
- var _GetConnectPeerCommand = class _GetConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep({
4404
- ...commonParams
4405
- }).m(function(Command, cs, config, o) {
4327
+ var _GetConnectPeerCommand = class _GetConnectPeerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4406
4328
  return [
4407
4329
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4408
4330
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4416,9 +4338,7 @@ var GetConnectPeerCommand = _GetConnectPeerCommand;
4416
4338
 
4417
4339
 
4418
4340
 
4419
- var _GetCoreNetworkChangeEventsCommand = class _GetCoreNetworkChangeEventsCommand extends import_smithy_client.Command.classBuilder().ep({
4420
- ...commonParams
4421
- }).m(function(Command, cs, config, o) {
4341
+ var _GetCoreNetworkChangeEventsCommand = class _GetCoreNetworkChangeEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4422
4342
  return [
4423
4343
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4424
4344
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4432,9 +4352,7 @@ var GetCoreNetworkChangeEventsCommand = _GetCoreNetworkChangeEventsCommand;
4432
4352
 
4433
4353
 
4434
4354
 
4435
- var _GetCoreNetworkChangeSetCommand = class _GetCoreNetworkChangeSetCommand extends import_smithy_client.Command.classBuilder().ep({
4436
- ...commonParams
4437
- }).m(function(Command, cs, config, o) {
4355
+ var _GetCoreNetworkChangeSetCommand = class _GetCoreNetworkChangeSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4438
4356
  return [
4439
4357
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4440
4358
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4448,9 +4366,7 @@ var GetCoreNetworkChangeSetCommand = _GetCoreNetworkChangeSetCommand;
4448
4366
 
4449
4367
 
4450
4368
 
4451
- var _GetCoreNetworkCommand = class _GetCoreNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
4452
- ...commonParams
4453
- }).m(function(Command, cs, config, o) {
4369
+ var _GetCoreNetworkCommand = class _GetCoreNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4454
4370
  return [
4455
4371
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4456
4372
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4464,9 +4380,7 @@ var GetCoreNetworkCommand = _GetCoreNetworkCommand;
4464
4380
 
4465
4381
 
4466
4382
 
4467
- var _GetCoreNetworkPolicyCommand = class _GetCoreNetworkPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
4468
- ...commonParams
4469
- }).m(function(Command, cs, config, o) {
4383
+ var _GetCoreNetworkPolicyCommand = class _GetCoreNetworkPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4470
4384
  return [
4471
4385
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4472
4386
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4480,9 +4394,7 @@ var GetCoreNetworkPolicyCommand = _GetCoreNetworkPolicyCommand;
4480
4394
 
4481
4395
 
4482
4396
 
4483
- var _GetCustomerGatewayAssociationsCommand = class _GetCustomerGatewayAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
4484
- ...commonParams
4485
- }).m(function(Command, cs, config, o) {
4397
+ var _GetCustomerGatewayAssociationsCommand = class _GetCustomerGatewayAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4486
4398
  return [
4487
4399
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4488
4400
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4496,9 +4408,7 @@ var GetCustomerGatewayAssociationsCommand = _GetCustomerGatewayAssociationsComma
4496
4408
 
4497
4409
 
4498
4410
 
4499
- var _GetDevicesCommand = class _GetDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
4500
- ...commonParams
4501
- }).m(function(Command, cs, config, o) {
4411
+ var _GetDevicesCommand = class _GetDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4502
4412
  return [
4503
4413
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4504
4414
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4512,9 +4422,7 @@ var GetDevicesCommand = _GetDevicesCommand;
4512
4422
 
4513
4423
 
4514
4424
 
4515
- var _GetLinkAssociationsCommand = class _GetLinkAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
4516
- ...commonParams
4517
- }).m(function(Command, cs, config, o) {
4425
+ var _GetLinkAssociationsCommand = class _GetLinkAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4518
4426
  return [
4519
4427
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4520
4428
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4528,9 +4436,7 @@ var GetLinkAssociationsCommand = _GetLinkAssociationsCommand;
4528
4436
 
4529
4437
 
4530
4438
 
4531
- var _GetLinksCommand = class _GetLinksCommand extends import_smithy_client.Command.classBuilder().ep({
4532
- ...commonParams
4533
- }).m(function(Command, cs, config, o) {
4439
+ var _GetLinksCommand = class _GetLinksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4534
4440
  return [
4535
4441
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4536
4442
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4544,9 +4450,7 @@ var GetLinksCommand = _GetLinksCommand;
4544
4450
 
4545
4451
 
4546
4452
 
4547
- var _GetNetworkResourceCountsCommand = class _GetNetworkResourceCountsCommand extends import_smithy_client.Command.classBuilder().ep({
4548
- ...commonParams
4549
- }).m(function(Command, cs, config, o) {
4453
+ var _GetNetworkResourceCountsCommand = class _GetNetworkResourceCountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4550
4454
  return [
4551
4455
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4552
4456
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4560,9 +4464,7 @@ var GetNetworkResourceCountsCommand = _GetNetworkResourceCountsCommand;
4560
4464
 
4561
4465
 
4562
4466
 
4563
- var _GetNetworkResourceRelationshipsCommand = class _GetNetworkResourceRelationshipsCommand extends import_smithy_client.Command.classBuilder().ep({
4564
- ...commonParams
4565
- }).m(function(Command, cs, config, o) {
4467
+ var _GetNetworkResourceRelationshipsCommand = class _GetNetworkResourceRelationshipsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4566
4468
  return [
4567
4469
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4568
4470
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4576,9 +4478,7 @@ var GetNetworkResourceRelationshipsCommand = _GetNetworkResourceRelationshipsCom
4576
4478
 
4577
4479
 
4578
4480
 
4579
- var _GetNetworkResourcesCommand = class _GetNetworkResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
4580
- ...commonParams
4581
- }).m(function(Command, cs, config, o) {
4481
+ var _GetNetworkResourcesCommand = class _GetNetworkResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4582
4482
  return [
4583
4483
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4584
4484
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4592,9 +4492,7 @@ var GetNetworkResourcesCommand = _GetNetworkResourcesCommand;
4592
4492
 
4593
4493
 
4594
4494
 
4595
- var _GetNetworkRoutesCommand = class _GetNetworkRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
4596
- ...commonParams
4597
- }).m(function(Command, cs, config, o) {
4495
+ var _GetNetworkRoutesCommand = class _GetNetworkRoutesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4598
4496
  return [
4599
4497
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4600
4498
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4608,9 +4506,7 @@ var GetNetworkRoutesCommand = _GetNetworkRoutesCommand;
4608
4506
 
4609
4507
 
4610
4508
 
4611
- var _GetNetworkTelemetryCommand = class _GetNetworkTelemetryCommand extends import_smithy_client.Command.classBuilder().ep({
4612
- ...commonParams
4613
- }).m(function(Command, cs, config, o) {
4509
+ var _GetNetworkTelemetryCommand = class _GetNetworkTelemetryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4614
4510
  return [
4615
4511
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4616
4512
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4624,9 +4520,7 @@ var GetNetworkTelemetryCommand = _GetNetworkTelemetryCommand;
4624
4520
 
4625
4521
 
4626
4522
 
4627
- var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
4628
- ...commonParams
4629
- }).m(function(Command, cs, config, o) {
4523
+ var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4630
4524
  return [
4631
4525
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4632
4526
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4640,9 +4534,7 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
4640
4534
 
4641
4535
 
4642
4536
 
4643
- var _GetRouteAnalysisCommand = class _GetRouteAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
4644
- ...commonParams
4645
- }).m(function(Command, cs, config, o) {
4537
+ var _GetRouteAnalysisCommand = class _GetRouteAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4646
4538
  return [
4647
4539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4648
4540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4656,9 +4548,7 @@ var GetRouteAnalysisCommand = _GetRouteAnalysisCommand;
4656
4548
 
4657
4549
 
4658
4550
 
4659
- var _GetSitesCommand = class _GetSitesCommand extends import_smithy_client.Command.classBuilder().ep({
4660
- ...commonParams
4661
- }).m(function(Command, cs, config, o) {
4551
+ var _GetSitesCommand = class _GetSitesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4662
4552
  return [
4663
4553
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4664
4554
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4672,9 +4562,7 @@ var GetSitesCommand = _GetSitesCommand;
4672
4562
 
4673
4563
 
4674
4564
 
4675
- var _GetSiteToSiteVpnAttachmentCommand = class _GetSiteToSiteVpnAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
4676
- ...commonParams
4677
- }).m(function(Command, cs, config, o) {
4565
+ var _GetSiteToSiteVpnAttachmentCommand = class _GetSiteToSiteVpnAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4678
4566
  return [
4679
4567
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4680
4568
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4688,9 +4576,7 @@ var GetSiteToSiteVpnAttachmentCommand = _GetSiteToSiteVpnAttachmentCommand;
4688
4576
 
4689
4577
 
4690
4578
 
4691
- var _GetTransitGatewayConnectPeerAssociationsCommand = class _GetTransitGatewayConnectPeerAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
4692
- ...commonParams
4693
- }).m(function(Command, cs, config, o) {
4579
+ var _GetTransitGatewayConnectPeerAssociationsCommand = class _GetTransitGatewayConnectPeerAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4694
4580
  return [
4695
4581
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4696
4582
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4704,9 +4590,7 @@ var GetTransitGatewayConnectPeerAssociationsCommand = _GetTransitGatewayConnectP
4704
4590
 
4705
4591
 
4706
4592
 
4707
- var _GetTransitGatewayPeeringCommand = class _GetTransitGatewayPeeringCommand extends import_smithy_client.Command.classBuilder().ep({
4708
- ...commonParams
4709
- }).m(function(Command, cs, config, o) {
4593
+ var _GetTransitGatewayPeeringCommand = class _GetTransitGatewayPeeringCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4710
4594
  return [
4711
4595
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4712
4596
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4720,9 +4604,7 @@ var GetTransitGatewayPeeringCommand = _GetTransitGatewayPeeringCommand;
4720
4604
 
4721
4605
 
4722
4606
 
4723
- var _GetTransitGatewayRegistrationsCommand = class _GetTransitGatewayRegistrationsCommand extends import_smithy_client.Command.classBuilder().ep({
4724
- ...commonParams
4725
- }).m(function(Command, cs, config, o) {
4607
+ var _GetTransitGatewayRegistrationsCommand = class _GetTransitGatewayRegistrationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4726
4608
  return [
4727
4609
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4728
4610
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4736,9 +4618,7 @@ var GetTransitGatewayRegistrationsCommand = _GetTransitGatewayRegistrationsComma
4736
4618
 
4737
4619
 
4738
4620
 
4739
- var _GetTransitGatewayRouteTableAttachmentCommand = class _GetTransitGatewayRouteTableAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
4740
- ...commonParams
4741
- }).m(function(Command, cs, config, o) {
4621
+ var _GetTransitGatewayRouteTableAttachmentCommand = class _GetTransitGatewayRouteTableAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4742
4622
  return [
4743
4623
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4744
4624
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4752,9 +4632,7 @@ var GetTransitGatewayRouteTableAttachmentCommand = _GetTransitGatewayRouteTableA
4752
4632
 
4753
4633
 
4754
4634
 
4755
- var _GetVpcAttachmentCommand = class _GetVpcAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
4756
- ...commonParams
4757
- }).m(function(Command, cs, config, o) {
4635
+ var _GetVpcAttachmentCommand = class _GetVpcAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4758
4636
  return [
4759
4637
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4760
4638
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4768,9 +4646,7 @@ var GetVpcAttachmentCommand = _GetVpcAttachmentCommand;
4768
4646
 
4769
4647
 
4770
4648
 
4771
- var _ListAttachmentsCommand = class _ListAttachmentsCommand extends import_smithy_client.Command.classBuilder().ep({
4772
- ...commonParams
4773
- }).m(function(Command, cs, config, o) {
4649
+ var _ListAttachmentsCommand = class _ListAttachmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4774
4650
  return [
4775
4651
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4776
4652
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4784,9 +4660,7 @@ var ListAttachmentsCommand = _ListAttachmentsCommand;
4784
4660
 
4785
4661
 
4786
4662
 
4787
- var _ListConnectPeersCommand = class _ListConnectPeersCommand extends import_smithy_client.Command.classBuilder().ep({
4788
- ...commonParams
4789
- }).m(function(Command, cs, config, o) {
4663
+ var _ListConnectPeersCommand = class _ListConnectPeersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4790
4664
  return [
4791
4665
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4792
4666
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4800,9 +4674,7 @@ var ListConnectPeersCommand = _ListConnectPeersCommand;
4800
4674
 
4801
4675
 
4802
4676
 
4803
- var _ListCoreNetworkPolicyVersionsCommand = class _ListCoreNetworkPolicyVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
4804
- ...commonParams
4805
- }).m(function(Command, cs, config, o) {
4677
+ var _ListCoreNetworkPolicyVersionsCommand = class _ListCoreNetworkPolicyVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4806
4678
  return [
4807
4679
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4808
4680
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4816,9 +4688,7 @@ var ListCoreNetworkPolicyVersionsCommand = _ListCoreNetworkPolicyVersionsCommand
4816
4688
 
4817
4689
 
4818
4690
 
4819
- var _ListCoreNetworksCommand = class _ListCoreNetworksCommand extends import_smithy_client.Command.classBuilder().ep({
4820
- ...commonParams
4821
- }).m(function(Command, cs, config, o) {
4691
+ var _ListCoreNetworksCommand = class _ListCoreNetworksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4822
4692
  return [
4823
4693
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4824
4694
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4832,9 +4702,7 @@ var ListCoreNetworksCommand = _ListCoreNetworksCommand;
4832
4702
 
4833
4703
 
4834
4704
 
4835
- var _ListOrganizationServiceAccessStatusCommand = class _ListOrganizationServiceAccessStatusCommand extends import_smithy_client.Command.classBuilder().ep({
4836
- ...commonParams
4837
- }).m(function(Command, cs, config, o) {
4705
+ var _ListOrganizationServiceAccessStatusCommand = class _ListOrganizationServiceAccessStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4838
4706
  return [
4839
4707
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4840
4708
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4848,9 +4716,7 @@ var ListOrganizationServiceAccessStatusCommand = _ListOrganizationServiceAccessS
4848
4716
 
4849
4717
 
4850
4718
 
4851
- var _ListPeeringsCommand = class _ListPeeringsCommand extends import_smithy_client.Command.classBuilder().ep({
4852
- ...commonParams
4853
- }).m(function(Command, cs, config, o) {
4719
+ var _ListPeeringsCommand = class _ListPeeringsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4854
4720
  return [
4855
4721
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4856
4722
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4864,9 +4730,7 @@ var ListPeeringsCommand = _ListPeeringsCommand;
4864
4730
 
4865
4731
 
4866
4732
 
4867
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4868
- ...commonParams
4869
- }).m(function(Command, cs, config, o) {
4733
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4870
4734
  return [
4871
4735
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4872
4736
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4880,9 +4744,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
4880
4744
 
4881
4745
 
4882
4746
 
4883
- var _PutCoreNetworkPolicyCommand = class _PutCoreNetworkPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
4884
- ...commonParams
4885
- }).m(function(Command, cs, config, o) {
4747
+ var _PutCoreNetworkPolicyCommand = class _PutCoreNetworkPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4886
4748
  return [
4887
4749
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4888
4750
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4896,9 +4758,7 @@ var PutCoreNetworkPolicyCommand = _PutCoreNetworkPolicyCommand;
4896
4758
 
4897
4759
 
4898
4760
 
4899
- var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
4900
- ...commonParams
4901
- }).m(function(Command, cs, config, o) {
4761
+ var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4902
4762
  return [
4903
4763
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4904
4764
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4912,9 +4772,7 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
4912
4772
 
4913
4773
 
4914
4774
 
4915
- var _RegisterTransitGatewayCommand = class _RegisterTransitGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
4916
- ...commonParams
4917
- }).m(function(Command, cs, config, o) {
4775
+ var _RegisterTransitGatewayCommand = class _RegisterTransitGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4918
4776
  return [
4919
4777
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4920
4778
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4928,9 +4786,7 @@ var RegisterTransitGatewayCommand = _RegisterTransitGatewayCommand;
4928
4786
 
4929
4787
 
4930
4788
 
4931
- var _RejectAttachmentCommand = class _RejectAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
4932
- ...commonParams
4933
- }).m(function(Command, cs, config, o) {
4789
+ var _RejectAttachmentCommand = class _RejectAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4934
4790
  return [
4935
4791
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4936
4792
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4944,9 +4800,7 @@ var RejectAttachmentCommand = _RejectAttachmentCommand;
4944
4800
 
4945
4801
 
4946
4802
 
4947
- var _RestoreCoreNetworkPolicyVersionCommand = class _RestoreCoreNetworkPolicyVersionCommand extends import_smithy_client.Command.classBuilder().ep({
4948
- ...commonParams
4949
- }).m(function(Command, cs, config, o) {
4803
+ var _RestoreCoreNetworkPolicyVersionCommand = class _RestoreCoreNetworkPolicyVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4950
4804
  return [
4951
4805
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4952
4806
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4960,9 +4814,7 @@ var RestoreCoreNetworkPolicyVersionCommand = _RestoreCoreNetworkPolicyVersionCom
4960
4814
 
4961
4815
 
4962
4816
 
4963
- var _StartOrganizationServiceAccessUpdateCommand = class _StartOrganizationServiceAccessUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
4964
- ...commonParams
4965
- }).m(function(Command, cs, config, o) {
4817
+ var _StartOrganizationServiceAccessUpdateCommand = class _StartOrganizationServiceAccessUpdateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4966
4818
  return [
4967
4819
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4968
4820
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4976,9 +4828,7 @@ var StartOrganizationServiceAccessUpdateCommand = _StartOrganizationServiceAcces
4976
4828
 
4977
4829
 
4978
4830
 
4979
- var _StartRouteAnalysisCommand = class _StartRouteAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
4980
- ...commonParams
4981
- }).m(function(Command, cs, config, o) {
4831
+ var _StartRouteAnalysisCommand = class _StartRouteAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4982
4832
  return [
4983
4833
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4984
4834
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4992,9 +4842,7 @@ var StartRouteAnalysisCommand = _StartRouteAnalysisCommand;
4992
4842
 
4993
4843
 
4994
4844
 
4995
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4996
- ...commonParams
4997
- }).m(function(Command, cs, config, o) {
4845
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4998
4846
  return [
4999
4847
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5000
4848
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5008,9 +4856,7 @@ var TagResourceCommand = _TagResourceCommand;
5008
4856
 
5009
4857
 
5010
4858
 
5011
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5012
- ...commonParams
5013
- }).m(function(Command, cs, config, o) {
4859
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5014
4860
  return [
5015
4861
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5016
4862
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5024,9 +4870,7 @@ var UntagResourceCommand = _UntagResourceCommand;
5024
4870
 
5025
4871
 
5026
4872
 
5027
- var _UpdateConnectionCommand = class _UpdateConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
5028
- ...commonParams
5029
- }).m(function(Command, cs, config, o) {
4873
+ var _UpdateConnectionCommand = class _UpdateConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5030
4874
  return [
5031
4875
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5032
4876
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5040,9 +4884,7 @@ var UpdateConnectionCommand = _UpdateConnectionCommand;
5040
4884
 
5041
4885
 
5042
4886
 
5043
- var _UpdateCoreNetworkCommand = class _UpdateCoreNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
5044
- ...commonParams
5045
- }).m(function(Command, cs, config, o) {
4887
+ var _UpdateCoreNetworkCommand = class _UpdateCoreNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5046
4888
  return [
5047
4889
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5048
4890
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5056,9 +4898,7 @@ var UpdateCoreNetworkCommand = _UpdateCoreNetworkCommand;
5056
4898
 
5057
4899
 
5058
4900
 
5059
- var _UpdateDeviceCommand = class _UpdateDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
5060
- ...commonParams
5061
- }).m(function(Command, cs, config, o) {
4901
+ var _UpdateDeviceCommand = class _UpdateDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5062
4902
  return [
5063
4903
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5064
4904
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5072,9 +4912,7 @@ var UpdateDeviceCommand = _UpdateDeviceCommand;
5072
4912
 
5073
4913
 
5074
4914
 
5075
- var _UpdateGlobalNetworkCommand = class _UpdateGlobalNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
5076
- ...commonParams
5077
- }).m(function(Command, cs, config, o) {
4915
+ var _UpdateGlobalNetworkCommand = class _UpdateGlobalNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5078
4916
  return [
5079
4917
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5080
4918
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5088,9 +4926,7 @@ var UpdateGlobalNetworkCommand = _UpdateGlobalNetworkCommand;
5088
4926
 
5089
4927
 
5090
4928
 
5091
- var _UpdateLinkCommand = class _UpdateLinkCommand extends import_smithy_client.Command.classBuilder().ep({
5092
- ...commonParams
5093
- }).m(function(Command, cs, config, o) {
4929
+ var _UpdateLinkCommand = class _UpdateLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5094
4930
  return [
5095
4931
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5096
4932
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5104,9 +4940,7 @@ var UpdateLinkCommand = _UpdateLinkCommand;
5104
4940
 
5105
4941
 
5106
4942
 
5107
- var _UpdateNetworkResourceMetadataCommand = class _UpdateNetworkResourceMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
5108
- ...commonParams
5109
- }).m(function(Command, cs, config, o) {
4943
+ var _UpdateNetworkResourceMetadataCommand = class _UpdateNetworkResourceMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5110
4944
  return [
5111
4945
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5112
4946
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5120,9 +4954,7 @@ var UpdateNetworkResourceMetadataCommand = _UpdateNetworkResourceMetadataCommand
5120
4954
 
5121
4955
 
5122
4956
 
5123
- var _UpdateSiteCommand = class _UpdateSiteCommand extends import_smithy_client.Command.classBuilder().ep({
5124
- ...commonParams
5125
- }).m(function(Command, cs, config, o) {
4957
+ var _UpdateSiteCommand = class _UpdateSiteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5126
4958
  return [
5127
4959
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5128
4960
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5136,9 +4968,7 @@ var UpdateSiteCommand = _UpdateSiteCommand;
5136
4968
 
5137
4969
 
5138
4970
 
5139
- var _UpdateVpcAttachmentCommand = class _UpdateVpcAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
5140
- ...commonParams
5141
- }).m(function(Command, cs, config, o) {
4971
+ var _UpdateVpcAttachmentCommand = class _UpdateVpcAttachmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5142
4972
  return [
5143
4973
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5144
4974
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())