@aws-sdk/client-elastic-load-balancing-v2 3.295.0 → 3.297.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/protocols/Aws_query.js +97 -407
- package/dist-es/protocols/Aws_query.js +97 -407
- package/dist-types/ElasticLoadBalancingV2.d.ts +35 -0
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +24 -4
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsCommand.d.ts +16 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +16 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +16 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeListenersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRulesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +16 -0
- package/dist-types/commands/ModifyListenerCommand.d.ts +16 -0
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyRuleCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTargetsCommand.d.ts +16 -0
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +16 -0
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +16 -0
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +16 -0
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/SetSubnetsCommand.d.ts +16 -0
- package/dist-types/models/ElasticLoadBalancingV2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +328 -11
- package/dist-types/pagination/DescribeListenersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLoadBalancersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTargetGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +30 -30
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeTagsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeTagsCommandInput extends DescribeTagsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeTagsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the tags for the specified Elastic Load Balancing resources. You can describe
|
|
18
23
|
* the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load
|
|
19
24
|
* Balancers, target groups, listeners, or rules.</p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeTagsCommandInput - {@link DescribeTagsCommandInput}
|
|
36
|
+
* @returns {@link DescribeTagsCommandOutput}
|
|
30
37
|
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -80,11 +87,20 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
|
|
|
80
87
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
81
88
|
readonly input: DescribeTagsCommandInput;
|
|
82
89
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
83
93
|
constructor(input: DescribeTagsCommandInput);
|
|
84
94
|
/**
|
|
85
95
|
* @internal
|
|
86
96
|
*/
|
|
87
97
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
88
101
|
private serialize;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
89
105
|
private deserialize;
|
|
90
106
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { DescribeTargetGroupAttributesInput, DescribeTargetGroupAttributesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeTargetGroupAttributesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeTargetGroupAttributesCommandInput extends DescribeTargetGroupAttributesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeTargetGroupAttributesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTargetGroupAttributesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the attributes for the specified target group.</p>
|
|
18
23
|
* <p>For more information, see the following:</p>
|
|
19
24
|
* <ul>
|
|
@@ -46,6 +51,8 @@ export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTarg
|
|
|
46
51
|
* const response = await client.send(command);
|
|
47
52
|
* ```
|
|
48
53
|
*
|
|
54
|
+
* @param DescribeTargetGroupAttributesCommandInput - {@link DescribeTargetGroupAttributesCommandInput}
|
|
55
|
+
* @returns {@link DescribeTargetGroupAttributesCommandOutput}
|
|
49
56
|
* @see {@link DescribeTargetGroupAttributesCommandInput} for command's `input` shape.
|
|
50
57
|
* @see {@link DescribeTargetGroupAttributesCommandOutput} for command's `response` shape.
|
|
51
58
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -91,11 +98,20 @@ export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTarg
|
|
|
91
98
|
export declare class DescribeTargetGroupAttributesCommand extends $Command<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
92
99
|
readonly input: DescribeTargetGroupAttributesCommandInput;
|
|
93
100
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
+
/**
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
94
104
|
constructor(input: DescribeTargetGroupAttributesCommandInput);
|
|
95
105
|
/**
|
|
96
106
|
* @internal
|
|
97
107
|
*/
|
|
98
108
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput>;
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
99
112
|
private serialize;
|
|
113
|
+
/**
|
|
114
|
+
* @internal
|
|
115
|
+
*/
|
|
100
116
|
private deserialize;
|
|
101
117
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { DescribeTargetGroupsInput, DescribeTargetGroupsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeTargetGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeTargetGroupsCommandInput extends DescribeTargetGroupsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeTargetGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the specified target groups or all of your target groups. By default, all target
|
|
18
23
|
* groups are described. Alternatively, you can specify one of the following to filter the
|
|
19
24
|
* results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of
|
|
@@ -28,6 +33,8 @@ export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsO
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeTargetGroupsCommandInput - {@link DescribeTargetGroupsCommandInput}
|
|
37
|
+
* @returns {@link DescribeTargetGroupsCommandOutput}
|
|
31
38
|
* @see {@link DescribeTargetGroupsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeTargetGroupsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -82,11 +89,20 @@ export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsO
|
|
|
82
89
|
export declare class DescribeTargetGroupsCommand extends $Command<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
83
90
|
readonly input: DescribeTargetGroupsCommandInput;
|
|
84
91
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
85
95
|
constructor(input: DescribeTargetGroupsCommandInput);
|
|
86
96
|
/**
|
|
87
97
|
* @internal
|
|
88
98
|
*/
|
|
89
99
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput>;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
90
103
|
private serialize;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
91
107
|
private deserialize;
|
|
92
108
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { DescribeTargetHealthInput, DescribeTargetHealthOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeTargetHealthCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeTargetHealthCommandInput extends DescribeTargetHealthInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeTargetHealthCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the health of the specified targets or all of your targets.</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 DescribeTargetHealthCommandOutput extends DescribeTargetHealthO
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeTargetHealthCommandInput - {@link DescribeTargetHealthCommandInput}
|
|
34
|
+
* @returns {@link DescribeTargetHealthCommandOutput}
|
|
28
35
|
* @see {@link DescribeTargetHealthCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeTargetHealthCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -116,11 +123,20 @@ export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthO
|
|
|
116
123
|
export declare class DescribeTargetHealthCommand extends $Command<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
117
124
|
readonly input: DescribeTargetHealthCommandInput;
|
|
118
125
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
119
129
|
constructor(input: DescribeTargetHealthCommandInput);
|
|
120
130
|
/**
|
|
121
131
|
* @internal
|
|
122
132
|
*/
|
|
123
133
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput>;
|
|
134
|
+
/**
|
|
135
|
+
* @internal
|
|
136
|
+
*/
|
|
124
137
|
private serialize;
|
|
138
|
+
/**
|
|
139
|
+
* @internal
|
|
140
|
+
*/
|
|
125
141
|
private deserialize;
|
|
126
142
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { ModifyListenerInput, ModifyListenerOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyListenerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyListenerCommandInput extends ModifyListenerInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyListenerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Replaces the specified properties of the specified listener. Any properties that you do
|
|
18
23
|
* not specify remain unchanged.</p>
|
|
19
24
|
* <p>Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy
|
|
@@ -32,6 +37,8 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param ModifyListenerCommandInput - {@link ModifyListenerCommandInput}
|
|
41
|
+
* @returns {@link ModifyListenerCommandOutput}
|
|
35
42
|
* @see {@link ModifyListenerCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link ModifyListenerCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -170,11 +177,20 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
|
|
|
170
177
|
export declare class ModifyListenerCommand extends $Command<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
171
178
|
readonly input: ModifyListenerCommandInput;
|
|
172
179
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
173
183
|
constructor(input: ModifyListenerCommandInput);
|
|
174
184
|
/**
|
|
175
185
|
* @internal
|
|
176
186
|
*/
|
|
177
187
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyListenerCommandInput, ModifyListenerCommandOutput>;
|
|
188
|
+
/**
|
|
189
|
+
* @internal
|
|
190
|
+
*/
|
|
178
191
|
private serialize;
|
|
192
|
+
/**
|
|
193
|
+
* @internal
|
|
194
|
+
*/
|
|
179
195
|
private deserialize;
|
|
180
196
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyLoadBalancerAttributesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyLoadBalancerAttributesCommandInput extends ModifyLoadBalancerAttributesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyLoadBalancerAttributesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBalancerAttributesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies the specified attributes of the specified Application Load Balancer, Network Load
|
|
18
23
|
* Balancer, or Gateway Load Balancer.</p>
|
|
19
24
|
* <p>If any of the specified attributes can't be modified as requested, the call fails. Any
|
|
@@ -28,6 +33,8 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ModifyLoadBalancerAttributesCommandInput - {@link ModifyLoadBalancerAttributesCommandInput}
|
|
37
|
+
* @returns {@link ModifyLoadBalancerAttributesCommandOutput}
|
|
31
38
|
* @see {@link ModifyLoadBalancerAttributesCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ModifyLoadBalancerAttributesCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -180,11 +187,20 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
|
|
|
180
187
|
export declare class ModifyLoadBalancerAttributesCommand extends $Command<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
181
188
|
readonly input: ModifyLoadBalancerAttributesCommandInput;
|
|
182
189
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
190
|
+
/**
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
183
193
|
constructor(input: ModifyLoadBalancerAttributesCommandInput);
|
|
184
194
|
/**
|
|
185
195
|
* @internal
|
|
186
196
|
*/
|
|
187
197
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput>;
|
|
198
|
+
/**
|
|
199
|
+
* @internal
|
|
200
|
+
*/
|
|
188
201
|
private serialize;
|
|
202
|
+
/**
|
|
203
|
+
* @internal
|
|
204
|
+
*/
|
|
189
205
|
private deserialize;
|
|
190
206
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { ModifyRuleInput, ModifyRuleOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyRuleCommandInput extends ModifyRuleInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Replaces the specified properties of the specified rule. Any properties that you do not
|
|
18
23
|
* specify are unchanged.</p>
|
|
19
24
|
* <p>To add an item to a list, remove an item from a list, or update an item in a list, you
|
|
@@ -29,6 +34,8 @@ export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBea
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param ModifyRuleCommandInput - {@link ModifyRuleCommandInput}
|
|
38
|
+
* @returns {@link ModifyRuleCommandOutput}
|
|
32
39
|
* @see {@link ModifyRuleCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link ModifyRuleCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -118,11 +125,20 @@ export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBea
|
|
|
118
125
|
export declare class ModifyRuleCommand extends $Command<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
119
126
|
readonly input: ModifyRuleCommandInput;
|
|
120
127
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
121
131
|
constructor(input: ModifyRuleCommandInput);
|
|
122
132
|
/**
|
|
123
133
|
* @internal
|
|
124
134
|
*/
|
|
125
135
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyRuleCommandInput, ModifyRuleCommandOutput>;
|
|
136
|
+
/**
|
|
137
|
+
* @internal
|
|
138
|
+
*/
|
|
126
139
|
private serialize;
|
|
140
|
+
/**
|
|
141
|
+
* @internal
|
|
142
|
+
*/
|
|
127
143
|
private deserialize;
|
|
128
144
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { ModifyTargetGroupAttributesInput, ModifyTargetGroupAttributesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyTargetGroupAttributesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyTargetGroupAttributesCommandInput extends ModifyTargetGroupAttributesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyTargetGroupAttributesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGroupAttributesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies the specified attributes of the specified target group.</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 ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGr
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ModifyTargetGroupAttributesCommandInput - {@link ModifyTargetGroupAttributesCommandInput}
|
|
34
|
+
* @returns {@link ModifyTargetGroupAttributesCommandOutput}
|
|
28
35
|
* @see {@link ModifyTargetGroupAttributesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ModifyTargetGroupAttributesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -79,11 +86,20 @@ export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGr
|
|
|
79
86
|
export declare class ModifyTargetGroupAttributesCommand extends $Command<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
80
87
|
readonly input: ModifyTargetGroupAttributesCommandInput;
|
|
81
88
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
82
92
|
constructor(input: ModifyTargetGroupAttributesCommandInput);
|
|
83
93
|
/**
|
|
84
94
|
* @internal
|
|
85
95
|
*/
|
|
86
96
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput>;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
87
100
|
private serialize;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
88
104
|
private deserialize;
|
|
89
105
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { ModifyTargetGroupInput, ModifyTargetGroupOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyTargetGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyTargetGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies the health checks used when evaluating the health state of the targets in the
|
|
18
23
|
* specified target group.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput,
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ModifyTargetGroupCommandInput - {@link ModifyTargetGroupCommandInput}
|
|
35
|
+
* @returns {@link ModifyTargetGroupCommandOutput}
|
|
29
36
|
* @see {@link ModifyTargetGroupCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ModifyTargetGroupCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -79,11 +86,20 @@ export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput,
|
|
|
79
86
|
export declare class ModifyTargetGroupCommand extends $Command<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
80
87
|
readonly input: ModifyTargetGroupCommandInput;
|
|
81
88
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
82
92
|
constructor(input: ModifyTargetGroupCommandInput);
|
|
83
93
|
/**
|
|
84
94
|
* @internal
|
|
85
95
|
*/
|
|
86
96
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput>;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
87
100
|
private serialize;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
88
104
|
private deserialize;
|
|
89
105
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { RegisterTargetsInput, RegisterTargetsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RegisterTargetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RegisterTargetsCommandInput extends RegisterTargetsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RegisterTargetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Registers the specified targets with the specified target group.</p>
|
|
18
23
|
* <p>If the target is an EC2 instance, it must be in the <code>running</code> state when you
|
|
19
24
|
* register it.</p>
|
|
@@ -34,6 +39,8 @@ export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __M
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param RegisterTargetsCommandInput - {@link RegisterTargetsCommandInput}
|
|
43
|
+
* @returns {@link RegisterTargetsCommandOutput}
|
|
37
44
|
* @see {@link RegisterTargetsCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link RegisterTargetsCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -97,11 +104,20 @@ export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __M
|
|
|
97
104
|
export declare class RegisterTargetsCommand extends $Command<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
98
105
|
readonly input: RegisterTargetsCommandInput;
|
|
99
106
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
100
110
|
constructor(input: RegisterTargetsCommandInput);
|
|
101
111
|
/**
|
|
102
112
|
* @internal
|
|
103
113
|
*/
|
|
104
114
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterTargetsCommandInput, RegisterTargetsCommandOutput>;
|
|
115
|
+
/**
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
105
118
|
private serialize;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
106
122
|
private deserialize;
|
|
107
123
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { RemoveListenerCertificatesInput, RemoveListenerCertificatesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RemoveListenerCertificatesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RemoveListenerCertificatesCommandInput extends RemoveListenerCertificatesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RemoveListenerCertificatesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerCertificatesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes the specified certificate from the certificate list for the specified HTTPS or TLS
|
|
18
23
|
* listener.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerC
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param RemoveListenerCertificatesCommandInput - {@link RemoveListenerCertificatesCommandInput}
|
|
35
|
+
* @returns {@link RemoveListenerCertificatesCommandOutput}
|
|
29
36
|
* @see {@link RemoveListenerCertificatesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link RemoveListenerCertificatesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerC
|
|
|
41
48
|
export declare class RemoveListenerCertificatesCommand extends $Command<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
42
49
|
readonly input: RemoveListenerCertificatesCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: RemoveListenerCertificatesCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
|
|
5
5
|
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RemoveTagsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RemoveTagsCommandInput extends RemoveTagsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RemoveTagsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes the specified tags from the specified Elastic Load Balancing resources. You can
|
|
18
23
|
* remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway
|
|
19
24
|
* Load Balancers, target groups, listeners, or rules.</p>
|
|
@@ -27,6 +32,8 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param RemoveTagsCommandInput - {@link RemoveTagsCommandInput}
|
|
36
|
+
* @returns {@link RemoveTagsCommandOutput}
|
|
30
37
|
* @see {@link RemoveTagsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link RemoveTagsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
|
|
|
68
75
|
export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
|
|
69
76
|
readonly input: RemoveTagsCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: RemoveTagsCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|