@aws-sdk/client-api-gateway 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 (124) hide show
  1. package/dist-cjs/index.js +120 -360
  2. package/dist-es/commands/CreateApiKeyCommand.js +1 -3
  3. package/dist-es/commands/CreateAuthorizerCommand.js +1 -3
  4. package/dist-es/commands/CreateBasePathMappingCommand.js +1 -3
  5. package/dist-es/commands/CreateDeploymentCommand.js +1 -3
  6. package/dist-es/commands/CreateDocumentationPartCommand.js +1 -3
  7. package/dist-es/commands/CreateDocumentationVersionCommand.js +1 -3
  8. package/dist-es/commands/CreateDomainNameCommand.js +1 -3
  9. package/dist-es/commands/CreateModelCommand.js +1 -3
  10. package/dist-es/commands/CreateRequestValidatorCommand.js +1 -3
  11. package/dist-es/commands/CreateResourceCommand.js +1 -3
  12. package/dist-es/commands/CreateRestApiCommand.js +1 -3
  13. package/dist-es/commands/CreateStageCommand.js +1 -3
  14. package/dist-es/commands/CreateUsagePlanCommand.js +1 -3
  15. package/dist-es/commands/CreateUsagePlanKeyCommand.js +1 -3
  16. package/dist-es/commands/CreateVpcLinkCommand.js +1 -3
  17. package/dist-es/commands/DeleteApiKeyCommand.js +1 -3
  18. package/dist-es/commands/DeleteAuthorizerCommand.js +1 -3
  19. package/dist-es/commands/DeleteBasePathMappingCommand.js +1 -3
  20. package/dist-es/commands/DeleteClientCertificateCommand.js +1 -3
  21. package/dist-es/commands/DeleteDeploymentCommand.js +1 -3
  22. package/dist-es/commands/DeleteDocumentationPartCommand.js +1 -3
  23. package/dist-es/commands/DeleteDocumentationVersionCommand.js +1 -3
  24. package/dist-es/commands/DeleteDomainNameCommand.js +1 -3
  25. package/dist-es/commands/DeleteGatewayResponseCommand.js +1 -3
  26. package/dist-es/commands/DeleteIntegrationCommand.js +1 -3
  27. package/dist-es/commands/DeleteIntegrationResponseCommand.js +1 -3
  28. package/dist-es/commands/DeleteMethodCommand.js +1 -3
  29. package/dist-es/commands/DeleteMethodResponseCommand.js +1 -3
  30. package/dist-es/commands/DeleteModelCommand.js +1 -3
  31. package/dist-es/commands/DeleteRequestValidatorCommand.js +1 -3
  32. package/dist-es/commands/DeleteResourceCommand.js +1 -3
  33. package/dist-es/commands/DeleteRestApiCommand.js +1 -3
  34. package/dist-es/commands/DeleteStageCommand.js +1 -3
  35. package/dist-es/commands/DeleteUsagePlanCommand.js +1 -3
  36. package/dist-es/commands/DeleteUsagePlanKeyCommand.js +1 -3
  37. package/dist-es/commands/DeleteVpcLinkCommand.js +1 -3
  38. package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +1 -3
  39. package/dist-es/commands/FlushStageCacheCommand.js +1 -3
  40. package/dist-es/commands/GenerateClientCertificateCommand.js +1 -3
  41. package/dist-es/commands/GetAccountCommand.js +1 -3
  42. package/dist-es/commands/GetApiKeyCommand.js +1 -3
  43. package/dist-es/commands/GetApiKeysCommand.js +1 -3
  44. package/dist-es/commands/GetAuthorizerCommand.js +1 -3
  45. package/dist-es/commands/GetAuthorizersCommand.js +1 -3
  46. package/dist-es/commands/GetBasePathMappingCommand.js +1 -3
  47. package/dist-es/commands/GetBasePathMappingsCommand.js +1 -3
  48. package/dist-es/commands/GetClientCertificateCommand.js +1 -3
  49. package/dist-es/commands/GetClientCertificatesCommand.js +1 -3
  50. package/dist-es/commands/GetDeploymentCommand.js +1 -3
  51. package/dist-es/commands/GetDeploymentsCommand.js +1 -3
  52. package/dist-es/commands/GetDocumentationPartCommand.js +1 -3
  53. package/dist-es/commands/GetDocumentationPartsCommand.js +1 -3
  54. package/dist-es/commands/GetDocumentationVersionCommand.js +1 -3
  55. package/dist-es/commands/GetDocumentationVersionsCommand.js +1 -3
  56. package/dist-es/commands/GetDomainNameCommand.js +1 -3
  57. package/dist-es/commands/GetDomainNamesCommand.js +1 -3
  58. package/dist-es/commands/GetExportCommand.js +1 -3
  59. package/dist-es/commands/GetGatewayResponseCommand.js +1 -3
  60. package/dist-es/commands/GetGatewayResponsesCommand.js +1 -3
  61. package/dist-es/commands/GetIntegrationCommand.js +1 -3
  62. package/dist-es/commands/GetIntegrationResponseCommand.js +1 -3
  63. package/dist-es/commands/GetMethodCommand.js +1 -3
  64. package/dist-es/commands/GetMethodResponseCommand.js +1 -3
  65. package/dist-es/commands/GetModelCommand.js +1 -3
  66. package/dist-es/commands/GetModelTemplateCommand.js +1 -3
  67. package/dist-es/commands/GetModelsCommand.js +1 -3
  68. package/dist-es/commands/GetRequestValidatorCommand.js +1 -3
  69. package/dist-es/commands/GetRequestValidatorsCommand.js +1 -3
  70. package/dist-es/commands/GetResourceCommand.js +1 -3
  71. package/dist-es/commands/GetResourcesCommand.js +1 -3
  72. package/dist-es/commands/GetRestApiCommand.js +1 -3
  73. package/dist-es/commands/GetRestApisCommand.js +1 -3
  74. package/dist-es/commands/GetSdkCommand.js +1 -3
  75. package/dist-es/commands/GetSdkTypeCommand.js +1 -3
  76. package/dist-es/commands/GetSdkTypesCommand.js +1 -3
  77. package/dist-es/commands/GetStageCommand.js +1 -3
  78. package/dist-es/commands/GetStagesCommand.js +1 -3
  79. package/dist-es/commands/GetTagsCommand.js +1 -3
  80. package/dist-es/commands/GetUsageCommand.js +1 -3
  81. package/dist-es/commands/GetUsagePlanCommand.js +1 -3
  82. package/dist-es/commands/GetUsagePlanKeyCommand.js +1 -3
  83. package/dist-es/commands/GetUsagePlanKeysCommand.js +1 -3
  84. package/dist-es/commands/GetUsagePlansCommand.js +1 -3
  85. package/dist-es/commands/GetVpcLinkCommand.js +1 -3
  86. package/dist-es/commands/GetVpcLinksCommand.js +1 -3
  87. package/dist-es/commands/ImportApiKeysCommand.js +1 -3
  88. package/dist-es/commands/ImportDocumentationPartsCommand.js +1 -3
  89. package/dist-es/commands/ImportRestApiCommand.js +1 -3
  90. package/dist-es/commands/PutGatewayResponseCommand.js +1 -3
  91. package/dist-es/commands/PutIntegrationCommand.js +1 -3
  92. package/dist-es/commands/PutIntegrationResponseCommand.js +1 -3
  93. package/dist-es/commands/PutMethodCommand.js +1 -3
  94. package/dist-es/commands/PutMethodResponseCommand.js +1 -3
  95. package/dist-es/commands/PutRestApiCommand.js +1 -3
  96. package/dist-es/commands/TagResourceCommand.js +1 -3
  97. package/dist-es/commands/TestInvokeAuthorizerCommand.js +1 -3
  98. package/dist-es/commands/TestInvokeMethodCommand.js +1 -3
  99. package/dist-es/commands/UntagResourceCommand.js +1 -3
  100. package/dist-es/commands/UpdateAccountCommand.js +1 -3
  101. package/dist-es/commands/UpdateApiKeyCommand.js +1 -3
  102. package/dist-es/commands/UpdateAuthorizerCommand.js +1 -3
  103. package/dist-es/commands/UpdateBasePathMappingCommand.js +1 -3
  104. package/dist-es/commands/UpdateClientCertificateCommand.js +1 -3
  105. package/dist-es/commands/UpdateDeploymentCommand.js +1 -3
  106. package/dist-es/commands/UpdateDocumentationPartCommand.js +1 -3
  107. package/dist-es/commands/UpdateDocumentationVersionCommand.js +1 -3
  108. package/dist-es/commands/UpdateDomainNameCommand.js +1 -3
  109. package/dist-es/commands/UpdateGatewayResponseCommand.js +1 -3
  110. package/dist-es/commands/UpdateIntegrationCommand.js +1 -3
  111. package/dist-es/commands/UpdateIntegrationResponseCommand.js +1 -3
  112. package/dist-es/commands/UpdateMethodCommand.js +1 -3
  113. package/dist-es/commands/UpdateMethodResponseCommand.js +1 -3
  114. package/dist-es/commands/UpdateModelCommand.js +1 -3
  115. package/dist-es/commands/UpdateRequestValidatorCommand.js +1 -3
  116. package/dist-es/commands/UpdateResourceCommand.js +1 -3
  117. package/dist-es/commands/UpdateRestApiCommand.js +1 -3
  118. package/dist-es/commands/UpdateStageCommand.js +1 -3
  119. package/dist-es/commands/UpdateUsageCommand.js +1 -3
  120. package/dist-es/commands/UpdateUsagePlanCommand.js +1 -3
  121. package/dist-es/commands/UpdateVpcLinkCommand.js +1 -3
  122. package/dist-es/endpoint/endpointResolver.js +7 -3
  123. package/package.json +4 -4
  124. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -4837,9 +4837,7 @@ var _t = "type";
