@aws-sdk/client-elastic-load-balancing-v2 3.648.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 (58) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +48 -144
  3. package/dist-es/commands/AddListenerCertificatesCommand.js +1 -3
  4. package/dist-es/commands/AddTagsCommand.js +1 -3
  5. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +1 -3
  6. package/dist-es/commands/CreateListenerCommand.js +1 -3
  7. package/dist-es/commands/CreateLoadBalancerCommand.js +1 -3
  8. package/dist-es/commands/CreateRuleCommand.js +1 -3
  9. package/dist-es/commands/CreateTargetGroupCommand.js +1 -3
  10. package/dist-es/commands/CreateTrustStoreCommand.js +1 -3
  11. package/dist-es/commands/DeleteListenerCommand.js +1 -3
  12. package/dist-es/commands/DeleteLoadBalancerCommand.js +1 -3
  13. package/dist-es/commands/DeleteRuleCommand.js +1 -3
  14. package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +1 -3
  15. package/dist-es/commands/DeleteTargetGroupCommand.js +1 -3
  16. package/dist-es/commands/DeleteTrustStoreCommand.js +1 -3
  17. package/dist-es/commands/DeregisterTargetsCommand.js +1 -3
  18. package/dist-es/commands/DescribeAccountLimitsCommand.js +1 -3
  19. package/dist-es/commands/DescribeListenerAttributesCommand.js +1 -3
  20. package/dist-es/commands/DescribeListenerCertificatesCommand.js +1 -3
  21. package/dist-es/commands/DescribeListenersCommand.js +1 -3
  22. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +1 -3
  23. package/dist-es/commands/DescribeLoadBalancersCommand.js +1 -3
  24. package/dist-es/commands/DescribeRulesCommand.js +1 -3
  25. package/dist-es/commands/DescribeSSLPoliciesCommand.js +1 -3
  26. package/dist-es/commands/DescribeTagsCommand.js +1 -3
  27. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +1 -3
  28. package/dist-es/commands/DescribeTargetGroupsCommand.js +1 -3
  29. package/dist-es/commands/DescribeTargetHealthCommand.js +1 -3
  30. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +1 -3
  31. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +1 -3
  32. package/dist-es/commands/DescribeTrustStoresCommand.js +1 -3
  33. package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
  34. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +1 -3
  35. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +1 -3
  36. package/dist-es/commands/ModifyListenerAttributesCommand.js +1 -3
  37. package/dist-es/commands/ModifyListenerCommand.js +1 -3
  38. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +1 -3
  39. package/dist-es/commands/ModifyRuleCommand.js +1 -3
  40. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +1 -3
  41. package/dist-es/commands/ModifyTargetGroupCommand.js +1 -3
  42. package/dist-es/commands/ModifyTrustStoreCommand.js +1 -3
  43. package/dist-es/commands/RegisterTargetsCommand.js +1 -3
  44. package/dist-es/commands/RemoveListenerCertificatesCommand.js +1 -3
  45. package/dist-es/commands/RemoveTagsCommand.js +1 -3
  46. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +1 -3
  47. package/dist-es/commands/SetIpAddressTypeCommand.js +1 -3
  48. package/dist-es/commands/SetRulePrioritiesCommand.js +1 -3
  49. package/dist-es/commands/SetSecurityGroupsCommand.js +1 -3
  50. package/dist-es/commands/SetSubnetsCommand.js +1 -3
  51. package/dist-es/endpoint/endpointResolver.js +7 -3
  52. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  53. package/dist-types/runtimeConfig.d.ts +2 -0
  54. package/dist-types/runtimeConfig.native.d.ts +2 -0
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  58. package/package.json +36 -36
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
5
  const util_endpoints_2 = require("@smithy/util-endpoints");
6
6
  const ruleset_1 = require("./ruleset");
7
+ const cache = new util_endpoints_2.EndpointCache({
8
+ size: 50,
9
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
+ });
7
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
8
- return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
12
+ return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
9
13
  endpointParams: endpointParams,
10
14
  logger: context.logger,
11
- });
15
+ }));
12
16
  };
13
17
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
18
  util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -6949,9 +6949,7 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
