@aws-sdk/client-elastic-load-balancing-v2 3.930.0 → 3.932.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/dist-cjs/index.js CHANGED
@@ -452,7 +452,9 @@ const ProtocolEnum = {
452
452
  GENEVE: "GENEVE",
453
453
  HTTP: "HTTP",
454
454
  HTTPS: "HTTPS",
455
+ QUIC: "QUIC",
455
456
  TCP: "TCP",
457
+ TCP_QUIC: "TCP_QUIC",
456
458
  TCP_UDP: "TCP_UDP",
457
459
  TLS: "TLS",
458
460
  UDP: "UDP",
@@ -1351,6 +1353,7 @@ const _Pr = "Protocol";
1351
1353
  const _Q = "Query";
1352
1354
  const _QSC = "QueryStringConfig";
1353
1355
  const _QSCC = "QueryStringConditionConfig";
1356
+ const _QSI = "QuicServerId";
1354
1357
  const _QSKVP = "QueryStringKeyValuePair";
1355
1358
  const _QSKVPL = "QueryStringKeyValuePairList";
1356
1359
  const _R = "Reason";
@@ -2562,7 +2565,7 @@ var SubnetNotFoundException = [
2562
2565
  schema.TypeRegistry.for(n0).registerError(SubnetNotFoundException, SubnetNotFoundException$1);
2563
2566
  var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
2564
2567
  var TagDescription = [3, n0, _TDa, 0, [_RAe, _Ta], [0, () => TagList]];
2565
- var TargetDescription = [3, n0, _TDar, 0, [_Id, _Po, _AZ], [0, 1, 0]];
2568
+ var TargetDescription = [3, n0, _TDar, 0, [_Id, _Po, _AZ, _QSI], [0, 1, 0, 0]];
2566
2569
  var TargetGroup = [
2567
2570
  3,
2568
2571
  n0,
@@ -333,7 +333,9 @@ export const ProtocolEnum = {
333
333
  GENEVE: "GENEVE",
334
334
  HTTP: "HTTP",
335
335
  HTTPS: "HTTPS",
336
+ QUIC: "QUIC",
336
337
  TCP: "TCP",
338
+ TCP_QUIC: "TCP_QUIC",
337
339
  TCP_UDP: "TCP_UDP",
338
340
  TLS: "TLS",
339
341
  UDP: "UDP",
@@ -297,6 +297,7 @@ const _Pr = "Protocol";
297
297
  const _Q = "Query";
298
298
  const _QSC = "QueryStringConfig";
299
299
  const _QSCC = "QueryStringConditionConfig";
300
+ const _QSI = "QuicServerId";
300
301
  const _QSKVP = "QueryStringKeyValuePair";
301
302
  const _QSKVPL = "QueryStringKeyValuePairList";
302
303
  const _R = "Reason";
@@ -1511,7 +1512,7 @@ export var SubnetNotFoundException = [
1511
1512
  TypeRegistry.for(n0).registerError(SubnetNotFoundException, __SubnetNotFoundException);
1512
1513
  export var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
1513
1514
  export var TagDescription = [3, n0, _TDa, 0, [_RAe, _Ta], [0, () => TagList]];
1514
- export var TargetDescription = [3, n0, _TDar, 0, [_Id, _Po, _AZ], [0, 1, 0]];
1515
+ export var TargetDescription = [3, n0, _TDar, 0, [_Id, _Po, _AZ, _QSI], [0, 1, 0, 0]];
1515
1516
  export var TargetGroup = [
1516
1517
  3,
1517
1518
  n0,
@@ -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
@@ -169,7 +169,7 @@ declare const CreateListenerCommand_base: {
169
169
  * // ListenerArn: "STRING_VALUE",
170
170
  * // LoadBalancerArn: "STRING_VALUE",
171
171
  * // Port: Number("int"),
172
- * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
172
+ * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
173
173
  * // Certificates: [ // CertificateList
174
174
  * // { // Certificate
175
175
  * // CertificateArn: "STRING_VALUE",
@@ -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",
@@ -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
@@ -146,7 +146,7 @@ declare const ModifyListenerCommand_base: {
146
146
  * // ListenerArn: "STRING_VALUE",
147
147
  * // LoadBalancerArn: "STRING_VALUE",
148
148
  * // Port: Number("int"),
149
- * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE",
149
+ * // Protocol: "HTTP" || "HTTPS" || "TCP" || "TLS" || "UDP" || "TCP_UDP" || "GENEVE" || "QUIC" || "TCP_QUIC",
150
150
  * // Certificates: [ // CertificateList
151
151
  * // { // Certificate
152
152
  * // CertificateArn: "STRING_VALUE",
@@ -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
  * };
@@ -1163,7 +1163,9 @@ export declare const ProtocolEnum: {
1163
1163
  readonly GENEVE: "GENEVE";
1164
1164
  readonly HTTP: "HTTP";
1165
1165
  readonly HTTPS: "HTTPS";
1166
+ readonly QUIC: "QUIC";
1166
1167
  readonly TCP: "TCP";
1168
+ readonly TCP_QUIC: "TCP_QUIC";
1167
1169
  readonly TCP_UDP: "TCP_UDP";
1168
1170
  readonly TLS: "TLS";
1169
1171
  readonly UDP: "UDP";
@@ -3083,6 +3085,16 @@ export interface TargetDescription {
3083
3085
  * @public
3084
3086
  */
3085
3087
  AvailabilityZone?: string | undefined;
3088
+ /**
3089
+ * <p>The server ID for the targets. This value is required if the protocol is
3090
+ * <code>QUIC</code> or <code>TCP_QUIC</code> and can't be used with other protocols.</p>
3091
+ * <p>The ID consists of the <code>0x</code> prefix followed by 16 hexadecimal characters.
3092
+ * Any letters must be lowercase. The value must be unique at the listener level. You can't
3093
+ * modify the server ID for a registered target. You must deregister the target and then
3094
+ * provide a new server ID when you register the target again.</p>
3095
+ * @public
3096
+ */
3097
+ QuicServerId?: string | undefined;
3086
3098
  }
3087
3099
  /**
3088
3100
  * @public
@@ -423,7 +423,9 @@ export declare const ProtocolEnum: {
423
423
  readonly GENEVE: "GENEVE";
424
424
  readonly HTTP: "HTTP";
425
425
  readonly HTTPS: "HTTPS";
426
+ readonly QUIC: "QUIC";
426
427
  readonly TCP: "TCP";
428
+ readonly TCP_QUIC: "TCP_QUIC";
427
429
  readonly TCP_UDP: "TCP_UDP";
428
430
  readonly TLS: "TLS";
429
431
  readonly UDP: "UDP";
@@ -1005,6 +1007,7 @@ export interface TargetDescription {
1005
1007
  Id: string | undefined;
1006
1008
  Port?: number | undefined;
1007
1009
  AvailabilityZone?: string | undefined;
1010
+ QuicServerId?: string | undefined;
1008
1011
  }
1009
1012
  export interface DeregisterTargetsInput {
1010
1013
  TargetGroupArn: string | undefined;
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.930.0",
4
+ "version": "3.932.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.930.0",
24
- "@aws-sdk/credential-provider-node": "3.930.0",
23
+ "@aws-sdk/core": "3.932.0",
24
+ "@aws-sdk/credential-provider-node": "3.932.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
- "@aws-sdk/middleware-user-agent": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.932.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.932.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",