@aws-sdk/client-elastic-load-balancing-v2 3.929.0 → 3.931.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 (88) hide show
  1. package/dist-cjs/index.js +2272 -6639
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ElasticLoadBalancingV2Client.js +2 -0
  4. package/dist-es/commands/AddListenerCertificatesCommand.js +3 -9
  5. package/dist-es/commands/AddTagsCommand.js +3 -9
  6. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +3 -9
  7. package/dist-es/commands/CreateListenerCommand.js +3 -9
  8. package/dist-es/commands/CreateLoadBalancerCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateTrustStoreCommand.js +3 -9
  12. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  13. package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -9
  14. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  15. package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +3 -9
  16. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
  17. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
  18. package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
  19. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
  20. package/dist-es/commands/DescribeCapacityReservationCommand.js +3 -9
  21. package/dist-es/commands/DescribeListenerAttributesCommand.js +3 -9
  22. package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -9
  23. package/dist-es/commands/DescribeListenersCommand.js +3 -9
  24. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -9
  25. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
  26. package/dist-es/commands/DescribeRulesCommand.js +3 -9
  27. package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -9
  28. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  29. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -9
  30. package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -9
  31. package/dist-es/commands/DescribeTargetHealthCommand.js +3 -9
  32. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +3 -9
  33. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +3 -9
  34. package/dist-es/commands/DescribeTrustStoresCommand.js +3 -9
  35. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  36. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +3 -9
  37. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +3 -9
  38. package/dist-es/commands/ModifyCapacityReservationCommand.js +3 -9
  39. package/dist-es/commands/ModifyIpPoolsCommand.js +3 -9
  40. package/dist-es/commands/ModifyListenerAttributesCommand.js +3 -9
  41. package/dist-es/commands/ModifyListenerCommand.js +3 -9
  42. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -9
  43. package/dist-es/commands/ModifyRuleCommand.js +3 -9
  44. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -9
  45. package/dist-es/commands/ModifyTargetGroupCommand.js +3 -9
  46. package/dist-es/commands/ModifyTrustStoreCommand.js +3 -9
  47. package/dist-es/commands/RegisterTargetsCommand.js +3 -9
  48. package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -9
  49. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  50. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +3 -9
  51. package/dist-es/commands/SetIpAddressTypeCommand.js +3 -9
  52. package/dist-es/commands/SetRulePrioritiesCommand.js +3 -9
  53. package/dist-es/commands/SetSecurityGroupsCommand.js +3 -9
  54. package/dist-es/commands/SetSubnetsCommand.js +3 -9
  55. package/dist-es/models/models_0.js +8 -0
  56. package/dist-es/runtimeConfig.shared.js +7 -0
  57. package/dist-es/schemas/schemas_0.js +2216 -0
  58. package/dist-types/ElasticLoadBalancingV2Client.d.ts +10 -1
  59. package/dist-types/commands/CreateListenerCommand.d.ts +30 -4
  60. package/dist-types/commands/CreateRuleCommand.d.ts +28 -2
  61. package/dist-types/commands/CreateTargetGroupCommand.d.ts +4 -4
  62. package/dist-types/commands/DeregisterTargetsCommand.d.ts +1 -0
  63. package/dist-types/commands/DescribeListenersCommand.d.ts +15 -2
  64. package/dist-types/commands/DescribeRulesCommand.d.ts +15 -2
  65. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +2 -2
  66. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +2 -0
  67. package/dist-types/commands/ModifyListenerCommand.d.ts +30 -4
  68. package/dist-types/commands/ModifyRuleCommand.d.ts +28 -2
  69. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +3 -3
  70. package/dist-types/commands/RegisterTargetsCommand.d.ts +1 -0
  71. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +14 -1
  72. package/dist-types/models/models_0.d.ts +107 -25
  73. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  74. package/dist-types/runtimeConfig.d.ts +1 -0
  75. package/dist-types/runtimeConfig.native.d.ts +1 -0
  76. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  77. package/dist-types/schemas/schemas_0.d.ts +323 -0
  78. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +4 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +22 -0
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +328 -0
  85. package/package.json +34 -34
  86. package/dist-es/protocols/Aws_query.js +0 -6319
  87. package/dist-types/protocols/Aws_query.d.ts +0 -461
  88. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -617
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
11
11
  import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
