@aws-sdk/client-elastic-load-balancing-v2 3.929.0 → 3.931.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 (88) hide show
  1. package/dist-cjs/index.js +2272 -6639
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ElasticLoadBalancingV2Client.js +2 -0
  4. package/dist-es/commands/AddListenerCertificatesCommand.js +3 -9
  5. package/dist-es/commands/AddTagsCommand.js +3 -9
  6. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +3 -9
  7. package/dist-es/commands/CreateListenerCommand.js +3 -9
  8. package/dist-es/commands/CreateLoadBalancerCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateTrustStoreCommand.js +3 -9
  12. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  13. package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -9
  14. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  15. package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +3 -9
  16. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
  17. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
  18. package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
  19. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
  20. package/dist-es/commands/DescribeCapacityReservationCommand.js +3 -9
  21. package/dist-es/commands/DescribeListenerAttributesCommand.js +3 -9
  22. package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -9
  23. package/dist-es/commands/DescribeListenersCommand.js +3 -9
  24. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -9
  25. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
  26. package/dist-es/commands/DescribeRulesCommand.js +3 -9
  27. package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -9
  28. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  29. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -9
  30. package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -9
  31. package/dist-es/commands/DescribeTargetHealthCommand.js +3 -9
  32. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +3 -9
  33. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +3 -9
  34. package/dist-es/commands/DescribeTrustStoresCommand.js +3 -9
  35. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  36. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +3 -9
  37. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +3 -9
  38. package/dist-es/commands/ModifyCapacityReservationCommand.js +3 -9
  39. package/dist-es/commands/ModifyIpPoolsCommand.js +3 -9
  40. package/dist-es/commands/ModifyListenerAttributesCommand.js +3 -9
  41. package/dist-es/commands/ModifyListenerCommand.js +3 -9
  42. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -9
  43. package/dist-es/commands/ModifyRuleCommand.js +3 -9
  44. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -9
  45. package/dist-es/commands/ModifyTargetGroupCommand.js +3 -9
  46. package/dist-es/commands/ModifyTrustStoreCommand.js +3 -9
  47. package/dist-es/commands/RegisterTargetsCommand.js +3 -9
  48. package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -9
  49. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  50. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +3 -9
  51. package/dist-es/commands/SetIpAddressTypeCommand.js +3 -9
  52. package/dist-es/commands/SetRulePrioritiesCommand.js +3 -9
  53. package/dist-es/commands/SetSecurityGroupsCommand.js +3 -9
  54. package/dist-es/commands/SetSubnetsCommand.js +3 -9
  55. package/dist-es/models/models_0.js +8 -0
  56. package/dist-es/runtimeConfig.shared.js +7 -0
  57. package/dist-es/schemas/schemas_0.js +2216 -0
  58. package/dist-types/ElasticLoadBalancingV2Client.d.ts +10 -1
  59. package/dist-types/commands/CreateListenerCommand.d.ts +30 -4
  60. package/dist-types/commands/CreateRuleCommand.d.ts +28 -2
  61. package/dist-types/commands/CreateTargetGroupCommand.d.ts +4 -4
  62. package/dist-types/commands/DeregisterTargetsCommand.d.ts +1 -0
  63. package/dist-types/commands/DescribeListenersCommand.d.ts +15 -2
  64. package/dist-types/commands/DescribeRulesCommand.d.ts +15 -2
  65. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +2 -2
  66. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +2 -0
  67. package/dist-types/commands/ModifyListenerCommand.d.ts +30 -4
  68. package/dist-types/commands/ModifyRuleCommand.d.ts +28 -2
  69. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +3 -3
  70. package/dist-types/commands/RegisterTargetsCommand.d.ts +1 -0
  71. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +14 -1
  72. package/dist-types/models/models_0.d.ts +107 -25
  73. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  74. package/dist-types/runtimeConfig.d.ts +1 -0
  75. package/dist-types/runtimeConfig.native.d.ts +1 -0
  76. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  77. package/dist-types/schemas/schemas_0.d.ts +323 -0
  78. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +4 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +22 -0
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +328 -0
  85. package/package.json +34 -34
  86. package/dist-es/protocols/Aws_query.js +0 -6319
  87. package/dist-types/protocols/Aws_query.d.ts +0 -461
  88. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -617
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsQueryProtocol({
31
+ defaultNamespace: "com.amazonaws.elasticloadbalancingv2",
32
+ xmlNamespace: "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/",
33
+ version: "2015-12-01",
34
+ }),
28
35
  serviceId: config?.serviceId ?? "Elastic Load Balancing v2",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class ElasticLoadBalancingV2Client extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AddListenerCertificatesCommand, se_AddListenerCertificatesCommand } from "../protocols/Aws_query";
