cdk-docker-image-deployment 0.0.75 → 0.0.77
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +36 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +138 -47
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +9 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +2 -0
- package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
- package/node_modules/aws-sdk/clients/appflow.d.ts +125 -9
- package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
- package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
- package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
- package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +28 -20
- package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
- package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
- package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
- package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
- package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
- package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
- package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
- package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
- package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +106 -32
- package/node_modules/aws-sdk/dist/aws-sdk.js +1388 -709
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -213,11 +213,11 @@ declare class ELBv2 extends Service {
|
|
|
213
213
|
*/
|
|
214
214
|
modifyRule(callback?: (err: AWSError, data: ELBv2.Types.ModifyRuleOutput) => void): Request<ELBv2.Types.ModifyRuleOutput, AWSError>;
|
|
215
215
|
/**
|
|
216
|
-
* Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
|
216
|
+
* Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
|
217
217
|
*/
|
|
218
218
|
modifyTargetGroup(params: ELBv2.Types.ModifyTargetGroupInput, callback?: (err: AWSError, data: ELBv2.Types.ModifyTargetGroupOutput) => void): Request<ELBv2.Types.ModifyTargetGroupOutput, AWSError>;
|
|
219
219
|
/**
|
|
220
|
-
* Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
|
220
|
+
* Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
|
221
221
|
*/
|
|
222
222
|
modifyTargetGroup(callback?: (err: AWSError, data: ELBv2.Types.ModifyTargetGroupOutput) => void): Request<ELBv2.Types.ModifyTargetGroupOutput, AWSError>;
|
|
223
223
|
/**
|
|
@@ -698,23 +698,23 @@ declare namespace ELBv2 {
|
|
|
698
698
|
*/
|
|
699
699
|
HealthCheckPath?: Path;
|
|
700
700
|
/**
|
|
701
|
-
* The approximate amount of time, in seconds, between health checks of an individual target.
|
|
701
|
+
* The approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. If the target group protocol is TCP, TLS, UDP, TCP_UDP, HTTP or HTTPS, the default is 30 seconds. If the target group protocol is GENEVE, the default is 10 seconds. If the target type is lambda, the default is 35 seconds.
|
|
702
702
|
*/
|
|
703
703
|
HealthCheckIntervalSeconds?: HealthCheckIntervalSeconds;
|
|
704
704
|
/**
|
|
705
|
-
* The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP,
|
|
705
|
+
* The amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If the target type is lambda, the default is 30 seconds.
|
|
706
706
|
*/
|
|
707
707
|
HealthCheckTimeoutSeconds?: HealthCheckTimeoutSeconds;
|
|
708
708
|
/**
|
|
709
|
-
* The number of consecutive health
|
|
709
|
+
* The number of consecutive health check successes required before considering a target healthy. The range is 2-10. If the target group protocol is TCP, TCP_UDP, UDP, TLS, HTTP or HTTPS, the default is 5. For target groups with a protocol of GENEVE, the default is 3. If the target type is lambda, the default is 5.
|
|
710
710
|
*/
|
|
711
711
|
HealthyThresholdCount?: HealthCheckThresholdCount;
|
|
712
712
|
/**
|
|
713
|
-
* The number of consecutive health check failures required before considering a target unhealthy.
|
|
713
|
+
* The number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. If the target group protocol is TCP, TCP_UDP, UDP, TLS, HTTP or HTTPS, the default is 2. For target groups with a protocol of GENEVE, the default is 3. If the target type is lambda, the default is 5.
|
|
714
714
|
*/
|
|
715
715
|
UnhealthyThresholdCount?: HealthCheckThresholdCount;
|
|
716
716
|
/**
|
|
717
|
-
* [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
|
717
|
+
* [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target. For target groups with a protocol of TCP, TCP_UDP, UDP or TLS the range is 200-599. For target groups with a protocol of HTTP or HTTPS, the range is 200-499. For target groups with a protocol of GENEVE, the range is 200-399.
|
|
718
718
|
*/
|
|
719
719
|
Matcher?: Matcher;
|
|
720
720
|
/**
|
|
@@ -1044,7 +1044,7 @@ declare namespace ELBv2 {
|
|
|
1044
1044
|
export type FixedResponseActionStatusCode = string;
|
|
1045
1045
|
export interface ForwardActionConfig {
|
|
1046
1046
|
/**
|
|
1047
|
-
*
|
|
1047
|
+
* The target groups. For Network Load Balancers, you can specify a single target group.
|
|
1048
1048
|
*/
|
|
1049
1049
|
TargetGroups?: TargetGroupList;
|
|
1050
1050
|
/**
|
|
@@ -1060,7 +1060,7 @@ declare namespace ELBv2 {
|
|
|
1060
1060
|
export type HealthCheckTimeoutSeconds = number;
|
|
1061
1061
|
export interface HostHeaderConditionConfig {
|
|
1062
1062
|
/**
|
|
1063
|
-
*
|
|
1063
|
+
* The host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.
|
|
1064
1064
|
*/
|
|
1065
1065
|
Values?: ListOfString;
|
|
1066
1066
|
}
|
|
@@ -1071,7 +1071,7 @@ declare namespace ELBv2 {
|
|
|
1071
1071
|
*/
|
|
1072
1072
|
HttpHeaderName?: HttpHeaderConditionName;
|
|
1073
1073
|
/**
|
|
1074
|
-
*
|
|
1074
|
+
* The strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request, we search them in order until a match is found. If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.
|
|
1075
1075
|
*/
|
|
1076
1076
|
Values?: ListOfString;
|
|
1077
1077
|
}
|
|
@@ -1212,7 +1212,7 @@ declare namespace ELBv2 {
|
|
|
1212
1212
|
export type LoadBalancerArns = LoadBalancerArn[];
|
|
1213
1213
|
export interface LoadBalancerAttribute {
|
|
1214
1214
|
/**
|
|
1215
|
-
* The name of the attribute. The following
|
|
1215
|
+
* The name of the attribute. The following attributes are supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true and false. The default is false.
|
|
1216
1216
|
*/
|
|
1217
1217
|
Key?: LoadBalancerAttributeKey;
|
|
1218
1218
|
/**
|
|
@@ -1242,7 +1242,7 @@ declare namespace ELBv2 {
|
|
|
1242
1242
|
export type Marker = string;
|
|
1243
1243
|
export interface Matcher {
|
|
1244
1244
|
/**
|
|
1245
|
-
* For Application Load Balancers, you can specify values between 200 and 499,
|
|
1245
|
+
* For Application Load Balancers, you can specify values between 200 and 499, with the default value being 200. You can specify multiple values (for example, "200,202") or a range of values (for example, "200-299"). For Network Load Balancers, you can specify values between 200 and 599, with the default value being 200-399. You can specify multiple values (for example, "200,202") or a range of values (for example, "200-299"). For Gateway Load Balancers, this must be "200–399". Note that when using shorthand syntax, some values such as commas need to be escaped.
|
|
1246
1246
|
*/
|
|
1247
1247
|
HttpCode?: HttpCode;
|
|
1248
1248
|
/**
|
|
@@ -1361,7 +1361,7 @@ declare namespace ELBv2 {
|
|
|
1361
1361
|
*/
|
|
1362
1362
|
HealthCheckEnabled?: HealthCheckEnabled;
|
|
1363
1363
|
/**
|
|
1364
|
-
* The approximate amount of time, in seconds, between health checks of an individual target.
|
|
1364
|
+
* The approximate amount of time, in seconds, between health checks of an individual target.
|
|
1365
1365
|
*/
|
|
1366
1366
|
HealthCheckIntervalSeconds?: HealthCheckIntervalSeconds;
|
|
1367
1367
|
/**
|
|
@@ -1373,11 +1373,11 @@ declare namespace ELBv2 {
|
|
|
1373
1373
|
*/
|
|
1374
1374
|
HealthyThresholdCount?: HealthCheckThresholdCount;
|
|
1375
1375
|
/**
|
|
1376
|
-
* The number of consecutive health check failures required before considering the target unhealthy.
|
|
1376
|
+
* The number of consecutive health check failures required before considering the target unhealthy.
|
|
1377
1377
|
*/
|
|
1378
1378
|
UnhealthyThresholdCount?: HealthCheckThresholdCount;
|
|
1379
1379
|
/**
|
|
1380
|
-
* [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
|
1380
|
+
* [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target. For target groups with a protocol of TCP, TCP_UDP, UDP or TLS the range is 200-599. For target groups with a protocol of HTTP or HTTPS, the range is 200-499. For target groups with a protocol of GENEVE, the range is 200-399.
|
|
1381
1381
|
*/
|
|
1382
1382
|
Matcher?: Matcher;
|
|
1383
1383
|
}
|
|
@@ -1393,7 +1393,7 @@ declare namespace ELBv2 {
|
|
|
1393
1393
|
export type Path = string;
|
|
1394
1394
|
export interface PathPatternConditionConfig {
|
|
1395
1395
|
/**
|
|
1396
|
-
*
|
|
1396
|
+
* The path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.
|
|
1397
1397
|
*/
|
|
1398
1398
|
Values?: ListOfString;
|
|
1399
1399
|
}
|
|
@@ -1403,7 +1403,7 @@ declare namespace ELBv2 {
|
|
|
1403
1403
|
export type ProtocolVersion = string;
|
|
1404
1404
|
export interface QueryStringConditionConfig {
|
|
1405
1405
|
/**
|
|
1406
|
-
*
|
|
1406
|
+
* The key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\' character. If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.
|
|
1407
1407
|
*/
|
|
1408
1408
|
Values?: QueryStringKeyValuePairList;
|
|
1409
1409
|
}
|
|
@@ -1636,7 +1636,7 @@ declare namespace ELBv2 {
|
|
|
1636
1636
|
}
|
|
1637
1637
|
export interface SourceIpConditionConfig {
|
|
1638
1638
|
/**
|
|
1639
|
-
*
|
|
1639
|
+
* The source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.
|
|
1640
1640
|
*/
|
|
1641
1641
|
Values?: ListOfString;
|
|
1642
1642
|
}
|
|
@@ -1722,7 +1722,7 @@ declare namespace ELBv2 {
|
|
|
1722
1722
|
*/
|
|
1723
1723
|
Port?: Port;
|
|
1724
1724
|
/**
|
|
1725
|
-
* An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer. This parameter is not supported if the target type of the target group is instance or alb. If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.
|
|
1725
|
+
* An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer. For Application Load Balancer target groups, the specified Availability Zone value is only applicable when cross-zone load balancing is off. Otherwise the parameter is ignored and treated as all. This parameter is not supported if the target type of the target group is instance or alb. If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required. For Application Load Balancer target groups with cross-zone load balancing off, if the target type is ip and the IP address is outside of the VPC for the target group, this should be an Availability Zone inside the VPC for the target group. If the target type is lambda, this parameter is optional and the only supported value is all.
|
|
1726
1726
|
*/
|
|
1727
1727
|
AvailabilityZone?: ZoneName;
|
|
1728
1728
|
}
|
|
@@ -1805,7 +1805,7 @@ declare namespace ELBv2 {
|
|
|
1805
1805
|
export type TargetGroupArns = TargetGroupArn[];
|
|
1806
1806
|
export interface TargetGroupAttribute {
|
|
1807
1807
|
/**
|
|
1808
|
-
* The name of the attribute. The following
|
|
1808
|
+
* The name of the attribute. The following attributes are supported by all load balancers: deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported. stickiness.enabled - Indicates whether target stickiness is enabled. The value is true or false. The default is false. stickiness.type - Indicates the type of stickiness. The possible values are: lb_cookie and app_cookie for Application Load Balancers. source_ip for Network Load Balancers. source_ip_dest_ip and source_ip_dest_ip_proto for Gateway Load Balancers. The following attributes are supported by Application Load Balancers and Network Load Balancers: load_balancing.cross_zone.enabled - Indicates whether cross zone load balancing is enabled. The value is true, false or use_load_balancer_configuration. The default is use_load_balancer_configuration. target_group_health.dns_failover.minimum_healthy_targets.count - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to the maximum number of targets. The default is off. target_group_health.dns_failover.minimum_healthy_targets.percentage - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to 100. The default is off. target_group_health.unhealthy_state_routing.minimum_healthy_targets.count - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are 1 to the maximum number of targets. The default is 1. target_group_health.unhealthy_state_routing.minimum_healthy_targets.percentage - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are off or an integer from 1 to 100. The default is off. The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address: load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin. slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives an increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). The default is 0 seconds (disabled). stickiness.app_cookie.cookie_name - Indicates the name of the application-based cookie. Names that start with the following prefixes are not allowed: AWSALB, AWSALBAPP, and AWSALBTG; they're reserved for use by the load balancer. stickiness.app_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the application-based cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). The following attribute is supported only if the load balancer is an Application Load Balancer and the target is a Lambda function: lambda.multi_value_headers.enabled - Indicates whether the request and response headers that are exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client. The following attributes are supported only by Network Load Balancers: deregistration_delay.connection_termination.enabled - Indicates whether the load balancer terminates connections at the end of the deregistration timeout. The value is true or false. The default is false. preserve_client_ip.enabled - Indicates whether client IP preservation is enabled. The value is true or false. The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and TCP_UDP target groups. proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false. The following attributes are supported only by Gateway Load Balancers: target_failover.on_deregistration - Indicates how the Gateway Load Balancer handles existing flows when a target is deregistered. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) can't be set independently. The value you set for both attributes must be the same. target_failover.on_unhealthy - Indicates how the Gateway Load Balancer handles existing flows when a target is unhealthy. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) cannot be set independently. The value you set for both attributes must be the same.
|
|
1809
1809
|
*/
|
|
1810
1810
|
Key?: TargetGroupAttributeKey;
|
|
1811
1811
|
/**
|
|
@@ -194,6 +194,10 @@ declare namespace EMRServerless {
|
|
|
194
194
|
* The network configuration for customer VPC connectivity for the application.
|
|
195
195
|
*/
|
|
196
196
|
networkConfiguration?: NetworkConfiguration;
|
|
197
|
+
/**
|
|
198
|
+
* The CPU architecture of an application.
|
|
199
|
+
*/
|
|
200
|
+
architecture?: Architecture;
|
|
197
201
|
}
|
|
198
202
|
export type ApplicationArn = string;
|
|
199
203
|
export type ApplicationId = string;
|
|
@@ -238,7 +242,12 @@ declare namespace EMRServerless {
|
|
|
238
242
|
* The date and time when the application was last updated.
|
|
239
243
|
*/
|
|
240
244
|
updatedAt: _Date;
|
|
245
|
+
/**
|
|
246
|
+
* The CPU architecture of an application.
|
|
247
|
+
*/
|
|
248
|
+
architecture?: Architecture;
|
|
241
249
|
}
|
|
250
|
+
export type Architecture = "ARM64"|"X86_64"|string;
|
|
242
251
|
export interface AutoStartConfig {
|
|
243
252
|
/**
|
|
244
253
|
* Enables the application to automatically start on job submission. Defaults to true.
|
|
@@ -345,6 +354,10 @@ declare namespace EMRServerless {
|
|
|
345
354
|
* The network configuration for customer VPC connectivity.
|
|
346
355
|
*/
|
|
347
356
|
networkConfiguration?: NetworkConfiguration;
|
|
357
|
+
/**
|
|
358
|
+
* The CPU architecture of an application.
|
|
359
|
+
*/
|
|
360
|
+
architecture?: Architecture;
|
|
348
361
|
}
|
|
349
362
|
export interface CreateApplicationResponse {
|
|
350
363
|
/**
|
|
@@ -871,6 +884,10 @@ declare namespace EMRServerless {
|
|
|
871
884
|
*/
|
|
872
885
|
autoStopConfiguration?: AutoStopConfig;
|
|
873
886
|
networkConfiguration?: NetworkConfiguration;
|
|
887
|
+
/**
|
|
888
|
+
* The CPU architecture of an application.
|
|
889
|
+
*/
|
|
890
|
+
architecture?: Architecture;
|
|
874
891
|
}
|
|
875
892
|
export interface UpdateApplicationResponse {
|
|
876
893
|
/**
|
|
@@ -2984,7 +2984,7 @@ declare namespace Glue {
|
|
|
2984
2984
|
*/
|
|
2985
2985
|
Version?: VersionId;
|
|
2986
2986
|
/**
|
|
2987
|
-
* Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see
|
|
2987
|
+
* Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Setting crawler configuration options.
|
|
2988
2988
|
*/
|
|
2989
2989
|
Configuration?: CrawlerConfiguration;
|
|
2990
2990
|
/**
|
|
@@ -3238,7 +3238,7 @@ declare namespace Glue {
|
|
|
3238
3238
|
*/
|
|
3239
3239
|
LakeFormationConfiguration?: LakeFormationConfiguration;
|
|
3240
3240
|
/**
|
|
3241
|
-
* Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see
|
|
3241
|
+
* Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Setting crawler configuration options.
|
|
3242
3242
|
*/
|
|
3243
3243
|
Configuration?: CrawlerConfiguration;
|
|
3244
3244
|
/**
|
|
@@ -4950,6 +4950,7 @@ declare namespace Glue {
|
|
|
4950
4950
|
DestinationId?: NameString;
|
|
4951
4951
|
}
|
|
4952
4952
|
export type EdgeList = Edge[];
|
|
4953
|
+
export type EnableAdditionalMetadata = JdbcMetadataEntry[];
|
|
4953
4954
|
export type EnableHybridValues = "TRUE"|"FALSE"|string;
|
|
4954
4955
|
export type EnclosedInStringProperties = EnclosedInStringProperty[];
|
|
4955
4956
|
export type EnclosedInStringPropertiesMinOne = EnclosedInStringProperty[];
|
|
@@ -6946,6 +6947,7 @@ declare namespace Glue {
|
|
|
6946
6947
|
}
|
|
6947
6948
|
export type JDBCDataType = "ARRAY"|"BIGINT"|"BINARY"|"BIT"|"BLOB"|"BOOLEAN"|"CHAR"|"CLOB"|"DATALINK"|"DATE"|"DECIMAL"|"DISTINCT"|"DOUBLE"|"FLOAT"|"INTEGER"|"JAVA_OBJECT"|"LONGNVARCHAR"|"LONGVARBINARY"|"LONGVARCHAR"|"NCHAR"|"NCLOB"|"NULL"|"NUMERIC"|"NVARCHAR"|"OTHER"|"REAL"|"REF"|"REF_CURSOR"|"ROWID"|"SMALLINT"|"SQLXML"|"STRUCT"|"TIME"|"TIME_WITH_TIMEZONE"|"TIMESTAMP"|"TIMESTAMP_WITH_TIMEZONE"|"TINYINT"|"VARBINARY"|"VARCHAR"|string;
|
|
6948
6949
|
export type JDBCDataTypeMapping = {[key: string]: GlueRecordType};
|
|
6950
|
+
export type JdbcMetadataEntry = "COMMENTS"|"RAWTYPES"|string;
|
|
6949
6951
|
export interface JdbcTarget {
|
|
6950
6952
|
/**
|
|
6951
6953
|
* The name of the connection to use to connect to the JDBC target.
|
|
@@ -6959,6 +6961,10 @@ declare namespace Glue {
|
|
|
6959
6961
|
* A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
|
|
6960
6962
|
*/
|
|
6961
6963
|
Exclusions?: PathList;
|
|
6964
|
+
/**
|
|
6965
|
+
* Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database. If you do not need additional metadata, keep the field empty.
|
|
6966
|
+
*/
|
|
6967
|
+
EnableAdditionalMetadata?: EnableAdditionalMetadata;
|
|
6962
6968
|
}
|
|
6963
6969
|
export type JdbcTargetList = JdbcTarget[];
|
|
6964
6970
|
export interface Job {
|
|
@@ -10995,7 +11001,7 @@ declare namespace Glue {
|
|
|
10995
11001
|
*/
|
|
10996
11002
|
LakeFormationConfiguration?: LakeFormationConfiguration;
|
|
10997
11003
|
/**
|
|
10998
|
-
* Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see
|
|
11004
|
+
* Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Setting crawler configuration options.
|
|
10999
11005
|
*/
|
|
11000
11006
|
Configuration?: CrawlerConfiguration;
|
|
11001
11007
|
/**
|