@@ -192,6 +192,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
192
192
  * Optional extensions
193
193
  */
194
194
  extensions?: RuntimeExtension[];
195
+ /**
196
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
197
+ * may be overridden. A default will always be set by the client.
198
+ * Available options depend on the service's supported protocols and will not be validated by
199
+ * the client.
200
+ * @alpha
201
+ *
202
+ */
203
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
195
204
  /**
196
205
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
197
206
  */
@@ -62,7 +62,7 @@ declare const CreateListenerCommand_base: {
62
62
  * const client = new ElasticLoadBalancingV2Client(config);
63
63
  * const input = { // CreateListenerInput
64
64
  * LoadBalancerArn: "STRING_VALUE", // required
65
- * Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
65
+ * Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
66
66
  * Port: Number("int"),
67
67
  * SslPolicy: "STRING_VALUE",
68
68
  * Certificates: [ // CertificateList
@@ -73,7 +73,7 @@ declare const CreateListenerCommand_base: {
73
73
  * ],
74
74
  * DefaultActions: [ // Actions // required
75
75
  * { // Action
76
- * Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
76
+ * Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
77
77
  * TargetGroupArn: "STRING_VALUE",
78
78
  * AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
79
79
  * Issuer: "STRING_VALUE", // required
@@ -129,6 +129,19 @@ declare const CreateListenerCommand_base: {
129
129
  * DurationSeconds: Number("int"),
130
130
  * },
131
131
  * },
132
+ * JwtValidationConfig: { // JwtValidationActionConfig
133
+ * JwksEndpoint: "STRING_VALUE", // required
134
+ * Issuer: "STRING_VALUE", // required
135
+ * AdditionalClaims: [ // JwtValidationActionAdditionalClaims
136
+ * { // JwtValidationActionAdditionalClaim
137
+ * Format: "single-string" || "string-array" || "space-separated-values", // required
138
+ * Name: "STRING_VALUE", // required
139
+ * Values: [ // JwtValidationActionAdditionalClaimValues // required
140
+ * "STRING_VALUE",
141
+ * ],
142
+ * },
143
+ * ],
144
+ * },
132
145
  * },
133
146
  * ],
134
147
  * AlpnPolicy: [ // AlpnPolicyName
@@ -156,7 +169,7 @@ declare const CreateListenerCommand_base: {
156
169
  * // ListenerArn: "STRING_VALUE",
157
170
  * // LoadBalancerArn: "STRING_VALUE",
158
171
  * // Port: Number("int"),
159
- * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
172
+ * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
160
173
  * // Certificates: [ // CertificateList
161
174
  * // { // Certificate
162
175
  * // CertificateArn: "STRING_VALUE",
@@ -166,7 +179,7 @@ declare const CreateListenerCommand_base: {
166
179
  * // SslPolicy: "STRING_VALUE",
167
180
  * // DefaultActions: [ // Actions
168
181
  * // { // Action
169
- * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
182
+ * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
170
183
  * // TargetGroupArn: "STRING_VALUE",
171
184
  * // AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
172
185
  * // Issuer: "STRING_VALUE", // required
@@ -222,6 +235,19 @@ declare const CreateListenerCommand_base: {
222
235
  * // DurationSeconds: Number("int"),
223
236
  * // },
224
237
  * // },
238
+ * // JwtValidationConfig: { // JwtValidationActionConfig
239
+ * // JwksEndpoint: "STRING_VALUE", // required
240
+ * // Issuer: "STRING_VALUE", // required
241
+ * // AdditionalClaims: [ // JwtValidationActionAdditionalClaims
242
+ * // { // JwtValidationActionAdditionalClaim
243
+ * // Format: "single-string" || "string-array" || "space-separated-values", // required
244
+ * // Name: "STRING_VALUE", // required
245
+ * // Values: [ // JwtValidationActionAdditionalClaimValues // required
246
+ * // "STRING_VALUE",
247
+ * // ],
248
+ * // },
249
+ * // ],
250
+ * // },
225
251
  * // },
226
252
  * // ],
227
253
  * // AlpnPolicy: [ // AlpnPolicyName
@@ -91,7 +91,7 @@ declare const CreateRuleCommand_base: {
91
91
  * Priority: Number("int"), // required
92
92
  * Actions: [ // Actions // required
93
93
  * { // Action
94
- * Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
94
+ * Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
95
95
  * TargetGroupArn: "STRING_VALUE",
96
96
  * AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
97
97
  * Issuer: "STRING_VALUE", // required
@@ -147,6 +147,19 @@ declare const CreateRuleCommand_base: {
147
147
  * DurationSeconds: Number("int"),
148
148
  * },
149
149
  * },
150
+ * JwtValidationConfig: { // JwtValidationActionConfig
151
+ * JwksEndpoint: "STRING_VALUE", // required
152
+ * Issuer: "STRING_VALUE", // required
153
+ * AdditionalClaims: [ // JwtValidationActionAdditionalClaims
154
+ * { // JwtValidationActionAdditionalClaim
155
+ * Format: "single-string" || "string-array" || "space-separated-values", // required
156
+ * Name: "STRING_VALUE", // required
157
+ * Values: [ // JwtValidationActionAdditionalClaimValues // required
158
+ * "STRING_VALUE",
159
+ * ],
160
+ * },
161
+ * ],
162
+ * },
150
163
  * },
151
164
  * ],
152
165
  * Tags: [ // TagList
@@ -230,7 +243,7 @@ declare const CreateRuleCommand_base: {
230
243
  * // ],
231
244
  * // Actions: [ // Actions
232
245
  * // { // Action
233
- * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
246
+ * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
234
247
  * // TargetGroupArn: "STRING_VALUE",
235
248
  * // AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
236
249
  * // Issuer: "STRING_VALUE", // required
@@ -286,6 +299,19 @@ declare const CreateRuleCommand_base: {
286
299
  * // DurationSeconds: Number("int"),
287
300
  * // },
288
301
  * // },
302
+ * // JwtValidationConfig: { // JwtValidationActionConfig
303
+ * // JwksEndpoint: "STRING_VALUE", // required
304
+ * // Issuer: "STRING_VALUE", // required
305
+ * // AdditionalClaims: [ // JwtValidationActionAdditionalClaims
306
+ * // { // JwtValidationActionAdditionalClaim
307
+ * // Format: "single-string" || "string-array" || "space-separated-values", // required
308
+ * // Name: "STRING_VALUE", // required
309
+ * // Values: [ // JwtValidationActionAdditionalClaimValues // required
310
+ * // "STRING_VALUE",
311
+ * // ],
312
+ * // },
313
+ * // ],
314
+ * // },
289
315
  * // },
290
316
  * // ],
291
317
  * // IsDefault: true || false,
@@ -61,11 +61,11 @@ declare const CreateTargetGroupCommand_base: {
61
61
  * const client = new ElasticLoadBalancingV2Client(config);
62
62
  * const input = { // CreateTargetGroupInput
63
63
  * Name: "STRING_VALUE", // required
64
- * Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
64
+ * Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
65
65
  * ProtocolVersion: "STRING_VALUE",
66
66
  * Port: Number("int"),
67
67
  * VpcId: "STRING_VALUE",
68
- * HealthCheckProtocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
68
+ * HealthCheckProtocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
69
69
  * HealthCheckPort: "STRING_VALUE",
70
70
  * HealthCheckEnabled: true || false,
71
71
  * HealthCheckPath: "STRING_VALUE",
@@ -93,10 +93,10 @@ declare const CreateTargetGroupCommand_base: {
93
93
  * // { // TargetGroup
94
94
  * // TargetGroupArn: "STRING_VALUE",
95
95
  * // TargetGroupName: "STRING_VALUE",
96
- * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
96
+ * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
97
97
  * // Port: Number("int"),
98
98
  * // VpcId: "STRING_VALUE",
99
- * // HealthCheckProtocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
99
+ * // HealthCheckProtocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
100
100
  * // HealthCheckPort: "STRING_VALUE",
101
101
  * // HealthCheckEnabled: true || false,
102
102
  * // HealthCheckIntervalSeconds: Number("int"),
@@ -69,6 +69,7 @@ declare const DeregisterTargetsCommand_base: {
69
69
  * Id: "STRING_VALUE", // required
70
70
  * Port: Number("int"),
71
71
  * AvailabilityZone: "STRING_VALUE",
72
+ * QuicServerId: "STRING_VALUE",
72
73
  * },
73
74
  * ],
74
75
  * };
@@ -54,7 +54,7 @@ declare const DescribeListenersCommand_base: {
54
54
  * // ListenerArn: "STRING_VALUE",
55
55
  * // LoadBalancerArn: "STRING_VALUE",
56
56
  * // Port: Number("int"),
57
- * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
57
+ * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
58
58
  * // Certificates: [ // CertificateList
59
59
  * // { // Certificate
60
60
  * // CertificateArn: "STRING_VALUE",
@@ -64,7 +64,7 @@ declare const DescribeListenersCommand_base: {
64
64
  * // SslPolicy: "STRING_VALUE",
65
65
  * // DefaultActions: [ // Actions
66
66
  * // { // Action
67
- * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
67
+ * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
68
68
  * // TargetGroupArn: "STRING_VALUE",
69
69
  * // AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
70
70
  * // Issuer: "STRING_VALUE", // required
@@ -120,6 +120,19 @@ declare const DescribeListenersCommand_base: {
120
120
  * // DurationSeconds: Number("int"),
121
121
  * // },
122
122
  * // },
123
+ * // JwtValidationConfig: { // JwtValidationActionConfig
124
+ * // JwksEndpoint: "STRING_VALUE", // required
125
+ * // Issuer: "STRING_VALUE", // required
126
+ * // AdditionalClaims: [ // JwtValidationActionAdditionalClaims
127
+ * // { // JwtValidationActionAdditionalClaim
128
+ * // Format: "single-string" || "string-array" || "space-separated-values", // required
129
+ * // Name: "STRING_VALUE", // required
130
+ * // Values: [ // JwtValidationActionAdditionalClaimValues // required
131
+ * // "STRING_VALUE",
132
+ * // ],
133
+ * // },
134
+ * // ],
135
+ * // },
123
136
  * // },
124
137
  * // ],
125
138
  * // AlpnPolicy: [ // AlpnPolicyName
@@ -28,7 +28,7 @@ declare const DescribeRulesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Describes the specified rules or the rules for the specified listener. You must specify
31
- * either a listener or one or more rules.</p>
31
+ * either a listener or rules.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -98,7 +98,7 @@ declare const DescribeRulesCommand_base: {
98
98
  * // ],
99
99
  * // Actions: [ // Actions
100
100
  * // { // Action
101
- * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
101
+ * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
102
102
  * // TargetGroupArn: "STRING_VALUE",
103
103
  * // AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
104
104
  * // Issuer: "STRING_VALUE", // required
@@ -154,6 +154,19 @@ declare const DescribeRulesCommand_base: {
154
154
  * // DurationSeconds: Number("int"),
155
155
  * // },
156
156
  * // },
157
+ * // JwtValidationConfig: { // JwtValidationActionConfig
158
+ * // JwksEndpoint: "STRING_VALUE", // required
159
+ * // Issuer: "STRING_VALUE", // required
160
+ * // AdditionalClaims: [ // JwtValidationActionAdditionalClaims
161
+ * // { // JwtValidationActionAdditionalClaim
162
+ * // Format: "single-string" || "string-array" || "space-separated-values", // required
163
+ * // Name: "STRING_VALUE", // required
164
+ * // Values: [ // JwtValidationActionAdditionalClaimValues // required
165
+ * // "STRING_VALUE",
166
+ * // ],
167
+ * // },
168
+ * // ],
169
+ * // },
157
170
  * // },
158
171
  * // ],
159
172
  * // IsDefault: true || false,
@@ -57,10 +57,10 @@ declare const DescribeTargetGroupsCommand_base: {
57
57
  * // { // TargetGroup
58
58
  * // TargetGroupArn: "STRING_VALUE",
59
59
  * // TargetGroupName: "STRING_VALUE",
60
- * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
60
+ * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
61
61
  * // Port: Number("int"),
62
62
  * // VpcId: "STRING_VALUE",
63
- * // HealthCheckProtocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
63
+ * // HealthCheckProtocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
64
64
  * // HealthCheckPort: "STRING_VALUE",
65
65
  * // HealthCheckEnabled: true || false,
66
66
  * // HealthCheckIntervalSeconds: Number("int"),
@@ -43,6 +43,7 @@ declare const DescribeTargetHealthCommand_base: {
43
43
  * Id: "STRING_VALUE", // required
44
44
  * Port: Number("int"),
45
45
  * AvailabilityZone: "STRING_VALUE",
46
+ * QuicServerId: "STRING_VALUE",
46
47
  * },
47
48
  * ],
48
49
  * Include: [ // ListOfDescribeTargetHealthIncludeOptions
@@ -58,6 +59,7 @@ declare const DescribeTargetHealthCommand_base: {
58
59
  * // Id: "STRING_VALUE", // required
59
60
  * // Port: Number("int"),
60
61
  * // AvailabilityZone: "STRING_VALUE",
62
+ * // QuicServerId: "STRING_VALUE",
61
63
  * // },
62
64
  * // HealthCheckPort: "STRING_VALUE",
63
65
  * // TargetHealth: { // TargetHealth
@@ -46,7 +46,7 @@ declare const ModifyListenerCommand_base: {
46
46
  * const input = { // ModifyListenerInput
47
47
  * ListenerArn: "STRING_VALUE", // required
48
48
  * Port: Number("int"),
49
- * Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
49
+ * Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
50
50
  * SslPolicy: "STRING_VALUE",
51
51
  * Certificates: [ // CertificateList
52
52
  * { // Certificate
@@ -56,7 +56,7 @@ declare const ModifyListenerCommand_base: {
56
56
  * ],
57
57
  * DefaultActions: [ // Actions
58
58
  * { // Action
59
- * Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
59
+ * Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
60
60
  * TargetGroupArn: "STRING_VALUE",
61
61
  * AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
62
62
  * Issuer: "STRING_VALUE", // required
@@ -112,6 +112,19 @@ declare const ModifyListenerCommand_base: {
112
112
  * DurationSeconds: Number("int"),
113
113
  * },
114
114
  * },
115
+ * JwtValidationConfig: { // JwtValidationActionConfig
116
+ * JwksEndpoint: "STRING_VALUE", // required
117
+ * Issuer: "STRING_VALUE", // required
118
+ * AdditionalClaims: [ // JwtValidationActionAdditionalClaims
119
+ * { // JwtValidationActionAdditionalClaim
120
+ * Format: "single-string" || "string-array" || "space-separated-values", // required
121
+ * Name: "STRING_VALUE", // required
122
+ * Values: [ // JwtValidationActionAdditionalClaimValues // required
123
+ * "STRING_VALUE",
124
+ * ],
125
+ * },
126
+ * ],
127
+ * },
115
128
  * },
116
129
  * ],
117
130
  * AlpnPolicy: [ // AlpnPolicyName
@@ -133,7 +146,7 @@ declare const ModifyListenerCommand_base: {
133
146
  * // ListenerArn: "STRING_VALUE",
134
147
  * // LoadBalancerArn: "STRING_VALUE",
135
148
  * // Port: Number("int"),
136
- * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
149
+ * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
137
150
  * // Certificates: [ // CertificateList
138
151
  * // { // Certificate
139
152
  * // CertificateArn: "STRING_VALUE",
@@ -143,7 +156,7 @@ declare const ModifyListenerCommand_base: {
143
156
  * // SslPolicy: "STRING_VALUE",
144
157
  * // DefaultActions: [ // Actions
145
158
  * // { // Action
146
- * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
159
+ * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
147
160
  * // TargetGroupArn: "STRING_VALUE",
148
161
  * // AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
149
162
  * // Issuer: "STRING_VALUE", // required
@@ -199,6 +212,19 @@ declare const ModifyListenerCommand_base: {
199
212
  * // DurationSeconds: Number("int"),
200
213
  * // },
201
214
  * // },
215
+ * // JwtValidationConfig: { // JwtValidationActionConfig
216
+ * // JwksEndpoint: "STRING_VALUE", // required
217
+ * // Issuer: "STRING_VALUE", // required
218
+ * // AdditionalClaims: [ // JwtValidationActionAdditionalClaims
219
+ * // { // JwtValidationActionAdditionalClaim
220
+ * // Format: "single-string" || "string-array" || "space-separated-values", // required
221
+ * // Name: "STRING_VALUE", // required
222
+ * // Values: [ // JwtValidationActionAdditionalClaimValues // required
223
+ * // "STRING_VALUE",
224
+ * // ],
225
+ * // },
226
+ * // ],
227
+ * // },
202
228
  * // },
203
229
  * // ],
204
230
  * // AlpnPolicy: [ // AlpnPolicyName
@@ -88,7 +88,7 @@ declare const ModifyRuleCommand_base: {
88
88
  * ],
89
89
  * Actions: [ // Actions
90
90
  * { // Action
91
- * Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
91
+ * Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
92
92
  * TargetGroupArn: "STRING_VALUE",
93
93
  * AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
94
94
  * Issuer: "STRING_VALUE", // required
@@ -144,6 +144,19 @@ declare const ModifyRuleCommand_base: {
144
144
  * DurationSeconds: Number("int"),
145
145
  * },
146
146
  * },
147
+ * JwtValidationConfig: { // JwtValidationActionConfig
148
+ * JwksEndpoint: "STRING_VALUE", // required
149
+ * Issuer: "STRING_VALUE", // required
150
+ * AdditionalClaims: [ // JwtValidationActionAdditionalClaims
151
+ * { // JwtValidationActionAdditionalClaim
152
+ * Format: "single-string" || "string-array" || "space-separated-values", // required
153
+ * Name: "STRING_VALUE", // required
154
+ * Values: [ // JwtValidationActionAdditionalClaimValues // required
155
+ * "STRING_VALUE",
156
+ * ],
157
+ * },
158
+ * ],
159
+ * },
147
160
  * },
148
161
  * ],
149
162
  * Transforms: [ // RuleTransformList
@@ -222,7 +235,7 @@ declare const ModifyRuleCommand_base: {
222
235
  * // ],
223
236
  * // Actions: [ // Actions
224
237
  * // { // Action
225
- * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
238
+ * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
226
239
  * // TargetGroupArn: "STRING_VALUE",
227
240
  * // AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
228
241
  * // Issuer: "STRING_VALUE", // required
@@ -278,6 +291,19 @@ declare const ModifyRuleCommand_base: {
278
291
  * // DurationSeconds: Number("int"),
279
292
  * // },
280
293
  * // },
294
+ * // JwtValidationConfig: { // JwtValidationActionConfig
295
+ * // JwksEndpoint: "STRING_VALUE", // required
296
+ * // Issuer: "STRING_VALUE", // required
297
+ * // AdditionalClaims: [ // JwtValidationActionAdditionalClaims
298
+ * // { // JwtValidationActionAdditionalClaim
299
+ * // Format: "single-string" || "string-array" || "space-separated-values", // required
300
+ * // Name: "STRING_VALUE", // required
301
+ * // Values: [ // JwtValidationActionAdditionalClaimValues // required
302
+ * // "STRING_VALUE",
303
+ * // ],
304
+ * // },
305
+ * // ],
306
+ * // },
281
307
  * // },
282
308
  * // ],
283
309
  * // IsDefault: true || false,
@@ -39,7 +39,7 @@ declare const ModifyTargetGroupCommand_base: {
39
39
  * const client = new ElasticLoadBalancingV2Client(config);
40
40
  * const input = { // ModifyTargetGroupInput
41
41
  * TargetGroupArn: "STRING_VALUE", // required
42
- * HealthCheckProtocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
42
+ * HealthCheckProtocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
43
43
  * HealthCheckPort: "STRING_VALUE",
44
44
  * HealthCheckPath: "STRING_VALUE",
45
45
  * HealthCheckEnabled: true || false,
@@ -59,10 +59,10 @@ declare const ModifyTargetGroupCommand_base: {
59
59
  * // { // TargetGroup
60
60
  * // TargetGroupArn: "STRING_VALUE",
61
61
  * // TargetGroupName: "STRING_VALUE",
62
- * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
62
+ * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
63
63
  * // Port: Number("int"),
64
64
  * // VpcId: "STRING_VALUE",
65
- * // HealthCheckProtocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
65
+ * // HealthCheckProtocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
66
66
  * // HealthCheckPort: "STRING_VALUE",
67
67
  * // HealthCheckEnabled: true || false,
68
68
  * // HealthCheckIntervalSeconds: Number("int"),
@@ -70,6 +70,7 @@ declare const RegisterTargetsCommand_base: {
70
70
  * Id: "STRING_VALUE", // required
71
71
  * Port: Number("int"),
72
72
  * AvailabilityZone: "STRING_VALUE",
73
+ * QuicServerId: "STRING_VALUE",
73
74
  * },
74
75
  * ],
75
76
  * };
@@ -99,7 +99,7 @@ declare const SetRulePrioritiesCommand_base: {
99
99
  * // ],
100
100
  * // Actions: [ // Actions
101
101
  * // { // Action
102
- * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response", // required
102
+ * // Type: "forward" || "authenticate-oidc" || "authenticate-cognito" || "redirect" || "fixed-response" || "jwt-validation", // required
103
103
  * // TargetGroupArn: "STRING_VALUE",
104
104
  * // AuthenticateOidcConfig: { // AuthenticateOidcActionConfig
105
105
  * // Issuer: "STRING_VALUE", // required
@@ -155,6 +155,19 @@ declare const SetRulePrioritiesCommand_base: {
155
155
  * // DurationSeconds: Number("int"),
156
156
  * // },
157
157
  * // },
158
+ * // JwtValidationConfig: { // JwtValidationActionConfig
159
+ * // JwksEndpoint: "STRING_VALUE", // required
160
+ * // Issuer: "STRING_VALUE", // required
161
+ * // AdditionalClaims: [ // JwtValidationActionAdditionalClaims
162
+ * // { // JwtValidationActionAdditionalClaim
163
+ * // Format: "single-string" || "string-array" || "space-separated-values", // required
164
+ * // Name: "STRING_VALUE", // required
165
+ * // Values: [ // JwtValidationActionAdditionalClaimValues // required
166
+ * // "STRING_VALUE",
167
+ * // ],
168
+ * // },
169
+ * // ],
170
+ * // },
158
171
  * // },
159
172
  * // ],
160
173
  * // IsDefault: true || false,