@aws-sdk/client-elastic-load-balancing-v2 3.36.0 → 3.39.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 (119) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/ElasticLoadBalancingV2.js +0 -41
  3. package/dist-cjs/ElasticLoadBalancingV2Client.js +0 -46
  4. package/dist-cjs/commands/AddListenerCertificatesCommand.js +0 -31
  5. package/dist-cjs/commands/AddTagsCommand.js +0 -28
  6. package/dist-cjs/commands/CreateListenerCommand.js +0 -51
  7. package/dist-cjs/commands/CreateLoadBalancerCommand.js +0 -51
  8. package/dist-cjs/commands/CreateRuleCommand.js +0 -29
  9. package/dist-cjs/commands/CreateTargetGroupCommand.js +0 -51
  10. package/dist-cjs/commands/DeleteListenerCommand.js +0 -26
  11. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +0 -30
  12. package/dist-cjs/commands/DeleteRuleCommand.js +0 -25
  13. package/dist-cjs/commands/DeleteTargetGroupCommand.js +0 -28
  14. package/dist-cjs/commands/DeregisterTargetsCommand.js +0 -25
  15. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -46
  16. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +0 -31
  17. package/dist-cjs/commands/DescribeListenersCommand.js +0 -26
  18. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +0 -47
  19. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +0 -24
  20. package/dist-cjs/commands/DescribeRulesCommand.js +0 -25
  21. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +0 -26
  22. package/dist-cjs/commands/DescribeTagsCommand.js +0 -26
  23. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +0 -45
  24. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +0 -27
  25. package/dist-cjs/commands/DescribeTargetHealthCommand.js +0 -24
  26. package/dist-cjs/commands/ModifyListenerCommand.js +0 -31
  27. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +0 -27
  28. package/dist-cjs/commands/ModifyRuleCommand.js +0 -28
  29. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +0 -24
  30. package/dist-cjs/commands/ModifyTargetGroupCommand.js +0 -25
  31. package/dist-cjs/commands/RegisterTargetsCommand.js +0 -36
  32. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +0 -25
  33. package/dist-cjs/commands/RemoveTagsCommand.js +0 -26
  34. package/dist-cjs/commands/SetIpAddressTypeCommand.js +0 -25
  35. package/dist-cjs/commands/SetRulePrioritiesCommand.js +0 -26
  36. package/dist-cjs/commands/SetSecurityGroupsCommand.js +0 -27
  37. package/dist-cjs/commands/SetSubnetsCommand.js +0 -29
  38. package/dist-cjs/commands/index.js +37 -0
  39. package/dist-cjs/endpoints.js +6 -1
  40. package/dist-cjs/index.js +5 -45
  41. package/dist-cjs/models/models_0.js +8 -429
  42. package/dist-cjs/pagination/DescribeListenersPaginator.js +0 -10
  43. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +0 -10
  44. package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js +0 -10
  45. package/dist-cjs/pagination/index.js +7 -0
  46. package/dist-cjs/protocols/Aws_query.js +18 -2
  47. package/dist-cjs/runtimeConfig.browser.js +1 -5
  48. package/dist-cjs/runtimeConfig.js +1 -5
  49. package/dist-cjs/runtimeConfig.native.js +0 -3
  50. package/dist-cjs/runtimeConfig.shared.js +0 -3
  51. package/dist-cjs/waiters/index.js +8 -0
  52. package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +0 -9
  53. package/dist-cjs/waiters/waitForLoadBalancerExists.js +0 -9
  54. package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +0 -9
  55. package/dist-cjs/waiters/waitForTargetDeregistered.js +0 -9
  56. package/dist-cjs/waiters/waitForTargetInService.js +0 -9
  57. package/dist-es/commands/index.js +34 -0
  58. package/dist-es/endpoints.js +6 -1
  59. package/dist-es/index.js +5 -45
  60. package/dist-es/models/models_0.js +5 -0
  61. package/dist-es/pagination/index.js +4 -0
  62. package/dist-es/protocols/Aws_query.js +18 -0
  63. package/dist-es/waiters/index.js +5 -0
  64. package/dist-types/commands/index.d.ts +34 -0
  65. package/dist-types/index.d.ts +5 -45
  66. package/dist-types/models/models_0.d.ts +41 -12
  67. package/dist-types/pagination/index.d.ts +4 -0
  68. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +35 -378
  69. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +24 -127
  70. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +2 -27
  71. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -24
  72. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -47
  73. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +2 -47
  74. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -25
  75. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +2 -47
  76. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -22
  77. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +2 -26
  78. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -21
  79. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +2 -24
  80. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +2 -21
  81. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -42
  82. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +2 -27
  83. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +2 -22
  84. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -43
  85. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -20
  86. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +2 -21
  87. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +2 -22
  88. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -22
  89. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -41
  90. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +2 -23
  91. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +2 -20
  92. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +2 -27
  93. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -23
  94. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +2 -24
  95. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -20
  96. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +2 -21
  97. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +2 -32
  98. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +2 -21
  99. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -22
  100. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +2 -21
  101. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +2 -22
  102. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +2 -23
  103. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +2 -25
  104. package/dist-types/ts3.4/commands/index.d.ts +34 -0
  105. package/dist-types/ts3.4/index.d.ts +5 -45
  106. package/dist-types/ts3.4/models/models_0.d.ts +238 -3056
  107. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  108. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -6
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  112. package/dist-types/ts3.4/waiters/index.d.ts +5 -0
  113. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +2 -9
  114. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +2 -9
  115. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +2 -9
  116. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +2 -9
  117. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +2 -9
  118. package/dist-types/waiters/index.d.ts +5 -0
  119. package/package.json +33 -33
