@aws-sdk/client-elastic-load-balancing-v2 3.928.0 → 3.930.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 (82) hide show
  1. package/dist-cjs/index.js +2269 -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 +6 -0
  56. package/dist-es/runtimeConfig.shared.js +7 -0
  57. package/dist-es/schemas/schemas_0.js +2215 -0
  58. package/dist-types/ElasticLoadBalancingV2Client.d.ts +10 -1
  59. package/dist-types/commands/CreateListenerCommand.d.ts +28 -2
  60. package/dist-types/commands/CreateRuleCommand.d.ts +28 -2
  61. package/dist-types/commands/DescribeListenersCommand.d.ts +14 -1
  62. package/dist-types/commands/DescribeRulesCommand.d.ts +15 -2
  63. package/dist-types/commands/ModifyListenerCommand.d.ts +28 -2
  64. package/dist-types/commands/ModifyRuleCommand.d.ts +28 -2
  65. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +14 -1
  66. package/dist-types/models/models_0.d.ts +95 -25
  67. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  68. package/dist-types/runtimeConfig.d.ts +1 -0
  69. package/dist-types/runtimeConfig.native.d.ts +1 -0
  70. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  71. package/dist-types/schemas/schemas_0.d.ts +323 -0
  72. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +4 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +19 -0
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  78. package/dist-types/ts3.4/schemas/schemas_0.d.ts +328 -0
  79. package/package.json +34 -34
  80. package/dist-es/protocols/Aws_query.js +0 -6319
  81. package/dist-types/protocols/Aws_query.d.ts +0 -461
  82. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -617
