@aws-sdk/client-elastic-load-balancing-v2 3.131.0 → 3.142.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.
Files changed (77) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddListenerCertificatesCommand.js +2 -2
  4. package/dist-cjs/commands/AddTagsCommand.js +2 -2
  5. package/dist-cjs/commands/CreateListenerCommand.js +2 -2
  6. package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRuleCommand.js +2 -2
  8. package/dist-cjs/commands/CreateTargetGroupCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteListenerCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteTargetGroupCommand.js +2 -2
  13. package/dist-cjs/commands/DeregisterTargetsCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeListenersCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeRulesCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeTargetHealthCommand.js +2 -2
  25. package/dist-cjs/commands/ModifyListenerCommand.js +2 -2
  26. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
  27. package/dist-cjs/commands/ModifyRuleCommand.js +2 -2
  28. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +2 -2
  29. package/dist-cjs/commands/ModifyTargetGroupCommand.js +2 -2
  30. package/dist-cjs/commands/RegisterTargetsCommand.js +2 -2
  31. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +2 -2
  32. package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
  33. package/dist-cjs/commands/SetIpAddressTypeCommand.js +2 -2
  34. package/dist-cjs/commands/SetRulePrioritiesCommand.js +2 -2
  35. package/dist-cjs/commands/SetSecurityGroupsCommand.js +2 -2
  36. package/dist-cjs/commands/SetSubnetsCommand.js +2 -2
  37. package/dist-cjs/models/models_0.js +424 -634
  38. package/dist-cjs/protocols/Aws_query.js +370 -547
  39. package/dist-es/commands/AddListenerCertificatesCommand.js +3 -3
  40. package/dist-es/commands/AddTagsCommand.js +3 -3
  41. package/dist-es/commands/CreateListenerCommand.js +3 -3
  42. package/dist-es/commands/CreateLoadBalancerCommand.js +3 -3
  43. package/dist-es/commands/CreateRuleCommand.js +3 -3
  44. package/dist-es/commands/CreateTargetGroupCommand.js +3 -3
  45. package/dist-es/commands/DeleteListenerCommand.js +3 -3
  46. package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -3
  47. package/dist-es/commands/DeleteRuleCommand.js +3 -3
  48. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -3
  49. package/dist-es/commands/DeregisterTargetsCommand.js +3 -3
  50. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
  51. package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -3
  52. package/dist-es/commands/DescribeListenersCommand.js +3 -3
  53. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
  54. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
  55. package/dist-es/commands/DescribeRulesCommand.js +3 -3
  56. package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -3
  57. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  58. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -3
  59. package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -3
  60. package/dist-es/commands/DescribeTargetHealthCommand.js +3 -3
  61. package/dist-es/commands/ModifyListenerCommand.js +3 -3
  62. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
  63. package/dist-es/commands/ModifyRuleCommand.js +3 -3
  64. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -3
  65. package/dist-es/commands/ModifyTargetGroupCommand.js +3 -3
  66. package/dist-es/commands/RegisterTargetsCommand.js +3 -3
  67. package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -3
  68. package/dist-es/commands/RemoveTagsCommand.js +3 -3
  69. package/dist-es/commands/SetIpAddressTypeCommand.js +3 -3
  70. package/dist-es/commands/SetRulePrioritiesCommand.js +3 -3
  71. package/dist-es/commands/SetSecurityGroupsCommand.js +3 -3
  72. package/dist-es/commands/SetSubnetsCommand.js +3 -3
  73. package/dist-es/models/models_0.js +105 -420
  74. package/dist-es/protocols/Aws_query.js +471 -548
  75. package/dist-types/models/models_0.d.ts +420 -630
  76. package/dist-types/ts3.4/models/models_0.d.ts +0 -128
  77. package/package.json +6 -6
@@ -24,10 +24,6 @@ export interface AuthenticateCognitoActionConfig {
24
24
 
25
25
  OnUnauthenticatedRequest?: AuthenticateCognitoActionConditionalBehaviorEnum | string;
26
26
  }