4
+ import { AddListenerCertificates } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AddListenerCertificatesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "AddListenerCertificates", {})
17
13
  .n("ElasticLoadBalancingV2Client", "AddListenerCertificatesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AddListenerCertificatesCommand)
20
- .de(de_AddListenerCertificatesCommand)
14
+ .sc(AddListenerCertificates)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_query";
4
+ import { AddTags } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AddTagsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "AddTags", {})
17
13
  .n("ElasticLoadBalancingV2Client", "AddTagsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AddTagsCommand)
20
- .de(de_AddTagsCommand)
14
+ .sc(AddTags)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AddTrustStoreRevocationsCommand, se_AddTrustStoreRevocationsCommand } from "../protocols/Aws_query";
4
+ import { AddTrustStoreRevocations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AddTrustStoreRevocationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "AddTrustStoreRevocations", {})
17
13
  .n("ElasticLoadBalancingV2Client", "AddTrustStoreRevocationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AddTrustStoreRevocationsCommand)
20
- .de(de_AddTrustStoreRevocationsCommand)
14
+ .sc(AddTrustStoreRevocations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateListenerCommand, se_CreateListenerCommand } from "../protocols/Aws_query";
4
+ import { CreateListener } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateListenerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "CreateListener", {})
17
13
  .n("ElasticLoadBalancingV2Client", "CreateListenerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateListenerCommand)
20
- .de(de_CreateListenerCommand)
14
+ .sc(CreateListener)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateLoadBalancerCommand, se_CreateLoadBalancerCommand } from "../protocols/Aws_query";
4
+ import { CreateLoadBalancer } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateLoadBalancerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "CreateLoadBalancer", {})
17
13
  .n("ElasticLoadBalancingV2Client", "CreateLoadBalancerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateLoadBalancerCommand)
20
- .de(de_CreateLoadBalancerCommand)
14
+ .sc(CreateLoadBalancer)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_query";
4
+ import { CreateRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "CreateRule", {})
17
13
  .n("ElasticLoadBalancingV2Client", "CreateRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRuleCommand)
20
- .de(de_CreateRuleCommand)
14
+ .sc(CreateRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateTargetGroupCommand, se_CreateTargetGroupCommand } from "../protocols/Aws_query";
4
+ import { CreateTargetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTargetGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "CreateTargetGroup", {})
17
13
  .n("ElasticLoadBalancingV2Client", "CreateTargetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTargetGroupCommand)
20
- .de(de_CreateTargetGroupCommand)
14
+ .sc(CreateTargetGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateTrustStoreCommand, se_CreateTrustStoreCommand } from "../protocols/Aws_query";
4
+ import { CreateTrustStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTrustStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "CreateTrustStore", {})
17
13
  .n("ElasticLoadBalancingV2Client", "CreateTrustStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTrustStoreCommand)
20
- .de(de_CreateTrustStoreCommand)
14
+ .sc(CreateTrustStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteListenerCommand, se_DeleteListenerCommand } from "../protocols/Aws_query";
4
+ import { DeleteListener } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteListenerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DeleteListener", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DeleteListenerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteListenerCommand)
20
- .de(de_DeleteListenerCommand)
14
+ .sc(DeleteListener)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteLoadBalancerCommand, se_DeleteLoadBalancerCommand } from "../protocols/Aws_query";
4
+ import { DeleteLoadBalancer } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteLoadBalancerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DeleteLoadBalancer", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DeleteLoadBalancerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteLoadBalancerCommand)
20
- .de(de_DeleteLoadBalancerCommand)
14
+ .sc(DeleteLoadBalancer)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_query";
4
+ import { DeleteRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DeleteRule", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DeleteRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRuleCommand)
20
- .de(de_DeleteRuleCommand)
14
+ .sc(DeleteRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteSharedTrustStoreAssociationCommand, se_DeleteSharedTrustStoreAssociationCommand, } from "../protocols/Aws_query";
4
+ import { DeleteSharedTrustStoreAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSharedTrustStoreAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DeleteSharedTrustStoreAssociation", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DeleteSharedTrustStoreAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSharedTrustStoreAssociationCommand)
20
- .de(de_DeleteSharedTrustStoreAssociationCommand)
14
+ .sc(DeleteSharedTrustStoreAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteTargetGroupCommand, se_DeleteTargetGroupCommand } from "../protocols/Aws_query";
4
+ import { DeleteTargetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTargetGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DeleteTargetGroup", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DeleteTargetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTargetGroupCommand)
20
- .de(de_DeleteTargetGroupCommand)
14
+ .sc(DeleteTargetGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteTrustStoreCommand, se_DeleteTrustStoreCommand } from "../protocols/Aws_query";
4
+ import { DeleteTrustStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTrustStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DeleteTrustStore", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DeleteTrustStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTrustStoreCommand)
20
- .de(de_DeleteTrustStoreCommand)
14
+ .sc(DeleteTrustStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeregisterTargetsCommand, se_DeregisterTargetsCommand } from "../protocols/Aws_query";
4
+ import { DeregisterTargets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterTargetsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DeregisterTargets", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DeregisterTargetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterTargetsCommand)
20
- .de(de_DeregisterTargetsCommand)
14
+ .sc(DeregisterTargets)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from "../protocols/Aws_query";
4
+ import { DescribeAccountLimits } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeAccountLimitsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DescribeAccountLimits", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeAccountLimitsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeAccountLimitsCommand)
20
- .de(de_DescribeAccountLimitsCommand)
14
+ .sc(DescribeAccountLimits)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeCapacityReservationCommand, se_DescribeCapacityReservationCommand } from "../protocols/Aws_query";
4
+ import { DescribeCapacityReservation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeCapacityReservationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DescribeCapacityReservation", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeCapacityReservationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeCapacityReservationCommand)
20
- .de(de_DescribeCapacityReservationCommand)
14
+ .sc(DescribeCapacityReservation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeListenerAttributesCommand, se_DescribeListenerAttributesCommand } from "../protocols/Aws_query";
4
+ import { DescribeListenerAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeListenerAttributesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DescribeListenerAttributes", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeListenerAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeListenerAttributesCommand)
20
- .de(de_DescribeListenerAttributesCommand)
14
+ .sc(DescribeListenerAttributes)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeListenerCertificatesCommand, se_DescribeListenerCertificatesCommand } from "../protocols/Aws_query";
4
+ import { DescribeListenerCertificates } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeListenerCertificatesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DescribeListenerCertificates", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeListenerCertificatesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeListenerCertificatesCommand)
20
- .de(de_DescribeListenerCertificatesCommand)
14
+ .sc(DescribeListenerCertificates)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeListenersCommand, se_DescribeListenersCommand } from "../protocols/Aws_query";
4
+ import { DescribeListeners } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeListenersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DescribeListeners", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeListenersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeListenersCommand)
20
- .de(de_DescribeListenersCommand)
14
+ .sc(DescribeListeners)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeLoadBalancerAttributesCommand, se_DescribeLoadBalancerAttributesCommand, } from "../protocols/Aws_query";
4
+ import { DescribeLoadBalancerAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeLoadBalancerAttributesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DescribeLoadBalancerAttributes", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeLoadBalancerAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeLoadBalancerAttributesCommand)
20
- .de(de_DescribeLoadBalancerAttributesCommand)
14
+ .sc(DescribeLoadBalancerAttributes)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from "../protocols/Aws_query";
4
+ import { DescribeLoadBalancers } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeLoadBalancersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticLoadBalancing_v10", "DescribeLoadBalancers", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeLoadBalancersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeLoadBalancersCommand)
20
- .de(de_DescribeLoadBalancersCommand)
14
+ .sc(DescribeLoadBalancers)
21
15
  .build() {
22
16
  }