4837
4837
  var _tK = "tagKeys";
4838
4838
 
4839
4839
  // src/commands/CreateApiKeyCommand.ts
4840
- var _CreateApiKeyCommand = class _CreateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
4841
- ...commonParams
4842
- }).m(function(Command, cs, config, o) {
4840
+ var _CreateApiKeyCommand = class _CreateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4843
4841
  return [
4844
4842
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4845
4843
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4853,9 +4851,7 @@ var CreateApiKeyCommand = _CreateApiKeyCommand;
4853
4851
 
4854
4852
 
4855
4853
 
4856
- var _CreateAuthorizerCommand = class _CreateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
4857
- ...commonParams
4858
- }).m(function(Command, cs, config, o) {
4854
+ var _CreateAuthorizerCommand = class _CreateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4859
4855
  return [
4860
4856
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4861
4857
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4869,9 +4865,7 @@ var CreateAuthorizerCommand = _CreateAuthorizerCommand;
4869
4865
 
4870
4866
 
4871
4867
 
4872
- var _CreateBasePathMappingCommand = class _CreateBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep({
4873
- ...commonParams
4874
- }).m(function(Command, cs, config, o) {
4868
+ var _CreateBasePathMappingCommand = class _CreateBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4875
4869
  return [
4876
4870
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4877
4871
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4885,9 +4879,7 @@ var CreateBasePathMappingCommand = _CreateBasePathMappingCommand;
4885
4879
 
4886
4880
 
4887
4881
 
4888
- var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
4889
- ...commonParams
4890
- }).m(function(Command, cs, config, o) {
4882
+ var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4891
4883
  return [
4892
4884
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4893
4885
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4901,9 +4893,7 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
4901
4893
 
4902
4894
 
4903
4895
 
4904
- var _CreateDocumentationPartCommand = class _CreateDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep({
4905
- ...commonParams
4906
- }).m(function(Command, cs, config, o) {
4896
+ var _CreateDocumentationPartCommand = class _CreateDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4907
4897
  return [
4908
4898
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4909
4899
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4917,9 +4907,7 @@ var CreateDocumentationPartCommand = _CreateDocumentationPartCommand;
4917
4907
 
4918
4908
 
4919
4909
 
4920
- var _CreateDocumentationVersionCommand = class _CreateDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
4921
- ...commonParams
4922
- }).m(function(Command, cs, config, o) {
4910
+ var _CreateDocumentationVersionCommand = class _CreateDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4923
4911
  return [
4924
4912
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4925
4913
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4933,9 +4921,7 @@ var CreateDocumentationVersionCommand = _CreateDocumentationVersionCommand;
4933
4921
 
4934
4922
 
4935
4923
 
4936
- var _CreateDomainNameCommand = class _CreateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
4937
- ...commonParams
4938
- }).m(function(Command, cs, config, o) {
4924
+ var _CreateDomainNameCommand = class _CreateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4939
4925
  return [
4940
4926
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4941
4927
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4949,9 +4935,7 @@ var CreateDomainNameCommand = _CreateDomainNameCommand;
4949
4935
 
4950
4936
 
4951
4937
 
4952
- var _CreateModelCommand = class _CreateModelCommand extends import_smithy_client.Command.classBuilder().ep({
4953
- ...commonParams
4954
- }).m(function(Command, cs, config, o) {
4938
+ var _CreateModelCommand = class _CreateModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4955
4939
  return [
4956
4940
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4957
4941
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4965,9 +4949,7 @@ var CreateModelCommand = _CreateModelCommand;
4965
4949
 
4966
4950
 
4967
4951
 
4968
- var _CreateRequestValidatorCommand = class _CreateRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep({
4969
- ...commonParams
4970
- }).m(function(Command, cs, config, o) {
4952
+ var _CreateRequestValidatorCommand = class _CreateRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4971
4953
  return [
4972
4954
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4973
4955
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4981,9 +4963,7 @@ var CreateRequestValidatorCommand = _CreateRequestValidatorCommand;
4981
4963
 
4982
4964
 
4983
4965
 
4984
- var _CreateResourceCommand = class _CreateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4985
- ...commonParams
4986
- }).m(function(Command, cs, config, o) {
4966
+ var _CreateResourceCommand = class _CreateResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4987
4967
  return [
4988
4968
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4989
4969
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4997,9 +4977,7 @@ var CreateResourceCommand = _CreateResourceCommand;
4997
4977
 
4998
4978
 
4999
4979
 
5000
- var _CreateRestApiCommand = class _CreateRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
5001
- ...commonParams
5002
- }).m(function(Command, cs, config, o) {
4980
+ var _CreateRestApiCommand = class _CreateRestApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5003
4981
  return [
5004
4982
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5005
4983
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5013,9 +4991,7 @@ var CreateRestApiCommand = _CreateRestApiCommand;
5013
4991
 
5014
4992
 
5015
4993
 
5016
- var _CreateStageCommand = class _CreateStageCommand extends import_smithy_client.Command.classBuilder().ep({
5017
- ...commonParams
5018
- }).m(function(Command, cs, config, o) {
4994
+ var _CreateStageCommand = class _CreateStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5019
4995
  return [
5020
4996
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5021
4997
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5029,9 +5005,7 @@ var CreateStageCommand = _CreateStageCommand;
5029
5005
 
5030
5006
 
5031
5007
 
5032
- var _CreateUsagePlanCommand = class _CreateUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep({
5033
- ...commonParams
5034
- }).m(function(Command, cs, config, o) {
5008
+ var _CreateUsagePlanCommand = class _CreateUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5035
5009
  return [
5036
5010
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5037
5011
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5045,9 +5019,7 @@ var CreateUsagePlanCommand = _CreateUsagePlanCommand;
5045
5019
 
5046
5020
 
5047
5021
 
5048
- var _CreateUsagePlanKeyCommand = class _CreateUsagePlanKeyCommand extends import_smithy_client.Command.classBuilder().ep({
5049
- ...commonParams
5050
- }).m(function(Command, cs, config, o) {
5022
+ var _CreateUsagePlanKeyCommand = class _CreateUsagePlanKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5051
5023
  return [
5052
5024
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5053
5025
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5061,9 +5033,7 @@ var CreateUsagePlanKeyCommand = _CreateUsagePlanKeyCommand;
5061
5033
 
5062
5034
 
5063
5035
 
5064
- var _CreateVpcLinkCommand = class _CreateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
5065
- ...commonParams
5066
- }).m(function(Command, cs, config, o) {
5036
+ var _CreateVpcLinkCommand = class _CreateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5067
5037
  return [
5068
5038
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5069
5039
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5077,9 +5047,7 @@ var CreateVpcLinkCommand = _CreateVpcLinkCommand;
5077
5047
 
5078
5048
 
5079
5049
 
5080
- var _DeleteApiKeyCommand = class _DeleteApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
5081
- ...commonParams
5082
- }).m(function(Command, cs, config, o) {
5050
+ var _DeleteApiKeyCommand = class _DeleteApiKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5083
5051
  return [
5084
5052
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5085
5053
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5093,9 +5061,7 @@ var DeleteApiKeyCommand = _DeleteApiKeyCommand;
5093
5061
 
5094
5062
 
5095
5063
 
5096
- var _DeleteAuthorizerCommand = class _DeleteAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
5097
- ...commonParams
5098
- }).m(function(Command, cs, config, o) {
5064
+ var _DeleteAuthorizerCommand = class _DeleteAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5099
5065
  return [
5100
5066
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5101
5067
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5109,9 +5075,7 @@ var DeleteAuthorizerCommand = _DeleteAuthorizerCommand;
5109
5075
 
5110
5076
 
5111
5077
 
5112
- var _DeleteBasePathMappingCommand = class _DeleteBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep({
5113
- ...commonParams
5114
- }).m(function(Command, cs, config, o) {
5078
+ var _DeleteBasePathMappingCommand = class _DeleteBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5115
5079
  return [
5116
5080
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5117
5081
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5125,9 +5089,7 @@ var DeleteBasePathMappingCommand = _DeleteBasePathMappingCommand;
5125
5089
 
5126
5090
 
5127
5091
 
5128
- var _DeleteClientCertificateCommand = class _DeleteClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
5129
- ...commonParams
5130
- }).m(function(Command, cs, config, o) {
5092
+ var _DeleteClientCertificateCommand = class _DeleteClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5131
5093
  return [
5132
5094
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5133
5095
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5141,9 +5103,7 @@ var DeleteClientCertificateCommand = _DeleteClientCertificateCommand;
5141
5103
 
5142
5104
 
5143
5105
 
5144
- var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
5145
- ...commonParams
5146
- }).m(function(Command, cs, config, o) {
5106
+ var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5147
5107
  return [
5148
5108
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5149
5109
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5157,9 +5117,7 @@ var DeleteDeploymentCommand = _DeleteDeploymentCommand;
5157
5117
 
5158
5118
 
5159
5119
 
5160
- var _DeleteDocumentationPartCommand = class _DeleteDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep({
5161
- ...commonParams
5162
- }).m(function(Command, cs, config, o) {
5120
+ var _DeleteDocumentationPartCommand = class _DeleteDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5163
5121
  return [
5164
5122
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5165
5123
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5173,9 +5131,7 @@ var DeleteDocumentationPartCommand = _DeleteDocumentationPartCommand;
5173
5131
 
5174
5132
 
5175
5133
 
5176
- var _DeleteDocumentationVersionCommand = class _DeleteDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5177
- ...commonParams
5178
- }).m(function(Command, cs, config, o) {
5134
+ var _DeleteDocumentationVersionCommand = class _DeleteDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5179
5135
  return [
5180
5136
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5181
5137
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5189,9 +5145,7 @@ var DeleteDocumentationVersionCommand = _DeleteDocumentationVersionCommand;
5189
5145
 
5190
5146
 
5191
5147
 
5192
- var _DeleteDomainNameCommand = class _DeleteDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
5193
- ...commonParams
5194
- }).m(function(Command, cs, config, o) {
5148
+ var _DeleteDomainNameCommand = class _DeleteDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5195
5149
  return [
5196
5150
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5197
5151
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5205,9 +5159,7 @@ var DeleteDomainNameCommand = _DeleteDomainNameCommand;
5205
5159
 
5206
5160
 
5207
5161
 
5208
- var _DeleteGatewayResponseCommand = class _DeleteGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5209
- ...commonParams
5210
- }).m(function(Command, cs, config, o) {
5162
+ var _DeleteGatewayResponseCommand = class _DeleteGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5211
5163
  return [
5212
5164
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5213
5165
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5221,9 +5173,7 @@ var DeleteGatewayResponseCommand = _DeleteGatewayResponseCommand;
5221
5173
 
5222
5174
 
5223
5175
 
5224
- var _DeleteIntegrationCommand = class _DeleteIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
5225
- ...commonParams
5226
- }).m(function(Command, cs, config, o) {
5176
+ var _DeleteIntegrationCommand = class _DeleteIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5227
5177
  return [
5228
5178
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5229
5179
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5237,9 +5187,7 @@ var DeleteIntegrationCommand = _DeleteIntegrationCommand;
5237
5187
 
5238
5188
 
5239
5189
 
5240
- var _DeleteIntegrationResponseCommand = class _DeleteIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5241
- ...commonParams
5242
- }).m(function(Command, cs, config, o) {
5190
+ var _DeleteIntegrationResponseCommand = class _DeleteIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5243
5191
  return [
5244
5192
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5245
5193
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5253,9 +5201,7 @@ var DeleteIntegrationResponseCommand = _DeleteIntegrationResponseCommand;
5253
5201
 
5254
5202
 
5255
5203
 
5256
- var _DeleteMethodCommand = class _DeleteMethodCommand extends import_smithy_client.Command.classBuilder().ep({
5257
- ...commonParams
5258
- }).m(function(Command, cs, config, o) {
5204
+ var _DeleteMethodCommand = class _DeleteMethodCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5259
5205
  return [
5260
5206
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5261
5207
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5269,9 +5215,7 @@ var DeleteMethodCommand = _DeleteMethodCommand;
5269
5215
 
5270
5216
 
5271
5217
 
5272
- var _DeleteMethodResponseCommand = class _DeleteMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5273
- ...commonParams
5274
- }).m(function(Command, cs, config, o) {
5218
+ var _DeleteMethodResponseCommand = class _DeleteMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5275
5219
  return [
5276
5220
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5277
5221
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5285,9 +5229,7 @@ var DeleteMethodResponseCommand = _DeleteMethodResponseCommand;
5285
5229
 
5286
5230
 
5287
5231
 
5288
- var _DeleteModelCommand = class _DeleteModelCommand extends import_smithy_client.Command.classBuilder().ep({
5289
- ...commonParams
5290
- }).m(function(Command, cs, config, o) {
5232
+ var _DeleteModelCommand = class _DeleteModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5291
5233
  return [
5292
5234
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5293
5235
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5301,9 +5243,7 @@ var DeleteModelCommand = _DeleteModelCommand;
5301
5243
 
5302
5244
 
5303
5245
 
5304
- var _DeleteRequestValidatorCommand = class _DeleteRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep({
5305
- ...commonParams
5306
- }).m(function(Command, cs, config, o) {
5246
+ var _DeleteRequestValidatorCommand = class _DeleteRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5307
5247
  return [
5308
5248
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5309
5249
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5317,9 +5257,7 @@ var DeleteRequestValidatorCommand = _DeleteRequestValidatorCommand;
5317
5257
 
5318
5258
 
5319
5259
 
5320
- var _DeleteResourceCommand = class _DeleteResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5321
- ...commonParams
5322
- }).m(function(Command, cs, config, o) {
5260
+ var _DeleteResourceCommand = class _DeleteResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5323
5261
  return [
5324
5262
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5325
5263
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5333,9 +5271,7 @@ var DeleteResourceCommand = _DeleteResourceCommand;
5333
5271
 
5334
5272
 
5335
5273
 
5336
- var _DeleteRestApiCommand = class _DeleteRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
5337
- ...commonParams
5338
- }).m(function(Command, cs, config, o) {
5274
+ var _DeleteRestApiCommand = class _DeleteRestApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5339
5275
  return [
5340
5276
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5341
5277
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5349,9 +5285,7 @@ var DeleteRestApiCommand = _DeleteRestApiCommand;
5349
5285
 
5350
5286
 
5351
5287
 
5352
- var _DeleteStageCommand = class _DeleteStageCommand extends import_smithy_client.Command.classBuilder().ep({
5353
- ...commonParams
5354
- }).m(function(Command, cs, config, o) {
5288
+ var _DeleteStageCommand = class _DeleteStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5355
5289
  return [
5356
5290
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5357
5291
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5365,9 +5299,7 @@ var DeleteStageCommand = _DeleteStageCommand;
5365
5299
 
5366
5300
 
5367
5301
 
5368
- var _DeleteUsagePlanCommand = class _DeleteUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep({
5369
- ...commonParams
5370
- }).m(function(Command, cs, config, o) {
5302
+ var _DeleteUsagePlanCommand = class _DeleteUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5371
5303
  return [
5372
5304
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5373
5305
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5381,9 +5313,7 @@ var DeleteUsagePlanCommand = _DeleteUsagePlanCommand;
5381
5313
 
5382
5314
 
5383
5315
 
5384
- var _DeleteUsagePlanKeyCommand = class _DeleteUsagePlanKeyCommand extends import_smithy_client.Command.classBuilder().ep({
5385
- ...commonParams
5386
- }).m(function(Command, cs, config, o) {
5316
+ var _DeleteUsagePlanKeyCommand = class _DeleteUsagePlanKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5387
5317
  return [
5388
5318
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5389
5319
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5397,9 +5327,7 @@ var DeleteUsagePlanKeyCommand = _DeleteUsagePlanKeyCommand;
5397
5327
 
5398
5328
 
5399
5329
 
5400
- var _DeleteVpcLinkCommand = class _DeleteVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
5401
- ...commonParams
5402
- }).m(function(Command, cs, config, o) {
5330
+ var _DeleteVpcLinkCommand = class _DeleteVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5403
5331
  return [
5404
5332
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5405
5333
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5413,9 +5341,7 @@ var DeleteVpcLinkCommand = _DeleteVpcLinkCommand;
5413
5341
 
5414
5342
 
5415
5343
 
5416
- var _FlushStageAuthorizersCacheCommand = class _FlushStageAuthorizersCacheCommand extends import_smithy_client.Command.classBuilder().ep({
5417
- ...commonParams
5418
- }).m(function(Command, cs, config, o) {
5344
+ var _FlushStageAuthorizersCacheCommand = class _FlushStageAuthorizersCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5419
5345
  return [
5420
5346
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5421
5347
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5429,9 +5355,7 @@ var FlushStageAuthorizersCacheCommand = _FlushStageAuthorizersCacheCommand;
5429
5355
 
5430
5356
 
5431
5357
 
5432
- var _FlushStageCacheCommand = class _FlushStageCacheCommand extends import_smithy_client.Command.classBuilder().ep({
5433
- ...commonParams
5434
- }).m(function(Command, cs, config, o) {
5358
+ var _FlushStageCacheCommand = class _FlushStageCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5435
5359
  return [
5436
5360
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5437
5361
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5445,9 +5369,7 @@ var FlushStageCacheCommand = _FlushStageCacheCommand;
5445
5369
 
5446
5370
 
5447
5371
 
5448
- var _GenerateClientCertificateCommand = class _GenerateClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
5449
- ...commonParams
5450
- }).m(function(Command, cs, config, o) {
5372
+ var _GenerateClientCertificateCommand = class _GenerateClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5451
5373
  return [
5452
5374
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5453
5375
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5461,9 +5383,7 @@ var GenerateClientCertificateCommand = _GenerateClientCertificateCommand;
5461
5383
 
5462
5384
 
5463
5385
 
5464
- var _GetAccountCommand = class _GetAccountCommand extends import_smithy_client.Command.classBuilder().ep({
5465
- ...commonParams
5466
- }).m(function(Command, cs, config, o) {
5386
+ var _GetAccountCommand = class _GetAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5467
5387
  return [
5468
5388
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5469
5389
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5477,9 +5397,7 @@ var GetAccountCommand = _GetAccountCommand;
5477
5397
 
5478
5398
 
5479
5399
 
5480
- var _GetApiKeyCommand = class _GetApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
5481
- ...commonParams
5482
- }).m(function(Command, cs, config, o) {
5400
+ var _GetApiKeyCommand = class _GetApiKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5483
5401
  return [
5484
5402
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5485
5403
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5493,9 +5411,7 @@ var GetApiKeyCommand = _GetApiKeyCommand;
5493
5411
 
5494
5412
 
5495
5413
 
5496
- var _GetApiKeysCommand = class _GetApiKeysCommand extends import_smithy_client.Command.classBuilder().ep({
5497
- ...commonParams
5498
- }).m(function(Command, cs, config, o) {
5414
+ var _GetApiKeysCommand = class _GetApiKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5499
5415
  return [
5500
5416
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5501
5417
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5509,9 +5425,7 @@ var GetApiKeysCommand = _GetApiKeysCommand;
5509
5425
 
5510
5426
 
5511
5427
 
5512
- var _GetAuthorizerCommand = class _GetAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
5513
- ...commonParams
5514
- }).m(function(Command, cs, config, o) {
5428
+ var _GetAuthorizerCommand = class _GetAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5515
5429
  return [
5516
5430
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5517
5431
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5525,9 +5439,7 @@ var GetAuthorizerCommand = _GetAuthorizerCommand;
5525
5439
 
5526
5440
 
5527
5441
 
5528
- var _GetAuthorizersCommand = class _GetAuthorizersCommand extends import_smithy_client.Command.classBuilder().ep({
5529
- ...commonParams
5530
- }).m(function(Command, cs, config, o) {
5442
+ var _GetAuthorizersCommand = class _GetAuthorizersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5531
5443
  return [
5532
5444
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5533
5445
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5541,9 +5453,7 @@ var GetAuthorizersCommand = _GetAuthorizersCommand;
5541
5453
 
5542
5454
 
5543
5455
 
5544
- var _GetBasePathMappingCommand = class _GetBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep({
5545
- ...commonParams
5546
- }).m(function(Command, cs, config, o) {
5456
+ var _GetBasePathMappingCommand = class _GetBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5547
5457
  return [
5548
5458
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5549
5459
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5557,9 +5467,7 @@ var GetBasePathMappingCommand = _GetBasePathMappingCommand;
5557
5467
 
5558
5468
 
5559
5469
 
5560
- var _GetBasePathMappingsCommand = class _GetBasePathMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
5561
- ...commonParams
5562
- }).m(function(Command, cs, config, o) {
5470
+ var _GetBasePathMappingsCommand = class _GetBasePathMappingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5563
5471
  return [
5564
5472
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5565
5473
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5573,9 +5481,7 @@ var GetBasePathMappingsCommand = _GetBasePathMappingsCommand;
5573
5481
 
5574
5482
 
5575
5483
 
5576
- var _GetClientCertificateCommand = class _GetClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
5577
- ...commonParams
5578
- }).m(function(Command, cs, config, o) {
5484
+ var _GetClientCertificateCommand = class _GetClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5579
5485
  return [
5580
5486
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5581
5487
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5589,9 +5495,7 @@ var GetClientCertificateCommand = _GetClientCertificateCommand;
5589
5495
 
5590
5496
 
5591
5497
 
5592
- var _GetClientCertificatesCommand = class _GetClientCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
5593
- ...commonParams
5594
- }).m(function(Command, cs, config, o) {
5498
+ var _GetClientCertificatesCommand = class _GetClientCertificatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5595
5499
  return [
5596
5500
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5597
5501
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5605,9 +5509,7 @@ var GetClientCertificatesCommand = _GetClientCertificatesCommand;
5605
5509
 
5606
5510
 
5607
5511
 
5608
- var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
5609
- ...commonParams
5610
- }).m(function(Command, cs, config, o) {
5512
+ var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5611
5513
  return [
5612
5514
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5613
5515
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5621,9 +5523,7 @@ var GetDeploymentCommand = _GetDeploymentCommand;
5621
5523
 
5622
5524
 
5623
5525
 
5624
- var _GetDeploymentsCommand = class _GetDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
5625
- ...commonParams
5626
- }).m(function(Command, cs, config, o) {
5526
+ var _GetDeploymentsCommand = class _GetDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5627
5527
  return [
5628
5528
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5629
5529
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5637,9 +5537,7 @@ var GetDeploymentsCommand = _GetDeploymentsCommand;
5637
5537
 
5638
5538
 
5639
5539
 
5640
- var _GetDocumentationPartCommand = class _GetDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep({
5641
- ...commonParams
5642
- }).m(function(Command, cs, config, o) {
5540
+ var _GetDocumentationPartCommand = class _GetDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5643
5541
  return [
5644
5542
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5645
5543
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5653,9 +5551,7 @@ var GetDocumentationPartCommand = _GetDocumentationPartCommand;
5653
5551
 
5654
5552
 
5655
5553
 
5656
- var _GetDocumentationPartsCommand = class _GetDocumentationPartsCommand extends import_smithy_client.Command.classBuilder().ep({
5657
- ...commonParams
5658
- }).m(function(Command, cs, config, o) {
5554
+ var _GetDocumentationPartsCommand = class _GetDocumentationPartsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5659
5555
  return [
5660
5556
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5661
5557
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5669,9 +5565,7 @@ var GetDocumentationPartsCommand = _GetDocumentationPartsCommand;
5669
5565
 
5670
5566
 
5671
5567
 
5672
- var _GetDocumentationVersionCommand = class _GetDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5673
- ...commonParams
5674
- }).m(function(Command, cs, config, o) {
5568
+ var _GetDocumentationVersionCommand = class _GetDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5675
5569
  return [
5676
5570
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5677
5571
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5685,9 +5579,7 @@ var GetDocumentationVersionCommand = _GetDocumentationVersionCommand;
5685
5579
 
5686
5580
 
5687
5581
 
5688
- var _GetDocumentationVersionsCommand = class _GetDocumentationVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
5689
- ...commonParams
5690
- }).m(function(Command, cs, config, o) {
5582
+ var _GetDocumentationVersionsCommand = class _GetDocumentationVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5691
5583
  return [
5692
5584
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5693
5585
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5701,9 +5593,7 @@ var GetDocumentationVersionsCommand = _GetDocumentationVersionsCommand;
5701
5593
 
5702
5594
 
5703
5595
 
5704
- var _GetDomainNameCommand = class _GetDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
5705
- ...commonParams
5706
- }).m(function(Command, cs, config, o) {
5596
+ var _GetDomainNameCommand = class _GetDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5707
5597
  return [
5708
5598
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5709
5599
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5717,9 +5607,7 @@ var GetDomainNameCommand = _GetDomainNameCommand;
5717
5607
 
5718
5608
 
5719
5609
 
5720
- var _GetDomainNamesCommand = class _GetDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
5721
- ...commonParams
5722
- }).m(function(Command, cs, config, o) {
5610
+ var _GetDomainNamesCommand = class _GetDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5723
5611
  return [
5724
5612
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5725
5613
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5733,9 +5621,7 @@ var GetDomainNamesCommand = _GetDomainNamesCommand;
5733
5621
 
5734
5622
 
5735
5623
 
5736
- var _GetExportCommand = class _GetExportCommand extends import_smithy_client.Command.classBuilder().ep({
5737
- ...commonParams
5738
- }).m(function(Command, cs, config, o) {
5624
+ var _GetExportCommand = class _GetExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5739
5625
  return [
5740
5626
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5741
5627
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5749,9 +5635,7 @@ var GetExportCommand = _GetExportCommand;
5749
5635
 
5750
5636
 
5751
5637
 
5752
- var _GetGatewayResponseCommand = class _GetGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5753
- ...commonParams
5754
- }).m(function(Command, cs, config, o) {
5638
+ var _GetGatewayResponseCommand = class _GetGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5755
5639
  return [
5756
5640
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5757
5641
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5765,9 +5649,7 @@ var GetGatewayResponseCommand = _GetGatewayResponseCommand;
5765
5649
 
5766
5650
 
5767
5651
 
5768
- var _GetGatewayResponsesCommand = class _GetGatewayResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
5769
- ...commonParams
5770
- }).m(function(Command, cs, config, o) {
5652
+ var _GetGatewayResponsesCommand = class _GetGatewayResponsesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5771
5653
  return [
5772
5654
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5773
5655
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5781,9 +5663,7 @@ var GetGatewayResponsesCommand = _GetGatewayResponsesCommand;
5781
5663
 
5782
5664
 
5783
5665
 
5784
- var _GetIntegrationCommand = class _GetIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
5785
- ...commonParams
5786
- }).m(function(Command, cs, config, o) {
5666
+ var _GetIntegrationCommand = class _GetIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5787
5667
  return [
5788
5668
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5789
5669
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5797,9 +5677,7 @@ var GetIntegrationCommand = _GetIntegrationCommand;
5797
5677
 
5798
5678
 
5799
5679
 
5800
- var _GetIntegrationResponseCommand = class _GetIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5801
- ...commonParams
5802
- }).m(function(Command, cs, config, o) {
5680
+ var _GetIntegrationResponseCommand = class _GetIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5803
5681
  return [
5804
5682
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5805
5683
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5813,9 +5691,7 @@ var GetIntegrationResponseCommand = _GetIntegrationResponseCommand;
5813
5691
 
5814
5692
 
5815
5693
 
5816
- var _GetMethodCommand = class _GetMethodCommand extends import_smithy_client.Command.classBuilder().ep({
5817
- ...commonParams
5818
- }).m(function(Command, cs, config, o) {
5694
+ var _GetMethodCommand = class _GetMethodCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5819
5695
  return [
5820
5696
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5821
5697
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5829,9 +5705,7 @@ var GetMethodCommand = _GetMethodCommand;
5829
5705
 
5830
5706
 
5831
5707
 
5832
- var _GetMethodResponseCommand = class _GetMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5833
- ...commonParams
5834
- }).m(function(Command, cs, config, o) {
5708
+ var _GetMethodResponseCommand = class _GetMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5835
5709
  return [
5836
5710
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5837
5711
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5845,9 +5719,7 @@ var GetMethodResponseCommand = _GetMethodResponseCommand;
5845
5719
 
5846
5720
 
5847
5721
 
5848
- var _GetModelCommand = class _GetModelCommand extends import_smithy_client.Command.classBuilder().ep({
5849
- ...commonParams
5850
- }).m(function(Command, cs, config, o) {
5722
+ var _GetModelCommand = class _GetModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5851
5723
  return [
5852
5724
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5853
5725
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5861,9 +5733,7 @@ var GetModelCommand = _GetModelCommand;
5861
5733
 
5862
5734
 
5863
5735
 
5864
- var _GetModelsCommand = class _GetModelsCommand extends import_smithy_client.Command.classBuilder().ep({
5865
- ...commonParams
5866
- }).m(function(Command, cs, config, o) {
5736
+ var _GetModelsCommand = class _GetModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5867
5737
  return [
5868
5738
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5869
5739
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5877,9 +5747,7 @@ var GetModelsCommand = _GetModelsCommand;
5877
5747
 
5878
5748
 
5879
5749
 
5880
- var _GetModelTemplateCommand = class _GetModelTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
5881
- ...commonParams
5882
- }).m(function(Command, cs, config, o) {
5750
+ var _GetModelTemplateCommand = class _GetModelTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5883
5751
  return [
5884
5752
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5885
5753
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5893,9 +5761,7 @@ var GetModelTemplateCommand = _GetModelTemplateCommand;
5893
5761
 
5894
5762
 
5895
5763
 
5896
- var _GetRequestValidatorCommand = class _GetRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep({
5897
- ...commonParams
5898
- }).m(function(Command, cs, config, o) {
5764
+ var _GetRequestValidatorCommand = class _GetRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5899
5765
  return [
5900
5766
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5901
5767
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5909,9 +5775,7 @@ var GetRequestValidatorCommand = _GetRequestValidatorCommand;
5909
5775
 
5910
5776
 
5911
5777
 
5912
- var _GetRequestValidatorsCommand = class _GetRequestValidatorsCommand extends import_smithy_client.Command.classBuilder().ep({
5913
- ...commonParams
5914
- }).m(function(Command, cs, config, o) {
5778
+ var _GetRequestValidatorsCommand = class _GetRequestValidatorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5915
5779
  return [
5916
5780
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5917
5781
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5925,9 +5789,7 @@ var GetRequestValidatorsCommand = _GetRequestValidatorsCommand;
5925
5789
 
5926
5790
 
5927
5791
 
5928
- var _GetResourceCommand = class _GetResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5929
- ...commonParams
5930
- }).m(function(Command, cs, config, o) {
5792
+ var _GetResourceCommand = class _GetResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5931
5793
  return [
5932
5794
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5933
5795
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5941,9 +5803,7 @@ var GetResourceCommand = _GetResourceCommand;
5941
5803
 
5942
5804
 
5943
5805
 
5944
- var _GetResourcesCommand = class _GetResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
5945
- ...commonParams
5946
- }).m(function(Command, cs, config, o) {
5806
+ var _GetResourcesCommand = class _GetResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5947
5807
  return [
5948
5808
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5949
5809
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5957,9 +5817,7 @@ var GetResourcesCommand = _GetResourcesCommand;
5957
5817
 
5958
5818
 
5959
5819
 
5960
- var _GetRestApiCommand = class _GetRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
5961
- ...commonParams
5962
- }).m(function(Command, cs, config, o) {
5820
+ var _GetRestApiCommand = class _GetRestApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5963
5821
  return [
5964
5822
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5965
5823
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5973,9 +5831,7 @@ var GetRestApiCommand = _GetRestApiCommand;
5973
5831
 
5974
5832
 
5975
5833
 
5976
- var _GetRestApisCommand = class _GetRestApisCommand extends import_smithy_client.Command.classBuilder().ep({
5977
- ...commonParams
5978
- }).m(function(Command, cs, config, o) {
5834
+ var _GetRestApisCommand = class _GetRestApisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5979
5835
  return [
5980
5836
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5981
5837
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5989,9 +5845,7 @@ var GetRestApisCommand = _GetRestApisCommand;
5989
5845
 
5990
5846
 
5991
5847
 
5992
- var _GetSdkCommand = class _GetSdkCommand extends import_smithy_client.Command.classBuilder().ep({
5993
- ...commonParams
5994
- }).m(function(Command, cs, config, o) {
5848
+ var _GetSdkCommand = class _GetSdkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5995
5849
  return [
5996
5850
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5997
5851
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6005,9 +5859,7 @@ var GetSdkCommand = _GetSdkCommand;
6005
5859
 
6006
5860
 
6007
5861
 
6008
- var _GetSdkTypeCommand = class _GetSdkTypeCommand extends import_smithy_client.Command.classBuilder().ep({
6009
- ...commonParams
6010
- }).m(function(Command, cs, config, o) {
5862
+ var _GetSdkTypeCommand = class _GetSdkTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6011
5863
  return [
6012
5864
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6013
5865
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6021,9 +5873,7 @@ var GetSdkTypeCommand = _GetSdkTypeCommand;
6021
5873
 
6022
5874
 
6023
5875
 
6024
- var _GetSdkTypesCommand = class _GetSdkTypesCommand extends import_smithy_client.Command.classBuilder().ep({
6025
- ...commonParams
6026
- }).m(function(Command, cs, config, o) {
5876
+ var _GetSdkTypesCommand = class _GetSdkTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6027
5877
  return [
6028
5878
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6029
5879
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6037,9 +5887,7 @@ var GetSdkTypesCommand = _GetSdkTypesCommand;
6037
5887
 
6038
5888
 
6039
5889
 
6040
- var _GetStageCommand = class _GetStageCommand extends import_smithy_client.Command.classBuilder().ep({
6041
- ...commonParams
6042
- }).m(function(Command, cs, config, o) {
5890
+ var _GetStageCommand = class _GetStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6043
5891
  return [
6044
5892
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6045
5893
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6053,9 +5901,7 @@ var GetStageCommand = _GetStageCommand;
6053
5901
 
6054
5902
 
6055
5903
 
6056
- var _GetStagesCommand = class _GetStagesCommand extends import_smithy_client.Command.classBuilder().ep({
6057
- ...commonParams
6058
- }).m(function(Command, cs, config, o) {
5904
+ var _GetStagesCommand = class _GetStagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6059
5905
  return [
6060
5906
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6061
5907
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6069,9 +5915,7 @@ var GetStagesCommand = _GetStagesCommand;
6069
5915
 
6070
5916
 
6071
5917
 
6072
- var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep({
6073
- ...commonParams
6074
- }).m(function(Command, cs, config, o) {
5918
+ var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6075
5919
  return [
6076
5920
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6077
5921
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6085,9 +5929,7 @@ var GetTagsCommand = _GetTagsCommand;
6085
5929
 
6086
5930
 
6087
5931
 
6088
- var _GetUsageCommand = class _GetUsageCommand extends import_smithy_client.Command.classBuilder().ep({
6089
- ...commonParams
6090
- }).m(function(Command, cs, config, o) {
5932
+ var _GetUsageCommand = class _GetUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6091
5933
  return [
6092
5934
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6093
5935
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6101,9 +5943,7 @@ var GetUsageCommand = _GetUsageCommand;
6101
5943
 
6102
5944
 
6103
5945
 
6104
- var _GetUsagePlanCommand = class _GetUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep({
6105
- ...commonParams
6106
- }).m(function(Command, cs, config, o) {
5946
+ var _GetUsagePlanCommand = class _GetUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6107
5947
  return [
6108
5948
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6109
5949
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6117,9 +5957,7 @@ var GetUsagePlanCommand = _GetUsagePlanCommand;
6117
5957
 
6118
5958
 
6119
5959
 
6120
- var _GetUsagePlanKeyCommand = class _GetUsagePlanKeyCommand extends import_smithy_client.Command.classBuilder().ep({
6121
- ...commonParams
6122
- }).m(function(Command, cs, config, o) {
5960
+ var _GetUsagePlanKeyCommand = class _GetUsagePlanKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6123
5961
  return [
6124
5962
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6125
5963
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6133,9 +5971,7 @@ var GetUsagePlanKeyCommand = _GetUsagePlanKeyCommand;
6133
5971
 
6134
5972
 
6135
5973
 
6136
- var _GetUsagePlanKeysCommand = class _GetUsagePlanKeysCommand extends import_smithy_client.Command.classBuilder().ep({
6137
- ...commonParams
6138
- }).m(function(Command, cs, config, o) {
5974
+ var _GetUsagePlanKeysCommand = class _GetUsagePlanKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6139
5975
  return [
6140
5976
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6141
5977
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6149,9 +5985,7 @@ var GetUsagePlanKeysCommand = _GetUsagePlanKeysCommand;
6149
5985
 
6150
5986
 
6151
5987
 
6152
- var _GetUsagePlansCommand = class _GetUsagePlansCommand extends import_smithy_client.Command.classBuilder().ep({
6153
- ...commonParams
6154
- }).m(function(Command, cs, config, o) {
5988
+ var _GetUsagePlansCommand = class _GetUsagePlansCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6155
5989
  return [
6156
5990
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6157
5991
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6165,9 +5999,7 @@ var GetUsagePlansCommand = _GetUsagePlansCommand;
6165
5999
 
6166
6000
 
6167
6001
 
6168
- var _GetVpcLinkCommand = class _GetVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
6169
- ...commonParams
6170
- }).m(function(Command, cs, config, o) {
6002
+ var _GetVpcLinkCommand = class _GetVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6171
6003
  return [
6172
6004
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6173
6005
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6181,9 +6013,7 @@ var GetVpcLinkCommand = _GetVpcLinkCommand;
6181
6013
 
6182
6014
 
6183
6015
 
6184
- var _GetVpcLinksCommand = class _GetVpcLinksCommand extends import_smithy_client.Command.classBuilder().ep({
6185
- ...commonParams
6186
- }).m(function(Command, cs, config, o) {
6016
+ var _GetVpcLinksCommand = class _GetVpcLinksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6187
6017
  return [
6188
6018
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6189
6019
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6197,9 +6027,7 @@ var GetVpcLinksCommand = _GetVpcLinksCommand;
6197
6027
 
6198
6028
 
6199
6029
 
6200
- var _ImportApiKeysCommand = class _ImportApiKeysCommand extends import_smithy_client.Command.classBuilder().ep({
6201
- ...commonParams
6202
- }).m(function(Command, cs, config, o) {
6030
+ var _ImportApiKeysCommand = class _ImportApiKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6203
6031
  return [
6204
6032
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6205
6033
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6213,9 +6041,7 @@ var ImportApiKeysCommand = _ImportApiKeysCommand;
6213
6041
 
6214
6042
 
6215
6043
 
6216
- var _ImportDocumentationPartsCommand = class _ImportDocumentationPartsCommand extends import_smithy_client.Command.classBuilder().ep({
6217
- ...commonParams
6218
- }).m(function(Command, cs, config, o) {
6044
+ var _ImportDocumentationPartsCommand = class _ImportDocumentationPartsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6219
6045
  return [
6220
6046
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6221
6047
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6229,9 +6055,7 @@ var ImportDocumentationPartsCommand = _ImportDocumentationPartsCommand;
6229
6055
 
6230
6056
 
6231
6057
 
6232
- var _ImportRestApiCommand = class _ImportRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
6233
- ...commonParams
6234
- }).m(function(Command, cs, config, o) {
6058
+ var _ImportRestApiCommand = class _ImportRestApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6235
6059
  return [
6236
6060
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6237
6061
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6245,9 +6069,7 @@ var ImportRestApiCommand = _ImportRestApiCommand;
6245
6069
 
6246
6070
 
6247
6071
 
6248
- var _PutGatewayResponseCommand = class _PutGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6249
- ...commonParams
6250
- }).m(function(Command, cs, config, o) {
6072
+ var _PutGatewayResponseCommand = class _PutGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6251
6073
  return [
6252
6074
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6253
6075
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6261,9 +6083,7 @@ var PutGatewayResponseCommand = _PutGatewayResponseCommand;
6261
6083
 
6262
6084
 
6263
6085
 
6264
- var _PutIntegrationCommand = class _PutIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
6265
- ...commonParams
6266
- }).m(function(Command, cs, config, o) {
6086
+ var _PutIntegrationCommand = class _PutIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6267
6087
  return [
6268
6088
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6269
6089
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6277,9 +6097,7 @@ var PutIntegrationCommand = _PutIntegrationCommand;
6277
6097
 
6278
6098
 
6279
6099
 
6280
- var _PutIntegrationResponseCommand = class _PutIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6281
- ...commonParams
6282
- }).m(function(Command, cs, config, o) {
6100
+ var _PutIntegrationResponseCommand = class _PutIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6283
6101
  return [
6284
6102
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6285
6103
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6293,9 +6111,7 @@ var PutIntegrationResponseCommand = _PutIntegrationResponseCommand;
6293
6111
 
6294
6112
 
6295
6113
 
6296
- var _PutMethodCommand = class _PutMethodCommand extends import_smithy_client.Command.classBuilder().ep({
6297
- ...commonParams
6298
- }).m(function(Command, cs, config, o) {
6114
+ var _PutMethodCommand = class _PutMethodCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6299
6115
  return [
6300
6116
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6301
6117
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6309,9 +6125,7 @@ var PutMethodCommand = _PutMethodCommand;
6309
6125
 
6310
6126
 
6311
6127
 
6312
- var _PutMethodResponseCommand = class _PutMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6313
- ...commonParams
6314
- }).m(function(Command, cs, config, o) {
6128
+ var _PutMethodResponseCommand = class _PutMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6315
6129
  return [
6316
6130
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6317
6131
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6325,9 +6139,7 @@ var PutMethodResponseCommand = _PutMethodResponseCommand;
6325
6139
 
6326
6140
 
6327
6141
 
6328
- var _PutRestApiCommand = class _PutRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
6329
- ...commonParams
6330
- }).m(function(Command, cs, config, o) {
6142
+ var _PutRestApiCommand = class _PutRestApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6331
6143
  return [
6332
6144
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6333
6145
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6341,9 +6153,7 @@ var PutRestApiCommand = _PutRestApiCommand;
6341
6153
 
6342
6154
 
6343
6155
 
6344
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6345
- ...commonParams
6346
- }).m(function(Command, cs, config, o) {
6156
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6347
6157
  return [
6348
6158
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6349
6159
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6357,9 +6167,7 @@ var TagResourceCommand = _TagResourceCommand;
6357
6167
 
6358
6168
 
6359
6169
 
6360
- var _TestInvokeAuthorizerCommand = class _TestInvokeAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
6361
- ...commonParams
6362
- }).m(function(Command, cs, config, o) {
6170
+ var _TestInvokeAuthorizerCommand = class _TestInvokeAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6363
6171
  return [
6364
6172
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6365
6173
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6373,9 +6181,7 @@ var TestInvokeAuthorizerCommand = _TestInvokeAuthorizerCommand;
6373
6181
 
6374
6182
 
6375
6183
 
6376
- var _TestInvokeMethodCommand = class _TestInvokeMethodCommand extends import_smithy_client.Command.classBuilder().ep({
6377
- ...commonParams
6378
- }).m(function(Command, cs, config, o) {
6184
+ var _TestInvokeMethodCommand = class _TestInvokeMethodCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6379
6185
  return [
6380
6186
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6381
6187
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6389,9 +6195,7 @@ var TestInvokeMethodCommand = _TestInvokeMethodCommand;
6389
6195
 
6390
6196
 
6391
6197
 
6392
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6393
- ...commonParams
6394
- }).m(function(Command, cs, config, o) {
6198
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6395
6199
  return [
6396
6200
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6397
6201
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6405,9 +6209,7 @@ var UntagResourceCommand = _UntagResourceCommand;
6405
6209
 
6406
6210
 
6407
6211
 
6408
- var _UpdateAccountCommand = class _UpdateAccountCommand extends import_smithy_client.Command.classBuilder().ep({
6409
- ...commonParams
6410
- }).m(function(Command, cs, config, o) {
6212
+ var _UpdateAccountCommand = class _UpdateAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6411
6213
  return [
6412
6214
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6413
6215
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6421,9 +6223,7 @@ var UpdateAccountCommand = _UpdateAccountCommand;
6421
6223
 
6422
6224
 
6423
6225
 
6424
- var _UpdateApiKeyCommand = class _UpdateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
6425
- ...commonParams
6426
- }).m(function(Command, cs, config, o) {
6226
+ var _UpdateApiKeyCommand = class _UpdateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6427
6227
  return [
6428
6228
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6429
6229
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6437,9 +6237,7 @@ var UpdateApiKeyCommand = _UpdateApiKeyCommand;
6437
6237
 
6438
6238
 
6439
6239
 
6440
- var _UpdateAuthorizerCommand = class _UpdateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
6441
- ...commonParams
6442
- }).m(function(Command, cs, config, o) {
6240
+ var _UpdateAuthorizerCommand = class _UpdateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6443
6241
  return [
6444
6242
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6445
6243
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6453,9 +6251,7 @@ var UpdateAuthorizerCommand = _UpdateAuthorizerCommand;
6453
6251
 
6454
6252
 
6455
6253
 
6456
- var _UpdateBasePathMappingCommand = class _UpdateBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep({
6457
- ...commonParams
6458
- }).m(function(Command, cs, config, o) {
6254
+ var _UpdateBasePathMappingCommand = class _UpdateBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6459
6255
  return [
6460
6256
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6461
6257
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6469,9 +6265,7 @@ var UpdateBasePathMappingCommand = _UpdateBasePathMappingCommand;
6469
6265
 
6470
6266
 
6471
6267
 
6472
- var _UpdateClientCertificateCommand = class _UpdateClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
6473
- ...commonParams
6474
- }).m(function(Command, cs, config, o) {
6268
+ var _UpdateClientCertificateCommand = class _UpdateClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6475
6269
  return [
6476
6270
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6477
6271
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6485,9 +6279,7 @@ var UpdateClientCertificateCommand = _UpdateClientCertificateCommand;
6485
6279
 
6486
6280
 
6487
6281
 
6488
- var _UpdateDeploymentCommand = class _UpdateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
6489
- ...commonParams
6490
- }).m(function(Command, cs, config, o) {
6282
+ var _UpdateDeploymentCommand = class _UpdateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6491
6283
  return [
6492
6284
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6493
6285
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6501,9 +6293,7 @@ var UpdateDeploymentCommand = _UpdateDeploymentCommand;
6501
6293
 
6502
6294
 
6503
6295
 
6504
- var _UpdateDocumentationPartCommand = class _UpdateDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep({
6505
- ...commonParams
6506
- }).m(function(Command, cs, config, o) {
6296
+ var _UpdateDocumentationPartCommand = class _UpdateDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6507
6297
  return [
6508
6298
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6509
6299
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6517,9 +6307,7 @@ var UpdateDocumentationPartCommand = _UpdateDocumentationPartCommand;
6517
6307
 
6518
6308
 
6519
6309
 
6520
- var _UpdateDocumentationVersionCommand = class _UpdateDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
6521
- ...commonParams
6522
- }).m(function(Command, cs, config, o) {
6310
+ var _UpdateDocumentationVersionCommand = class _UpdateDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6523
6311
  return [
6524
6312
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6525
6313
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6533,9 +6321,7 @@ var UpdateDocumentationVersionCommand = _UpdateDocumentationVersionCommand;
6533
6321
 
6534
6322
 
6535
6323
 
6536
- var _UpdateDomainNameCommand = class _UpdateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
6537
- ...commonParams
6538
- }).m(function(Command, cs, config, o) {
6324
+ var _UpdateDomainNameCommand = class _UpdateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6539
6325
  return [
6540
6326
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6541
6327
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6549,9 +6335,7 @@ var UpdateDomainNameCommand = _UpdateDomainNameCommand;
6549
6335
 
6550
6336
 
6551
6337
 
6552
- var _UpdateGatewayResponseCommand = class _UpdateGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6553
- ...commonParams
6554
- }).m(function(Command, cs, config, o) {
6338
+ var _UpdateGatewayResponseCommand = class _UpdateGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6555
6339
  return [
6556
6340
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6557
6341
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6565,9 +6349,7 @@ var UpdateGatewayResponseCommand = _UpdateGatewayResponseCommand;
6565
6349
 
6566
6350
 
6567
6351
 
6568
- var _UpdateIntegrationCommand = class _UpdateIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
6569
- ...commonParams
6570
- }).m(function(Command, cs, config, o) {
6352
+ var _UpdateIntegrationCommand = class _UpdateIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6571
6353
  return [
6572
6354
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6573
6355
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6581,9 +6363,7 @@ var UpdateIntegrationCommand = _UpdateIntegrationCommand;
6581
6363
 
6582
6364
 
6583
6365
 
6584
- var _UpdateIntegrationResponseCommand = class _UpdateIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6585
- ...commonParams
6586
- }).m(function(Command, cs, config, o) {
6366
+ var _UpdateIntegrationResponseCommand = class _UpdateIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6587
6367
  return [
6588
6368
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6589
6369
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6597,9 +6377,7 @@ var UpdateIntegrationResponseCommand = _UpdateIntegrationResponseCommand;
6597
6377
 
6598
6378
 
6599
6379
 
6600
- var _UpdateMethodCommand = class _UpdateMethodCommand extends import_smithy_client.Command.classBuilder().ep({
6601
- ...commonParams
6602
- }).m(function(Command, cs, config, o) {
6380
+ var _UpdateMethodCommand = class _UpdateMethodCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6603
6381
  return [
6604
6382
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6605
6383
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6613,9 +6391,7 @@ var UpdateMethodCommand = _UpdateMethodCommand;
6613
6391
 
6614
6392
 
6615
6393
 
6616
- var _UpdateMethodResponseCommand = class _UpdateMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6617
- ...commonParams
6618
- }).m(function(Command, cs, config, o) {
6394
+ var _UpdateMethodResponseCommand = class _UpdateMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6619
6395
  return [
6620
6396
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6621
6397
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6629,9 +6405,7 @@ var UpdateMethodResponseCommand = _UpdateMethodResponseCommand;
6629
6405
 
6630
6406
 
6631
6407
 
6632
- var _UpdateModelCommand = class _UpdateModelCommand extends import_smithy_client.Command.classBuilder().ep({
6633
- ...commonParams
6634
- }).m(function(Command, cs, config, o) {
6408
+ var _UpdateModelCommand = class _UpdateModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6635
6409
  return [
6636
6410
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6637
6411
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6645,9 +6419,7 @@ var UpdateModelCommand = _UpdateModelCommand;
6645
6419
 
6646
6420
 
6647
6421
 
6648
- var _UpdateRequestValidatorCommand = class _UpdateRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep({
6649
- ...commonParams
6650
- }).m(function(Command, cs, config, o) {
6422
+ var _UpdateRequestValidatorCommand = class _UpdateRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6651
6423
  return [
6652
6424
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6653
6425
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6661,9 +6433,7 @@ var UpdateRequestValidatorCommand = _UpdateRequestValidatorCommand;
6661
6433
 
6662
6434
 
6663
6435
 
6664
- var _UpdateResourceCommand = class _UpdateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6665
- ...commonParams
6666
- }).m(function(Command, cs, config, o) {
6436
+ var _UpdateResourceCommand = class _UpdateResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6667
6437
  return [
6668
6438
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6669
6439
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6677,9 +6447,7 @@ var UpdateResourceCommand = _UpdateResourceCommand;
6677
6447
 
6678
6448
 
6679
6449
 
6680
- var _UpdateRestApiCommand = class _UpdateRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
6681
- ...commonParams
6682
- }).m(function(Command, cs, config, o) {
6450
+ var _UpdateRestApiCommand = class _UpdateRestApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6683
6451
  return [
6684
6452
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6685
6453
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6693,9 +6461,7 @@ var UpdateRestApiCommand = _UpdateRestApiCommand;
6693
6461
 
6694
6462
 
6695
6463
 
6696
- var _UpdateStageCommand = class _UpdateStageCommand extends import_smithy_client.Command.classBuilder().ep({
6697
- ...commonParams
6698
- }).m(function(Command, cs, config, o) {
6464
+ var _UpdateStageCommand = class _UpdateStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6699
6465
  return [
6700
6466
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6701
6467
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6709,9 +6475,7 @@ var UpdateStageCommand = _UpdateStageCommand;
6709
6475
 
6710
6476
 
6711
6477
 
6712
- var _UpdateUsageCommand = class _UpdateUsageCommand extends import_smithy_client.Command.classBuilder().ep({
6713
- ...commonParams
6714
- }).m(function(Command, cs, config, o) {
6478
+ var _UpdateUsageCommand = class _UpdateUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6715
6479
  return [
6716
6480
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6717
6481
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6725,9 +6489,7 @@ var UpdateUsageCommand = _UpdateUsageCommand;
6725
6489
 
6726
6490
 
6727
6491
 
6728
- var _UpdateUsagePlanCommand = class _UpdateUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep({
6729
- ...commonParams
6730
- }).m(function(Command, cs, config, o) {
6492
+ var _UpdateUsagePlanCommand = class _UpdateUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6731
6493
  return [
6732
6494
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6733
6495
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6741,9 +6503,7 @@ var UpdateUsagePlanCommand = _UpdateUsagePlanCommand;
6741
6503
 
6742
6504
 
6743
6505
 
6744
- var _UpdateVpcLinkCommand = class _UpdateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
6745
- ...commonParams
6746
- }).m(function(Command, cs, config, o) {
6506
+ var _UpdateVpcLinkCommand = class _UpdateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6747
6507
  return [
6748
6508
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6749
6509
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())