@aws-sdk/client-elastic-load-balancing 3.296.0 → 3.298.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/dist-cjs/commands/AddTagsCommand.js +2 -3
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +2 -3
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js +2 -3
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +2 -3
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +2 -3
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +2 -3
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +2 -3
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -3
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -3
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -3
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -3
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -3
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -3
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -3
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -339
- package/dist-cjs/protocols/Aws_query.js +63 -246
- package/dist-es/commands/AddTagsCommand.js +2 -3
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -3
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +2 -3
- package/dist-es/commands/ConfigureHealthCheckCommand.js +2 -3
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +2 -3
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +2 -3
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -3
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +2 -3
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -3
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +2 -3
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +2 -3
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -3
- package/dist-es/commands/DescribeInstanceHealthCommand.js +2 -3
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -3
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +2 -3
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -3
- package/dist-es/commands/DescribeTagsCommand.js +2 -3
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -3
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -3
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -3
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -3
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -3
- package/dist-es/commands/RemoveTagsCommand.js +2 -3
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -3
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -3
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -252
- package/dist-es/protocols/Aws_query.js +63 -246
- package/dist-types/ElasticLoadBalancing.d.ts +30 -0
- package/dist-types/ElasticLoadBalancingClient.d.ts +24 -4
- package/dist-types/commands/AddTagsCommand.d.ts +16 -0
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +16 -0
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +16 -0
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +16 -0
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +16 -0
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +16 -0
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +16 -0
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +16 -0
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +16 -0
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +16 -0
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +16 -0
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +16 -0
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +16 -0
- package/dist-types/models/ElasticLoadBalancingServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +110 -336
- package/dist-types/pagination/DescribeLoadBalancersPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -234
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { CreateAccessPointInput, CreateAccessPointOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateLoadBalancerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateLoadBalancerCommandInput extends CreateAccessPointInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateLoadBalancerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateLoadBalancerCommandOutput extends CreateAccessPointOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a Classic Load Balancer.</p>
|
|
18
23
|
*
|
|
19
24
|
* <p>You can add listeners, security groups, subnets, and tags when you create your load balancer,
|
|
@@ -38,6 +43,8 @@ export interface CreateLoadBalancerCommandOutput extends CreateAccessPointOutput
|
|
|
38
43
|
* const response = await client.send(command);
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
46
|
+
* @param CreateLoadBalancerCommandInput - {@link CreateLoadBalancerCommandInput}
|
|
47
|
+
* @returns {@link CreateLoadBalancerCommandOutput}
|
|
41
48
|
* @see {@link CreateLoadBalancerCommandInput} for command's `input` shape.
|
|
42
49
|
* @see {@link CreateLoadBalancerCommandOutput} for command's `response` shape.
|
|
43
50
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -244,11 +251,20 @@ export interface CreateLoadBalancerCommandOutput extends CreateAccessPointOutput
|
|
|
244
251
|
export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
245
252
|
readonly input: CreateLoadBalancerCommandInput;
|
|
246
253
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
254
|
+
/**
|
|
255
|
+
* @public
|
|
256
|
+
*/
|
|
247
257
|
constructor(input: CreateLoadBalancerCommandInput);
|
|
248
258
|
/**
|
|
249
259
|
* @internal
|
|
250
260
|
*/
|
|
251
261
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
|
|
262
|
+
/**
|
|
263
|
+
* @internal
|
|
264
|
+
*/
|
|
252
265
|
private serialize;
|
|
266
|
+
/**
|
|
267
|
+
* @internal
|
|
268
|
+
*/
|
|
253
269
|
private deserialize;
|
|
254
270
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { CreateLoadBalancerListenerInput, CreateLoadBalancerListenerOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateLoadBalancerListenersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateLoadBalancerListenersCommandInput extends CreateLoadBalancerListenerInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateLoadBalancerListenersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateLoadBalancerListenersCommandOutput extends CreateLoadBalancerListenerOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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>
|
|
18
23
|
* <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>
|
|
19
24
|
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface CreateLoadBalancerListenersCommandOutput extends CreateLoadBala
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateLoadBalancerListenersCommandInput - {@link CreateLoadBalancerListenersCommandInput}
|
|
36
|
+
* @returns {@link CreateLoadBalancerListenersCommandOutput}
|
|
30
37
|
* @see {@link CreateLoadBalancerListenersCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateLoadBalancerListenersCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -92,11 +99,20 @@ export interface CreateLoadBalancerListenersCommandOutput extends CreateLoadBala
|
|
|
92
99
|
export declare class CreateLoadBalancerListenersCommand extends $Command<CreateLoadBalancerListenersCommandInput, CreateLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
93
100
|
readonly input: CreateLoadBalancerListenersCommandInput;
|
|
94
101
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
95
105
|
constructor(input: CreateLoadBalancerListenersCommandInput);
|
|
96
106
|
/**
|
|
97
107
|
* @internal
|
|
98
108
|
*/
|
|
99
109
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerListenersCommandInput, CreateLoadBalancerListenersCommandOutput>;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
100
113
|
private serialize;
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
101
117
|
private deserialize;
|
|
102
118
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { CreateLoadBalancerPolicyInput, CreateLoadBalancerPolicyOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateLoadBalancerPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateLoadBalancerPolicyCommandInput extends CreateLoadBalancerPolicyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateLoadBalancerPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateLoadBalancerPolicyCommandOutput extends CreateLoadBalancerPolicyOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a policy with the specified attributes for the specified load balancer.</p>
|
|
18
23
|
* <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>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateLoadBalancerPolicyCommandOutput extends CreateLoadBalance
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateLoadBalancerPolicyCommandInput - {@link CreateLoadBalancerPolicyCommandInput}
|
|
35
|
+
* @returns {@link CreateLoadBalancerPolicyCommandOutput}
|
|
29
36
|
* @see {@link CreateLoadBalancerPolicyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateLoadBalancerPolicyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -107,11 +114,20 @@ export interface CreateLoadBalancerPolicyCommandOutput extends CreateLoadBalance
|
|
|
107
114
|
export declare class CreateLoadBalancerPolicyCommand extends $Command<CreateLoadBalancerPolicyCommandInput, CreateLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
108
115
|
readonly input: CreateLoadBalancerPolicyCommandInput;
|
|
109
116
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
110
120
|
constructor(input: CreateLoadBalancerPolicyCommandInput);
|
|
111
121
|
/**
|
|
112
122
|
* @internal
|
|
113
123
|
*/
|
|
114
124
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerPolicyCommandInput, CreateLoadBalancerPolicyCommandOutput>;
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
115
128
|
private serialize;
|
|
129
|
+
/**
|
|
130
|
+
* @internal
|
|
131
|
+
*/
|
|
116
132
|
private deserialize;
|
|
117
133
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DeleteAccessPointInput, DeleteAccessPointOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteLoadBalancerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteLoadBalancerCommandInput extends DeleteAccessPointInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteLoadBalancerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteLoadBalancerCommandOutput extends DeleteAccessPointOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified load balancer.</p>
|
|
18
23
|
* <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>
|
|
19
24
|
* <p>If the load balancer does not exist or has already been deleted, the call to
|
|
@@ -28,6 +33,8 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteAccessPointOutput
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeleteLoadBalancerCommandInput - {@link DeleteLoadBalancerCommandInput}
|
|
37
|
+
* @returns {@link DeleteLoadBalancerCommandOutput}
|
|
31
38
|
* @see {@link DeleteLoadBalancerCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeleteLoadBalancerCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteAccessPointOutput
|
|
|
48
55
|
export declare class DeleteLoadBalancerCommand extends $Command<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
49
56
|
readonly input: DeleteLoadBalancerCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: DeleteLoadBalancerCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DeleteLoadBalancerListenerInput, DeleteLoadBalancerListenerOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteLoadBalancerListenersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteLoadBalancerListenersCommandInput extends DeleteLoadBalancerListenerInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteLoadBalancerListenersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteLoadBalancerListenersCommandOutput extends DeleteLoadBalancerListenerOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified listeners from the specified load balancer.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteLoadBalancerListenersCommandOutput extends DeleteLoadBala
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteLoadBalancerListenersCommandInput - {@link DeleteLoadBalancerListenersCommandInput}
|
|
34
|
+
* @returns {@link DeleteLoadBalancerListenersCommandOutput}
|
|
28
35
|
* @see {@link DeleteLoadBalancerListenersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteLoadBalancerListenersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DeleteLoadBalancerListenersCommandOutput extends DeleteLoadBala
|
|
|
51
58
|
export declare class DeleteLoadBalancerListenersCommand extends $Command<DeleteLoadBalancerListenersCommandInput, DeleteLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
52
59
|
readonly input: DeleteLoadBalancerListenersCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DeleteLoadBalancerListenersCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoadBalancerListenersCommandInput, DeleteLoadBalancerListenersCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DeleteLoadBalancerPolicyInput, DeleteLoadBalancerPolicyOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteLoadBalancerPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteLoadBalancerPolicyCommandInput extends DeleteLoadBalancerPolicyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteLoadBalancerPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteLoadBalancerPolicyCommandOutput extends DeleteLoadBalancerPolicyOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteLoadBalancerPolicyCommandOutput extends DeleteLoadBalance
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteLoadBalancerPolicyCommandInput - {@link DeleteLoadBalancerPolicyCommandInput}
|
|
34
|
+
* @returns {@link DeleteLoadBalancerPolicyCommandOutput}
|
|
28
35
|
* @see {@link DeleteLoadBalancerPolicyCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteLoadBalancerPolicyCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteLoadBalancerPolicyCommandOutput extends DeleteLoadBalance
|
|
|
52
59
|
export declare class DeleteLoadBalancerPolicyCommand extends $Command<DeleteLoadBalancerPolicyCommandInput, DeleteLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteLoadBalancerPolicyCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteLoadBalancerPolicyCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoadBalancerPolicyCommandInput, DeleteLoadBalancerPolicyCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DeregisterEndPointsInput, DeregisterEndPointsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeregisterInstancesFromLoadBalancerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeregisterInstancesFromLoadBalancerCommandInput extends DeregisterEndPointsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeregisterInstancesFromLoadBalancerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeregisterInstancesFromLoadBalancerCommandOutput extends DeregisterEndPointsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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>
|
|
18
23
|
*
|
|
19
24
|
* <p>You can use <a>DescribeLoadBalancers</a> to verify that the instance is deregistered from the load balancer.</p>
|
|
@@ -30,6 +35,8 @@ export interface DeregisterInstancesFromLoadBalancerCommandOutput extends Deregi
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param DeregisterInstancesFromLoadBalancerCommandInput - {@link DeregisterInstancesFromLoadBalancerCommandInput}
|
|
39
|
+
* @returns {@link DeregisterInstancesFromLoadBalancerCommandOutput}
|
|
33
40
|
* @see {@link DeregisterInstancesFromLoadBalancerCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link DeregisterInstancesFromLoadBalancerCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -73,11 +80,20 @@ export interface DeregisterInstancesFromLoadBalancerCommandOutput extends Deregi
|
|
|
73
80
|
export declare class DeregisterInstancesFromLoadBalancerCommand extends $Command<DeregisterInstancesFromLoadBalancerCommandInput, DeregisterInstancesFromLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
74
81
|
readonly input: DeregisterInstancesFromLoadBalancerCommandInput;
|
|
75
82
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
76
86
|
constructor(input: DeregisterInstancesFromLoadBalancerCommandInput);
|
|
77
87
|
/**
|
|
78
88
|
* @internal
|
|
79
89
|
*/
|
|
80
90
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterInstancesFromLoadBalancerCommandInput, DeregisterInstancesFromLoadBalancerCommandOutput>;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
81
94
|
private serialize;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
82
98
|
private deserialize;
|
|
83
99
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAccountLimitsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimitsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAccountLimitsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the current Elastic Load Balancing resource limits for your AWS account.</p>
|
|
18
23
|
* <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>
|
|
19
24
|
* in the <i>Classic Load Balancers Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeAccountLimitsCommandInput - {@link DescribeAccountLimitsCommandInput}
|
|
36
|
+
* @returns {@link DescribeAccountLimitsCommandOutput}
|
|
30
37
|
* @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -36,11 +43,20 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
36
43
|
export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
37
44
|
readonly input: DescribeAccountLimitsCommandInput;
|
|
38
45
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
39
49
|
constructor(input: DescribeAccountLimitsCommandInput);
|
|
40
50
|
/**
|
|
41
51
|
* @internal
|
|
42
52
|
*/
|
|
43
53
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
|
|
54
|
+
/**
|
|
55
|
+
* @internal
|
|
56
|
+
*/
|
|
44
57
|
private serialize;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
45
61
|
private deserialize;
|
|
46
62
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeEndPointStateInput, DescribeEndPointStateOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeInstanceHealthCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeInstanceHealthCommandInput extends DescribeEndPointStateInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeInstanceHealthCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeInstanceHealthCommandOutput extends DescribeEndPointStateOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeInstanceHealthCommandOutput extends DescribeEndPointSta
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeInstanceHealthCommandInput - {@link DescribeInstanceHealthCommandInput}
|
|
34
|
+
* @returns {@link DescribeInstanceHealthCommandOutput}
|
|
28
35
|
* @see {@link DescribeInstanceHealthCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeInstanceHealthCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -69,11 +76,20 @@ export interface DescribeInstanceHealthCommandOutput extends DescribeEndPointSta
|
|
|
69
76
|
export declare class DescribeInstanceHealthCommand extends $Command<DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
70
77
|
readonly input: DescribeInstanceHealthCommandInput;
|
|
71
78
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
72
82
|
constructor(input: DescribeInstanceHealthCommandInput);
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
76
86
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
77
90
|
private serialize;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
78
94
|
private deserialize;
|
|
79
95
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeLoadBalancerAttributesInput, DescribeLoadBalancerAttributesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLoadBalancerAttributesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLoadBalancerAttributesCommandInput extends DescribeLoadBalancerAttributesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLoadBalancerAttributesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoadBalancerAttributesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the attributes for the specified load balancer.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoa
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeLoadBalancerAttributesCommandInput - {@link DescribeLoadBalancerAttributesCommandInput}
|
|
34
|
+
* @returns {@link DescribeLoadBalancerAttributesCommandOutput}
|
|
28
35
|
* @see {@link DescribeLoadBalancerAttributesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeLoadBalancerAttributesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -70,11 +77,20 @@ export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoa
|
|
|
70
77
|
export declare class DescribeLoadBalancerAttributesCommand extends $Command<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
71
78
|
readonly input: DescribeLoadBalancerAttributesCommandInput;
|
|
72
79
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
73
83
|
constructor(input: DescribeLoadBalancerAttributesCommandInput);
|
|
74
84
|
/**
|
|
75
85
|
* @internal
|
|
76
86
|
*/
|
|
77
87
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
78
91
|
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
79
95
|
private deserialize;
|
|
80
96
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeLoadBalancerPoliciesInput, DescribeLoadBalancerPoliciesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLoadBalancerPoliciesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLoadBalancerPoliciesCommandInput extends DescribeLoadBalancerPoliciesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLoadBalancerPoliciesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLoadBalancerPoliciesCommandOutput extends DescribeLoadBalancerPoliciesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the specified policies.</p>
|
|
18
23
|
* <p>If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer.
|
|
19
24
|
* If you specify a policy name associated with your load balancer, the action returns the description of that policy.
|
|
@@ -29,6 +34,8 @@ export interface DescribeLoadBalancerPoliciesCommandOutput extends DescribeLoadB
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DescribeLoadBalancerPoliciesCommandInput - {@link DescribeLoadBalancerPoliciesCommandInput}
|
|
38
|
+
* @returns {@link DescribeLoadBalancerPoliciesCommandOutput}
|
|
32
39
|
* @see {@link DescribeLoadBalancerPoliciesCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DescribeLoadBalancerPoliciesCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -74,11 +81,20 @@ export interface DescribeLoadBalancerPoliciesCommandOutput extends DescribeLoadB
|
|
|
74
81
|
export declare class DescribeLoadBalancerPoliciesCommand extends $Command<DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
75
82
|
readonly input: DescribeLoadBalancerPoliciesCommandInput;
|
|
76
83
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
77
87
|
constructor(input: DescribeLoadBalancerPoliciesCommandInput);
|
|
78
88
|
/**
|
|
79
89
|
* @internal
|
|
80
90
|
*/
|
|
81
91
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput>;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
82
95
|
private serialize;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
83
99
|
private deserialize;
|
|
84
100
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeLoadBalancerPolicyTypesInput, DescribeLoadBalancerPolicyTypesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLoadBalancerPolicyTypesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLoadBalancerPolicyTypesCommandInput extends DescribeLoadBalancerPolicyTypesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLoadBalancerPolicyTypesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLoadBalancerPolicyTypesCommandOutput extends DescribeLoadBalancerPolicyTypesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the specified load balancer policy types or all load balancer policy types.</p>
|
|
18
23
|
* <p>The description of each type indicates how it can be used. For example,
|
|
19
24
|
* some policies can be used only with layer 7 listeners,
|
|
@@ -32,6 +37,8 @@ export interface DescribeLoadBalancerPolicyTypesCommandOutput extends DescribeLo
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param DescribeLoadBalancerPolicyTypesCommandInput - {@link DescribeLoadBalancerPolicyTypesCommandInput}
|
|
41
|
+
* @returns {@link DescribeLoadBalancerPolicyTypesCommandOutput}
|
|
35
42
|
* @see {@link DescribeLoadBalancerPolicyTypesCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link DescribeLoadBalancerPolicyTypesCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
@@ -74,11 +81,20 @@ export interface DescribeLoadBalancerPolicyTypesCommandOutput extends DescribeLo
|
|
|
74
81
|
export declare class DescribeLoadBalancerPolicyTypesCommand extends $Command<DescribeLoadBalancerPolicyTypesCommandInput, DescribeLoadBalancerPolicyTypesCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
75
82
|
readonly input: DescribeLoadBalancerPolicyTypesCommandInput;
|
|
76
83
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
77
87
|
constructor(input: DescribeLoadBalancerPolicyTypesCommandInput);
|
|
78
88
|
/**
|
|
79
89
|
* @internal
|
|
80
90
|
*/
|
|
81
91
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancerPolicyTypesCommandInput, DescribeLoadBalancerPolicyTypesCommandOutput>;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
82
95
|
private serialize;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
83
99
|
private deserialize;
|
|
84
100
|
}
|