@aws-sdk/client-elastic-load-balancing 3.529.1 → 3.535.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 (71) hide show
  1. package/dist-types/ElasticLoadBalancing.d.ts +5 -1
  2. package/dist-types/ElasticLoadBalancingClient.d.ts +1 -1
  3. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  4. package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -1
  5. package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -1
  6. package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -1
  15. package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  23. package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -1
  24. package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
  25. package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
  26. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
  27. package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -1
  28. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
  29. package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -1
  30. package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -1
  31. package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -1
  32. package/dist-types/models/models_0.d.ts +272 -272
  33. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  34. package/dist-types/runtimeConfig.d.ts +2 -2
  35. package/dist-types/runtimeConfig.native.d.ts +2 -2
  36. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  37. package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +4 -0
  38. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
  39. package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  71. package/package.json +41 -41
@@ -111,6 +111,7 @@ export interface ElasticLoadBalancing {
111
111
  /**
112
112
  * @see {@link DescribeAccountLimitsCommand}
113
113
  */
114
+ describeAccountLimits(): Promise<DescribeAccountLimitsCommandOutput>;
114
115
  describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
115
116
  describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
116
117
  describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
@@ -129,18 +130,21 @@ export interface ElasticLoadBalancing {
129
130
  /**
130
131
  * @see {@link DescribeLoadBalancerPoliciesCommand}
131
132
  */
133
+ describeLoadBalancerPolicies(): Promise<DescribeLoadBalancerPoliciesCommandOutput>;
132
134
  describeLoadBalancerPolicies(args: DescribeLoadBalancerPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancerPoliciesCommandOutput>;
133
135
  describeLoadBalancerPolicies(args: DescribeLoadBalancerPoliciesCommandInput, cb: (err: any, data?: DescribeLoadBalancerPoliciesCommandOutput) => void): void;
134
136
  describeLoadBalancerPolicies(args: DescribeLoadBalancerPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerPoliciesCommandOutput) => void): void;
135
137
  /**
136
138
  * @see {@link DescribeLoadBalancerPolicyTypesCommand}
137
139
  */
140
+ describeLoadBalancerPolicyTypes(): Promise<DescribeLoadBalancerPolicyTypesCommandOutput>;
138
141
  describeLoadBalancerPolicyTypes(args: DescribeLoadBalancerPolicyTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancerPolicyTypesCommandOutput>;
139
142
  describeLoadBalancerPolicyTypes(args: DescribeLoadBalancerPolicyTypesCommandInput, cb: (err: any, data?: DescribeLoadBalancerPolicyTypesCommandOutput) => void): void;
140
143
  describeLoadBalancerPolicyTypes(args: DescribeLoadBalancerPolicyTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerPolicyTypesCommandOutput) => void): void;
141
144
  /**
142
145
  * @see {@link DescribeLoadBalancersCommand}
143
146
  */
147
+ describeLoadBalancers(): Promise<DescribeLoadBalancersCommandOutput>;
144
148
  describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancersCommandOutput>;
145
149
  describeLoadBalancers(args: DescribeLoadBalancersCommandInput, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
146
150
  describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
@@ -206,7 +210,6 @@ export interface ElasticLoadBalancing {
206
210
  setLoadBalancerPoliciesOfListener(args: SetLoadBalancerPoliciesOfListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetLoadBalancerPoliciesOfListenerCommandOutput) => void): void;
207
211
  }
208
212
  /**
209
- * @public
210
213
  * <fullname>Elastic Load Balancing</fullname>
211
214
  *
212
215
  * <p>A load balancer can distribute incoming traffic across your EC2 instances.
@@ -228,6 +231,7 @@ export interface ElasticLoadBalancing {
228
231
  * <p>All Elastic Load Balancing operations are <i>idempotent</i>, which means
229
232
  * that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK
230
233
  * response code.</p>
234
+ * @public
231
235
  */
232
236
  export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient implements ElasticLoadBalancing {
233
237
  }
@@ -180,7 +180,6 @@ export type ElasticLoadBalancingClientResolvedConfigType = __SmithyResolvedConfi
180
180
  export interface ElasticLoadBalancingClientResolvedConfig extends ElasticLoadBalancingClientResolvedConfigType {
181
181
  }
182
182
  /**
183
- * @public
184
183
  * <fullname>Elastic Load Balancing</fullname>
185
184
  *
186
185
  * <p>A load balancer can distribute incoming traffic across your EC2 instances.
@@ -202,6 +201,7 @@ export interface ElasticLoadBalancingClientResolvedConfig extends ElasticLoadBal
202
201
  * <p>All Elastic Load Balancing operations are <i>idempotent</i>, which means
203
202
  * that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK
204
203
  * response code.</p>
204
+ * @public
205
205
  */
206
206
  export declare class ElasticLoadBalancingClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ElasticLoadBalancingClientResolvedConfig> {
207
207
  /**
@@ -22,10 +22,10 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
22
22
  }
23
23
  declare const AddTagsCommand_base: {
24
24
  new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.</p>
30
30
  *
31
31
  * <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated
@@ -74,6 +74,7 @@ declare const AddTagsCommand_base: {
74
74
  * @throws {@link ElasticLoadBalancingServiceException}
75
75
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
76
76
  *
77
+ * @public
77
78
  * @example To add tags to a load balancer
78
79
  * ```javascript
79
80
  * // This example adds two tags to the specified load balancer.
@@ -22,10 +22,10 @@ export interface ApplySecurityGroupsToLoadBalancerCommandOutput extends ApplySec
22
22
  }
23
23
  declare const ApplySecurityGroupsToLoadBalancerCommand_base: {
24
24
  new (input: ApplySecurityGroupsToLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ApplySecurityGroupsToLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.</p>
30
30
  * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-groups.html#elb-vpc-security-groups">Security Groups for Load Balancers in a VPC</a>
31
31
  * in the <i>Classic Load Balancers Guide</i>.</p>
@@ -69,6 +69,7 @@ declare const ApplySecurityGroupsToLoadBalancerCommand_base: {
69
69
  * @throws {@link ElasticLoadBalancingServiceException}
70
70
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
71
71
  *
72
+ * @public
72
73
  * @example To associate a security group with a load balancer in a VPC
73
74
  * ```javascript
74
75
  * // This example associates a security group with the specified load balancer in a VPC.
@@ -22,10 +22,10 @@ export interface AttachLoadBalancerToSubnetsCommandOutput extends AttachLoadBala
22
22
  }
23
23
  declare const AttachLoadBalancerToSubnetsCommand_base: {
24
24
  new (input: AttachLoadBalancerToSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AttachLoadBalancerToSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more subnets to the set of configured subnets for the specified load balancer.</p>
30
30
  * <p>The load balancer evenly distributes requests across all registered subnets.
31
31
  * For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-manage-subnets.html">Add or Remove Subnets for Your Load Balancer in a VPC</a>
@@ -73,6 +73,7 @@ declare const AttachLoadBalancerToSubnetsCommand_base: {
73
73
  * @throws {@link ElasticLoadBalancingServiceException}
74
74
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
75
75
  *
76
+ * @public
76
77
  * @example To attach subnets to a load balancer
77
78
  * ```javascript
78
79
  * // This example adds the specified subnet to the set of configured subnets for the specified load balancer.
@@ -22,10 +22,10 @@ export interface ConfigureHealthCheckCommandOutput extends ConfigureHealthCheckO
22
22
  }
23
23
  declare const ConfigureHealthCheckCommand_base: {
24
24
  new (input: ConfigureHealthCheckCommandInput): import("@smithy/smithy-client").CommandImpl<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ConfigureHealthCheckCommandInput): import("@smithy/smithy-client").CommandImpl<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specifies the health check settings to use when evaluating the health state of your EC2 instances.</p>
30
30
  * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-healthchecks.html">Configure Health Checks for Your Load Balancer</a>
31
31
  * in the <i>Classic Load Balancers Guide</i>.</p>
@@ -71,6 +71,7 @@ declare const ConfigureHealthCheckCommand_base: {
71
71
  * @throws {@link ElasticLoadBalancingServiceException}
72
72
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
73
73
  *
74
+ * @public
74
75
  * @example To specify the health check settings for your backend EC2 instances
75
76
  * ```javascript
76
77
  * // This example specifies the health check settings used to evaluate the health of your backend EC2 instances.
@@ -22,10 +22,10 @@ export interface CreateAppCookieStickinessPolicyCommandOutput extends CreateAppC
22
22
  }
23
23
  declare const CreateAppCookieStickinessPolicyCommand_base: {
24
24
  new (input: CreateAppCookieStickinessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAppCookieStickinessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.</p>
30
30
  * <p>This policy is similar to the policy created by <a>CreateLBCookieStickinessPolicy</a>,
31
31
  * except that the lifetime of the special Elastic Load Balancing cookie, <code>AWSELB</code>,
@@ -73,6 +73,7 @@ declare const CreateAppCookieStickinessPolicyCommand_base: {
73
73
  * @throws {@link ElasticLoadBalancingServiceException}
74
74
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
75
75
  *
76
+ * @public
76
77
  * @example To generate a stickiness policy for your load balancer
77
78
  * ```javascript
78
79
  * // This example generates a stickiness policy that follows the sticky session lifetimes of the application-generated cookie.
@@ -22,10 +22,10 @@ export interface CreateLBCookieStickinessPolicyCommandOutput extends CreateLBCoo
22
22
  }
23
23
  declare const CreateLBCookieStickinessPolicyCommand_base: {
24
24
  new (input: CreateLBCookieStickinessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLBCookieStickinessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.</p>
30
30
  * <p>When a load balancer implements this policy, the load balancer uses a special cookie to track the instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request.
31
31
  * If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load-balancing algorithm.</p>
@@ -71,6 +71,7 @@ declare const CreateLBCookieStickinessPolicyCommand_base: {
71
71
  * @throws {@link ElasticLoadBalancingServiceException}
72
72
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
73
73
  *
74
+ * @public
74
75
  * @example To generate a duration-based stickiness policy for your load balancer
75
76
  * ```javascript
76
77
  * // This example generates a stickiness policy with sticky session lifetimes controlled by the specified expiration period.
@@ -22,10 +22,10 @@ export interface CreateLoadBalancerCommandOutput extends CreateAccessPointOutput
22
22
  }
23
23
  declare const CreateLoadBalancerCommand_base: {
24
24
  new (input: CreateLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Classic Load Balancer.</p>
30
30
  *
31
31
  * <p>You can add listeners, security groups, subnets, and tags when you create your load balancer,
@@ -129,6 +129,7 @@ declare const CreateLoadBalancerCommand_base: {
129
129
  * @throws {@link ElasticLoadBalancingServiceException}
130
130
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
131
131
  *
132
+ * @public
132
133
  * @example To create an HTTP load balancer in a VPC
133
134
  * ```javascript
134
135
  * // This example creates a load balancer with an HTTP listener in a VPC.
@@ -22,10 +22,10 @@ export interface CreateLoadBalancerListenersCommandOutput extends CreateLoadBala
22
22
  }
23
23
  declare const CreateLoadBalancerListenersCommand_base: {
24
24
  new (input: CreateLoadBalancerListenersCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerListenersCommandInput, CreateLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLoadBalancerListenersCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerListenersCommandInput, CreateLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.</p>
30
30
  * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html">Listeners for Your Classic Load Balancer</a>
31
31
  * in the <i>Classic Load Balancers Guide</i>.</p>
@@ -79,6 +79,7 @@ declare const CreateLoadBalancerListenersCommand_base: {
79
79
  * @throws {@link ElasticLoadBalancingServiceException}
80
80
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
81
81
  *
82
+ * @public
82
83
  * @example To create an HTTP listener for a load balancer
83
84
  * ```javascript
84
85
  * // This example creates a listener for your load balancer at port 80 using the HTTP protocol.
@@ -22,10 +22,10 @@ export interface CreateLoadBalancerPolicyCommandOutput extends CreateLoadBalance
22
22
  }
23
23
  declare const CreateLoadBalancerPolicyCommand_base: {
24
24
  new (input: CreateLoadBalancerPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerPolicyCommandInput, CreateLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLoadBalancerPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerPolicyCommandInput, CreateLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a policy with the specified attributes for the specified load balancer.</p>
30
30
  * <p>Policies are settings that are saved for your load balancer and that can be applied to the listener or the application server, depending on the policy type.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const CreateLoadBalancerPolicyCommand_base: {
75
75
  * @throws {@link ElasticLoadBalancingServiceException}
76
76
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
77
77
  *
78
+ * @public
78
79
  * @example To create a policy that enables Proxy Protocol on a load balancer
79
80
  * ```javascript
80
81
  * // This example creates a policy that enables Proxy Protocol on the specified load balancer.
@@ -22,10 +22,10 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteAccessPointOutput
22
22
  }
23
23
  declare const DeleteLoadBalancerCommand_base: {
24
24
  new (input: DeleteLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified load balancer.</p>
30
30
  * <p>If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to your instances.</p>
31
31
  * <p>If the load balancer does not exist or has already been deleted, the call to
@@ -54,6 +54,7 @@ declare const DeleteLoadBalancerCommand_base: {
54
54
  * @throws {@link ElasticLoadBalancingServiceException}
55
55
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
56
56
  *
57
+ * @public
57
58
  * @example To delete a load balancer
58
59
  * ```javascript
59
60
  * // This example deletes the specified load balancer.
@@ -22,10 +22,10 @@ export interface DeleteLoadBalancerListenersCommandOutput extends DeleteLoadBala
22
22
  }
23
23
  declare const DeleteLoadBalancerListenersCommand_base: {
24
24
  new (input: DeleteLoadBalancerListenersCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerListenersCommandInput, DeleteLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLoadBalancerListenersCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerListenersCommandInput, DeleteLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified listeners from the specified load balancer.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeleteLoadBalancerListenersCommand_base: {
57
57
  * @throws {@link ElasticLoadBalancingServiceException}
58
58
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
59
59
  *
60
+ * @public
60
61
  * @example To delete a listener from your load balancer
61
62
  * ```javascript
62
63
  * // This example deletes the listener for the specified port from the specified load balancer.
@@ -22,10 +22,10 @@ export interface DeleteLoadBalancerPolicyCommandOutput extends DeleteLoadBalance
22
22
  }
23
23
  declare const DeleteLoadBalancerPolicyCommand_base: {
24
24
  new (input: DeleteLoadBalancerPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerPolicyCommandInput, DeleteLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLoadBalancerPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerPolicyCommandInput, DeleteLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteLoadBalancerPolicyCommand_base: {
58
58
  * @throws {@link ElasticLoadBalancingServiceException}
59
59
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
60
60
  *
61
+ * @public
61
62
  * @example To delete a policy from your load balancer
62
63
  * ```javascript
63
64
  * // This example deletes the specified policy from the specified load balancer. The policy must not be enabled on any listener.
@@ -22,10 +22,10 @@ export interface DeregisterInstancesFromLoadBalancerCommandOutput extends Deregi
22
22
  }
23
23
  declare const DeregisterInstancesFromLoadBalancerCommand_base: {
24
24
  new (input: DeregisterInstancesFromLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterInstancesFromLoadBalancerCommandInput, DeregisterInstancesFromLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterInstancesFromLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterInstancesFromLoadBalancerCommandInput, DeregisterInstancesFromLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.</p>
30
30
  *
31
31
  * <p>You can use <a>DescribeLoadBalancers</a> to verify that the instance is deregistered from the load balancer.</p>
@@ -73,6 +73,7 @@ declare const DeregisterInstancesFromLoadBalancerCommand_base: {
73
73
  * @throws {@link ElasticLoadBalancingServiceException}
74
74
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
75
75
  *
76
+ * @public
76
77
  * @example To deregister instances from a load balancer
77
78
  * ```javascript
78
79
  * // This example deregisters the specified instance from the specified load balancer.
@@ -22,10 +22,10 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
22
22
  }
23
23
  declare const DescribeAccountLimitsCommand_base: {
24
24
  new (input: DescribeAccountLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAccountLimitsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the current Elastic Load Balancing resource limits for your AWS account.</p>
30
30
  * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html">Limits for Your Classic Load Balancer</a>
31
31
  * in the <i>Classic Load Balancers Guide</i>.</p>
@@ -62,6 +62,7 @@ declare const DescribeAccountLimitsCommand_base: {
62
62
  * @throws {@link ElasticLoadBalancingServiceException}
63
63
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface DescribeInstanceHealthCommandOutput extends DescribeEndPointSta
22
22
  }
23
23
  declare const DescribeInstanceHealthCommand_base: {
24
24
  new (input: DescribeInstanceHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeInstanceHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DescribeInstanceHealthCommand_base: {
71
71
  * @throws {@link ElasticLoadBalancingServiceException}
72
72
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
73
73
  *
74
+ * @public
74
75
  * @example To describe the health of the instances for a load balancer
75
76
  * ```javascript
76
77
  * // This example describes the health of the instances for the specified load balancer.
@@ -22,10 +22,10 @@ export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoa
22
22
  }
23
23
  declare const DescribeLoadBalancerAttributesCommand_base: {
24
24
  new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the attributes for the specified load balancer.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
82
82
  * @throws {@link ElasticLoadBalancingServiceException}
83
83
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
84
84
  *
85
+ * @public
85
86
  * @example To describe the attributes of a load balancer
86
87
  * ```javascript
87
88
  * // This example describes the attributes of the specified load balancer.
@@ -22,10 +22,10 @@ export interface DescribeLoadBalancerPoliciesCommandOutput extends DescribeLoadB
22
22
  }
23
23
  declare const DescribeLoadBalancerPoliciesCommand_base: {
24
24
  new (input: DescribeLoadBalancerPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeLoadBalancerPoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified policies.</p>
30
30
  * <p>If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer.
31
31
  * If you specify a policy name associated with your load balancer, the action returns the description of that policy.
@@ -77,6 +77,7 @@ declare const DescribeLoadBalancerPoliciesCommand_base: {
77
77
  * @throws {@link ElasticLoadBalancingServiceException}
78
78
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
79
79
  *
80
+ * @public
80
81
  * @example To describe a policy associated with a load balancer
81
82
  * ```javascript
82
83
  * // This example describes the specified policy associated with the specified load balancer.
@@ -22,10 +22,10 @@ export interface DescribeLoadBalancerPolicyTypesCommandOutput extends DescribeLo
22
22
  }
23
23
  declare const DescribeLoadBalancerPolicyTypesCommand_base: {
24
24
  new (input: DescribeLoadBalancerPolicyTypesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerPolicyTypesCommandInput, DescribeLoadBalancerPolicyTypesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeLoadBalancerPolicyTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerPolicyTypesCommandInput, DescribeLoadBalancerPolicyTypesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified load balancer policy types or all load balancer policy types.</p>
30
30
  * <p>The description of each type indicates how it can be used. For example,
31
31
  * some policies can be used only with layer 7 listeners,
@@ -79,6 +79,7 @@ declare const DescribeLoadBalancerPolicyTypesCommand_base: {
79
79
  * @throws {@link ElasticLoadBalancingServiceException}
80
80
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
81
81
  *
82
+ * @public
82
83
  * @example To describe a load balancer policy type defined by Elastic Load Balancing
83
84
  * ```javascript
84
85
  * // This example describes the specified load balancer policy type.
@@ -22,10 +22,10 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeAccessPoints
22
22
  }
23
23
  declare const DescribeLoadBalancersCommand_base: {
24
24
  new (input: DescribeLoadBalancersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeLoadBalancersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -138,6 +138,7 @@ declare const DescribeLoadBalancersCommand_base: {
138
138
  * @throws {@link ElasticLoadBalancingServiceException}
139
139
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
140
140
  *
141
+ * @public
141
142
  * @example To describe one of your load balancers
142
143
  * ```javascript
143
144
  * // This example describes the specified load balancer.
@@ -22,10 +22,10 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
22
22
  }
23
23
  declare const DescribeTagsCommand_base: {
24
24
  new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the tags associated with the specified load balancers.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DescribeTagsCommand_base: {
68
68
  * @throws {@link ElasticLoadBalancingServiceException}
69
69
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
70
70
  *
71
+ * @public
71
72
  * @example To describe the tags for a load balancer
72
73
  * ```javascript
73
74
  * // This example describes the tags for the specified load balancer.
@@ -22,10 +22,10 @@ export interface DetachLoadBalancerFromSubnetsCommandOutput extends DetachLoadBa
22
22
  }
23
23
  declare const DetachLoadBalancerFromSubnetsCommand_base: {
24
24
  new (input: DetachLoadBalancerFromSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<DetachLoadBalancerFromSubnetsCommandInput, DetachLoadBalancerFromSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DetachLoadBalancerFromSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<DetachLoadBalancerFromSubnetsCommandInput, DetachLoadBalancerFromSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified subnets from the set of configured subnets for the load balancer.</p>
30
30
  * <p>After a subnet is removed, all EC2 instances registered with the load balancer
31
31
  * in the removed subnet go into the <code>OutOfService</code> state. Then,
@@ -67,6 +67,7 @@ declare const DetachLoadBalancerFromSubnetsCommand_base: {
67
67
  * @throws {@link ElasticLoadBalancingServiceException}
68
68
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
69
69
  *
70
+ * @public
70
71
  * @example To detach a load balancer from a subnet
71
72
  * ```javascript
72
73
  * // This example detaches the specified load balancer from the specified subnet.
@@ -22,10 +22,10 @@ export interface DisableAvailabilityZonesForLoadBalancerCommandOutput extends Re
22
22
  }
23
23
  declare const DisableAvailabilityZonesForLoadBalancerCommand_base: {
24
24
  new (input: DisableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DisableAvailabilityZonesForLoadBalancerCommandInput, DisableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DisableAvailabilityZonesForLoadBalancerCommandInput, DisableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer
30
30
  * in EC2-Classic or a default VPC.</p>
31
31
  * <p>For load balancers in a non-default VPC, use <a>DetachLoadBalancerFromSubnets</a>.</p>
@@ -72,6 +72,7 @@ declare const DisableAvailabilityZonesForLoadBalancerCommand_base: {
72
72
  * @throws {@link ElasticLoadBalancingServiceException}
73
73
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
74
74
  *
75
+ * @public
75
76
  * @example To disable an Availability Zone for a load balancer
76
77
  * ```javascript
77
78
  * // This example removes the specified Availability Zone from the set of Availability Zones for the specified load balancer.
@@ -22,10 +22,10 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandOutput extends Add
22
22
  }
23
23
  declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
24
24
  new (input: EnableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer
30
30
  * in EC2-Classic or a default VPC.</p>
31
31
  * <p>For load balancers in a non-default VPC, use <a>AttachLoadBalancerToSubnets</a>.</p>
@@ -66,6 +66,7 @@ declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
66
66
  * @throws {@link ElasticLoadBalancingServiceException}
67
67
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
68
68
  *
69
+ * @public
69
70
  * @example To enable an Availability Zone for a load balancer
70
71
  * ```javascript
71
72
  * // This example adds the specified Availability Zone to the specified load balancer.
@@ -22,10 +22,10 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
22
22
  }
23
23
  declare const ModifyLoadBalancerAttributesCommand_base: {
24
24
  new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the attributes of the specified load balancer.</p>
30
30
  * <p>You can modify the load balancer attributes, such as <code>AccessLogs</code>, <code>ConnectionDraining</code>, and
31
31
  * <code>CrossZoneLoadBalancing</code> by either enabling or disabling them. Or, you can modify the load balancer attribute
@@ -136,6 +136,7 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
136
136
  * @throws {@link ElasticLoadBalancingServiceException}
137
137
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
138
138
  *
139
+ * @public
139
140
  * @example To enable cross-zone load balancing
140
141
  * ```javascript
141
142
  * // This example enables cross-zone load balancing for the specified load balancer.
@@ -22,10 +22,10 @@ export interface RegisterInstancesWithLoadBalancerCommandOutput extends Register
22
22
  }
23
23
  declare const RegisterInstancesWithLoadBalancerCommand_base: {
24
24
  new (input: RegisterInstancesWithLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterInstancesWithLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified instances to the specified load balancer.</p>
30
30
  *
31
31
  * <p>The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC.</p>
@@ -86,6 +86,7 @@ declare const RegisterInstancesWithLoadBalancerCommand_base: {
86
86
  * @throws {@link ElasticLoadBalancingServiceException}
87
87
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
88
88
  *
89
+ * @public
89
90
  * @example To register instances with a load balancer
90
91
  * ```javascript
91
92
  * // This example registers the specified instance with the specified load balancer.
@@ -22,10 +22,10 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
22
22
  }
23
23
  declare const RemoveTagsCommand_base: {
24
24
  new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes one or more tags from the specified load balancer.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const RemoveTagsCommand_base: {
61
61
  * @throws {@link ElasticLoadBalancingServiceException}
62
62
  * <p>Base exception class for all service exceptions from ElasticLoadBalancing service.</p>
63
63
  *
64
+ * @public
64
65
  * @example To remove tags from a load balancer
65
66
  * ```javascript
66
67
  * // This example removes the specified tag from the specified load balancer.