27
- export declare namespace AuthenticateCognitoActionConfig {
28
-
29
- const filterSensitiveLog: (obj: AuthenticateCognitoActionConfig) => any;
30
- }
31
27
  export declare enum AuthenticateOidcActionConditionalBehaviorEnum {
32
28
  ALLOW = "allow",
33
29
  AUTHENTICATE = "authenticate",
@@ -60,10 +56,6 @@ export interface AuthenticateOidcActionConfig {
60
56
 
61
57
  UseExistingClientSecret?: boolean;
62
58
  }
63
- export declare namespace AuthenticateOidcActionConfig {
64
-
65
- const filterSensitiveLog: (obj: AuthenticateOidcActionConfig) => any;
66
- }
67
59
 
68
60
  export interface FixedResponseActionConfig {
69
61
 
@@ -73,10 +65,6 @@ export interface FixedResponseActionConfig {
73
65
 
74
66
  ContentType?: string;
75
67
  }
76
- export declare namespace FixedResponseActionConfig {
77
-
78
- const filterSensitiveLog: (obj: FixedResponseActionConfig) => any;
79
- }
80
68
 
81
69
  export interface TargetGroupTuple {
82
70
 
@@ -84,10 +72,6 @@ export interface TargetGroupTuple {
84
72
 
85
73
  Weight?: number;
86
74
  }
87
- export declare namespace TargetGroupTuple {
88
-
89
- const filterSensitiveLog: (obj: TargetGroupTuple) => any;
90
- }
91
75
 
92
76
  export interface TargetGroupStickinessConfig {
93
77
 
@@ -95,10 +79,6 @@ export interface TargetGroupStickinessConfig {
95
79
 
96
80
  DurationSeconds?: number;
97
81
  }
98
- export declare namespace TargetGroupStickinessConfig {
99
-
100
- const filterSensitiveLog: (obj: TargetGroupStickinessConfig) => any;
101
- }
102
82
 
103
83
  export interface ForwardActionConfig {
104
84
 
@@ -106,10 +86,6 @@ export interface ForwardActionConfig {
106
86
 
107
87
  TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
108
88
  }
109
- export declare namespace ForwardActionConfig {
110
-
111
- const filterSensitiveLog: (obj: ForwardActionConfig) => any;
112
- }
113
89
  export declare enum RedirectActionStatusCodeEnum {
114
90
  HTTP_301 = "HTTP_301",
115
91
  HTTP_302 = "HTTP_302"
@@ -129,10 +105,6 @@ export interface RedirectActionConfig {
129
105
 
130
106
  StatusCode: RedirectActionStatusCodeEnum | string | undefined;
131
107
  }
132
- export declare namespace RedirectActionConfig {
133
-
134
- const filterSensitiveLog: (obj: RedirectActionConfig) => any;
135
- }
136
108
  export declare enum ActionTypeEnum {
137
109
  AUTHENTICATE_COGNITO = "authenticate-cognito",
138
110
  AUTHENTICATE_OIDC = "authenticate-oidc",
@@ -159,10 +131,6 @@ export interface Action {
159
131
 
160
132
  ForwardConfig?: ForwardActionConfig;
161
133
  }
162
- export declare namespace Action {
163
-
164
- const filterSensitiveLog: (obj: Action) => any;
165
- }
166
134
 
167
135
  export interface Certificate {
168
136
 
@@ -170,28 +138,16 @@ export interface Certificate {
170
138
 
171
139
  IsDefault?: boolean;
172
140
  }
173
- export declare namespace Certificate {
174
-
175
- const filterSensitiveLog: (obj: Certificate) => any;
176
- }
177
141
  export interface AddListenerCertificatesInput {
178
142
 
179
143
  ListenerArn: string | undefined;
180
144
 
181
145
  Certificates: Certificate[] | undefined;
182
146
  }
183
- export declare namespace AddListenerCertificatesInput {
184
-
185
- const filterSensitiveLog: (obj: AddListenerCertificatesInput) => any;
186
- }
187
147
  export interface AddListenerCertificatesOutput {
188
148
 
189
149
  Certificates?: Certificate[];
190
150
  }
191
- export declare namespace AddListenerCertificatesOutput {
192
-
193
- const filterSensitiveLog: (obj: AddListenerCertificatesOutput) => any;
194
- }
195
151
 
196
152
  export declare class CertificateNotFoundException extends __BaseException {
197
153
  readonly name: "CertificateNotFoundException";
@@ -223,26 +179,14 @@ export interface Tag {
223
179
 
224
180
  Value?: string;
225
181
  }
226
- export declare namespace Tag {
227
-
228
- const filterSensitiveLog: (obj: Tag) => any;
229
- }
230
182
  export interface AddTagsInput {
231
183
 
232
184
  ResourceArns: string[] | undefined;
233
185
 
234
186
  Tags: Tag[] | undefined;
235
187
  }
236
- export declare namespace AddTagsInput {
237
-
238
- const filterSensitiveLog: (obj: AddTagsInput) => any;
239
- }
240
188
  export interface AddTagsOutput {
241
189
  }
242
- export declare namespace AddTagsOutput {
243
-
244
- const filterSensitiveLog: (obj: AddTagsOutput) => any;
245
- }
246
190
 
247
191
  export declare class DuplicateTagKeysException extends __BaseException {
248
192
  readonly name: "DuplicateTagKeysException";
@@ -310,10 +254,6 @@ export interface LoadBalancerAddress {
310
254
 
311
255
  IPv6Address?: string;
312
256
  }
313
- export declare namespace LoadBalancerAddress {
314
-
315
- const filterSensitiveLog: (obj: LoadBalancerAddress) => any;
316
- }
317
257
 
318
258
  export interface AvailabilityZone {
319
259
 
@@ -325,10 +265,6 @@ export interface AvailabilityZone {
325
265
 
326
266
  LoadBalancerAddresses?: LoadBalancerAddress[];
327
267
  }
328
- export declare namespace AvailabilityZone {
329
-
330
- const filterSensitiveLog: (obj: AvailabilityZone) => any;
331
- }
332
268
 
333
269
  export declare class AvailabilityZoneNotSupportedException extends __BaseException {
334
270
  readonly name: "AvailabilityZoneNotSupportedException";
@@ -344,10 +280,6 @@ export interface Cipher {
344
280
 
345
281
  Priority?: number;
346
282
  }
347
- export declare namespace Cipher {
348
-
349
- const filterSensitiveLog: (obj: Cipher) => any;
350
- }
351
283
  export declare type ProtocolEnum = "GENEVE" | "HTTP" | "HTTPS" | "TCP" | "TCP_UDP" | "TLS" | "UDP";
352
284
  export interface CreateListenerInput {
353
285
 
@@ -367,10 +299,6 @@ export interface CreateListenerInput {
367
299
 
368
300
  Tags?: Tag[];
369
301
  }
370
- export declare namespace CreateListenerInput {
371
-
372
- const filterSensitiveLog: (obj: CreateListenerInput) => any;
373
- }
374
302
 
375
303
  export interface Listener {
376
304
 
@@ -390,18 +318,10 @@ export interface Listener {
390
318
 
391
319
  AlpnPolicy?: string[];
392
320
  }
393
- export declare namespace Listener {
394
-
395
- const filterSensitiveLog: (obj: Listener) => any;
396
- }
397
321
  export interface CreateListenerOutput {
398
322
 
399
323
  Listeners?: Listener[];
400
324
  }
401
- export declare namespace CreateListenerOutput {
402
-
403
- const filterSensitiveLog: (obj: CreateListenerOutput) => any;
404
- }
405
325
 
406
326
  export declare class DuplicateListenerException extends __BaseException {
407
327
  readonly name: "DuplicateListenerException";
@@ -517,10 +437,6 @@ export interface SubnetMapping {
517
437
 
518
438
  IPv6Address?: string;
519
439
  }
520
- export declare namespace SubnetMapping {
521
-
522
- const filterSensitiveLog: (obj: SubnetMapping) => any;
523
- }
524
440
  export declare enum LoadBalancerTypeEnum {
525
441
  APPLICATION = "application",
526
442
  GATEWAY = "gateway",
@@ -546,10 +462,6 @@ export interface CreateLoadBalancerInput {
546
462
 
547
463
  CustomerOwnedIpv4Pool?: string;
548
464
  }
549
- export declare namespace CreateLoadBalancerInput {
550
-
551
- const filterSensitiveLog: (obj: CreateLoadBalancerInput) => any;
552
- }
553
465
  export declare enum LoadBalancerStateEnum {
554
466
  ACTIVE = "active",
555
467
  ACTIVE_IMPAIRED = "active_impaired",
@@ -563,10 +475,6 @@ export interface LoadBalancerState {
563
475
 
564
476
  Reason?: string;
565
477
  }
566
- export declare namespace LoadBalancerState {
567
-
568
- const filterSensitiveLog: (obj: LoadBalancerState) => any;
569
- }
570
478
 
571
479
  export interface LoadBalancer {
572
480
 
@@ -596,18 +504,10 @@ export interface LoadBalancer {
596
504
 
597
505
  CustomerOwnedIpv4Pool?: string;
598
506
  }
599
- export declare namespace LoadBalancer {
600
-
601
- const filterSensitiveLog: (obj: LoadBalancer) => any;
602
- }
603
507
  export interface CreateLoadBalancerOutput {
604
508
 
605
509
  LoadBalancers?: LoadBalancer[];
606
510
  }
607
- export declare namespace CreateLoadBalancerOutput {
608
-
609
- const filterSensitiveLog: (obj: CreateLoadBalancerOutput) => any;
610
- }
611
511
 
612
512
  export declare class DuplicateLoadBalancerNameException extends __BaseException {
613
513
  readonly name: "DuplicateLoadBalancerNameException";
@@ -677,10 +577,6 @@ export interface HostHeaderConditionConfig {
677
577
 
678
578
  Values?: string[];
679
579
  }
680
- export declare namespace HostHeaderConditionConfig {
681
-
682
- const filterSensitiveLog: (obj: HostHeaderConditionConfig) => any;
683
- }
684
580
 
685
581
  export interface HttpHeaderConditionConfig {
686
582
 
@@ -688,28 +584,16 @@ export interface HttpHeaderConditionConfig {
688
584
 
689
585
  Values?: string[];
690
586
  }
691
- export declare namespace HttpHeaderConditionConfig {
692
-
693
- const filterSensitiveLog: (obj: HttpHeaderConditionConfig) => any;
694
- }
695
587
 
696
588
  export interface HttpRequestMethodConditionConfig {
697
589
 
698
590
  Values?: string[];
699
591
  }
700
- export declare namespace HttpRequestMethodConditionConfig {
701
-
702
- const filterSensitiveLog: (obj: HttpRequestMethodConditionConfig) => any;
703
- }
704
592
 
705
593
  export interface PathPatternConditionConfig {
706
594
 
707
595
  Values?: string[];
708
596
  }
709
- export declare namespace PathPatternConditionConfig {
710
-
711
- const filterSensitiveLog: (obj: PathPatternConditionConfig) => any;
712
- }
713
597
 
714
598
  export interface QueryStringKeyValuePair {
715
599
 
@@ -717,28 +601,16 @@ export interface QueryStringKeyValuePair {
717
601
 
718
602
  Value?: string;
719
603
  }
720
- export declare namespace QueryStringKeyValuePair {
721
-
722
- const filterSensitiveLog: (obj: QueryStringKeyValuePair) => any;
723
- }
724
604
 
725
605
  export interface QueryStringConditionConfig {
726
606
 
727
607
  Values?: QueryStringKeyValuePair[];
728
608
  }
729
- export declare namespace QueryStringConditionConfig {
730
-
731
- const filterSensitiveLog: (obj: QueryStringConditionConfig) => any;
732
- }
733
609
 
734
610
  export interface SourceIpConditionConfig {
735
611
 
736
612
  Values?: string[];
737
613
  }
738
- export declare namespace SourceIpConditionConfig {
739
-
740
- const filterSensitiveLog: (obj: SourceIpConditionConfig) => any;
741
- }
742
614
 
743
615
  export interface RuleCondition {
744
616
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing-v2",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4
- "version": "3.131.0",
4
+ "version": "3.142.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.131.0",
21
+ "@aws-sdk/client-sts": "3.142.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.131.0",
23
+ "@aws-sdk/credential-provider-node": "3.142.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.142.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.142.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.142.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",