@aws-sdk/client-elastic-load-balancing 3.46.0 → 3.47.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 CHANGED
@@ -3,6 +3,18 @@
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.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **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))
12
+ * 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))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
7
19
 
8
20
 
@@ -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,20 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAccessPointOutput = exports.DeleteAccessPointInput = exports.CrossZoneLoadBalancing = exports.PolicyTypeNotFoundException = exports.CreateLoadBalancerPolicyOutput = exports.CreateLoadBalancerPolicyInput = exports.PolicyAttribute = exports.DuplicateListenerException = exports.CreateLoadBalancerListenerOutput = exports.CreateLoadBalancerListenerInput = exports.UnsupportedProtocolException = exports.TooManyAccessPointsException = exports.OperationNotPermittedException = exports.InvalidSchemeException = exports.DuplicateAccessPointNameException = exports.CreateLBCookieStickinessPolicyOutput = exports.CreateLBCookieStickinessPolicyInput = exports.TooManyPoliciesException = exports.DuplicatePolicyNameException = exports.CreateAppCookieStickinessPolicyOutput = exports.CreateAppCookieStickinessPolicyInput = exports.CreateAccessPointOutput = exports.CreateAccessPointInput = exports.Listener = exports.ConnectionSettings = exports.ConnectionDraining = exports.ConfigureHealthCheckOutput = exports.ConfigureHealthCheckInput = exports.HealthCheck = exports.CertificateNotFoundException = exports.BackendServerDescription = exports.SubnetNotFoundException = exports.InvalidSubnetException = exports.AttachLoadBalancerToSubnetsOutput = exports.AttachLoadBalancerToSubnetsInput = exports.InvalidSecurityGroupException = exports.InvalidConfigurationRequestException = exports.ApplySecurityGroupsToLoadBalancerOutput = exports.ApplySecurityGroupsToLoadBalancerInput = exports.AppCookieStickinessPolicy = exports.TooManyTagsException = exports.DuplicateTagKeysException = exports.AddTagsOutput = exports.AddTagsInput = exports.Tag = exports.AdditionalAttribute = exports.AddAvailabilityZonesOutput = exports.AddAvailabilityZonesInput = exports.AccessPointNotFoundException = exports.AccessLog = void 0;
4
- exports.ListenerNotFoundException = exports.RemoveTagsOutput = exports.RemoveTagsInput = exports.TagKeyOnly = exports.RegisterEndPointsOutput = exports.RegisterEndPointsInput = exports.ModifyLoadBalancerAttributesOutput = exports.ModifyLoadBalancerAttributesInput = exports.RemoveAvailabilityZonesOutput = exports.RemoveAvailabilityZonesInput = exports.DetachLoadBalancerFromSubnetsOutput = exports.DetachLoadBalancerFromSubnetsInput = exports.DescribeTagsOutput = exports.TagDescription = exports.DescribeTagsInput = exports.DescribeLoadBalancerPolicyTypesOutput = exports.PolicyTypeDescription = exports.PolicyAttributeTypeDescription = exports.DescribeLoadBalancerPolicyTypesInput = exports.PolicyNotFoundException = exports.DescribeLoadBalancerPoliciesOutput = exports.PolicyDescription = exports.PolicyAttributeDescription = exports.DescribeLoadBalancerPoliciesInput = exports.LoadBalancerAttributeNotFoundException = exports.DescribeLoadBalancerAttributesOutput = exports.LoadBalancerAttributes = exports.DescribeLoadBalancerAttributesInput = exports.DescribeEndPointStateOutput = exports.InstanceState = exports.DescribeEndPointStateInput = exports.DescribeAccountLimitsOutput = exports.Limit = exports.DescribeAccountLimitsInput = exports.DescribeAccessPointsOutput = exports.LoadBalancerDescription = exports.SourceSecurityGroup = exports.Policies = exports.LBCookieStickinessPolicy = exports.ListenerDescription = exports.DescribeAccessPointsInput = exports.InvalidEndPointException = exports.DeregisterEndPointsOutput = exports.DeregisterEndPointsInput = exports.Instance = exports.DependencyThrottleException = exports.DeleteLoadBalancerPolicyOutput = exports.DeleteLoadBalancerPolicyInput = exports.DeleteLoadBalancerListenerOutput = exports.DeleteLoadBalancerListenerInput = void 0;
5
- exports.SetLoadBalancerPoliciesOfListenerOutput = exports.SetLoadBalancerPoliciesOfListenerInput = exports.SetLoadBalancerPoliciesForBackendServerOutput = exports.SetLoadBalancerPoliciesForBackendServerInput = exports.SetLoadBalancerListenerSSLCertificateOutput = exports.SetLoadBalancerListenerSSLCertificateInput = void 0;
3
+ exports.DescribeAccountLimitsOutput = exports.Limit = exports.DescribeAccountLimitsInput = exports.DescribeAccessPointsOutput = exports.LoadBalancerDescription = exports.SourceSecurityGroup = exports.Policies = exports.LBCookieStickinessPolicy = exports.ListenerDescription = exports.DescribeAccessPointsInput = exports.DeregisterEndPointsOutput = exports.DeregisterEndPointsInput = exports.Instance = exports.DeleteLoadBalancerPolicyOutput = exports.DeleteLoadBalancerPolicyInput = exports.DeleteLoadBalancerListenerOutput = exports.DeleteLoadBalancerListenerInput = exports.DeleteAccessPointOutput = exports.DeleteAccessPointInput = exports.CrossZoneLoadBalancing = exports.CreateLoadBalancerPolicyOutput = exports.CreateLoadBalancerPolicyInput = exports.PolicyAttribute = exports.CreateLoadBalancerListenerOutput = exports.CreateLoadBalancerListenerInput = exports.CreateLBCookieStickinessPolicyOutput = exports.CreateLBCookieStickinessPolicyInput = exports.CreateAppCookieStickinessPolicyOutput = exports.CreateAppCookieStickinessPolicyInput = exports.CreateAccessPointOutput = exports.CreateAccessPointInput = exports.Listener = exports.ConnectionSettings = exports.ConnectionDraining = exports.ConfigureHealthCheckOutput = exports.ConfigureHealthCheckInput = exports.HealthCheck = exports.BackendServerDescription = exports.AttachLoadBalancerToSubnetsOutput = exports.AttachLoadBalancerToSubnetsInput = exports.ApplySecurityGroupsToLoadBalancerOutput = exports.ApplySecurityGroupsToLoadBalancerInput = exports.AppCookieStickinessPolicy = exports.AddTagsOutput = exports.AddTagsInput = exports.Tag = exports.AdditionalAttribute = exports.AddAvailabilityZonesOutput = exports.AddAvailabilityZonesInput = exports.AccessLog = void 0;
4
+ exports.SetLoadBalancerPoliciesOfListenerOutput = exports.SetLoadBalancerPoliciesOfListenerInput = exports.SetLoadBalancerPoliciesForBackendServerOutput = exports.SetLoadBalancerPoliciesForBackendServerInput = exports.SetLoadBalancerListenerSSLCertificateOutput = exports.SetLoadBalancerListenerSSLCertificateInput = exports.RemoveTagsOutput = exports.RemoveTagsInput = exports.TagKeyOnly = exports.RegisterEndPointsOutput = exports.RegisterEndPointsInput = exports.ModifyLoadBalancerAttributesOutput = exports.ModifyLoadBalancerAttributesInput = exports.RemoveAvailabilityZonesOutput = exports.RemoveAvailabilityZonesInput = exports.DetachLoadBalancerFromSubnetsOutput = exports.DetachLoadBalancerFromSubnetsInput = exports.DescribeTagsOutput = exports.TagDescription = exports.DescribeTagsInput = exports.DescribeLoadBalancerPolicyTypesOutput = exports.PolicyTypeDescription = exports.PolicyAttributeTypeDescription = exports.DescribeLoadBalancerPolicyTypesInput = exports.DescribeLoadBalancerPoliciesOutput = exports.PolicyDescription = exports.PolicyAttributeDescription = exports.DescribeLoadBalancerPoliciesInput = exports.DescribeLoadBalancerAttributesOutput = exports.LoadBalancerAttributes = exports.DescribeLoadBalancerAttributesInput = exports.DescribeEndPointStateOutput = exports.InstanceState = exports.DescribeEndPointStateInput = void 0;
6
5
  var AccessLog;
