@aws-sdk/client-elastic-load-balancing-v2 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +616 -175
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +334 -107
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +34 -34
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3009 -206
- package/dist-types/ts3.4/pagination/DescribeListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +413 -104
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/dist-types/ts3.4/waiters/index.d.ts +5 -5
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,107 +1,334 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddListenerCertificatesCommandInput,
|
|
47
|
+
AddListenerCertificatesCommandOutput,
|
|
48
|
+
} from "./commands/AddListenerCertificatesCommand";
|
|
49
|
+
import {
|
|
50
|
+
AddTagsCommandInput,
|
|
51
|
+
AddTagsCommandOutput,
|
|
52
|
+
} from "./commands/AddTagsCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateListenerCommandInput,
|
|
55
|
+
CreateListenerCommandOutput,
|
|
56
|
+
} from "./commands/CreateListenerCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateLoadBalancerCommandInput,
|
|
59
|
+
CreateLoadBalancerCommandOutput,
|
|
60
|
+
} from "./commands/CreateLoadBalancerCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateRuleCommandInput,
|
|
63
|
+
CreateRuleCommandOutput,
|
|
64
|
+
} from "./commands/CreateRuleCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateTargetGroupCommandInput,
|
|
67
|
+
CreateTargetGroupCommandOutput,
|
|
68
|
+
} from "./commands/CreateTargetGroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteListenerCommandInput,
|
|
71
|
+
DeleteListenerCommandOutput,
|
|
72
|
+
} from "./commands/DeleteListenerCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteLoadBalancerCommandInput,
|
|
75
|
+
DeleteLoadBalancerCommandOutput,
|
|
76
|
+
} from "./commands/DeleteLoadBalancerCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteRuleCommandInput,
|
|
79
|
+
DeleteRuleCommandOutput,
|
|
80
|
+
} from "./commands/DeleteRuleCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteTargetGroupCommandInput,
|
|
83
|
+
DeleteTargetGroupCommandOutput,
|
|
84
|
+
} from "./commands/DeleteTargetGroupCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeregisterTargetsCommandInput,
|
|
87
|
+
DeregisterTargetsCommandOutput,
|
|
88
|
+
} from "./commands/DeregisterTargetsCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeAccountLimitsCommandInput,
|
|
91
|
+
DescribeAccountLimitsCommandOutput,
|
|
92
|
+
} from "./commands/DescribeAccountLimitsCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeListenerCertificatesCommandInput,
|
|
95
|
+
DescribeListenerCertificatesCommandOutput,
|
|
96
|
+
} from "./commands/DescribeListenerCertificatesCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeListenersCommandInput,
|
|
99
|
+
DescribeListenersCommandOutput,
|
|
100
|
+
} from "./commands/DescribeListenersCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeLoadBalancerAttributesCommandInput,
|
|
103
|
+
DescribeLoadBalancerAttributesCommandOutput,
|
|
104
|
+
} from "./commands/DescribeLoadBalancerAttributesCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeLoadBalancersCommandInput,
|
|
107
|
+
DescribeLoadBalancersCommandOutput,
|
|
108
|
+
} from "./commands/DescribeLoadBalancersCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeRulesCommandInput,
|
|
111
|
+
DescribeRulesCommandOutput,
|
|
112
|
+
} from "./commands/DescribeRulesCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeSSLPoliciesCommandInput,
|
|
115
|
+
DescribeSSLPoliciesCommandOutput,
|
|
116
|
+
} from "./commands/DescribeSSLPoliciesCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeTagsCommandInput,
|
|
119
|
+
DescribeTagsCommandOutput,
|
|
120
|
+
} from "./commands/DescribeTagsCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeTargetGroupAttributesCommandInput,
|
|
123
|
+
DescribeTargetGroupAttributesCommandOutput,
|
|
124
|
+
} from "./commands/DescribeTargetGroupAttributesCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeTargetGroupsCommandInput,
|
|
127
|
+
DescribeTargetGroupsCommandOutput,
|
|
128
|
+
} from "./commands/DescribeTargetGroupsCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeTargetHealthCommandInput,
|
|
131
|
+
DescribeTargetHealthCommandOutput,
|
|
132
|
+
} from "./commands/DescribeTargetHealthCommand";
|
|
133
|
+
import {
|
|
134
|
+
ModifyListenerCommandInput,
|
|
135
|
+
ModifyListenerCommandOutput,
|
|
136
|
+
} from "./commands/ModifyListenerCommand";
|
|
137
|
+
import {
|
|
138
|
+
ModifyLoadBalancerAttributesCommandInput,
|
|
139
|
+
ModifyLoadBalancerAttributesCommandOutput,
|
|
140
|
+
} from "./commands/ModifyLoadBalancerAttributesCommand";
|
|
141
|
+
import {
|
|
142
|
+
ModifyRuleCommandInput,
|
|
143
|
+
ModifyRuleCommandOutput,
|
|
144
|
+
} from "./commands/ModifyRuleCommand";
|
|
145
|
+
import {
|
|
146
|
+
ModifyTargetGroupAttributesCommandInput,
|
|
147
|
+
ModifyTargetGroupAttributesCommandOutput,
|
|
148
|
+
} from "./commands/ModifyTargetGroupAttributesCommand";
|
|
149
|
+
import {
|
|
150
|
+
ModifyTargetGroupCommandInput,
|
|
151
|
+
ModifyTargetGroupCommandOutput,
|
|
152
|
+
} from "./commands/ModifyTargetGroupCommand";
|
|
153
|
+
import {
|
|
154
|
+
RegisterTargetsCommandInput,
|
|
155
|
+
RegisterTargetsCommandOutput,
|
|
156
|
+
} from "./commands/RegisterTargetsCommand";
|
|
157
|
+
import {
|
|
158
|
+
RemoveListenerCertificatesCommandInput,
|
|
159
|
+
RemoveListenerCertificatesCommandOutput,
|
|
160
|
+
} from "./commands/RemoveListenerCertificatesCommand";
|
|
161
|
+
import {
|
|
162
|
+
RemoveTagsCommandInput,
|
|
163
|
+
RemoveTagsCommandOutput,
|
|
164
|
+
} from "./commands/RemoveTagsCommand";
|
|
165
|
+
import {
|
|
166
|
+
SetIpAddressTypeCommandInput,
|
|
167
|
+
SetIpAddressTypeCommandOutput,
|
|
168
|
+
} from "./commands/SetIpAddressTypeCommand";
|
|
169
|
+
import {
|
|
170
|
+
SetRulePrioritiesCommandInput,
|
|
171
|
+
SetRulePrioritiesCommandOutput,
|
|
172
|
+
} from "./commands/SetRulePrioritiesCommand";
|
|
173
|
+
import {
|
|
174
|
+
SetSecurityGroupsCommandInput,
|
|
175
|
+
SetSecurityGroupsCommandOutput,
|
|
176
|
+
} from "./commands/SetSecurityGroupsCommand";
|
|
177
|
+
import {
|
|
178
|
+
SetSubnetsCommandInput,
|
|
179
|
+
SetSubnetsCommandOutput,
|
|
180
|
+
} from "./commands/SetSubnetsCommand";
|
|
181
|
+
export declare type ServiceInputTypes =
|
|
182
|
+
| AddListenerCertificatesCommandInput
|
|
183
|
+
| AddTagsCommandInput
|
|
184
|
+
| CreateListenerCommandInput
|
|
185
|
+
| CreateLoadBalancerCommandInput
|
|
186
|
+
| CreateRuleCommandInput
|
|
187
|
+
| CreateTargetGroupCommandInput
|
|
188
|
+
| DeleteListenerCommandInput
|
|
189
|
+
| DeleteLoadBalancerCommandInput
|
|
190
|
+
| DeleteRuleCommandInput
|
|
191
|
+
| DeleteTargetGroupCommandInput
|
|
192
|
+
| DeregisterTargetsCommandInput
|
|
193
|
+
| DescribeAccountLimitsCommandInput
|
|
194
|
+
| DescribeListenerCertificatesCommandInput
|
|
195
|
+
| DescribeListenersCommandInput
|
|
196
|
+
| DescribeLoadBalancerAttributesCommandInput
|
|
197
|
+
| DescribeLoadBalancersCommandInput
|
|
198
|
+
| DescribeRulesCommandInput
|
|
199
|
+
| DescribeSSLPoliciesCommandInput
|
|
200
|
+
| DescribeTagsCommandInput
|
|
201
|
+
| DescribeTargetGroupAttributesCommandInput
|
|
202
|
+
| DescribeTargetGroupsCommandInput
|
|
203
|
+
| DescribeTargetHealthCommandInput
|
|
204
|
+
| ModifyListenerCommandInput
|
|
205
|
+
| ModifyLoadBalancerAttributesCommandInput
|
|
206
|
+
| ModifyRuleCommandInput
|
|
207
|
+
| ModifyTargetGroupAttributesCommandInput
|
|
208
|
+
| ModifyTargetGroupCommandInput
|
|
209
|
+
| RegisterTargetsCommandInput
|
|
210
|
+
| RemoveListenerCertificatesCommandInput
|
|
211
|
+
| RemoveTagsCommandInput
|
|
212
|
+
| SetIpAddressTypeCommandInput
|
|
213
|
+
| SetRulePrioritiesCommandInput
|
|
214
|
+
| SetSecurityGroupsCommandInput
|
|
215
|
+
| SetSubnetsCommandInput;
|
|
216
|
+
export declare type ServiceOutputTypes =
|
|
217
|
+
| AddListenerCertificatesCommandOutput
|
|
218
|
+
| AddTagsCommandOutput
|
|
219
|
+
| CreateListenerCommandOutput
|
|
220
|
+
| CreateLoadBalancerCommandOutput
|
|
221
|
+
| CreateRuleCommandOutput
|
|
222
|
+
| CreateTargetGroupCommandOutput
|
|
223
|
+
| DeleteListenerCommandOutput
|
|
224
|
+
| DeleteLoadBalancerCommandOutput
|
|
225
|
+
| DeleteRuleCommandOutput
|
|
226
|
+
| DeleteTargetGroupCommandOutput
|
|
227
|
+
| DeregisterTargetsCommandOutput
|
|
228
|
+
| DescribeAccountLimitsCommandOutput
|
|
229
|
+
| DescribeListenerCertificatesCommandOutput
|
|
230
|
+
| DescribeListenersCommandOutput
|
|
231
|
+
| DescribeLoadBalancerAttributesCommandOutput
|
|
232
|
+
| DescribeLoadBalancersCommandOutput
|
|
233
|
+
| DescribeRulesCommandOutput
|
|
234
|
+
| DescribeSSLPoliciesCommandOutput
|
|
235
|
+
| DescribeTagsCommandOutput
|
|
236
|
+
| DescribeTargetGroupAttributesCommandOutput
|
|
237
|
+
| DescribeTargetGroupsCommandOutput
|
|
238
|
+
| DescribeTargetHealthCommandOutput
|
|
239
|
+
| ModifyListenerCommandOutput
|
|
240
|
+
| ModifyLoadBalancerAttributesCommandOutput
|
|
241
|
+
| ModifyRuleCommandOutput
|
|
242
|
+
| ModifyTargetGroupAttributesCommandOutput
|
|
243
|
+
| ModifyTargetGroupCommandOutput
|
|
244
|
+
| RegisterTargetsCommandOutput
|
|
245
|
+
| RemoveListenerCertificatesCommandOutput
|
|
246
|
+
| RemoveTagsCommandOutput
|
|
247
|
+
| SetIpAddressTypeCommandOutput
|
|
248
|
+
| SetRulePrioritiesCommandOutput
|
|
249
|
+
| SetSecurityGroupsCommandOutput
|
|
250
|
+
| SetSubnetsCommandOutput;
|
|
251
|
+
export interface ClientDefaults
|
|
252
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
253
|
+
requestHandler?: __HttpHandler;
|
|
254
|
+
|
|
255
|
+
sha256?: __HashConstructor;
|
|
256
|
+
|
|
257
|
+
urlParser?: __UrlParser;
|
|
258
|
+
|
|
259
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
260
|
+
|
|
261
|
+
streamCollector?: __StreamCollector;
|
|
262
|
+
|
|
263
|
+
base64Decoder?: __Decoder;
|
|
264
|
+
|
|
265
|
+
base64Encoder?: __Encoder;
|
|
266
|
+
|
|
267
|
+
utf8Decoder?: __Decoder;
|
|
268
|
+
|
|
269
|
+
utf8Encoder?: __Encoder;
|
|
270
|
+
|
|
271
|
+
runtime?: string;
|
|
272
|
+
|
|
273
|
+
disableHostPrefix?: boolean;
|
|
274
|
+
|
|
275
|
+
maxAttempts?: number | __Provider<number>;
|
|
276
|
+
|
|
277
|
+
retryMode?: string | __Provider<string>;
|
|
278
|
+
|
|
279
|
+
logger?: __Logger;
|
|
280
|
+
|
|
281
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
282
|
+
|
|
283
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
284
|
+
|
|
285
|
+
serviceId?: string;
|
|
286
|
+
|
|
287
|
+
region?: string | __Provider<string>;
|
|
288
|
+
|
|
289
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
290
|
+
|
|
291
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
292
|
+
|
|
293
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
294
|
+
|
|
295
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
296
|
+
}
|
|
297
|
+
declare type ElasticLoadBalancingV2ClientConfigType = Partial<
|
|
298
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
299
|
+
> &
|
|
300
|
+
ClientDefaults &
|
|
301
|
+
RegionInputConfig &
|
|
302
|
+
EndpointsInputConfig &
|
|
303
|
+
RetryInputConfig &
|
|
304
|
+
HostHeaderInputConfig &
|
|
305
|
+
AwsAuthInputConfig &
|
|
306
|
+
UserAgentInputConfig;
|
|
307
|
+
|
|
308
|
+
export interface ElasticLoadBalancingV2ClientConfig
|
|
309
|
+
extends ElasticLoadBalancingV2ClientConfigType {}
|
|
310
|
+
declare type ElasticLoadBalancingV2ClientResolvedConfigType =
|
|
311
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
312
|
+
Required<ClientDefaults> &
|
|
313
|
+
RegionResolvedConfig &
|
|
314
|
+
EndpointsResolvedConfig &
|
|
315
|
+
RetryResolvedConfig &
|
|
316
|
+
HostHeaderResolvedConfig &
|
|
317
|
+
AwsAuthResolvedConfig &
|
|
318
|
+
UserAgentResolvedConfig;
|
|
319
|
+
|
|
320
|
+
export interface ElasticLoadBalancingV2ClientResolvedConfig
|
|
321
|
+
extends ElasticLoadBalancingV2ClientResolvedConfigType {}
|
|
322
|
+
|
|
323
|
+
export declare class ElasticLoadBalancingV2Client extends __Client<
|
|
324
|
+
__HttpHandlerOptions,
|
|
325
|
+
ServiceInputTypes,
|
|
326
|
+
ServiceOutputTypes,
|
|
327
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
328
|
+
> {
|
|
329
|
+
readonly config: ElasticLoadBalancingV2ClientResolvedConfig;
|
|
330
|
+
constructor(configuration: ElasticLoadBalancingV2ClientConfig);
|
|
331
|
+
|
|
332
|
+
destroy(): void;
|
|
333
|
+
}
|
|
334
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
AddListenerCertificatesInput,
|
|
15
|
+
AddListenerCertificatesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddListenerCertificatesCommandInput
|
|
18
|
+
extends AddListenerCertificatesInput {}
|
|
19
|
+
export interface AddListenerCertificatesCommandOutput
|
|
20
|
+
extends AddListenerCertificatesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AddListenerCertificatesCommand extends $Command<
|
|
24
|
+
AddListenerCertificatesCommandInput,
|
|
25
|
+
AddListenerCertificatesCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AddListenerCertificatesCommandInput;
|
|
29
|
+
constructor(input: AddListenerCertificatesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AddListenerCertificatesCommandInput,
|
|
37
|
+
AddListenerCertificatesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
14
|
+
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
15
|
+
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class AddTagsCommand extends $Command<
|
|
18
|
+
AddTagsCommandInput,
|
|
19
|
+
AddTagsCommandOutput,
|
|
20
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: AddTagsCommandInput;
|
|
23
|
+
constructor(input: AddTagsCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import { CreateListenerInput, CreateListenerOutput } from "../models/models_0";
|
|
14
|
+
export interface CreateListenerCommandInput extends CreateListenerInput {}
|
|
15
|
+
export interface CreateListenerCommandOutput
|
|
16
|
+
extends CreateListenerOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateListenerCommand extends $Command<
|
|
20
|
+
CreateListenerCommandInput,
|
|
21
|
+
CreateListenerCommandOutput,
|
|
22
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateListenerCommandInput;
|
|
25
|
+
constructor(input: CreateListenerCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|