@aws-sdk/client-elastic-load-balancing-v2 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +582 -175
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +309 -107
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +32 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1200 -618
- 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 +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/dist-types/ts3.4/waiters/index.d.ts +5 -5
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,107 +1,309 @@
|
|
|
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
|
+
sha256?: __HashConstructor;
|
|
255
|
+
urlParser?: __UrlParser;
|
|
256
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
257
|
+
streamCollector?: __StreamCollector;
|
|
258
|
+
base64Decoder?: __Decoder;
|
|
259
|
+
base64Encoder?: __Encoder;
|
|
260
|
+
utf8Decoder?: __Decoder;
|
|
261
|
+
utf8Encoder?: __Encoder;
|
|
262
|
+
runtime?: string;
|
|
263
|
+
disableHostPrefix?: boolean;
|
|
264
|
+
maxAttempts?: number | __Provider<number>;
|
|
265
|
+
retryMode?: string | __Provider<string>;
|
|
266
|
+
logger?: __Logger;
|
|
267
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
268
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
269
|
+
serviceId?: string;
|
|
270
|
+
region?: string | __Provider<string>;
|
|
271
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
272
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
273
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
274
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
275
|
+
}
|
|
276
|
+
declare type ElasticLoadBalancingV2ClientConfigType = Partial<
|
|
277
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
278
|
+
> &
|
|
279
|
+
ClientDefaults &
|
|
280
|
+
RegionInputConfig &
|
|
281
|
+
EndpointsInputConfig &
|
|
282
|
+
RetryInputConfig &
|
|
283
|
+
HostHeaderInputConfig &
|
|
284
|
+
AwsAuthInputConfig &
|
|
285
|
+
UserAgentInputConfig;
|
|
286
|
+
export interface ElasticLoadBalancingV2ClientConfig
|
|
287
|
+
extends ElasticLoadBalancingV2ClientConfigType {}
|
|
288
|
+
declare type ElasticLoadBalancingV2ClientResolvedConfigType =
|
|
289
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
290
|
+
Required<ClientDefaults> &
|
|
291
|
+
RegionResolvedConfig &
|
|
292
|
+
EndpointsResolvedConfig &
|
|
293
|
+
RetryResolvedConfig &
|
|
294
|
+
HostHeaderResolvedConfig &
|
|
295
|
+
AwsAuthResolvedConfig &
|
|
296
|
+
UserAgentResolvedConfig;
|
|
297
|
+
export interface ElasticLoadBalancingV2ClientResolvedConfig
|
|
298
|
+
extends ElasticLoadBalancingV2ClientResolvedConfigType {}
|
|
299
|
+
export declare class ElasticLoadBalancingV2Client extends __Client<
|
|
300
|
+
__HttpHandlerOptions,
|
|
301
|
+
ServiceInputTypes,
|
|
302
|
+
ServiceOutputTypes,
|
|
303
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
304
|
+
> {
|
|
305
|
+
readonly config: ElasticLoadBalancingV2ClientResolvedConfig;
|
|
306
|
+
constructor(configuration: ElasticLoadBalancingV2ClientConfig);
|
|
307
|
+
destroy(): void;
|
|
308
|
+
}
|
|
309
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class AddListenerCertificatesCommand extends $Command<
|
|
23
|
+
AddListenerCertificatesCommandInput,
|
|
24
|
+
AddListenerCertificatesCommandOutput,
|
|
25
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddListenerCertificatesCommandInput;
|
|
28
|
+
constructor(input: AddListenerCertificatesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AddListenerCertificatesCommandInput,
|
|
35
|
+
AddListenerCertificatesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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
|
+
export declare class AddTagsCommand extends $Command<
|
|
17
|
+
AddTagsCommandInput,
|
|
18
|
+
AddTagsCommandOutput,
|
|
19
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: AddTagsCommandInput;
|
|
22
|
+
constructor(input: AddTagsCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -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 { CreateListenerInput, CreateListenerOutput } from "../models/models_0";
|
|
14
|
+
export interface CreateListenerCommandInput extends CreateListenerInput {}
|
|
15
|
+
export interface CreateListenerCommandOutput
|
|
16
|
+
extends CreateListenerOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateListenerCommand extends $Command<
|
|
19
|
+
CreateListenerCommandInput,
|
|
20
|
+
CreateListenerCommandOutput,
|
|
21
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateListenerCommandInput;
|
|
24
|
+
constructor(input: CreateListenerCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
CreateLoadBalancerInput,
|
|
15
|
+
CreateLoadBalancerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLoadBalancerCommandInput
|
|
18
|
+
extends CreateLoadBalancerInput {}
|
|
19
|
+
export interface CreateLoadBalancerCommandOutput
|
|
20
|
+
extends CreateLoadBalancerOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateLoadBalancerCommand extends $Command<
|
|
23
|
+
CreateLoadBalancerCommandInput,
|
|
24
|
+
CreateLoadBalancerCommandOutput,
|
|
25
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateLoadBalancerCommandInput;
|
|
28
|
+
constructor(input: CreateLoadBalancerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|