7
6
  (function (AccessLog) {
8
7
  AccessLog.filterSensitiveLog = (obj) => ({
9
8
  ...obj,
10
9
  });
11
10
  })(AccessLog = exports.AccessLog || (exports.AccessLog = {}));
12
- var AccessPointNotFoundException;
13
- (function (AccessPointNotFoundException) {
14
- AccessPointNotFoundException.filterSensitiveLog = (obj) => ({
15
- ...obj,
16
- });
17
- })(AccessPointNotFoundException = exports.AccessPointNotFoundException || (exports.AccessPointNotFoundException = {}));
18
11
  var AddAvailabilityZonesInput;
19
12
  (function (AddAvailabilityZonesInput) {
20
13
  AddAvailabilityZonesInput.filterSensitiveLog = (obj) => ({
@@ -51,18 +44,6 @@ var AddTagsOutput;
51
44
  ...obj,
52
45
  });
53
46
  })(AddTagsOutput = exports.AddTagsOutput || (exports.AddTagsOutput = {}));
54
- var DuplicateTagKeysException;
55
- (function (DuplicateTagKeysException) {
56
- DuplicateTagKeysException.filterSensitiveLog = (obj) => ({
57
- ...obj,
58
- });
59
- })(DuplicateTagKeysException = exports.DuplicateTagKeysException || (exports.DuplicateTagKeysException = {}));
60
- var TooManyTagsException;
61
- (function (TooManyTagsException) {
62
- TooManyTagsException.filterSensitiveLog = (obj) => ({
63
- ...obj,
64
- });
65
- })(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
66
47
  var AppCookieStickinessPolicy;
67
48
  (function (AppCookieStickinessPolicy) {
68
49
  AppCookieStickinessPolicy.filterSensitiveLog = (obj) => ({
@@ -81,18 +62,6 @@ var ApplySecurityGroupsToLoadBalancerOutput;
81
62
  ...obj,
82
63
  });
83
64
  })(ApplySecurityGroupsToLoadBalancerOutput = exports.ApplySecurityGroupsToLoadBalancerOutput || (exports.ApplySecurityGroupsToLoadBalancerOutput = {}));
84
- var InvalidConfigurationRequestException;
85
- (function (InvalidConfigurationRequestException) {
86
- InvalidConfigurationRequestException.filterSensitiveLog = (obj) => ({
87
- ...obj,
88
- });
89
- })(InvalidConfigurationRequestException = exports.InvalidConfigurationRequestException || (exports.InvalidConfigurationRequestException = {}));
90
- var InvalidSecurityGroupException;
91
- (function (InvalidSecurityGroupException) {
92
- InvalidSecurityGroupException.filterSensitiveLog = (obj) => ({
93
- ...obj,
94
- });
95
- })(InvalidSecurityGroupException = exports.InvalidSecurityGroupException || (exports.InvalidSecurityGroupException = {}));
96
65
  var AttachLoadBalancerToSubnetsInput;
97
66
  (function (AttachLoadBalancerToSubnetsInput) {
98
67
  AttachLoadBalancerToSubnetsInput.filterSensitiveLog = (obj) => ({
@@ -105,30 +74,12 @@ var AttachLoadBalancerToSubnetsOutput;
105
74
  ...obj,
106
75
  });
107
76
  })(AttachLoadBalancerToSubnetsOutput = exports.AttachLoadBalancerToSubnetsOutput || (exports.AttachLoadBalancerToSubnetsOutput = {}));
108
- var InvalidSubnetException;
109
- (function (InvalidSubnetException) {
110
- InvalidSubnetException.filterSensitiveLog = (obj) => ({
111
- ...obj,
112
- });
113
- })(InvalidSubnetException = exports.InvalidSubnetException || (exports.InvalidSubnetException = {}));
114
- var SubnetNotFoundException;
115
- (function (SubnetNotFoundException) {
116
- SubnetNotFoundException.filterSensitiveLog = (obj) => ({
117
- ...obj,
118
- });
119
- })(SubnetNotFoundException = exports.SubnetNotFoundException || (exports.SubnetNotFoundException = {}));
120
77
  var BackendServerDescription;
121
78
  (function (BackendServerDescription) {
122
79
  BackendServerDescription.filterSensitiveLog = (obj) => ({
123
80
  ...obj,
124
81
  });
125
82
  })(BackendServerDescription = exports.BackendServerDescription || (exports.BackendServerDescription = {}));
126
- var CertificateNotFoundException;
127
- (function (CertificateNotFoundException) {
128
- CertificateNotFoundException.filterSensitiveLog = (obj) => ({
129
- ...obj,
130
- });
131
- })(CertificateNotFoundException = exports.CertificateNotFoundException || (exports.CertificateNotFoundException = {}));
132
83
  var HealthCheck;
133
84
  (function (HealthCheck) {
134
85
  HealthCheck.filterSensitiveLog = (obj) => ({
@@ -189,18 +140,6 @@ var CreateAppCookieStickinessPolicyOutput;
189
140
  ...obj,
190
141
  });
191
142
  })(CreateAppCookieStickinessPolicyOutput = exports.CreateAppCookieStickinessPolicyOutput || (exports.CreateAppCookieStickinessPolicyOutput = {}));
192
- var DuplicatePolicyNameException;
193
- (function (DuplicatePolicyNameException) {
194
- DuplicatePolicyNameException.filterSensitiveLog = (obj) => ({
195
- ...obj,
196
- });
197
- })(DuplicatePolicyNameException = exports.DuplicatePolicyNameException || (exports.DuplicatePolicyNameException = {}));
198
- var TooManyPoliciesException;
199
- (function (TooManyPoliciesException) {
200
- TooManyPoliciesException.filterSensitiveLog = (obj) => ({
201
- ...obj,
202
- });
203
- })(TooManyPoliciesException = exports.TooManyPoliciesException || (exports.TooManyPoliciesException = {}));
204
143
  var CreateLBCookieStickinessPolicyInput;
205
144
  (function (CreateLBCookieStickinessPolicyInput) {
206
145
  CreateLBCookieStickinessPolicyInput.filterSensitiveLog = (obj) => ({
@@ -213,36 +152,6 @@ var CreateLBCookieStickinessPolicyOutput;
213
152
  ...obj,
214
153
  });
215
154
  })(CreateLBCookieStickinessPolicyOutput = exports.CreateLBCookieStickinessPolicyOutput || (exports.CreateLBCookieStickinessPolicyOutput = {}));
216
- var DuplicateAccessPointNameException;
217
- (function (DuplicateAccessPointNameException) {
218
- DuplicateAccessPointNameException.filterSensitiveLog = (obj) => ({
219
- ...obj,
220
- });
221
- })(DuplicateAccessPointNameException = exports.DuplicateAccessPointNameException || (exports.DuplicateAccessPointNameException = {}));
222
- var InvalidSchemeException;
223
- (function (InvalidSchemeException) {
224
- InvalidSchemeException.filterSensitiveLog = (obj) => ({
225
- ...obj,
226
- });
227
- })(InvalidSchemeException = exports.InvalidSchemeException || (exports.InvalidSchemeException = {}));
228
- var OperationNotPermittedException;
229
- (function (OperationNotPermittedException) {
230
- OperationNotPermittedException.filterSensitiveLog = (obj) => ({
231
- ...obj,
232
- });
233
- })(OperationNotPermittedException = exports.OperationNotPermittedException || (exports.OperationNotPermittedException = {}));
234
- var TooManyAccessPointsException;
235
- (function (TooManyAccessPointsException) {
236
- TooManyAccessPointsException.filterSensitiveLog = (obj) => ({
237
- ...obj,
238
- });
239
- })(TooManyAccessPointsException = exports.TooManyAccessPointsException || (exports.TooManyAccessPointsException = {}));
240
- var UnsupportedProtocolException;
241
- (function (UnsupportedProtocolException) {
242
- UnsupportedProtocolException.filterSensitiveLog = (obj) => ({
243
- ...obj,
244
- });
245
- })(UnsupportedProtocolException = exports.UnsupportedProtocolException || (exports.UnsupportedProtocolException = {}));
246
155
  var CreateLoadBalancerListenerInput;
247
156
  (function (CreateLoadBalancerListenerInput) {
248
157
  CreateLoadBalancerListenerInput.filterSensitiveLog = (obj) => ({
@@ -255,12 +164,6 @@ var CreateLoadBalancerListenerOutput;
255
164
  ...obj,
256
165
  });
257
166
  })(CreateLoadBalancerListenerOutput = exports.CreateLoadBalancerListenerOutput || (exports.CreateLoadBalancerListenerOutput = {}));
258
- var DuplicateListenerException;
259
- (function (DuplicateListenerException) {
260
- DuplicateListenerException.filterSensitiveLog = (obj) => ({
261
- ...obj,
262
- });
263
- })(DuplicateListenerException = exports.DuplicateListenerException || (exports.DuplicateListenerException = {}));
264
167
  var PolicyAttribute;
265
168
  (function (PolicyAttribute) {
266
169
  PolicyAttribute.filterSensitiveLog = (obj) => ({
@@ -279,12 +182,6 @@ var CreateLoadBalancerPolicyOutput;
279
182
  ...obj,
280
183
  });
281
184
  })(CreateLoadBalancerPolicyOutput = exports.CreateLoadBalancerPolicyOutput || (exports.CreateLoadBalancerPolicyOutput = {}));
282
- var PolicyTypeNotFoundException;
283
- (function (PolicyTypeNotFoundException) {
284
- PolicyTypeNotFoundException.filterSensitiveLog = (obj) => ({
285
- ...obj,
286
- });
287
- })(PolicyTypeNotFoundException = exports.PolicyTypeNotFoundException || (exports.PolicyTypeNotFoundException = {}));
288
185
  var CrossZoneLoadBalancing;
289
186
  (function (CrossZoneLoadBalancing) {
290
187
  CrossZoneLoadBalancing.filterSensitiveLog = (obj) => ({
@@ -327,12 +224,6 @@ var DeleteLoadBalancerPolicyOutput;
327
224
  ...obj,
328
225
  });
329
226
  })(DeleteLoadBalancerPolicyOutput = exports.DeleteLoadBalancerPolicyOutput || (exports.DeleteLoadBalancerPolicyOutput = {}));
330
- var DependencyThrottleException;
331
- (function (DependencyThrottleException) {
332
- DependencyThrottleException.filterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
- })(DependencyThrottleException = exports.DependencyThrottleException || (exports.DependencyThrottleException = {}));
336
227
  var Instance;
337
228
  (function (Instance) {
338
229
  Instance.filterSensitiveLog = (obj) => ({
@@ -351,12 +242,6 @@ var DeregisterEndPointsOutput;
351
242
  ...obj,
352
243
  });
353
244
  })(DeregisterEndPointsOutput = exports.DeregisterEndPointsOutput || (exports.DeregisterEndPointsOutput = {}));
354
- var InvalidEndPointException;
355
- (function (InvalidEndPointException) {
356
- InvalidEndPointException.filterSensitiveLog = (obj) => ({
357
- ...obj,
358
- });
359
- })(InvalidEndPointException = exports.InvalidEndPointException || (exports.InvalidEndPointException = {}));
360
245
  var DescribeAccessPointsInput;
361
246
  (function (DescribeAccessPointsInput) {
362
247
  DescribeAccessPointsInput.filterSensitiveLog = (obj) => ({
@@ -453,12 +338,6 @@ var DescribeLoadBalancerAttributesOutput;
453
338
  ...obj,
454
339
  });
455
340
  })(DescribeLoadBalancerAttributesOutput = exports.DescribeLoadBalancerAttributesOutput || (exports.DescribeLoadBalancerAttributesOutput = {}));
456
- var LoadBalancerAttributeNotFoundException;
457
- (function (LoadBalancerAttributeNotFoundException) {
458
- LoadBalancerAttributeNotFoundException.filterSensitiveLog = (obj) => ({
459
- ...obj,
460
- });
461
- })(LoadBalancerAttributeNotFoundException = exports.LoadBalancerAttributeNotFoundException || (exports.LoadBalancerAttributeNotFoundException = {}));
462
341
  var DescribeLoadBalancerPoliciesInput;
463
342
  (function (DescribeLoadBalancerPoliciesInput) {
464
343
  DescribeLoadBalancerPoliciesInput.filterSensitiveLog = (obj) => ({
@@ -483,12 +362,6 @@ var DescribeLoadBalancerPoliciesOutput;
483
362
  ...obj,
484
363
  });
485
364
  })(DescribeLoadBalancerPoliciesOutput = exports.DescribeLoadBalancerPoliciesOutput || (exports.DescribeLoadBalancerPoliciesOutput = {}));
486
- var PolicyNotFoundException;
487
- (function (PolicyNotFoundException) {
488
- PolicyNotFoundException.filterSensitiveLog = (obj) => ({
489
- ...obj,
490
- });
491
- })(PolicyNotFoundException = exports.PolicyNotFoundException || (exports.PolicyNotFoundException = {}));
492
365
  var DescribeLoadBalancerPolicyTypesInput;
493
366
  (function (DescribeLoadBalancerPolicyTypesInput) {
494
367
  DescribeLoadBalancerPolicyTypesInput.filterSensitiveLog = (obj) => ({
@@ -597,12 +470,6 @@ var RemoveTagsOutput;
597
470
  ...obj,
598
471
  });
599
472
  })(RemoveTagsOutput = exports.RemoveTagsOutput || (exports.RemoveTagsOutput = {}));
600
- var ListenerNotFoundException;
601
- (function (ListenerNotFoundException) {
602
- ListenerNotFoundException.filterSensitiveLog = (obj) => ({
603
- ...obj,
604
- });
605
- })(ListenerNotFoundException = exports.ListenerNotFoundException || (exports.ListenerNotFoundException = {}));
606
473
  var SetLoadBalancerListenerSSLCertificateInput;
607
474
  (function (SetLoadBalancerListenerSSLCertificateInput) {
608
475
  SetLoadBalancerListenerSSLCertificateInput.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 : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
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(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
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),
@@ -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"],
@@ -3,10 +3,6 @@ export var AccessLog;
3
3
  (function (AccessLog) {
4
4
  AccessLog.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
5
5
  })(AccessLog || (AccessLog = {}));
6
- export var AccessPointNotFoundException;
7
- (function (AccessPointNotFoundException) {
8
- AccessPointNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
9
- })(AccessPointNotFoundException || (AccessPointNotFoundException = {}));
10
6
  export var AddAvailabilityZonesInput;
11
7
  (function (AddAvailabilityZonesInput) {
12
8
  AddAvailabilityZonesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -31,14 +27,6 @@ export var AddTagsOutput;
31
27
  (function (AddTagsOutput) {
32
28
  AddTagsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
33
29
  })(AddTagsOutput || (AddTagsOutput = {}));
34
- export var DuplicateTagKeysException;
35
- (function (DuplicateTagKeysException) {
36
- DuplicateTagKeysException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
37
- })(DuplicateTagKeysException || (DuplicateTagKeysException = {}));
38
- export var TooManyTagsException;
39
- (function (TooManyTagsException) {
40
- TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
41
- })(TooManyTagsException || (TooManyTagsException = {}));
42
30
  export var AppCookieStickinessPolicy;
43
31
  (function (AppCookieStickinessPolicy) {
44
32
  AppCookieStickinessPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -51,14 +39,6 @@ export var ApplySecurityGroupsToLoadBalancerOutput;
51
39
  (function (ApplySecurityGroupsToLoadBalancerOutput) {
52
40
  ApplySecurityGroupsToLoadBalancerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
53
41
  })(ApplySecurityGroupsToLoadBalancerOutput || (ApplySecurityGroupsToLoadBalancerOutput = {}));
54
- export var InvalidConfigurationRequestException;
55
- (function (InvalidConfigurationRequestException) {
56
- InvalidConfigurationRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
57
- })(InvalidConfigurationRequestException || (InvalidConfigurationRequestException = {}));
58
- export var InvalidSecurityGroupException;
59
- (function (InvalidSecurityGroupException) {
60
- InvalidSecurityGroupException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
61
- })(InvalidSecurityGroupException || (InvalidSecurityGroupException = {}));
62
42
  export var AttachLoadBalancerToSubnetsInput;
63
43
  (function (AttachLoadBalancerToSubnetsInput) {
64
44
  AttachLoadBalancerToSubnetsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -67,22 +47,10 @@ export var AttachLoadBalancerToSubnetsOutput;
67
47
  (function (AttachLoadBalancerToSubnetsOutput) {
68
48
  AttachLoadBalancerToSubnetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
69
49
  })(AttachLoadBalancerToSubnetsOutput || (AttachLoadBalancerToSubnetsOutput = {}));
70
- export var InvalidSubnetException;
71
- (function (InvalidSubnetException) {
72
- InvalidSubnetException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
73
- })(InvalidSubnetException || (InvalidSubnetException = {}));
74
- export var SubnetNotFoundException;
75
- (function (SubnetNotFoundException) {
76
- SubnetNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
77
- })(SubnetNotFoundException || (SubnetNotFoundException = {}));
78
50
  export var BackendServerDescription;
79
51
  (function (BackendServerDescription) {
80
52
  BackendServerDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
81
53
  })(BackendServerDescription || (BackendServerDescription = {}));
82
- export var CertificateNotFoundException;
83
- (function (CertificateNotFoundException) {
84
- CertificateNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
85
- })(CertificateNotFoundException || (CertificateNotFoundException = {}));
86
54
  export var HealthCheck;
87
55
  (function (HealthCheck) {
88
56
  HealthCheck.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -123,14 +91,6 @@ export var CreateAppCookieStickinessPolicyOutput;
123
91
  (function (CreateAppCookieStickinessPolicyOutput) {
124
92
  CreateAppCookieStickinessPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
125
93
  })(CreateAppCookieStickinessPolicyOutput || (CreateAppCookieStickinessPolicyOutput = {}));
126
- export var DuplicatePolicyNameException;
127
- (function (DuplicatePolicyNameException) {
128
- DuplicatePolicyNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
129
- })(DuplicatePolicyNameException || (DuplicatePolicyNameException = {}));
130
- export var TooManyPoliciesException;
131
- (function (TooManyPoliciesException) {
132
- TooManyPoliciesException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
133
- })(TooManyPoliciesException || (TooManyPoliciesException = {}));
134
94
  export var CreateLBCookieStickinessPolicyInput;
135
95
  (function (CreateLBCookieStickinessPolicyInput) {
136
96
  CreateLBCookieStickinessPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -139,26 +99,6 @@ export var CreateLBCookieStickinessPolicyOutput;
139
99
  (function (CreateLBCookieStickinessPolicyOutput) {
140
100
  CreateLBCookieStickinessPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
141
101
  })(CreateLBCookieStickinessPolicyOutput || (CreateLBCookieStickinessPolicyOutput = {}));
142
- export var DuplicateAccessPointNameException;
143
- (function (DuplicateAccessPointNameException) {
144
- DuplicateAccessPointNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
145
- })(DuplicateAccessPointNameException || (DuplicateAccessPointNameException = {}));
146
- export var InvalidSchemeException;
147
- (function (InvalidSchemeException) {
148
- InvalidSchemeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
149
- })(InvalidSchemeException || (InvalidSchemeException = {}));
150
- export var OperationNotPermittedException;
151
- (function (OperationNotPermittedException) {
152
- OperationNotPermittedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
153
- })(OperationNotPermittedException || (OperationNotPermittedException = {}));
154
- export var TooManyAccessPointsException;
155
- (function (TooManyAccessPointsException) {
156
- TooManyAccessPointsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
157
- })(TooManyAccessPointsException || (TooManyAccessPointsException = {}));
158
- export var UnsupportedProtocolException;
159
- (function (UnsupportedProtocolException) {
160
- UnsupportedProtocolException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
161
- })(UnsupportedProtocolException || (UnsupportedProtocolException = {}));
162
102
  export var CreateLoadBalancerListenerInput;
163
103
  (function (CreateLoadBalancerListenerInput) {
164
104
  CreateLoadBalancerListenerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -167,10 +107,6 @@ export var CreateLoadBalancerListenerOutput;
167
107
  (function (CreateLoadBalancerListenerOutput) {
168
108
  CreateLoadBalancerListenerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
169
109
  })(CreateLoadBalancerListenerOutput || (CreateLoadBalancerListenerOutput = {}));
170
- export var DuplicateListenerException;
171
- (function (DuplicateListenerException) {
172
- DuplicateListenerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
173
- })(DuplicateListenerException || (DuplicateListenerException = {}));
174
110
  export var PolicyAttribute;
175
111
  (function (PolicyAttribute) {
176
112
  PolicyAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -183,10 +119,6 @@ export var CreateLoadBalancerPolicyOutput;
183
119
  (function (CreateLoadBalancerPolicyOutput) {
184
120
  CreateLoadBalancerPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
185
121
  })(CreateLoadBalancerPolicyOutput || (CreateLoadBalancerPolicyOutput = {}));
186
- export var PolicyTypeNotFoundException;
187
- (function (PolicyTypeNotFoundException) {
188
- PolicyTypeNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
189
- })(PolicyTypeNotFoundException || (PolicyTypeNotFoundException = {}));
190
122
  export var CrossZoneLoadBalancing;
191
123
  (function (CrossZoneLoadBalancing) {
192
124
  CrossZoneLoadBalancing.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -215,10 +147,6 @@ export var DeleteLoadBalancerPolicyOutput;
215
147
  (function (DeleteLoadBalancerPolicyOutput) {
216
148
  DeleteLoadBalancerPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
217
149
  })(DeleteLoadBalancerPolicyOutput || (DeleteLoadBalancerPolicyOutput = {}));
218
- export var DependencyThrottleException;
219
- (function (DependencyThrottleException) {
220
- DependencyThrottleException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
221
- })(DependencyThrottleException || (DependencyThrottleException = {}));
222
150
  export var Instance;
223
151
  (function (Instance) {
224
152
  Instance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -231,10 +159,6 @@ export var DeregisterEndPointsOutput;
231
159
  (function (DeregisterEndPointsOutput) {
232
160
  DeregisterEndPointsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
233
161
  })(DeregisterEndPointsOutput || (DeregisterEndPointsOutput = {}));
234
- export var InvalidEndPointException;
235
- (function (InvalidEndPointException) {
236
- InvalidEndPointException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
237
- })(InvalidEndPointException || (InvalidEndPointException = {}));
238
162
  export var DescribeAccessPointsInput;
239
163
  (function (DescribeAccessPointsInput) {
240
164
  DescribeAccessPointsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -299,10 +223,6 @@ export var DescribeLoadBalancerAttributesOutput;
299
223
  (function (DescribeLoadBalancerAttributesOutput) {
300
224
  DescribeLoadBalancerAttributesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
301
225
  })(DescribeLoadBalancerAttributesOutput || (DescribeLoadBalancerAttributesOutput = {}));
302
- export var LoadBalancerAttributeNotFoundException;
303
- (function (LoadBalancerAttributeNotFoundException) {
304
- LoadBalancerAttributeNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
305
- })(LoadBalancerAttributeNotFoundException || (LoadBalancerAttributeNotFoundException = {}));
306
226
  export var DescribeLoadBalancerPoliciesInput;
307
227
  (function (DescribeLoadBalancerPoliciesInput) {
308
228
  DescribeLoadBalancerPoliciesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -319,10 +239,6 @@ export var DescribeLoadBalancerPoliciesOutput;
319
239
  (function (DescribeLoadBalancerPoliciesOutput) {
320
240
  DescribeLoadBalancerPoliciesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
321
241
  })(DescribeLoadBalancerPoliciesOutput || (DescribeLoadBalancerPoliciesOutput = {}));
322
- export var PolicyNotFoundException;
323
- (function (PolicyNotFoundException) {
324
- PolicyNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
325
- })(PolicyNotFoundException || (PolicyNotFoundException = {}));
326
242
  export var DescribeLoadBalancerPolicyTypesInput;
327
243
  (function (DescribeLoadBalancerPolicyTypesInput) {
328
244
  DescribeLoadBalancerPolicyTypesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -395,10 +311,6 @@ export var RemoveTagsOutput;
395
311
  (function (RemoveTagsOutput) {
396
312
  RemoveTagsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
397
313
  })(RemoveTagsOutput || (RemoveTagsOutput = {}));
398
- export var ListenerNotFoundException;
399
- (function (ListenerNotFoundException) {
400
- ListenerNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
401
- })(ListenerNotFoundException || (ListenerNotFoundException = {}));
402
314
  export var SetLoadBalancerListenerSSLCertificateInput;
403
315
  (function (SetLoadBalancerListenerSSLCertificateInput) {
404
316
  SetLoadBalancerListenerSSLCertificateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };