@aws-sdk/client-elastic-load-balancing-v2 3.46.0 → 3.48.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 +36 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +3 -226
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +0 -148
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -222
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -124
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +36 -36
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,42 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
36
|
+
* Support awsQueryError trait ([#3174](https://github.com/aws/aws-sdk-js-v3/issues/3174)) ([351bd3a](https://github.com/aws/aws-sdk-js-v3/commit/351bd3a40ad37be79d823d6a0e4e48304728ea6f))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
6
42
|
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
7
43
|
|
|
8
44
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const regionHash = {
|
|
6
6
|
"us-east-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "elasticloadbalancing.us-east-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-2": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "elasticloadbalancing.us-east-2.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -29,10 +21,6 @@ const regionHash = {
|
|
|
29
21
|
},
|
|
30
22
|
"us-gov-east-1": {
|
|
31
23
|
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com",
|
|
38
26
|
tags: ["fips"],
|
|
@@ -41,10 +29,6 @@ const regionHash = {
|
|
|
41
29
|
},
|
|
42
30
|
"us-gov-west-1": {
|
|
43
31
|
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
32
|
{
|
|
49
33
|
hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com",
|
|
50
34
|
tags: ["fips"],
|
|
@@ -53,10 +37,6 @@ const regionHash = {
|
|
|
53
37
|
},
|
|
54
38
|
"us-west-1": {
|
|
55
39
|
variants: [
|
|
56
|
-
{
|
|
57
|
-
hostname: "elasticloadbalancing.us-west-1.amazonaws.com",
|
|
58
|
-
tags: [],
|
|
59
|
-
},
|
|
60
40
|
{
|
|
61
41
|
hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com",
|
|
62
42
|
tags: ["fips"],
|
|
@@ -65,10 +45,6 @@ const regionHash = {
|
|
|
65
45
|
},
|
|
66
46
|
"us-west-2": {
|
|
67
47
|
variants: [
|
|
68
|
-
{
|
|
69
|
-
hostname: "elasticloadbalancing.us-west-2.amazonaws.com",
|
|
70
|
-
tags: [],
|
|
71
|
-
},
|
|
72
48
|
{
|
|
73
49
|
hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com",
|
|
74
50
|
tags: ["fips"],
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.SetSubnetsOutput = exports.SetSubnetsInput = exports.SetSecurityGroupsOutput = exports.SetSecurityGroupsInput = void 0;
|
|
3
|
+
exports.CreateTargetGroupOutput = exports.TargetGroup = exports.CreateTargetGroupInput = exports.TargetTypeEnum = exports.Matcher = exports.TargetGroupIpAddressTypeEnum = exports.CreateRuleOutput = exports.Rule = exports.CreateRuleInput = exports.RuleCondition = exports.SourceIpConditionConfig = exports.QueryStringConditionConfig = exports.QueryStringKeyValuePair = exports.PathPatternConditionConfig = exports.HttpRequestMethodConditionConfig = exports.HttpHeaderConditionConfig = exports.HostHeaderConditionConfig = exports.CreateLoadBalancerOutput = exports.LoadBalancer = exports.LoadBalancerState = exports.LoadBalancerStateEnum = exports.CreateLoadBalancerInput = exports.LoadBalancerTypeEnum = exports.SubnetMapping = exports.LoadBalancerSchemeEnum = exports.IpAddressType = exports.CreateListenerOutput = exports.Listener = exports.CreateListenerInput = exports.Cipher = exports.AvailabilityZone = exports.LoadBalancerAddress = exports.AddTagsOutput = exports.AddTagsInput = exports.Tag = exports.AddListenerCertificatesOutput = exports.AddListenerCertificatesInput = exports.Certificate = exports.Action = exports.ActionTypeEnum = exports.RedirectActionConfig = exports.RedirectActionStatusCodeEnum = exports.ForwardActionConfig = exports.TargetGroupStickinessConfig = exports.TargetGroupTuple = exports.FixedResponseActionConfig = exports.AuthenticateOidcActionConfig = exports.AuthenticateOidcActionConditionalBehaviorEnum = exports.AuthenticateCognitoActionConfig = exports.AuthenticateCognitoActionConditionalBehaviorEnum = void 0;
|
|
4
|
+
exports.ModifyTargetGroupOutput = exports.ModifyTargetGroupInput = exports.ModifyRuleOutput = exports.ModifyRuleInput = exports.ModifyLoadBalancerAttributesOutput = exports.ModifyLoadBalancerAttributesInput = exports.ModifyListenerOutput = exports.ModifyListenerInput = exports.DescribeTargetHealthOutput = exports.TargetHealthDescription = exports.TargetHealth = exports.TargetHealthStateEnum = exports.TargetHealthReasonEnum = exports.DescribeTargetHealthInput = exports.DescribeTargetGroupsOutput = exports.DescribeTargetGroupsInput = exports.DescribeTargetGroupAttributesOutput = exports.TargetGroupAttribute = exports.DescribeTargetGroupAttributesInput = exports.DescribeTagsOutput = exports.TagDescription = exports.DescribeTagsInput = exports.DescribeSSLPoliciesOutput = exports.SslPolicy = exports.DescribeSSLPoliciesInput = exports.DescribeRulesOutput = exports.DescribeRulesInput = exports.DescribeLoadBalancersOutput = exports.DescribeLoadBalancersInput = exports.DescribeLoadBalancerAttributesOutput = exports.LoadBalancerAttribute = exports.DescribeLoadBalancerAttributesInput = exports.DescribeListenersOutput = exports.DescribeListenersInput = exports.DescribeListenerCertificatesOutput = exports.DescribeListenerCertificatesInput = exports.DescribeAccountLimitsOutput = exports.Limit = exports.DescribeAccountLimitsInput = exports.DeregisterTargetsOutput = exports.DeregisterTargetsInput = exports.TargetDescription = exports.DeleteTargetGroupOutput = exports.DeleteTargetGroupInput = exports.DeleteRuleOutput = exports.DeleteRuleInput = exports.DeleteLoadBalancerOutput = exports.DeleteLoadBalancerInput = exports.DeleteListenerOutput = exports.DeleteListenerInput = void 0;
|
|
5
|
+
exports.SetSubnetsOutput = exports.SetSubnetsInput = exports.SetSecurityGroupsOutput = exports.SetSecurityGroupsInput = exports.SetRulePrioritiesOutput = exports.SetRulePrioritiesInput = exports.RulePriorityPair = exports.SetIpAddressTypeOutput = exports.SetIpAddressTypeInput = exports.RemoveTagsOutput = exports.RemoveTagsInput = exports.RemoveListenerCertificatesOutput = exports.RemoveListenerCertificatesInput = exports.RegisterTargetsOutput = exports.RegisterTargetsInput = exports.ModifyTargetGroupAttributesOutput = exports.ModifyTargetGroupAttributesInput = void 0;
|
|
7
6
|
var AuthenticateCognitoActionConditionalBehaviorEnum;
|
|
8
7
|
(function (AuthenticateCognitoActionConditionalBehaviorEnum) {
|
|
9
8
|
AuthenticateCognitoActionConditionalBehaviorEnum["ALLOW"] = "allow";
|
|
@@ -95,24 +94,6 @@ var AddListenerCertificatesOutput;
|
|
|
95
94
|
...obj,
|
|
96
95
|
});
|
|
97
96
|
})(AddListenerCertificatesOutput = exports.AddListenerCertificatesOutput || (exports.AddListenerCertificatesOutput = {}));
|
|
98
|
-
var CertificateNotFoundException;
|
|
99
|
-
(function (CertificateNotFoundException) {
|
|
100
|
-
CertificateNotFoundException.filterSensitiveLog = (obj) => ({
|
|
101
|
-
...obj,
|
|
102
|
-
});
|
|
103
|
-
})(CertificateNotFoundException = exports.CertificateNotFoundException || (exports.CertificateNotFoundException = {}));
|
|
104
|
-
var ListenerNotFoundException;
|
|
105
|
-
(function (ListenerNotFoundException) {
|
|
106
|
-
ListenerNotFoundException.filterSensitiveLog = (obj) => ({
|
|
107
|
-
...obj,
|
|
108
|
-
});
|
|
109
|
-
})(ListenerNotFoundException = exports.ListenerNotFoundException || (exports.ListenerNotFoundException = {}));
|
|
110
|
-
var TooManyCertificatesException;
|
|
111
|
-
(function (TooManyCertificatesException) {
|
|
112
|
-
TooManyCertificatesException.filterSensitiveLog = (obj) => ({
|
|
113
|
-
...obj,
|
|
114
|
-
});
|
|
115
|
-
})(TooManyCertificatesException = exports.TooManyCertificatesException || (exports.TooManyCertificatesException = {}));
|
|
116
97
|
var Tag;
|
|
117
98
|
(function (Tag) {
|
|
118
99
|
Tag.filterSensitiveLog = (obj) => ({
|
|
@@ -131,48 +112,6 @@ var AddTagsOutput;
|
|
|
131
112
|
...obj,
|
|
132
113
|
});
|
|
133
114
|
})(AddTagsOutput = exports.AddTagsOutput || (exports.AddTagsOutput = {}));
|
|
134
|
-
var DuplicateTagKeysException;
|
|
135
|
-
(function (DuplicateTagKeysException) {
|
|
136
|
-
DuplicateTagKeysException.filterSensitiveLog = (obj) => ({
|
|
137
|
-
...obj,
|
|
138
|
-
});
|
|
139
|
-
})(DuplicateTagKeysException = exports.DuplicateTagKeysException || (exports.DuplicateTagKeysException = {}));
|
|
140
|
-
var LoadBalancerNotFoundException;
|
|
141
|
-
(function (LoadBalancerNotFoundException) {
|
|
142
|
-
LoadBalancerNotFoundException.filterSensitiveLog = (obj) => ({
|
|
143
|
-
...obj,
|
|
144
|
-
});
|
|
145
|
-
})(LoadBalancerNotFoundException = exports.LoadBalancerNotFoundException || (exports.LoadBalancerNotFoundException = {}));
|
|
146
|
-
var RuleNotFoundException;
|
|
147
|
-
(function (RuleNotFoundException) {
|
|
148
|
-
RuleNotFoundException.filterSensitiveLog = (obj) => ({
|
|
149
|
-
...obj,
|
|
150
|
-
});
|
|
151
|
-
})(RuleNotFoundException = exports.RuleNotFoundException || (exports.RuleNotFoundException = {}));
|
|
152
|
-
var TargetGroupNotFoundException;
|
|
153
|
-
(function (TargetGroupNotFoundException) {
|
|
154
|
-
TargetGroupNotFoundException.filterSensitiveLog = (obj) => ({
|
|
155
|
-
...obj,
|
|
156
|
-
});
|
|
157
|
-
})(TargetGroupNotFoundException = exports.TargetGroupNotFoundException || (exports.TargetGroupNotFoundException = {}));
|
|
158
|
-
var TooManyTagsException;
|
|
159
|
-
(function (TooManyTagsException) {
|
|
160
|
-
TooManyTagsException.filterSensitiveLog = (obj) => ({
|
|
161
|
-
...obj,
|
|
162
|
-
});
|
|
163
|
-
})(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
|
|
164
|
-
var AllocationIdNotFoundException;
|
|
165
|
-
(function (AllocationIdNotFoundException) {
|
|
166
|
-
AllocationIdNotFoundException.filterSensitiveLog = (obj) => ({
|
|
167
|
-
...obj,
|
|
168
|
-
});
|
|
169
|
-
})(AllocationIdNotFoundException = exports.AllocationIdNotFoundException || (exports.AllocationIdNotFoundException = {}));
|
|
170
|
-
var ALPNPolicyNotSupportedException;
|
|
171
|
-
(function (ALPNPolicyNotSupportedException) {
|
|
172
|
-
ALPNPolicyNotSupportedException.filterSensitiveLog = (obj) => ({
|
|
173
|
-
...obj,
|
|
174
|
-
});
|
|
175
|
-
})(ALPNPolicyNotSupportedException = exports.ALPNPolicyNotSupportedException || (exports.ALPNPolicyNotSupportedException = {}));
|
|
176
115
|
var LoadBalancerAddress;
|
|
177
116
|
(function (LoadBalancerAddress) {
|
|
178
117
|
LoadBalancerAddress.filterSensitiveLog = (obj) => ({
|
|
@@ -185,12 +124,6 @@ var AvailabilityZone;
|
|
|
185
124
|
...obj,
|
|
186
125
|
});
|
|
187
126
|
})(AvailabilityZone = exports.AvailabilityZone || (exports.AvailabilityZone = {}));
|
|
188
|
-
var AvailabilityZoneNotSupportedException;
|
|
189
|
-
(function (AvailabilityZoneNotSupportedException) {
|
|
190
|
-
AvailabilityZoneNotSupportedException.filterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
});
|
|
193
|
-
})(AvailabilityZoneNotSupportedException = exports.AvailabilityZoneNotSupportedException || (exports.AvailabilityZoneNotSupportedException = {}));
|
|
194
127
|
var Cipher;
|
|
195
128
|
(function (Cipher) {
|
|
196
129
|
Cipher.filterSensitiveLog = (obj) => ({
|
|
@@ -215,78 +148,6 @@ var CreateListenerOutput;
|
|
|
215
148
|
...obj,
|
|
216
149
|
});
|
|
217
150
|
})(CreateListenerOutput = exports.CreateListenerOutput || (exports.CreateListenerOutput = {}));
|
|
218
|
-
var DuplicateListenerException;
|
|
219
|
-
(function (DuplicateListenerException) {
|
|
220
|
-
DuplicateListenerException.filterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
})(DuplicateListenerException = exports.DuplicateListenerException || (exports.DuplicateListenerException = {}));
|
|
224
|
-
var IncompatibleProtocolsException;
|
|
225
|
-
(function (IncompatibleProtocolsException) {
|
|
226
|
-
IncompatibleProtocolsException.filterSensitiveLog = (obj) => ({
|
|
227
|
-
...obj,
|
|
228
|
-
});
|
|
229
|
-
})(IncompatibleProtocolsException = exports.IncompatibleProtocolsException || (exports.IncompatibleProtocolsException = {}));
|
|
230
|
-
var InvalidConfigurationRequestException;
|
|
231
|
-
(function (InvalidConfigurationRequestException) {
|
|
232
|
-
InvalidConfigurationRequestException.filterSensitiveLog = (obj) => ({
|
|
233
|
-
...obj,
|
|
234
|
-
});
|
|
235
|
-
})(InvalidConfigurationRequestException = exports.InvalidConfigurationRequestException || (exports.InvalidConfigurationRequestException = {}));
|
|
236
|
-
var InvalidLoadBalancerActionException;
|
|
237
|
-
(function (InvalidLoadBalancerActionException) {
|
|
238
|
-
InvalidLoadBalancerActionException.filterSensitiveLog = (obj) => ({
|
|
239
|
-
...obj,
|
|
240
|
-
});
|
|
241
|
-
})(InvalidLoadBalancerActionException = exports.InvalidLoadBalancerActionException || (exports.InvalidLoadBalancerActionException = {}));
|
|
242
|
-
var SSLPolicyNotFoundException;
|
|
243
|
-
(function (SSLPolicyNotFoundException) {
|
|
244
|
-
SSLPolicyNotFoundException.filterSensitiveLog = (obj) => ({
|
|
245
|
-
...obj,
|
|
246
|
-
});
|
|
247
|
-
})(SSLPolicyNotFoundException = exports.SSLPolicyNotFoundException || (exports.SSLPolicyNotFoundException = {}));
|
|
248
|
-
var TargetGroupAssociationLimitException;
|
|
249
|
-
(function (TargetGroupAssociationLimitException) {
|
|
250
|
-
TargetGroupAssociationLimitException.filterSensitiveLog = (obj) => ({
|
|
251
|
-
...obj,
|
|
252
|
-
});
|
|
253
|
-
})(TargetGroupAssociationLimitException = exports.TargetGroupAssociationLimitException || (exports.TargetGroupAssociationLimitException = {}));
|
|
254
|
-
var TooManyActionsException;
|
|
255
|
-
(function (TooManyActionsException) {
|
|
256
|
-
TooManyActionsException.filterSensitiveLog = (obj) => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
})(TooManyActionsException = exports.TooManyActionsException || (exports.TooManyActionsException = {}));
|
|
260
|
-
var TooManyListenersException;
|
|
261
|
-
(function (TooManyListenersException) {
|
|
262
|
-
TooManyListenersException.filterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
});
|
|
265
|
-
})(TooManyListenersException = exports.TooManyListenersException || (exports.TooManyListenersException = {}));
|
|
266
|
-
var TooManyRegistrationsForTargetIdException;
|
|
267
|
-
(function (TooManyRegistrationsForTargetIdException) {
|
|
268
|
-
TooManyRegistrationsForTargetIdException.filterSensitiveLog = (obj) => ({
|
|
269
|
-
...obj,
|
|
270
|
-
});
|
|
271
|
-
})(TooManyRegistrationsForTargetIdException = exports.TooManyRegistrationsForTargetIdException || (exports.TooManyRegistrationsForTargetIdException = {}));
|
|
272
|
-
var TooManyTargetsException;
|
|
273
|
-
(function (TooManyTargetsException) {
|
|
274
|
-
TooManyTargetsException.filterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
});
|
|
277
|
-
})(TooManyTargetsException = exports.TooManyTargetsException || (exports.TooManyTargetsException = {}));
|
|
278
|
-
var TooManyUniqueTargetGroupsPerLoadBalancerException;
|
|
279
|
-
(function (TooManyUniqueTargetGroupsPerLoadBalancerException) {
|
|
280
|
-
TooManyUniqueTargetGroupsPerLoadBalancerException.filterSensitiveLog = (obj) => ({
|
|
281
|
-
...obj,
|
|
282
|
-
});
|
|
283
|
-
})(TooManyUniqueTargetGroupsPerLoadBalancerException = exports.TooManyUniqueTargetGroupsPerLoadBalancerException || (exports.TooManyUniqueTargetGroupsPerLoadBalancerException = {}));
|
|
284
|
-
var UnsupportedProtocolException;
|
|
285
|
-
(function (UnsupportedProtocolException) {
|
|
286
|
-
UnsupportedProtocolException.filterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
})(UnsupportedProtocolException = exports.UnsupportedProtocolException || (exports.UnsupportedProtocolException = {}));
|
|
290
151
|
var IpAddressType;
|
|
291
152
|
(function (IpAddressType) {
|
|
292
153
|
IpAddressType["DUALSTACK"] = "dualstack";
|
|
@@ -340,54 +201,6 @@ var CreateLoadBalancerOutput;
|
|
|
340
201
|
...obj,
|
|
341
202
|
});
|
|
342
203
|
})(CreateLoadBalancerOutput = exports.CreateLoadBalancerOutput || (exports.CreateLoadBalancerOutput = {}));
|
|
343
|
-
var DuplicateLoadBalancerNameException;
|
|
344
|
-
(function (DuplicateLoadBalancerNameException) {
|
|
345
|
-
DuplicateLoadBalancerNameException.filterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
})(DuplicateLoadBalancerNameException = exports.DuplicateLoadBalancerNameException || (exports.DuplicateLoadBalancerNameException = {}));
|
|
349
|
-
var InvalidSchemeException;
|
|
350
|
-
(function (InvalidSchemeException) {
|
|
351
|
-
InvalidSchemeException.filterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
});
|
|
354
|
-
})(InvalidSchemeException = exports.InvalidSchemeException || (exports.InvalidSchemeException = {}));
|
|
355
|
-
var InvalidSecurityGroupException;
|
|
356
|
-
(function (InvalidSecurityGroupException) {
|
|
357
|
-
InvalidSecurityGroupException.filterSensitiveLog = (obj) => ({
|
|
358
|
-
...obj,
|
|
359
|
-
});
|
|
360
|
-
})(InvalidSecurityGroupException = exports.InvalidSecurityGroupException || (exports.InvalidSecurityGroupException = {}));
|
|
361
|
-
var InvalidSubnetException;
|
|
362
|
-
(function (InvalidSubnetException) {
|
|
363
|
-
InvalidSubnetException.filterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
|
-
})(InvalidSubnetException = exports.InvalidSubnetException || (exports.InvalidSubnetException = {}));
|
|
367
|
-
var OperationNotPermittedException;
|
|
368
|
-
(function (OperationNotPermittedException) {
|
|
369
|
-
OperationNotPermittedException.filterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
})(OperationNotPermittedException = exports.OperationNotPermittedException || (exports.OperationNotPermittedException = {}));
|
|
373
|
-
var ResourceInUseException;
|
|
374
|
-
(function (ResourceInUseException) {
|
|
375
|
-
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
});
|
|
378
|
-
})(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
|
|
379
|
-
var SubnetNotFoundException;
|
|
380
|
-
(function (SubnetNotFoundException) {
|
|
381
|
-
SubnetNotFoundException.filterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
})(SubnetNotFoundException = exports.SubnetNotFoundException || (exports.SubnetNotFoundException = {}));
|
|
385
|
-
var TooManyLoadBalancersException;
|
|
386
|
-
(function (TooManyLoadBalancersException) {
|
|
387
|
-
TooManyLoadBalancersException.filterSensitiveLog = (obj) => ({
|
|
388
|
-
...obj,
|
|
389
|
-
});
|
|
390
|
-
})(TooManyLoadBalancersException = exports.TooManyLoadBalancersException || (exports.TooManyLoadBalancersException = {}));
|
|
391
204
|
var HostHeaderConditionConfig;
|
|
392
205
|
(function (HostHeaderConditionConfig) {
|
|
393
206
|
HostHeaderConditionConfig.filterSensitiveLog = (obj) => ({
|
|
@@ -454,24 +267,6 @@ var CreateRuleOutput;
|
|
|
454
267
|
...obj,
|
|
455
268
|
});
|
|
456
269
|
})(CreateRuleOutput = exports.CreateRuleOutput || (exports.CreateRuleOutput = {}));
|
|
457
|
-
var PriorityInUseException;
|
|
458
|
-
(function (PriorityInUseException) {
|
|
459
|
-
PriorityInUseException.filterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
})(PriorityInUseException = exports.PriorityInUseException || (exports.PriorityInUseException = {}));
|
|
463
|
-
var TooManyRulesException;
|
|
464
|
-
(function (TooManyRulesException) {
|
|
465
|
-
TooManyRulesException.filterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
})(TooManyRulesException = exports.TooManyRulesException || (exports.TooManyRulesException = {}));
|
|
469
|
-
var TooManyTargetGroupsException;
|
|
470
|
-
(function (TooManyTargetGroupsException) {
|
|
471
|
-
TooManyTargetGroupsException.filterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
});
|
|
474
|
-
})(TooManyTargetGroupsException = exports.TooManyTargetGroupsException || (exports.TooManyTargetGroupsException = {}));
|
|
475
270
|
var TargetGroupIpAddressTypeEnum;
|
|
476
271
|
(function (TargetGroupIpAddressTypeEnum) {
|
|
477
272
|
TargetGroupIpAddressTypeEnum["IPV4"] = "ipv4";
|
|
@@ -508,12 +303,6 @@ var CreateTargetGroupOutput;
|
|
|
508
303
|
...obj,
|
|
509
304
|
});
|
|
510
305
|
})(CreateTargetGroupOutput = exports.CreateTargetGroupOutput || (exports.CreateTargetGroupOutput = {}));
|
|
511
|
-
var DuplicateTargetGroupNameException;
|
|
512
|
-
(function (DuplicateTargetGroupNameException) {
|
|
513
|
-
DuplicateTargetGroupNameException.filterSensitiveLog = (obj) => ({
|
|
514
|
-
...obj,
|
|
515
|
-
});
|
|
516
|
-
})(DuplicateTargetGroupNameException = exports.DuplicateTargetGroupNameException || (exports.DuplicateTargetGroupNameException = {}));
|
|
517
306
|
var DeleteListenerInput;
|
|
518
307
|
(function (DeleteListenerInput) {
|
|
519
308
|
DeleteListenerInput.filterSensitiveLog = (obj) => ({
|
|
@@ -580,12 +369,6 @@ var DeregisterTargetsOutput;
|
|
|
580
369
|
...obj,
|
|
581
370
|
});
|
|
582
371
|
})(DeregisterTargetsOutput = exports.DeregisterTargetsOutput || (exports.DeregisterTargetsOutput = {}));
|
|
583
|
-
var InvalidTargetException;
|
|
584
|
-
(function (InvalidTargetException) {
|
|
585
|
-
InvalidTargetException.filterSensitiveLog = (obj) => ({
|
|
586
|
-
...obj,
|
|
587
|
-
});
|
|
588
|
-
})(InvalidTargetException = exports.InvalidTargetException || (exports.InvalidTargetException = {}));
|
|
589
372
|
var DescribeAccountLimitsInput;
|
|
590
373
|
(function (DescribeAccountLimitsInput) {
|
|
591
374
|
DescribeAccountLimitsInput.filterSensitiveLog = (obj) => ({
|
|
@@ -784,12 +567,6 @@ var DescribeTargetHealthOutput;
|
|
|
784
567
|
...obj,
|
|
785
568
|
});
|
|
786
569
|
})(DescribeTargetHealthOutput = exports.DescribeTargetHealthOutput || (exports.DescribeTargetHealthOutput = {}));
|
|
787
|
-
var HealthUnavailableException;
|
|
788
|
-
(function (HealthUnavailableException) {
|
|
789
|
-
HealthUnavailableException.filterSensitiveLog = (obj) => ({
|
|
790
|
-
...obj,
|
|
791
|
-
});
|
|
792
|
-
})(HealthUnavailableException = exports.HealthUnavailableException || (exports.HealthUnavailableException = {}));
|
|
793
570
|
var ModifyListenerInput;
|
|
794
571
|
(function (ModifyListenerInput) {
|
|
795
572
|
ModifyListenerInput.filterSensitiveLog = (obj) => ({
|
|
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
13
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
17
|
+
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
16
18
|
const getRuntimeConfig = (config) => {
|
|
17
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
|
|
21
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
18
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
19
23
|
return {
|
|
20
24
|
...clientSharedValues,
|
|
21
25
|
...config,
|
|
22
26
|
runtime: "browser",
|
|
27
|
+
defaultsMode,
|
|
23
28
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
|
|
24
29
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
|
|
25
30
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
|
|
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
|
|
|
27
32
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
28
33
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
29
34
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
|
|
30
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
|
|
31
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() =>
|
|
35
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
|
|
32
37
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
33
38
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
34
39
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
@@ -15,13 +15,18 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
+
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
18
20
|
const getRuntimeConfig = (config) => {
|
|
19
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
22
|
+
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
23
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
20
24
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
21
25
|
return {
|
|
22
26
|
...clientSharedValues,
|
|
23
27
|
...config,
|
|
24
28
|
runtime: "node",
|
|
29
|
+
defaultsMode,
|
|
25
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
26
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
27
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
@@ -29,8 +34,11 @@ const getRuntimeConfig = (config) => {
|
|
|
29
34
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
30
35
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
31
36
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
32
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
|
|
33
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(
|
|
37
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
|
|
38
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
|
|
39
|
+
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
+
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
|
|
41
|
+
}),
|
|
34
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
35
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
36
44
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "elasticloadbalancing.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "elasticloadbalancing-fips.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "elasticloadbalancing.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "elasticloadbalancing-fips.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-gov-east-1": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "elasticloadbalancing.us-gov-east-1.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-gov-west-1": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "elasticloadbalancing.us-gov-west-1.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -51,10 +35,6 @@ var regionHash = {
|
|
|
51
35
|
},
|
|
52
36
|
"us-west-1": {
|
|
53
37
|
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "elasticloadbalancing.us-west-1.amazonaws.com",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "elasticloadbalancing-fips.us-west-1.amazonaws.com",
|
|
60
40
|
tags: ["fips"],
|
|
@@ -63,10 +43,6 @@ var regionHash = {
|
|
|
63
43
|
},
|
|
64
44
|
"us-west-2": {
|
|
65
45
|
variants: [
|
|
66
|
-
{
|
|
67
|
-
hostname: "elasticloadbalancing.us-west-2.amazonaws.com",
|
|
68
|
-
tags: [],
|
|
69
|
-
},
|
|
70
46
|
{
|
|
71
47
|
hostname: "elasticloadbalancing-fips.us-west-2.amazonaws.com",
|
|
72
48
|
tags: ["fips"],
|