@@ -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_DescribeRulesCommand, se_DescribeRulesCommand } from "../protocols/Aws_query";
4
+ import { DescribeRules } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeRulesCommand 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", "DescribeRules", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeRulesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeRulesCommand)
20
- .de(de_DescribeRulesCommand)
14
+ .sc(DescribeRules)
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_DescribeSSLPoliciesCommand, se_DescribeSSLPoliciesCommand } from "../protocols/Aws_query";
4
+ import { DescribeSSLPolicies } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeSSLPoliciesCommand 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", "DescribeSSLPolicies", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeSSLPoliciesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeSSLPoliciesCommand)
20
- .de(de_DescribeSSLPoliciesCommand)
14
+ .sc(DescribeSSLPolicies)
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_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query";
4
+ import { DescribeTags } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTagsCommand 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", "DescribeTags", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeTagsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTagsCommand)
20
- .de(de_DescribeTagsCommand)
14
+ .sc(DescribeTags)
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_DescribeTargetGroupAttributesCommand, se_DescribeTargetGroupAttributesCommand, } from "../protocols/Aws_query";
4
+ import { DescribeTargetGroupAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTargetGroupAttributesCommand 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", "DescribeTargetGroupAttributes", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeTargetGroupAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTargetGroupAttributesCommand)
20
- .de(de_DescribeTargetGroupAttributesCommand)
14
+ .sc(DescribeTargetGroupAttributes)
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_DescribeTargetGroupsCommand, se_DescribeTargetGroupsCommand } from "../protocols/Aws_query";
4
+ import { DescribeTargetGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTargetGroupsCommand 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", "DescribeTargetGroups", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeTargetGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTargetGroupsCommand)
20
- .de(de_DescribeTargetGroupsCommand)
14
+ .sc(DescribeTargetGroups)
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_DescribeTargetHealthCommand, se_DescribeTargetHealthCommand } from "../protocols/Aws_query";
4
+ import { DescribeTargetHealth } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTargetHealthCommand 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", "DescribeTargetHealth", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeTargetHealthCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTargetHealthCommand)
20
- .de(de_DescribeTargetHealthCommand)
14
+ .sc(DescribeTargetHealth)
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_DescribeTrustStoreAssociationsCommand, se_DescribeTrustStoreAssociationsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeTrustStoreAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTrustStoreAssociationsCommand 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", "DescribeTrustStoreAssociations", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeTrustStoreAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTrustStoreAssociationsCommand)
20
- .de(de_DescribeTrustStoreAssociationsCommand)
14
+ .sc(DescribeTrustStoreAssociations)
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_DescribeTrustStoreRevocationsCommand, se_DescribeTrustStoreRevocationsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeTrustStoreRevocations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTrustStoreRevocationsCommand 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", "DescribeTrustStoreRevocations", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeTrustStoreRevocationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTrustStoreRevocationsCommand)
20
- .de(de_DescribeTrustStoreRevocationsCommand)
14
+ .sc(DescribeTrustStoreRevocations)
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_DescribeTrustStoresCommand, se_DescribeTrustStoresCommand } from "../protocols/Aws_query";
4
+ import { DescribeTrustStores } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTrustStoresCommand 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", "DescribeTrustStores", {})
17
13
  .n("ElasticLoadBalancingV2Client", "DescribeTrustStoresCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTrustStoresCommand)
20
- .de(de_DescribeTrustStoresCommand)
14
+ .sc(DescribeTrustStores)
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_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_query";
4
+ import { GetResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetResourcePolicyCommand 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", "GetResourcePolicy", {})
17
13
  .n("ElasticLoadBalancingV2Client", "GetResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetResourcePolicyCommand)
20
- .de(de_GetResourcePolicyCommand)
14
+ .sc(GetResourcePolicy)
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_GetTrustStoreCaCertificatesBundleCommand, se_GetTrustStoreCaCertificatesBundleCommand, } from "../protocols/Aws_query";
4
+ import { GetTrustStoreCaCertificatesBundle } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTrustStoreCaCertificatesBundleCommand 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", "GetTrustStoreCaCertificatesBundle", {})
17
13
  .n("ElasticLoadBalancingV2Client", "GetTrustStoreCaCertificatesBundleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTrustStoreCaCertificatesBundleCommand)
20
- .de(de_GetTrustStoreCaCertificatesBundleCommand)
14
+ .sc(GetTrustStoreCaCertificatesBundle)
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_GetTrustStoreRevocationContentCommand, se_GetTrustStoreRevocationContentCommand, } from "../protocols/Aws_query";
4
+ import { GetTrustStoreRevocationContent } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTrustStoreRevocationContentCommand 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", "GetTrustStoreRevocationContent", {})
17
13
  .n("ElasticLoadBalancingV2Client", "GetTrustStoreRevocationContentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTrustStoreRevocationContentCommand)
20
- .de(de_GetTrustStoreRevocationContentCommand)
14
+ .sc(GetTrustStoreRevocationContent)
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_ModifyCapacityReservationCommand, se_ModifyCapacityReservationCommand } from "../protocols/Aws_query";
4
+ import { ModifyCapacityReservation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyCapacityReservationCommand 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", "ModifyCapacityReservation", {})
17
13
  .n("ElasticLoadBalancingV2Client", "ModifyCapacityReservationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyCapacityReservationCommand)
20
- .de(de_ModifyCapacityReservationCommand)
14
+ .sc(ModifyCapacityReservation)
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_ModifyIpPoolsCommand, se_ModifyIpPoolsCommand } from "../protocols/Aws_query";
4
+ import { ModifyIpPools } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyIpPoolsCommand 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", "ModifyIpPools", {})
17
13
  .n("ElasticLoadBalancingV2Client", "ModifyIpPoolsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyIpPoolsCommand)
20
- .de(de_ModifyIpPoolsCommand)
14
+ .sc(ModifyIpPools)
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_ModifyListenerAttributesCommand, se_ModifyListenerAttributesCommand } from "../protocols/Aws_query";
4
+ import { ModifyListenerAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyListenerAttributesCommand 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", "ModifyListenerAttributes", {})
17
13
  .n("ElasticLoadBalancingV2Client", "ModifyListenerAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyListenerAttributesCommand)
20
- .de(de_ModifyListenerAttributesCommand)
14
+ .sc(ModifyListenerAttributes)
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_ModifyListenerCommand, se_ModifyListenerCommand } from "../protocols/Aws_query";
4
+ import { ModifyListener } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyListenerCommand 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", "ModifyListener", {})
17
13
  .n("ElasticLoadBalancingV2Client", "ModifyListenerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyListenerCommand)
20
- .de(de_ModifyListenerCommand)
14
+ .sc(ModifyListener)
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_ModifyLoadBalancerAttributesCommand, se_ModifyLoadBalancerAttributesCommand } from "../protocols/Aws_query";
4
+ import { ModifyLoadBalancerAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyLoadBalancerAttributesCommand 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", "ModifyLoadBalancerAttributes", {})
17
13
  .n("ElasticLoadBalancingV2Client", "ModifyLoadBalancerAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyLoadBalancerAttributesCommand)
20
- .de(de_ModifyLoadBalancerAttributesCommand)
14
+ .sc(ModifyLoadBalancerAttributes)
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_ModifyRuleCommand, se_ModifyRuleCommand } from "../protocols/Aws_query";
4
+ import { ModifyRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyRuleCommand 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", "ModifyRule", {})
17
13
  .n("ElasticLoadBalancingV2Client", "ModifyRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyRuleCommand)
20
- .de(de_ModifyRuleCommand)
14
+ .sc(ModifyRule)
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_ModifyTargetGroupAttributesCommand, se_ModifyTargetGroupAttributesCommand } from "../protocols/Aws_query";
4
+ import { ModifyTargetGroupAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyTargetGroupAttributesCommand 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", "ModifyTargetGroupAttributes", {})
17
13
  .n("ElasticLoadBalancingV2Client", "ModifyTargetGroupAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyTargetGroupAttributesCommand)
20
- .de(de_ModifyTargetGroupAttributesCommand)
14
+ .sc(ModifyTargetGroupAttributes)
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_ModifyTargetGroupCommand, se_ModifyTargetGroupCommand } from "../protocols/Aws_query";
4
+ import { ModifyTargetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyTargetGroupCommand 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", "ModifyTargetGroup", {})
17
13
  .n("ElasticLoadBalancingV2Client", "ModifyTargetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyTargetGroupCommand)
20
- .de(de_ModifyTargetGroupCommand)
14
+ .sc(ModifyTargetGroup)
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_ModifyTrustStoreCommand, se_ModifyTrustStoreCommand } from "../protocols/Aws_query";
4
+ import { ModifyTrustStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyTrustStoreCommand 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", "ModifyTrustStore", {})
17
13
  .n("ElasticLoadBalancingV2Client", "ModifyTrustStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyTrustStoreCommand)
20
- .de(de_ModifyTrustStoreCommand)
14
+ .sc(ModifyTrustStore)
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_RegisterTargetsCommand, se_RegisterTargetsCommand } from "../protocols/Aws_query";
4
+ import { RegisterTargets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RegisterTargetsCommand 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", "RegisterTargets", {})
17
13
  .n("ElasticLoadBalancingV2Client", "RegisterTargetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RegisterTargetsCommand)
20
- .de(de_RegisterTargetsCommand)
14
+ .sc(RegisterTargets)
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_RemoveListenerCertificatesCommand, se_RemoveListenerCertificatesCommand } from "../protocols/Aws_query";
4
+ import { RemoveListenerCertificates } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveListenerCertificatesCommand 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", "RemoveListenerCertificates", {})
17
13
  .n("ElasticLoadBalancingV2Client", "RemoveListenerCertificatesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveListenerCertificatesCommand)
20
- .de(de_RemoveListenerCertificatesCommand)
14
+ .sc(RemoveListenerCertificates)
21
15
  .build() {
22
16
  }