@@ -1767,9 +1767,13 @@ export declare namespace TooManyTargetGroupsException {
1767
1767
  */
1768
1768
  const filterSensitiveLog: (obj: TooManyTargetGroupsException) => any;
1769
1769
  }
1770
+ export declare enum TargetGroupIpAddressTypeEnum {
1771
+ IPV4 = "ipv4",
1772
+ IPV6 = "ipv6"
1773
+ }
1770
1774
  /**
1771
1775
  * <p>The codes to use when checking for a successful response from a target. If the protocol
1772
- * version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes.</p>
1776
+ * version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes. </p>
1773
1777
  */
1774
1778
  export interface Matcher {
1775
1779
  /**
@@ -1777,6 +1781,8 @@ export interface Matcher {
1777
1781
  * default value is 200. You can specify multiple values (for example, "200,202") or a range of
1778
1782
  * values (for example, "200-299").</p>
1779
1783
  * <p>For Network Load Balancers and Gateway Load Balancers, this must be "200–399".</p>
1784
+ * <p>Note that when using shorthand syntax, some values such as commas need to be
1785
+ * escaped.</p>
1780
1786
  */
1781
1787
  HttpCode?: string;
1782
1788
  /**
@@ -1926,6 +1932,12 @@ export interface CreateTargetGroupInput {
1926
1932
  * <p>The tags to assign to the target group.</p>
1927
1933
  */
1928
1934
  Tags?: Tag[];
1935
+ /**
1936
+ * <p>The type of IP address used for this target group. The possible values are
1937
+ * <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified,
1938
+ * the IP address type defaults to <code>ipv4</code>.</p>
1939
+ */
1940
+ IpAddressType?: TargetGroupIpAddressTypeEnum | string;
1929
1941
  }
1930
1942
  export declare namespace CreateTargetGroupInput {
1931
1943
  /**
@@ -2018,6 +2030,12 @@ export interface TargetGroup {
2018
2030
  * <code>HTTP1</code>, and <code>HTTP2</code>.</p>
2019
2031
  */
2020
2032
  ProtocolVersion?: string;
2033
+ /**
2034
+ * <p>The type of IP address used for this target group. The possible values are
2035
+ * <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified,
2036
+ * the IP address type defaults to <code>ipv4</code>.</p>
2037
+ */
2038
+ IpAddressType?: TargetGroupIpAddressTypeEnum | string;
2021
2039
  }
