@aws-sdk/client-elastic-load-balancing 3.35.0 → 3.38.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.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/ElasticLoadBalancing.js +0 -24
- package/dist-cjs/ElasticLoadBalancingClient.js +0 -29
- package/dist-cjs/commands/AddTagsCommand.js +0 -31
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +0 -27
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +0 -28
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js +0 -27
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +0 -33
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +0 -31
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +0 -38
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +0 -27
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +0 -26
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +0 -28
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +0 -25
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +0 -25
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +0 -30
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -27
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js +0 -25
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +0 -25
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +0 -29
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +0 -32
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +0 -25
- package/dist-cjs/commands/DescribeTagsCommand.js +0 -25
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +0 -28
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +0 -33
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +0 -30
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +0 -51
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +0 -43
- package/dist-cjs/commands/RemoveTagsCommand.js +0 -25
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +0 -29
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +0 -35
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +0 -31
- package/dist-cjs/commands/index.js +32 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +5 -35
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -319
- package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_query.js +0 -3
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForAnyInstanceInService.js +0 -10
- package/dist-es/ElasticLoadBalancing.js +0 -1
- package/dist-es/ElasticLoadBalancingClient.js +0 -1
- package/dist-es/commands/AddTagsCommand.js +0 -1
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +0 -1
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +0 -1
- package/dist-es/commands/ConfigureHealthCheckCommand.js +0 -1
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +0 -1
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +0 -1
- package/dist-es/commands/CreateLoadBalancerCommand.js +0 -1
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +0 -1
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +0 -1
- package/dist-es/commands/DeleteLoadBalancerCommand.js +0 -1
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +0 -1
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +0 -1
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +0 -1
- package/dist-es/commands/DescribeAccountLimitsCommand.js +0 -1
- package/dist-es/commands/DescribeInstanceHealthCommand.js +0 -1
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +0 -1
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +0 -1
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +0 -1
- package/dist-es/commands/DescribeLoadBalancersCommand.js +0 -1
- package/dist-es/commands/DescribeTagsCommand.js +0 -1
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +0 -1
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +0 -1
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +0 -1
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +0 -1
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +0 -1
- package/dist-es/commands/RemoveTagsCommand.js +0 -1
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +0 -1
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +0 -1
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +0 -1
- package/dist-es/commands/index.js +29 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +5 -35
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/DescribeLoadBalancersPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_query.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForAnyInstanceInService.js +0 -1
- package/dist-types/commands/index.d.ts +29 -0
- package/dist-types/index.d.ts +5 -34
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +30 -254
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +24 -109
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -46
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/index.d.ts +29 -0
- package/dist-types/ts3.4/index.d.ts +5 -34
- package/dist-types/ts3.4/models/models_0.d.ts +378 -1283
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +34 -31
- package/dist-cjs/ElasticLoadBalancing.js.map +0 -1
- package/dist-cjs/ElasticLoadBalancingClient.js.map +0 -1
- package/dist-cjs/commands/AddTagsCommand.js.map +0 -1
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js.map +0 -1
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/CreateLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js.map +0 -1
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js.map +0 -1
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js.map +0 -1
- package/dist-cjs/commands/RemoveTagsCommand.js.map +0 -1
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js.map +0 -1
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js.map +0 -1
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/protocols/Aws_query.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-cjs/waiters/waitForAnyInstanceInService.js.map +0 -1
- package/dist-es/ElasticLoadBalancing.js.map +0 -1
- package/dist-es/ElasticLoadBalancingClient.js.map +0 -1
- package/dist-es/commands/AddTagsCommand.js.map +0 -1
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js.map +0 -1
- package/dist-es/commands/ConfigureHealthCheckCommand.js.map +0 -1
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js.map +0 -1
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js.map +0 -1
- package/dist-es/commands/CreateLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js.map +0 -1
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js.map +0 -1
- package/dist-es/commands/DeleteLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js.map +0 -1
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js.map +0 -1
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist-es/commands/DescribeInstanceHealthCommand.js.map +0 -1
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js.map +0 -1
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js.map +0 -1
- package/dist-es/commands/DescribeLoadBalancersCommand.js.map +0 -1
- package/dist-es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js.map +0 -1
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js.map +0 -1
- package/dist-es/commands/RemoveTagsCommand.js.map +0 -1
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js.map +0 -1
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js.map +0 -1
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/protocols/Aws_query.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/dist-es/waiters/waitForAnyInstanceInService.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/ElasticLoadBalancing.ts +0 -1230
- package/src/ElasticLoadBalancingClient.ts +0 -415
- package/src/commands/AddTagsCommand.ts +0 -102
- package/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts +0 -109
- package/src/commands/AttachLoadBalancerToSubnetsCommand.ts +0 -105
- package/src/commands/ConfigureHealthCheckCommand.ts +0 -101
- package/src/commands/CreateAppCookieStickinessPolicyCommand.ts +0 -115
- package/src/commands/CreateLBCookieStickinessPolicyCommand.ts +0 -113
- package/src/commands/CreateLoadBalancerCommand.ts +0 -112
- package/src/commands/CreateLoadBalancerListenersCommand.ts +0 -104
- package/src/commands/CreateLoadBalancerPolicyCommand.ts +0 -100
- package/src/commands/DeleteLoadBalancerCommand.ts +0 -102
- package/src/commands/DeleteLoadBalancerListenersCommand.ts +0 -102
- package/src/commands/DeleteLoadBalancerPolicyCommand.ts +0 -99
- package/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts +0 -110
- package/src/commands/DescribeAccountLimitsCommand.ts +0 -101
- package/src/commands/DescribeInstanceHealthCommand.ts +0 -99
- package/src/commands/DescribeLoadBalancerAttributesCommand.ts +0 -107
- package/src/commands/DescribeLoadBalancerPoliciesCommand.ts +0 -108
- package/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts +0 -114
- package/src/commands/DescribeLoadBalancersCommand.ts +0 -99
- package/src/commands/DescribeTagsCommand.ts +0 -96
- package/src/commands/DetachLoadBalancerFromSubnetsCommand.ts +0 -107
- package/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts +0 -118
- package/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts +0 -112
- package/src/commands/ModifyLoadBalancerAttributesCommand.ts +0 -130
- package/src/commands/RegisterInstancesWithLoadBalancerCommand.ts +0 -123
- package/src/commands/RemoveTagsCommand.ts +0 -96
- package/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts +0 -114
- package/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts +0 -124
- package/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts +0 -113
- package/src/endpoints.ts +0 -86
- package/src/index.ts +0 -35
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2556
- package/src/pagination/DescribeLoadBalancersPaginator.ts +0 -58
- package/src/pagination/Interfaces.ts +0 -8
- package/src/protocols/Aws_query.ts +0 -5445
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/src/waiters/waitForAnyInstanceInService.ts +0 -59
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -6,35 +6,11 @@ export interface AddTagsCommandInput extends AddTagsInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.</p>
|
|
11
|
-
*
|
|
12
|
-
* <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated
|
|
13
|
-
* with the load balancer, <code>AddTags</code> updates its value.</p>
|
|
14
|
-
*
|
|
15
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html">Tag Your Classic Load Balancer</a>
|
|
16
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { ElasticLoadBalancingClient, AddTagsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
21
|
-
* // const { ElasticLoadBalancingClient, AddTagsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
22
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
23
|
-
* const command = new AddTagsCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link AddTagsCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link AddTagsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
9
|
+
|
|
32
10
|
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
33
11
|
readonly input: AddTagsCommandInput;
|
|
34
12
|
constructor(input: AddTagsCommandInput);
|
|
35
|
-
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
13
|
+
|
|
38
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
39
15
|
private serialize;
|
|
40
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface ApplySecurityGroupsToLoadBalancerCommandInput extends ApplySecu
|
|
|
6
6
|
}
|
|
7
7
|
export interface ApplySecurityGroupsToLoadBalancerCommandOutput extends ApplySecurityGroupsToLoadBalancerOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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>
|
|
11
|
-
* <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>
|
|
12
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ElasticLoadBalancingClient, ApplySecurityGroupsToLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
17
|
-
* // const { ElasticLoadBalancingClient, ApplySecurityGroupsToLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
18
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
19
|
-
* const command = new ApplySecurityGroupsToLoadBalancerCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ApplySecurityGroupsToLoadBalancerCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ApplySecurityGroupsToLoadBalancerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class ApplySecurityGroupsToLoadBalancerCommand extends $Command<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
29
11
|
readonly input: ApplySecurityGroupsToLoadBalancerCommandInput;
|
|
30
12
|
constructor(input: ApplySecurityGroupsToLoadBalancerCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface AttachLoadBalancerToSubnetsCommandInput extends AttachLoadBalan
|
|
|
6
6
|
}
|
|
7
7
|
export interface AttachLoadBalancerToSubnetsCommandOutput extends AttachLoadBalancerToSubnetsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Adds one or more subnets to the set of configured subnets for the specified load balancer.</p>
|
|
11
|
-
* <p>The load balancer evenly distributes requests across all registered subnets.
|
|
12
|
-
* 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>
|
|
13
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { ElasticLoadBalancingClient, AttachLoadBalancerToSubnetsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
18
|
-
* // const { ElasticLoadBalancingClient, AttachLoadBalancerToSubnetsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
19
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
20
|
-
* const command = new AttachLoadBalancerToSubnetsCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link AttachLoadBalancerToSubnetsCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link AttachLoadBalancerToSubnetsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class AttachLoadBalancerToSubnetsCommand extends $Command<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
30
11
|
readonly input: AttachLoadBalancerToSubnetsCommandInput;
|
|
31
12
|
constructor(input: AttachLoadBalancerToSubnetsCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface ConfigureHealthCheckCommandInput extends ConfigureHealthCheckIn
|
|
|
6
6
|
}
|
|
7
7
|
export interface ConfigureHealthCheckCommandOutput extends ConfigureHealthCheckOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Specifies the health check settings to use when evaluating the health state of your EC2 instances.</p>
|
|
11
|
-
* <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>
|
|
12
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ElasticLoadBalancingClient, ConfigureHealthCheckCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
17
|
-
* // const { ElasticLoadBalancingClient, ConfigureHealthCheckCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
18
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
19
|
-
* const command = new ConfigureHealthCheckCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ConfigureHealthCheckCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ConfigureHealthCheckCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class ConfigureHealthCheckCommand extends $Command<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
29
11
|
readonly input: ConfigureHealthCheckCommandInput;
|
|
30
12
|
constructor(input: ConfigureHealthCheckCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,37 +6,11 @@ export interface CreateAppCookieStickinessPolicyCommandInput extends CreateAppCo
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateAppCookieStickinessPolicyCommandOutput extends CreateAppCookieStickinessPolicyOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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>
|
|
11
|
-
* <p>This policy is similar to the policy created by <a>CreateLBCookieStickinessPolicy</a>,
|
|
12
|
-
* except that the lifetime of the special Elastic Load Balancing cookie, <code>AWSELB</code>,
|
|
13
|
-
* follows the lifetime of the application-generated cookie specified in the policy configuration.
|
|
14
|
-
* The load balancer only inserts a new stickiness cookie when the application response
|
|
15
|
-
* includes a new application cookie.</p>
|
|
16
|
-
* <p>If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.</p>
|
|
17
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application">Application-Controlled Session Stickiness</a>
|
|
18
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { ElasticLoadBalancingClient, CreateAppCookieStickinessPolicyCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
23
|
-
* // const { ElasticLoadBalancingClient, CreateAppCookieStickinessPolicyCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
24
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
25
|
-
* const command = new CreateAppCookieStickinessPolicyCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link CreateAppCookieStickinessPolicyCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link CreateAppCookieStickinessPolicyCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
9
|
+
|
|
34
10
|
export declare class CreateAppCookieStickinessPolicyCommand extends $Command<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
35
11
|
readonly input: CreateAppCookieStickinessPolicyCommandInput;
|
|
36
12
|
constructor(input: CreateAppCookieStickinessPolicyCommandInput);
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
13
|
+
|
|
40
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput>;
|
|
41
15
|
private serialize;
|
|
42
16
|
private deserialize;
|
|
@@ -6,35 +6,11 @@ export interface CreateLBCookieStickinessPolicyCommandInput extends CreateLBCook
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateLBCookieStickinessPolicyCommandOutput extends CreateLBCookieStickinessPolicyOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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>
|
|
11
|
-
* <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.
|
|
12
|
-
* 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>
|
|
13
|
-
* <p>A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration.</p>
|
|
14
|
-
*
|
|
15
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration">Duration-Based Session Stickiness</a>
|
|
16
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { ElasticLoadBalancingClient, CreateLBCookieStickinessPolicyCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
21
|
-
* // const { ElasticLoadBalancingClient, CreateLBCookieStickinessPolicyCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
22
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
23
|
-
* const command = new CreateLBCookieStickinessPolicyCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link CreateLBCookieStickinessPolicyCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link CreateLBCookieStickinessPolicyCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
9
|
+
|
|
32
10
|
export declare class CreateLBCookieStickinessPolicyCommand extends $Command<CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
33
11
|
readonly input: CreateLBCookieStickinessPolicyCommandInput;
|
|
34
12
|
constructor(input: CreateLBCookieStickinessPolicyCommandInput);
|
|
35
|
-
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
13
|
+
|
|
38
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput>;
|
|
39
15
|
private serialize;
|
|
40
16
|
private deserialize;
|
|
@@ -6,42 +6,11 @@ export interface CreateLoadBalancerCommandInput extends CreateAccessPointInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateLoadBalancerCommandOutput extends CreateAccessPointOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a Classic Load Balancer.</p>
|
|
11
|
-
*
|
|
12
|
-
* <p>You can add listeners, security groups, subnets, and tags when you create your load balancer,
|
|
13
|
-
* or you can add them later using <a>CreateLoadBalancerListeners</a>,
|
|
14
|
-
* <a>ApplySecurityGroupsToLoadBalancer</a>, <a>AttachLoadBalancerToSubnets</a>,
|
|
15
|
-
* and <a>AddTags</a>.</p>
|
|
16
|
-
* <p>To describe your current load balancers, see <a>DescribeLoadBalancers</a>.
|
|
17
|
-
* When you are finished with a load balancer, you can delete it using
|
|
18
|
-
* <a>DeleteLoadBalancer</a>.</p>
|
|
19
|
-
*
|
|
20
|
-
* <p>You can create up to 20 load balancers per region per account.
|
|
21
|
-
* You can request an increase for the number of load balancers for your account.
|
|
22
|
-
* For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html">Limits for Your Classic Load Balancer</a>
|
|
23
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
24
|
-
* @example
|
|
25
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
-
* ```javascript
|
|
27
|
-
* import { ElasticLoadBalancingClient, CreateLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
28
|
-
* // const { ElasticLoadBalancingClient, CreateLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
29
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
30
|
-
* const command = new CreateLoadBalancerCommand(input);
|
|
31
|
-
* const response = await client.send(command);
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* @see {@link CreateLoadBalancerCommandInput} for command's `input` shape.
|
|
35
|
-
* @see {@link CreateLoadBalancerCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
9
|
+
|
|
39
10
|
export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
40
11
|
readonly input: CreateLoadBalancerCommandInput;
|
|
41
12
|
constructor(input: CreateLoadBalancerCommandInput);
|
|
42
|
-
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
13
|
+
|
|
45
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
|
|
46
15
|
private serialize;
|
|
47
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface CreateLoadBalancerListenersCommandInput extends CreateLoadBalan
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateLoadBalancerListenersCommandOutput extends CreateLoadBalancerListenerOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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>
|
|
11
|
-
* <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>
|
|
12
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ElasticLoadBalancingClient, CreateLoadBalancerListenersCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
17
|
-
* // const { ElasticLoadBalancingClient, CreateLoadBalancerListenersCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
18
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
19
|
-
* const command = new CreateLoadBalancerListenersCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateLoadBalancerListenersCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateLoadBalancerListenersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class CreateLoadBalancerListenersCommand extends $Command<CreateLoadBalancerListenersCommandInput, CreateLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
29
11
|
readonly input: CreateLoadBalancerListenersCommandInput;
|
|
30
12
|
constructor(input: CreateLoadBalancerListenersCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerListenersCommandInput, CreateLoadBalancerListenersCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface CreateLoadBalancerPolicyCommandInput extends CreateLoadBalancer
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateLoadBalancerPolicyCommandOutput extends CreateLoadBalancerPolicyOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a policy with the specified attributes for the specified load balancer.</p>
|
|
11
|
-
* <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>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ElasticLoadBalancingClient, CreateLoadBalancerPolicyCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
16
|
-
* // const { ElasticLoadBalancingClient, CreateLoadBalancerPolicyCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
17
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
18
|
-
* const command = new CreateLoadBalancerPolicyCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateLoadBalancerPolicyCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateLoadBalancerPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class CreateLoadBalancerPolicyCommand extends $Command<CreateLoadBalancerPolicyCommandInput, CreateLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
28
11
|
readonly input: CreateLoadBalancerPolicyCommandInput;
|
|
29
12
|
constructor(input: CreateLoadBalancerPolicyCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerPolicyCommandInput, CreateLoadBalancerPolicyCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface DeleteLoadBalancerCommandInput extends DeleteAccessPointInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteLoadBalancerCommandOutput extends DeleteAccessPointOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified load balancer.</p>
|
|
11
|
-
* <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>
|
|
12
|
-
* <p>If the load balancer does not exist or has already been deleted, the call to
|
|
13
|
-
* <code>DeleteLoadBalancer</code> still succeeds.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { ElasticLoadBalancingClient, DeleteLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
18
|
-
* // const { ElasticLoadBalancingClient, DeleteLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
19
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
20
|
-
* const command = new DeleteLoadBalancerCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteLoadBalancerCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteLoadBalancerCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DeleteLoadBalancerCommand extends $Command<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
30
11
|
readonly input: DeleteLoadBalancerCommandInput;
|
|
31
12
|
constructor(input: DeleteLoadBalancerCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteLoadBalancerListenersCommandInput extends DeleteLoadBalan
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteLoadBalancerListenersCommandOutput extends DeleteLoadBalancerListenerOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified listeners from the specified load balancer.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ElasticLoadBalancingClient, DeleteLoadBalancerListenersCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
15
|
-
* // const { ElasticLoadBalancingClient, DeleteLoadBalancerListenersCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
16
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
17
|
-
* const command = new DeleteLoadBalancerListenersCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteLoadBalancerListenersCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteLoadBalancerListenersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteLoadBalancerListenersCommand extends $Command<DeleteLoadBalancerListenersCommandInput, DeleteLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteLoadBalancerListenersCommandInput;
|
|
28
12
|
constructor(input: DeleteLoadBalancerListenersCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoadBalancerListenersCommandInput, DeleteLoadBalancerListenersCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteLoadBalancerPolicyCommandInput extends DeleteLoadBalancer
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteLoadBalancerPolicyCommandOutput extends DeleteLoadBalancerPolicyOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ElasticLoadBalancingClient, DeleteLoadBalancerPolicyCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
15
|
-
* // const { ElasticLoadBalancingClient, DeleteLoadBalancerPolicyCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
16
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
17
|
-
* const command = new DeleteLoadBalancerPolicyCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteLoadBalancerPolicyCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteLoadBalancerPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteLoadBalancerPolicyCommand extends $Command<DeleteLoadBalancerPolicyCommandInput, DeleteLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteLoadBalancerPolicyCommandInput;
|
|
28
12
|
constructor(input: DeleteLoadBalancerPolicyCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoadBalancerPolicyCommandInput, DeleteLoadBalancerPolicyCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,34 +6,11 @@ export interface DeregisterInstancesFromLoadBalancerCommandInput extends Deregis
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeregisterInstancesFromLoadBalancerCommandOutput extends DeregisterEndPointsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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>
|
|
11
|
-
*
|
|
12
|
-
* <p>You can use <a>DescribeLoadBalancers</a> to verify that the instance is deregistered from the load balancer.</p>
|
|
13
|
-
*
|
|
14
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html">Register or De-Register EC2 Instances</a>
|
|
15
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { ElasticLoadBalancingClient, DeregisterInstancesFromLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
20
|
-
* // const { ElasticLoadBalancingClient, DeregisterInstancesFromLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
21
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
22
|
-
* const command = new DeregisterInstancesFromLoadBalancerCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DeregisterInstancesFromLoadBalancerCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DeregisterInstancesFromLoadBalancerCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
9
|
+
|
|
31
10
|
export declare class DeregisterInstancesFromLoadBalancerCommand extends $Command<DeregisterInstancesFromLoadBalancerCommandInput, DeregisterInstancesFromLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
32
11
|
readonly input: DeregisterInstancesFromLoadBalancerCommandInput;
|
|
33
12
|
constructor(input: DeregisterInstancesFromLoadBalancerCommandInput);
|
|
34
|
-
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
13
|
+
|
|
37
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterInstancesFromLoadBalancerCommandInput, DeregisterInstancesFromLoadBalancerCommandOutput>;
|
|
38
15
|
private serialize;
|
|
39
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimits
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the current Elastic Load Balancing resource limits for your AWS account.</p>
|
|
11
|
-
* <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>
|
|
12
|
-
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ElasticLoadBalancingClient, DescribeAccountLimitsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
17
|
-
* // const { ElasticLoadBalancingClient, DescribeAccountLimitsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
18
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
19
|
-
* const command = new DescribeAccountLimitsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
29
11
|
readonly input: DescribeAccountLimitsCommandInput;
|
|
30
12
|
constructor(input: DescribeAccountLimitsCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeInstanceHealthCommandInput extends DescribeEndPointStat
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeInstanceHealthCommandOutput extends DescribeEndPointStateOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ElasticLoadBalancingClient, DescribeInstanceHealthCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
15
|
-
* // const { ElasticLoadBalancingClient, DescribeInstanceHealthCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
16
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
17
|
-
* const command = new DescribeInstanceHealthCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeInstanceHealthCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeInstanceHealthCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeInstanceHealthCommand extends $Command<DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeInstanceHealthCommandInput;
|
|
28
12
|
constructor(input: DescribeInstanceHealthCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeLoadBalancerAttributesCommandInput extends DescribeLoad
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoadBalancerAttributesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the attributes for the specified load balancer.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ElasticLoadBalancingClient, DescribeLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
15
|
-
* // const { ElasticLoadBalancingClient, DescribeLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
16
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
17
|
-
* const command = new DescribeLoadBalancerAttributesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeLoadBalancerAttributesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeLoadBalancerAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeLoadBalancerAttributesCommand extends $Command<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeLoadBalancerAttributesCommandInput;
|
|
28
12
|
constructor(input: DescribeLoadBalancerAttributesCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface DescribeLoadBalancerPoliciesCommandInput extends DescribeLoadBa
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeLoadBalancerPoliciesCommandOutput extends DescribeLoadBalancerPoliciesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes the specified policies.</p>
|
|
11
|
-
* <p>If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer.
|
|
12
|
-
* If you specify a policy name associated with your load balancer, the action returns the description of that policy.
|
|
13
|
-
* If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies.
|
|
14
|
-
* The names of the sample policies have the <code>ELBSample-</code> prefix.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { ElasticLoadBalancingClient, DescribeLoadBalancerPoliciesCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
|
|
19
|
-
* // const { ElasticLoadBalancingClient, DescribeLoadBalancerPoliciesCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
|
|
20
|
-
* const client = new ElasticLoadBalancingClient(config);
|
|
21
|
-
* const command = new DescribeLoadBalancerPoliciesCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DescribeLoadBalancerPoliciesCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DescribeLoadBalancerPoliciesCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class DescribeLoadBalancerPoliciesCommand extends $Command<DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
31
11
|
readonly input: DescribeLoadBalancerPoliciesCommandInput;
|
|
32
12
|
constructor(input: DescribeLoadBalancerPoliciesCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|