6949
6949
  }, "loadQueryErrorCode");
6950
6950
 
6951
6951
  // src/commands/AddListenerCertificatesCommand.ts
6952
- var _AddListenerCertificatesCommand = class _AddListenerCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
6953
- ...commonParams
6954
- }).m(function(Command, cs, config, o) {
6952
+ var _AddListenerCertificatesCommand = class _AddListenerCertificatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6955
6953
  return [
6956
6954
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6957
6955
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6965,9 +6963,7 @@ var AddListenerCertificatesCommand = _AddListenerCertificatesCommand;
6965
6963
 
6966
6964
 
6967
6965
 
6968
- var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep({
6969
- ...commonParams
6970
- }).m(function(Command, cs, config, o) {
6966
+ var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6971
6967
  return [
6972
6968
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6973
6969
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6981,9 +6977,7 @@ var AddTagsCommand = _AddTagsCommand;
6981
6977
 
6982
6978
 
6983
6979
 
6984
- var _AddTrustStoreRevocationsCommand = class _AddTrustStoreRevocationsCommand extends import_smithy_client.Command.classBuilder().ep({
6985
- ...commonParams
6986
- }).m(function(Command, cs, config, o) {
6980
+ var _AddTrustStoreRevocationsCommand = class _AddTrustStoreRevocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6987
6981
  return [
6988
6982
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6989
6983
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6997,9 +6991,7 @@ var AddTrustStoreRevocationsCommand = _AddTrustStoreRevocationsCommand;
6997
6991
 
6998
6992
 
6999
6993
 
7000
- var _CreateListenerCommand = class _CreateListenerCommand extends import_smithy_client.Command.classBuilder().ep({
7001
- ...commonParams
7002
- }).m(function(Command, cs, config, o) {
6994
+ var _CreateListenerCommand = class _CreateListenerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7003
6995
  return [
7004
6996
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7005
6997
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7013,9 +7005,7 @@ var CreateListenerCommand = _CreateListenerCommand;
7013
7005
 
7014
7006
 
7015
7007
 
7016
- var _CreateLoadBalancerCommand = class _CreateLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
7017
- ...commonParams
7018
- }).m(function(Command, cs, config, o) {
7008
+ var _CreateLoadBalancerCommand = class _CreateLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7019
7009
  return [
7020
7010
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7021
7011
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7029,9 +7019,7 @@ var CreateLoadBalancerCommand = _CreateLoadBalancerCommand;
7029
7019
 
7030
7020
 
7031
7021
 
7032
- var _CreateRuleCommand = class _CreateRuleCommand extends import_smithy_client.Command.classBuilder().ep({
7033
- ...commonParams
7034
- }).m(function(Command, cs, config, o) {
7022
+ var _CreateRuleCommand = class _CreateRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7035
7023
  return [
7036
7024
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7037
7025
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7045,9 +7033,7 @@ var CreateRuleCommand = _CreateRuleCommand;
7045
7033
 
7046
7034
 
7047
7035
 
7048
- var _CreateTargetGroupCommand = class _CreateTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7049
- ...commonParams
7050
- }).m(function(Command, cs, config, o) {
7036
+ var _CreateTargetGroupCommand = class _CreateTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7051
7037
  return [
7052
7038
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7053
7039
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7061,9 +7047,7 @@ var CreateTargetGroupCommand = _CreateTargetGroupCommand;
7061
7047
 
7062
7048
 
7063
7049
 
7064
- var _CreateTrustStoreCommand = class _CreateTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep({
7065
- ...commonParams
7066
- }).m(function(Command, cs, config, o) {
7050
+ var _CreateTrustStoreCommand = class _CreateTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7067
7051
  return [
7068
7052
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7069
7053
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7077,9 +7061,7 @@ var CreateTrustStoreCommand = _CreateTrustStoreCommand;
7077
7061
 
7078
7062
 
7079
7063
 
7080
- var _DeleteListenerCommand = class _DeleteListenerCommand extends import_smithy_client.Command.classBuilder().ep({
7081
- ...commonParams
7082
- }).m(function(Command, cs, config, o) {
7064
+ var _DeleteListenerCommand = class _DeleteListenerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7083
7065
  return [
7084
7066
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7085
7067
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7093,9 +7075,7 @@ var DeleteListenerCommand = _DeleteListenerCommand;
7093
7075
 
7094
7076
 
7095
7077
 
7096
- var _DeleteLoadBalancerCommand = class _DeleteLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
7097
- ...commonParams
7098
- }).m(function(Command, cs, config, o) {
7078
+ var _DeleteLoadBalancerCommand = class _DeleteLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7099
7079
  return [
7100
7080
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7101
7081
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7109,9 +7089,7 @@ var DeleteLoadBalancerCommand = _DeleteLoadBalancerCommand;
7109
7089
 
7110
7090
 
7111
7091
 
7112
- var _DeleteRuleCommand = class _DeleteRuleCommand extends import_smithy_client.Command.classBuilder().ep({
7113
- ...commonParams
7114
- }).m(function(Command, cs, config, o) {
7092
+ var _DeleteRuleCommand = class _DeleteRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7115
7093
  return [
7116
7094
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7117
7095
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7125,9 +7103,7 @@ var DeleteRuleCommand = _DeleteRuleCommand;
7125
7103
 
7126
7104
 
7127
7105
 
7128
- var _DeleteSharedTrustStoreAssociationCommand = class _DeleteSharedTrustStoreAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
7129
- ...commonParams
7130
- }).m(function(Command, cs, config, o) {
7106
+ var _DeleteSharedTrustStoreAssociationCommand = class _DeleteSharedTrustStoreAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7131
7107
  return [
7132
7108
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7133
7109
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7141,9 +7117,7 @@ var DeleteSharedTrustStoreAssociationCommand = _DeleteSharedTrustStoreAssociatio
7141
7117
 
7142
7118
 
7143
7119
 
7144
- var _DeleteTargetGroupCommand = class _DeleteTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7145
- ...commonParams
7146
- }).m(function(Command, cs, config, o) {
7120
+ var _DeleteTargetGroupCommand = class _DeleteTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7147
7121
  return [
7148
7122
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7149
7123
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7157,9 +7131,7 @@ var DeleteTargetGroupCommand = _DeleteTargetGroupCommand;
7157
7131
 
7158
7132
 
7159
7133
 
7160
- var _DeleteTrustStoreCommand = class _DeleteTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep({
7161
- ...commonParams
7162
- }).m(function(Command, cs, config, o) {
7134
+ var _DeleteTrustStoreCommand = class _DeleteTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7163
7135
  return [
7164
7136
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7165
7137
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7173,9 +7145,7 @@ var DeleteTrustStoreCommand = _DeleteTrustStoreCommand;
7173
7145
 
7174
7146
 
7175
7147
 
7176
- var _DeregisterTargetsCommand = class _DeregisterTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
7177
- ...commonParams
7178
- }).m(function(Command, cs, config, o) {
7148
+ var _DeregisterTargetsCommand = class _DeregisterTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7179
7149
  return [
7180
7150
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7181
7151
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7189,9 +7159,7 @@ var DeregisterTargetsCommand = _DeregisterTargetsCommand;
7189
7159
 
7190
7160
 
7191
7161
 
7192
- var _DescribeAccountLimitsCommand = class _DescribeAccountLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
7193
- ...commonParams
7194
- }).m(function(Command, cs, config, o) {
7162
+ var _DescribeAccountLimitsCommand = class _DescribeAccountLimitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7195
7163
  return [
7196
7164
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7197
7165
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7205,9 +7173,7 @@ var DescribeAccountLimitsCommand = _DescribeAccountLimitsCommand;
7205
7173
 
7206
7174
 
7207
7175
 
7208
- var _DescribeListenerAttributesCommand = class _DescribeListenerAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
7209
- ...commonParams
7210
- }).m(function(Command, cs, config, o) {
7176
+ var _DescribeListenerAttributesCommand = class _DescribeListenerAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7211
7177
  return [
7212
7178
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7213
7179
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7221,9 +7187,7 @@ var DescribeListenerAttributesCommand = _DescribeListenerAttributesCommand;
7221
7187
 
7222
7188
 
7223
7189
 
7224
- var _DescribeListenerCertificatesCommand = class _DescribeListenerCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
7225
- ...commonParams
7226
- }).m(function(Command, cs, config, o) {
7190
+ var _DescribeListenerCertificatesCommand = class _DescribeListenerCertificatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7227
7191
  return [
7228
7192
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7229
7193
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7237,9 +7201,7 @@ var DescribeListenerCertificatesCommand = _DescribeListenerCertificatesCommand;
7237
7201
 
7238
7202
 
7239
7203
 
7240
- var _DescribeListenersCommand = class _DescribeListenersCommand extends import_smithy_client.Command.classBuilder().ep({
7241
- ...commonParams
7242
- }).m(function(Command, cs, config, o) {
7204
+ var _DescribeListenersCommand = class _DescribeListenersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7243
7205
  return [
7244
7206
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7245
7207
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7253,9 +7215,7 @@ var DescribeListenersCommand = _DescribeListenersCommand;
7253
7215
 
7254
7216
 
7255
7217
 
7256
- var _DescribeLoadBalancerAttributesCommand = class _DescribeLoadBalancerAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
7257
- ...commonParams
7258
- }).m(function(Command, cs, config, o) {
7218
+ var _DescribeLoadBalancerAttributesCommand = class _DescribeLoadBalancerAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7259
7219
  return [
7260
7220
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7261
7221
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7269,9 +7229,7 @@ var DescribeLoadBalancerAttributesCommand = _DescribeLoadBalancerAttributesComma
7269
7229
 
7270
7230
 
7271
7231
 
7272
- var _DescribeLoadBalancersCommand = class _DescribeLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep({
7273
- ...commonParams
7274
- }).m(function(Command, cs, config, o) {
7232
+ var _DescribeLoadBalancersCommand = class _DescribeLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7275
7233
  return [
7276
7234
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7277
7235
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7285,9 +7243,7 @@ var DescribeLoadBalancersCommand = _DescribeLoadBalancersCommand;
7285
7243
 
7286
7244
 
7287
7245
 
7288
- var _DescribeRulesCommand = class _DescribeRulesCommand extends import_smithy_client.Command.classBuilder().ep({
7289
- ...commonParams
7290
- }).m(function(Command, cs, config, o) {
7246
+ var _DescribeRulesCommand = class _DescribeRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7291
7247
  return [
7292
7248
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7293
7249
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7301,9 +7257,7 @@ var DescribeRulesCommand = _DescribeRulesCommand;
7301
7257
 
7302
7258
 
7303
7259
 
7304
- var _DescribeSSLPoliciesCommand = class _DescribeSSLPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
7305
- ...commonParams
7306
- }).m(function(Command, cs, config, o) {
7260
+ var _DescribeSSLPoliciesCommand = class _DescribeSSLPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7307
7261
  return [
7308
7262
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7309
7263
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7317,9 +7271,7 @@ var DescribeSSLPoliciesCommand = _DescribeSSLPoliciesCommand;
7317
7271
 
7318
7272
 
7319
7273
 
7320
- var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep({
7321
- ...commonParams
7322
- }).m(function(Command, cs, config, o) {
7274
+ var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7323
7275
  return [
7324
7276
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7325
7277
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7333,9 +7285,7 @@ var DescribeTagsCommand = _DescribeTagsCommand;
7333
7285
 
7334
7286
 
7335
7287
 
7336
- var _DescribeTargetGroupAttributesCommand = class _DescribeTargetGroupAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
7337
- ...commonParams
7338
- }).m(function(Command, cs, config, o) {
7288
+ var _DescribeTargetGroupAttributesCommand = class _DescribeTargetGroupAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7339
7289
  return [
7340
7290
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7341
7291
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7349,9 +7299,7 @@ var DescribeTargetGroupAttributesCommand = _DescribeTargetGroupAttributesCommand
7349
7299
 
7350
7300
 
7351
7301
 
7352
- var _DescribeTargetGroupsCommand = class _DescribeTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
7353
- ...commonParams
7354
- }).m(function(Command, cs, config, o) {
7302
+ var _DescribeTargetGroupsCommand = class _DescribeTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7355
7303
  return [
7356
7304
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7357
7305
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7365,9 +7313,7 @@ var DescribeTargetGroupsCommand = _DescribeTargetGroupsCommand;
7365
7313
 
7366
7314
 
7367
7315
 
7368
- var _DescribeTargetHealthCommand = class _DescribeTargetHealthCommand extends import_smithy_client.Command.classBuilder().ep({
7369
- ...commonParams
7370
- }).m(function(Command, cs, config, o) {
7316
+ var _DescribeTargetHealthCommand = class _DescribeTargetHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7371
7317
  return [
7372
7318
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7373
7319
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7381,9 +7327,7 @@ var DescribeTargetHealthCommand = _DescribeTargetHealthCommand;
7381
7327
 
7382
7328
 
7383
7329
 
7384
- var _DescribeTrustStoreAssociationsCommand = class _DescribeTrustStoreAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
7385
- ...commonParams
7386
- }).m(function(Command, cs, config, o) {
7330
+ var _DescribeTrustStoreAssociationsCommand = class _DescribeTrustStoreAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7387
7331
  return [
7388
7332
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7389
7333
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7397,9 +7341,7 @@ var DescribeTrustStoreAssociationsCommand = _DescribeTrustStoreAssociationsComma
7397
7341
 
7398
7342
 
7399
7343
 
7400
- var _DescribeTrustStoreRevocationsCommand = class _DescribeTrustStoreRevocationsCommand extends import_smithy_client.Command.classBuilder().ep({
7401
- ...commonParams
7402
- }).m(function(Command, cs, config, o) {
7344
+ var _DescribeTrustStoreRevocationsCommand = class _DescribeTrustStoreRevocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7403
7345
  return [
7404
7346
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7405
7347
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7413,9 +7355,7 @@ var DescribeTrustStoreRevocationsCommand = _DescribeTrustStoreRevocationsCommand
7413
7355
 
7414
7356
 
7415
7357
 
7416
- var _DescribeTrustStoresCommand = class _DescribeTrustStoresCommand extends import_smithy_client.Command.classBuilder().ep({
7417
- ...commonParams
7418
- }).m(function(Command, cs, config, o) {
7358
+ var _DescribeTrustStoresCommand = class _DescribeTrustStoresCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7419
7359
  return [
7420
7360
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7421
7361
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7429,9 +7369,7 @@ var DescribeTrustStoresCommand = _DescribeTrustStoresCommand;
7429
7369
 
7430
7370
 
7431
7371
 
7432
- var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
7433
- ...commonParams
7434
- }).m(function(Command, cs, config, o) {
7372
+ var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7435
7373
  return [
7436
7374
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7437
7375
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7445,9 +7383,7 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
7445
7383
 
7446
7384
 
7447
7385
 
7448
- var _GetTrustStoreCaCertificatesBundleCommand = class _GetTrustStoreCaCertificatesBundleCommand extends import_smithy_client.Command.classBuilder().ep({
7449
- ...commonParams
7450
- }).m(function(Command, cs, config, o) {
7386
+ var _GetTrustStoreCaCertificatesBundleCommand = class _GetTrustStoreCaCertificatesBundleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7451
7387
  return [
7452
7388
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7453
7389
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7461,9 +7397,7 @@ var GetTrustStoreCaCertificatesBundleCommand = _GetTrustStoreCaCertificatesBundl
7461
7397
 
7462
7398
 
7463
7399
 
7464
- var _GetTrustStoreRevocationContentCommand = class _GetTrustStoreRevocationContentCommand extends import_smithy_client.Command.classBuilder().ep({
7465
- ...commonParams
7466
- }).m(function(Command, cs, config, o) {
7400
+ var _GetTrustStoreRevocationContentCommand = class _GetTrustStoreRevocationContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7467
7401
  return [
7468
7402
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7469
7403
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7477,9 +7411,7 @@ var GetTrustStoreRevocationContentCommand = _GetTrustStoreRevocationContentComma
7477
7411
 
7478
7412
 
7479
7413
 
7480
- var _ModifyListenerAttributesCommand = class _ModifyListenerAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
7481
- ...commonParams
7482
- }).m(function(Command, cs, config, o) {
7414
+ var _ModifyListenerAttributesCommand = class _ModifyListenerAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7483
7415
  return [
7484
7416
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7485
7417
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7493,9 +7425,7 @@ var ModifyListenerAttributesCommand = _ModifyListenerAttributesCommand;
7493
7425
 
7494
7426
 
7495
7427
 
7496
- var _ModifyListenerCommand = class _ModifyListenerCommand extends import_smithy_client.Command.classBuilder().ep({
7497
- ...commonParams
7498
- }).m(function(Command, cs, config, o) {
7428
+ var _ModifyListenerCommand = class _ModifyListenerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7499
7429
  return [
7500
7430
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7501
7431
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7509,9 +7439,7 @@ var ModifyListenerCommand = _ModifyListenerCommand;
7509
7439
 
7510
7440
 
7511
7441
 
7512
- var _ModifyLoadBalancerAttributesCommand = class _ModifyLoadBalancerAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
7513
- ...commonParams
7514
- }).m(function(Command, cs, config, o) {
7442
+ var _ModifyLoadBalancerAttributesCommand = class _ModifyLoadBalancerAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7515
7443
  return [
7516
7444
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7517
7445
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7525,9 +7453,7 @@ var ModifyLoadBalancerAttributesCommand = _ModifyLoadBalancerAttributesCommand;
7525
7453
 
7526
7454
 
7527
7455
 
7528
- var _ModifyRuleCommand = class _ModifyRuleCommand extends import_smithy_client.Command.classBuilder().ep({
7529
- ...commonParams
7530
- }).m(function(Command, cs, config, o) {
7456
+ var _ModifyRuleCommand = class _ModifyRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7531
7457
  return [
7532
7458
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7533
7459
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7541,9 +7467,7 @@ var ModifyRuleCommand = _ModifyRuleCommand;
7541
7467
 
7542
7468
 
7543
7469
 
7544
- var _ModifyTargetGroupAttributesCommand = class _ModifyTargetGroupAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
7545
- ...commonParams
7546
- }).m(function(Command, cs, config, o) {
7470
+ var _ModifyTargetGroupAttributesCommand = class _ModifyTargetGroupAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7547
7471
  return [
7548
7472
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7549
7473
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7557,9 +7481,7 @@ var ModifyTargetGroupAttributesCommand = _ModifyTargetGroupAttributesCommand;
7557
7481
 
7558
7482
 
7559
7483
 
7560
- var _ModifyTargetGroupCommand = class _ModifyTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
7561
- ...commonParams
7562
- }).m(function(Command, cs, config, o) {
7484
+ var _ModifyTargetGroupCommand = class _ModifyTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7563
7485
  return [
7564
7486
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7565
7487
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7573,9 +7495,7 @@ var ModifyTargetGroupCommand = _ModifyTargetGroupCommand;
7573
7495
 
7574
7496
 
7575
7497
 
7576
- var _ModifyTrustStoreCommand = class _ModifyTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep({
7577
- ...commonParams
7578
- }).m(function(Command, cs, config, o) {
7498
+ var _ModifyTrustStoreCommand = class _ModifyTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7579
7499
  return [
7580
7500
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7581
7501
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7589,9 +7509,7 @@ var ModifyTrustStoreCommand = _ModifyTrustStoreCommand;
7589
7509
 
7590
7510
 
7591
7511
 
7592
- var _RegisterTargetsCommand = class _RegisterTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
7593
- ...commonParams
7594
- }).m(function(Command, cs, config, o) {
7512
+ var _RegisterTargetsCommand = class _RegisterTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7595
7513
  return [
7596
7514
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7597
7515
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7605,9 +7523,7 @@ var RegisterTargetsCommand = _RegisterTargetsCommand;
7605
7523
 
7606
7524
 
7607
7525
 
7608
- var _RemoveListenerCertificatesCommand = class _RemoveListenerCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
7609
- ...commonParams
7610
- }).m(function(Command, cs, config, o) {
7526
+ var _RemoveListenerCertificatesCommand = class _RemoveListenerCertificatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7611
7527
  return [
7612
7528
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7613
7529
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7621,9 +7537,7 @@ var RemoveListenerCertificatesCommand = _RemoveListenerCertificatesCommand;
7621
7537
 
7622
7538
 
7623
7539
 
7624
- var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep({
7625
- ...commonParams
7626
- }).m(function(Command, cs, config, o) {
7540
+ var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7627
7541
  return [
7628
7542
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7629
7543
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7637,9 +7551,7 @@ var RemoveTagsCommand = _RemoveTagsCommand;
7637
7551
 
7638
7552
 
7639
7553
 
7640
- var _RemoveTrustStoreRevocationsCommand = class _RemoveTrustStoreRevocationsCommand extends import_smithy_client.Command.classBuilder().ep({
7641
- ...commonParams
7642
- }).m(function(Command, cs, config, o) {
7554
+ var _RemoveTrustStoreRevocationsCommand = class _RemoveTrustStoreRevocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7643
7555
  return [
7644
7556
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7645
7557
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7653,9 +7565,7 @@ var RemoveTrustStoreRevocationsCommand = _RemoveTrustStoreRevocationsCommand;
7653
7565
 
7654
7566
 
7655
7567
 
7656
- var _SetIpAddressTypeCommand = class _SetIpAddressTypeCommand extends import_smithy_client.Command.classBuilder().ep({
7657
- ...commonParams
7658
- }).m(function(Command, cs, config, o) {
7568
+ var _SetIpAddressTypeCommand = class _SetIpAddressTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7659
7569
  return [
7660
7570
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7661
7571
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7669,9 +7579,7 @@ var SetIpAddressTypeCommand = _SetIpAddressTypeCommand;
7669
7579
 
7670
7580
 
7671
7581
 
7672
- var _SetRulePrioritiesCommand = class _SetRulePrioritiesCommand extends import_smithy_client.Command.classBuilder().ep({
7673
- ...commonParams
7674
- }).m(function(Command, cs, config, o) {
7582
+ var _SetRulePrioritiesCommand = class _SetRulePrioritiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7675
7583
  return [
7676
7584
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7677
7585
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7685,9 +7593,7 @@ var SetRulePrioritiesCommand = _SetRulePrioritiesCommand;
7685
7593
 
7686
7594
 
7687
7595
 
7688
- var _SetSecurityGroupsCommand = class _SetSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
7689
- ...commonParams
7690
- }).m(function(Command, cs, config, o) {
7596
+ var _SetSecurityGroupsCommand = class _SetSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7691
7597
  return [
7692
7598
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7693
7599
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7701,9 +7607,7 @@ var SetSecurityGroupsCommand = _SetSecurityGroupsCommand;
7701
7607
 
7702
7608
 
7703
7609
 
7704
- var _SetSubnetsCommand = class _SetSubnetsCommand extends import_smithy_client.Command.classBuilder().ep({
7705
- ...commonParams
7706
- }).m(function(Command, cs, config, o) {
7610
+ var _SetSubnetsCommand = class _SetSubnetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7707
7611
  return [
7708
7612
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7709
7613
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AddListenerCertificatesCommand, se_AddListenerCertificatesCommand }
6
6
  export { $Command };
7
7
  export class AddListenerCertificatesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
7
  export class AddTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AddTrustStoreRevocationsCommand, se_AddTrustStoreRevocationsCommand
6
6
  export { $Command };
7
7
  export class AddTrustStoreRevocationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateListenerCommand, se_CreateListenerCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateLoadBalancerCommand, se_CreateLoadBalancerCommand } from "../p
6
6
  export { $Command };
7
7
  export class CreateLoadBalancerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_que
6
6
  export { $Command };
7
7
  export class CreateRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateTargetGroupCommand, se_CreateTargetGroupCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateTargetGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateTrustStoreCommand, se_CreateTrustStoreCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateTrustStoreCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteListenerCommand, se_DeleteListenerCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteListenerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteLoadBalancerCommand, se_DeleteLoadBalancerCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteLoadBalancerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),