2022
2040
  export declare namespace TargetGroup {
2023
2041
  /**
@@ -2476,22 +2494,22 @@ export interface LoadBalancerAttribute {
2476
2494
  * </li>
2477
2495
  * <li>
2478
2496
  * <p>
2479
- * <code>routing.http.x_amzn_tls_version_and_cipher_suite.enabled</code> - Indicates whether the two headers (<code>x-amzn-tls-version</code> and
2480
- * <code>x-amzn-tls-cipher-suite</code>), which contain information about
2481
- * the negotiated TLS version and cipher suite, are added to the client request
2482
- * before sending it to the target. The <code>x-amzn-tls-version</code> header
2483
- * has information about the TLS protocol version negotiated with the client,
2484
- * and the <code>x-amzn-tls-cipher-suite</code> header has information about
2485
- * the cipher suite negotiated with the client. Both headers are in OpenSSL
2486
- * format. The possible values for the attribute are <code>true</code> and
2487
- * <code>false</code>. The default is <code>false</code>.</p>
2497
+ * <code>routing.http.x_amzn_tls_version_and_cipher_suite.enabled</code> - Indicates
2498
+ * whether the two headers (<code>x-amzn-tls-version</code> and
2499
+ * <code>x-amzn-tls-cipher-suite</code>), which contain information about the negotiated
2500
+ * TLS version and cipher suite, are added to the client request before sending it to the
2501
+ * target. The <code>x-amzn-tls-version</code> header has information about the TLS protocol
2502
+ * version negotiated with the client, and the <code>x-amzn-tls-cipher-suite</code> header
2503
+ * has information about the cipher suite negotiated with the client. Both headers are in
2504
+ * OpenSSL format. The possible values for the attribute are <code>true</code> and
2505
+ * <code>false</code>. The default is <code>false</code>.</p>
2488
2506
  * </li>
2489
2507
  * <li>
2490
2508
  * <p>
2491
2509
  * <code>routing.http.xff_client_port.enabled</code> - Indicates whether the
2492
- * <code>X-Forwarded-For</code> header should preserve the source port that the client used
2510
+ * <code>X-Forwarded-For</code> header should preserve the source port that the client used
2493
2511
  * to connect to the load balancer. The possible values are <code>true</code> and
2494
- * <code>false</code>. The default is <code>false</code>.</p>
2512
+ * <code>false</code>. The default is <code>false</code>.</p>
2495
2513
  * </li>
2496
2514
  * <li>
2497
2515
  * <p>
@@ -2642,6 +2660,11 @@ export interface DescribeSSLPoliciesInput {
2642
2660
  * <p>The maximum number of results to return with this call.</p>
2643
2661
  */
2644
2662
  PageSize?: number;
2663
+ /**
2664
+ * <p> The type of load balancer. The default lists the SSL policies for all load
2665
+ * balancers.</p>
2666
+ */
2667
+ LoadBalancerType?: LoadBalancerTypeEnum | string;
2645
2668
  }
2646
2669
  export declare namespace DescribeSSLPoliciesInput {
2647
2670
  /**
@@ -2665,6 +2688,12 @@ export interface SslPolicy {
2665
2688
  * <p>The name of the policy.</p>
2666
2689
  */
2667
2690
  Name?: string;
2691
+ /**
2692
+ * <p>
2693
+ * The supported load balancers.
2694
+ * </p>
2695
+ */
2696
+ SupportedLoadBalancerTypes?: string[];
2668
2697
  }
2669
2698
  export declare namespace SslPolicy {
2670
2699
  /**
@@ -0,0 +1,4 @@
1
+ export * from "./DescribeListenersPaginator";
2
+ export * from "./DescribeLoadBalancersPaginator";
3
+ export * from "./DescribeTargetGroupsPaginator";
4
+ export * from "./Interfaces";
@@ -34,484 +34,141 @@ import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from ".
34
34
  import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "./commands/SetSecurityGroupsCommand";
35
35
  import { SetSubnetsCommandInput, SetSubnetsCommandOutput } from "./commands/SetSubnetsCommand";
36
36
  import { ElasticLoadBalancingV2Client } from "./ElasticLoadBalancingV2Client";
37
- /**
38
- * <fullname>Elastic Load Balancing</fullname>
39
- *
40
- * <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances.
41
- * This enables you to increase the availability of your application. The load balancer also
42
- * monitors the health of its registered targets and ensures that it routes traffic only to
43
- * healthy targets. You configure your load balancer to accept incoming traffic by specifying one
44
- * or more listeners, which are configured with a protocol and port number for connections from
45
- * clients to the load balancer. You configure a target group with a protocol and port number for
46
- * connections from the load balancer to the targets, and with health check settings to be used
47
- * when checking the health status of the targets.</p>
48
- *
49
- * <p>Elastic Load Balancing supports the following types of load balancers: Application Load
50
- * Balancers, Network Load Balancers, Gateway Load Balancers, and Classic Load Balancers. This
51
- * reference covers the following load balancer types:</p>
52
- * <ul>
53
- * <li>
54
- * <p>Application Load Balancer - Operates at the application layer (layer 7) and supports
55
- * HTTP and HTTPS.</p>
56
- * </li>
57
- * <li>
58
- * <p>Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP,
59
- * TLS, and UDP.</p>
60
- * </li>
61
- * <li>
62
- * <p>Gateway Load Balancer - Operates at the network layer (layer 3).</p>
63
- * </li>
64
- * </ul>
65
- *
66
- * <p>For more information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User
67
- * Guide</a>.</p>
68
- *
69
- *
70
- *
71
- *
72
- *
73
- *
74
- *
75
- * <p>All Elastic Load Balancing operations are idempotent, which means that they complete at
76
- * most one time. If you repeat an operation, it succeeds.</p>
77
- */
37
+
78
38
  export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
79
- /**
80
- * <p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS
81
- * or TLS listener.</p>
82
- * <p>If the certificate in already in the certificate list, the call is successful but the
83
- * certificate is not added again.</p>
84
- *
85
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html">HTTPS
86
- * listeners</a> in the <i>Application Load Balancers Guide</i> or <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html">TLS
87
- * listeners</a> in the <i>Network Load Balancers Guide</i>.</p>
88
- */
39
+
89
40
  addListenerCertificates(args: AddListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<AddListenerCertificatesCommandOutput>;
90
41
  addListenerCertificates(args: AddListenerCertificatesCommandInput, cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void): void;
91
42
  addListenerCertificates(args: AddListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void): void;
92
- /**
93
- * <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
94
- * Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups,
95
- * listeners, and rules.</p>
96
- * <p>Each tag consists of a key and an optional value. If a resource already has a tag with the
97
- * same key, <code>AddTags</code> updates its value.</p>
98
- */
43
+
99
44
  addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
100
45
  addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
101
46
  addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
102
- /**
103
- * <p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or
104
- * Gateway Load Balancer.</p>
105
- *
106
- *
107
- * <p>For more information, see the following:</p>
108
- * <ul>
109
- * <li>
110
- * <p>
111
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html">Listeners for
112
- * your Application Load Balancers</a>
113
- * </p>
114
- * </li>
115
- * <li>
116
- * <p>
117
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html">Listeners for
118
- * your Network Load Balancers</a>
119
- * </p>
120
- * </li>
121
- * <li>
122
- * <p>
123
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-listeners.html">Listeners for your
124
- * Gateway Load Balancers</a>
125
- * </p>
126
- * </li>
127
- * </ul>
128
- *
129
- * <p>This operation is idempotent, which means that it completes at most one time. If you
130
- * attempt to create multiple listeners with the same settings, each call succeeds.</p>
131
- */
47
+
132
48
  createListener(args: CreateListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateListenerCommandOutput>;
133
49
  createListener(args: CreateListenerCommandInput, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
134
50
  createListener(args: CreateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
135
- /**
136
- * <p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load
137
- * Balancer.</p>
138
- *
139
- *
140
- *
141
- * <p>For more information, see the following:</p>
142
- * <ul>
143
- * <li>
144
- * <p>
145
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html">Application Load Balancers</a>
146
- * </p>
147
- * </li>
148
- * <li>
149
- * <p>
150
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html">Network Load
151
- * Balancers</a>
152
- * </p>
153
- * </li>
154
- * <li>
155
- * <p>
156
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html">Gateway Load
157
- * Balancers</a>
158
- * </p>
159
- * </li>
160
- * </ul>
161
- *
162
- * <p>This operation is idempotent, which means that it completes at most one time. If you
163
- * attempt to create multiple load balancers with the same settings, each call succeeds.</p>
164
- */
51
+
165
52
  createLoadBalancer(args: CreateLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoadBalancerCommandOutput>;
166
53
  createLoadBalancer(args: CreateLoadBalancerCommandInput, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
167
54
  createLoadBalancer(args: CreateLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
168
- /**
169
- * <p>Creates a rule for the specified listener. The listener must be associated with an
170
- * Application Load Balancer.</p>
171
- * <p>Each rule consists of a priority, one or more actions, and one or more conditions. Rules
172
- * are evaluated in priority order, from the lowest value to the highest value. When the
173
- * conditions for a rule are met, its actions are performed. If the conditions for no rules are
174
- * met, the actions for the default rule are performed. For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#listener-rules">Listener rules</a> in the <i>Application Load Balancers Guide</i>.</p>
175
- */
55
+
176
56
  createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
177
57
  createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
178
58
  createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
179
- /**
180
- * <p>Creates a target group.</p>
181
- *
182
- *
183
- *
184
- * <p>For more information, see the following:</p>
185
- * <ul>
186
- * <li>
187
- * <p>
188
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html">Target
189
- * groups for your Application Load Balancers</a>
190
- * </p>
191
- * </li>
192
- * <li>
193
- * <p>
194
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html">Target groups
195
- * for your Network Load Balancers</a>
196
- * </p>
197
- * </li>
198
- * <li>
199
- * <p>
200
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html">Target groups for your
201
- * Gateway Load Balancers</a>
202
- * </p>
203
- * </li>
204
- * </ul>
205
- *
206
- * <p>This operation is idempotent, which means that it completes at most one time. If you
207
- * attempt to create multiple target groups with the same settings, each call succeeds.</p>
208
- */
59
+
209
60
  createTargetGroup(args: CreateTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateTargetGroupCommandOutput>;
210
61
  createTargetGroup(args: CreateTargetGroupCommandInput, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
211
62
  createTargetGroup(args: CreateTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
212
- /**
213
- * <p>Deletes the specified listener.</p>
214
- * <p>Alternatively, your listener is deleted when you delete the load balancer to which it is
215
- * attached.</p>
216
- */
63
+
217
64
  deleteListener(args: DeleteListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteListenerCommandOutput>;
218
65
  deleteListener(args: DeleteListenerCommandInput, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
219
66
  deleteListener(args: DeleteListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
220
- /**
221
- * <p>Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load
222
- * Balancer. Deleting a load balancer also deletes its listeners.</p>
223
- * <p>You can't delete a load balancer if deletion protection is enabled. If the load balancer
224
- * does not exist or has already been deleted, the call succeeds.</p>
225
- * <p>Deleting a load balancer does not affect its registered targets. For example, your EC2
226
- * instances continue to run and are still registered to their target groups. If you no longer
227
- * need these EC2 instances, you can stop or terminate them.</p>
228
- */
67
+
229
68
  deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoadBalancerCommandOutput>;
230
69
  deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
231
70
  deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
232
- /**
233
- * <p>Deletes the specified rule.</p>
234
- * <p>You can't delete the default rule.</p>
235
- */
71
+
236
72
  deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
237
73
  deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
238
74
  deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
239
- /**
240
- * <p>Deletes the specified target group.</p>
241
- * <p>You can delete a target group if it is not referenced by any actions. Deleting a target
242
- * group also deletes any associated health checks. Deleting a target group does not affect its
243
- * registered targets. For example, any EC2 instances continue to run until you stop or terminate
244
- * them.</p>
245
- */
75
+
246
76
  deleteTargetGroup(args: DeleteTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTargetGroupCommandOutput>;
247
77
  deleteTargetGroup(args: DeleteTargetGroupCommandInput, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
248
78
  deleteTargetGroup(args: DeleteTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
249
- /**
250
- * <p>Deregisters the specified targets from the specified target group. After the targets are
251
- * deregistered, they no longer receive traffic from the load balancer.</p>
252
- */
79
+
253
80
  deregisterTargets(args: DeregisterTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTargetsCommandOutput>;
254
81
  deregisterTargets(args: DeregisterTargetsCommandInput, cb: (err: any, data?: DeregisterTargetsCommandOutput) => void): void;
255
82
  deregisterTargets(args: DeregisterTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTargetsCommandOutput) => void): void;
256
- /**
257
- * <p>Describes the current Elastic Load Balancing resource limits for your Amazon Web Services
258
- * account.</p>
259
- * <p>For more information, see the following:</p>
260
- * <ul>
261
- * <li>
262
- * <p>
263
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html">Quotas for your
264
- * Application Load Balancers</a>
265
- * </p>
266
- * </li>
267
- * <li>
268
- * <p>
269
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html">Quotas for your
270
- * Network Load Balancers</a>
271
- * </p>
272
- * </li>
273
- * <li>
274
- * <p>
275
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/quotas-limits.html">Quotas for your Gateway
276
- * Load Balancers</a>
277
- * </p>
278
- * </li>
279
- * </ul>
280
- */
83
+
281
84
  describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
282
85
  describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
283
86
  describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
284
- /**
285
- * <p>Describes the default certificate and the certificate list for the specified HTTPS or TLS
286
- * listener.</p>
287
- * <p>If the default certificate is also in the certificate list, it appears twice in the
288
- * results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code> set
289
- * to false).</p>
290
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates">SSL certificates</a> in the <i>Application Load Balancers Guide</i> or
291
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificate">Server certificates</a> in the <i>Network Load Balancers
292
- * Guide</i>.</p>
293
- */
87
+
294
88
  describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenerCertificatesCommandOutput>;
295
89
  describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void): void;
296
90
  describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void): void;
297
- /**
298
- * <p>Describes the specified listeners or the listeners for the specified Application Load
299
- * Balancer, Network Load Balancer, or Gateway Load Balancer. You must specify either a load
300
- * balancer or one or more listeners.</p>
301
- */
91
+
302
92
  describeListeners(args: DescribeListenersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenersCommandOutput>;
303
93
  describeListeners(args: DescribeListenersCommandInput, cb: (err: any, data?: DescribeListenersCommandOutput) => void): void;
304
94
  describeListeners(args: DescribeListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenersCommandOutput) => void): void;
305
- /**
306
- * <p>Describes the attributes for the specified Application Load Balancer, Network Load
307
- * Balancer, or Gateway Load Balancer.</p>
308
- *
309
- * <p>For more information, see the following:</p>
310
- * <ul>
311
- * <li>
312
- * <p>
313
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#load-balancer-attributes">Load balancer attributes</a> in the <i>Application Load Balancers
314
- * Guide</i>
315
- * </p>
316
- * </li>
317
- * <li>
318
- * <p>
319
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes">Load balancer attributes</a> in the <i>Network Load Balancers
320
- * Guide</i>
321
- * </p>
322
- * </li>
323
- * <li>
324
- * <p>
325
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html#load-balancer-attributes">Load balancer attributes</a> in the <i>Gateway Load Balancers
326
- * Guide</i>
327
- * </p>
328
- * </li>
329
- * </ul>
330
- */
95
+
331
96
  describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancerAttributesCommandOutput>;
332
97
  describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void): void;
333
98
  describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void): void;
334
- /**
335
- * <p>Describes the specified load balancers or all of your load balancers.</p>
336
- */
99
+
337
100
  describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancersCommandOutput>;
338
101
  describeLoadBalancers(args: DescribeLoadBalancersCommandInput, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
339
102
  describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
340
- /**
341
- * <p>Describes the specified rules or the rules for the specified listener. You must specify
342
- * either a listener or one or more rules.</p>
343
- */
103
+
344
104
  describeRules(args: DescribeRulesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRulesCommandOutput>;
345
105
  describeRules(args: DescribeRulesCommandInput, cb: (err: any, data?: DescribeRulesCommandOutput) => void): void;
346
106
  describeRules(args: DescribeRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRulesCommandOutput) => void): void;
347
- /**
348
- * <p>Describes the specified policies or all policies used for SSL negotiation.</p>
349
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies">Security policies</a> in the <i>Application Load Balancers Guide</i> or
350
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies">Security policies</a> in the <i>Network Load Balancers Guide</i>.</p>
351
- */
107
+
352
108
  describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSSLPoliciesCommandOutput>;
353
109
  describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void): void;
354
110
  describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void): void;
355
- /**
356
- * <p>Describes the tags for the specified Elastic Load Balancing resources. You can describe
357
- * the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load
358
- * Balancers, target groups, listeners, or rules.</p>
359
- */
111
+
360
112
  describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
361
113
  describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
362
114
  describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
363
- /**
364
- * <p>Describes the attributes for the specified target group.</p>
365
- * <p>For more information, see the following:</p>
366
- * <ul>
367
- * <li>
368
- * <p>
369
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes">Target group attributes</a> in the <i>Application Load Balancers
370
- * Guide</i>
371
- * </p>
372
- * </li>
373
- * <li>
374
- * <p>
375
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#target-group-attributes">Target group attributes</a> in the <i>Network Load Balancers
376
- * Guide</i>
377
- * </p>
378
- * </li>
379
- * <li>
380
- * <p>
381
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html#target-group-attributes">Target group attributes</a> in the <i>Gateway Load Balancers
382
- * Guide</i>
383
- * </p>
384
- * </li>
385
- * </ul>
386
- */
115
+
387
116
  describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetGroupAttributesCommandOutput>;
388
117
  describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void): void;
389
118
  describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void): void;
390
- /**
391
- * <p>Describes the specified target groups or all of your target groups. By default, all target
392
- * groups are described. Alternatively, you can specify one of the following to filter the
393
- * results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of
394
- * one or more target groups.</p>
395
- */
119
+
396
120
  describeTargetGroups(args: DescribeTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetGroupsCommandOutput>;
397
121
  describeTargetGroups(args: DescribeTargetGroupsCommandInput, cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void): void;
398
122
  describeTargetGroups(args: DescribeTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void): void;
399
- /**
400
- * <p>Describes the health of the specified targets or all of your targets.</p>
401
- */
123
+
402
124
  describeTargetHealth(args: DescribeTargetHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetHealthCommandOutput>;
403
125
  describeTargetHealth(args: DescribeTargetHealthCommandInput, cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void): void;
404
126
  describeTargetHealth(args: DescribeTargetHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void): void;
405
- /**
406
- * <p>Replaces the specified properties of the specified listener. Any properties that you do
407
- * not specify remain unchanged.</p>
408
- * <p>Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy
409
- * and default certificate properties. If you change the protocol from HTTP to HTTPS, or from TCP
410
- * to TLS, you must add the security policy and default certificate properties.</p>
411
- * <p>To add an item to a list, remove an item from a list, or update an item in a list, you
412
- * must provide the entire list. For example, to add an action, specify a list with the current
413
- * actions plus the new action.</p>
414
- */
127
+
415
128
  modifyListener(args: ModifyListenerCommandInput, options?: __HttpHandlerOptions): Promise<ModifyListenerCommandOutput>;
416
129
  modifyListener(args: ModifyListenerCommandInput, cb: (err: any, data?: ModifyListenerCommandOutput) => void): void;
417
130
  modifyListener(args: ModifyListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyListenerCommandOutput) => void): void;
418
- /**
419
- * <p>Modifies the specified attributes of the specified Application Load Balancer, Network Load
420
- * Balancer, or Gateway Load Balancer.</p>
421
- * <p>If any of the specified attributes can't be modified as requested, the call fails. Any
422
- * existing attributes that you do not modify retain their current values.</p>
423
- */
131
+
424
132
  modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyLoadBalancerAttributesCommandOutput>;
425
133
  modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void): void;
426
134
  modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void): void;
427
- /**
428
- * <p>Replaces the specified properties of the specified rule. Any properties that you do not
429
- * specify are unchanged.</p>
430
- * <p>To add an item to a list, remove an item from a list, or update an item in a list, you
431
- * must provide the entire list. For example, to add an action, specify a list with the current
432
- * actions plus the new action.</p>
433
- */
135
+
434
136
  modifyRule(args: ModifyRuleCommandInput, options?: __HttpHandlerOptions): Promise<ModifyRuleCommandOutput>;
435
137
  modifyRule(args: ModifyRuleCommandInput, cb: (err: any, data?: ModifyRuleCommandOutput) => void): void;
436
138
  modifyRule(args: ModifyRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyRuleCommandOutput) => void): void;
437
- /**
438
- * <p>Modifies the health checks used when evaluating the health state of the targets in the
439
- * specified target group.</p>
440
- */
139
+
441
140
  modifyTargetGroup(args: ModifyTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTargetGroupCommandOutput>;
442
141
  modifyTargetGroup(args: ModifyTargetGroupCommandInput, cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void): void;
443
142
  modifyTargetGroup(args: ModifyTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void): void;
444
- /**
445
- * <p>Modifies the specified attributes of the specified target group.</p>
446
- */
143
+
447
144
  modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTargetGroupAttributesCommandOutput>;
448
145
  modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void): void;
449
146
  modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void): void;
450
- /**
451
- * <p>Registers the specified targets with the specified target group.</p>
452
- *
453
- * <p>If the target is an EC2 instance, it must be in the <code>running</code> state when you
454
- * register it.</p>
455
- *
456
- * <p>By default, the load balancer routes requests to registered targets using the protocol and
457
- * port for the target group. Alternatively, you can override the port for a target when you
458
- * register it. You can register each EC2 instance or IP address with the same target group
459
- * multiple times using different ports.</p>
460
- *
461
- * <p>With a Network Load Balancer, you cannot register instances by instance ID if they have
462
- * the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3,
463
- * and T1. You can register instances of these types by IP address.</p>
464
- */
147
+
465
148
  registerTargets(args: RegisterTargetsCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTargetsCommandOutput>;
466
149
  registerTargets(args: RegisterTargetsCommandInput, cb: (err: any, data?: RegisterTargetsCommandOutput) => void): void;
467
150
  registerTargets(args: RegisterTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTargetsCommandOutput) => void): void;
468
- /**
469
- * <p>Removes the specified certificate from the certificate list for the specified HTTPS or TLS
470
- * listener.</p>
471
- */
151
+
472
152
  removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<RemoveListenerCertificatesCommandOutput>;
473
153
  removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void): void;
474
154
  removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void): void;
475
- /**
476
- * <p>Removes the specified tags from the specified Elastic Load Balancing resources. You can
477
- * remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway
478
- * Load Balancers, target groups, listeners, or rules.</p>
479
- */
155
+
480
156
  removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
481
157
  removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
482
158
  removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
483
- /**
484
- * <p>Sets the type of IP addresses used by the subnets of the specified Application Load
485
- * Balancer or Network Load Balancer.</p>
486
- */
159
+
487
160
  setIpAddressType(args: SetIpAddressTypeCommandInput, options?: __HttpHandlerOptions): Promise<SetIpAddressTypeCommandOutput>;
488
161
  setIpAddressType(args: SetIpAddressTypeCommandInput, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
489
162
  setIpAddressType(args: SetIpAddressTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
490
- /**
491
- * <p>Sets the priorities of the specified rules.</p>
492
- * <p>You can reorder the rules as long as there are no priority conflicts in the new order. Any
493
- * existing rules that you do not specify retain their current priority.</p>
494
- */
163
+
495
164
  setRulePriorities(args: SetRulePrioritiesCommandInput, options?: __HttpHandlerOptions): Promise<SetRulePrioritiesCommandOutput>;
496
165
  setRulePriorities(args: SetRulePrioritiesCommandInput, cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void): void;
497
166
  setRulePriorities(args: SetRulePrioritiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void): void;
498
- /**
499
- * <p>Associates the specified security groups with the specified Application Load Balancer. The
500
- * specified security groups override the previously associated security groups.</p>
501
- * <p>You can't specify a security group for a Network Load Balancer or Gateway Load
502
- * Balancer.</p>
503
- */
167
+
504
168
  setSecurityGroups(args: SetSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<SetSecurityGroupsCommandOutput>;
505
169
  setSecurityGroups(args: SetSecurityGroupsCommandInput, cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void): void;
506
170
  setSecurityGroups(args: SetSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void): void;
507
- /**
508
- * <p>Enables the Availability Zones for the specified public subnets for the specified
509
- * Application Load Balancer or Network Load Balancer. The specified subnets replace the
510
- * previously enabled subnets.</p>
511
- * <p>When you specify subnets for a Network Load Balancer, you must include all subnets that
512
- * were enabled previously, with their existing configurations, plus any additional
513
- * subnets.</p>
514
- */
171
+
515
172
  setSubnets(args: SetSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<SetSubnetsCommandOutput>;
516
173
  setSubnets(args: SetSubnetsCommandInput, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
517
174
  setSubnets(args: SetSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;