cdk-comprehend-s3olap 2.0.22 → 2.0.23
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/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +39 -24
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +131 -128
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +269 -234
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +253 -103
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +33 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +22 -3
- package/node_modules/aws-sdk/clients/elbv2.d.ts +10 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +8 -3
- package/node_modules/aws-sdk/clients/medialive.d.ts +41 -3
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +245 -4
- package/node_modules/aws-sdk/clients/translate.d.ts +70 -18
- 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 +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +177 -132
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +44 -44
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/s3/managed_upload.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -189,6 +189,39 @@
|
|
189
189
|
}
|
190
190
|
}
|
191
191
|
},
|
192
|
+
"ListLanguages": {
|
193
|
+
"input": {
|
194
|
+
"type": "structure",
|
195
|
+
"members": {
|
196
|
+
"DisplayLanguageCode": {},
|
197
|
+
"NextToken": {},
|
198
|
+
"MaxResults": {
|
199
|
+
"type": "integer"
|
200
|
+
}
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"output": {
|
204
|
+
"type": "structure",
|
205
|
+
"members": {
|
206
|
+
"Languages": {
|
207
|
+
"type": "list",
|
208
|
+
"member": {
|
209
|
+
"type": "structure",
|
210
|
+
"required": [
|
211
|
+
"LanguageName",
|
212
|
+
"LanguageCode"
|
213
|
+
],
|
214
|
+
"members": {
|
215
|
+
"LanguageName": {},
|
216
|
+
"LanguageCode": {}
|
217
|
+
}
|
218
|
+
}
|
219
|
+
},
|
220
|
+
"DisplayLanguageCode": {},
|
221
|
+
"NextToken": {}
|
222
|
+
}
|
223
|
+
}
|
224
|
+
},
|
192
225
|
"ListParallelData": {
|
193
226
|
"input": {
|
194
227
|
"type": "structure",
|
@@ -307,3 +307,4 @@ export import ChimeSDKMediaPipelines = require('./chimesdkmediapipelines');
|
|
307
307
|
export import EMRServerless = require('./emrserverless');
|
308
308
|
export import M2 = require('./m2');
|
309
309
|
export import ConnectCampaigns = require('./connectcampaigns');
|
310
|
+
export import RedshiftServerless = require('./redshiftserverless');
|
@@ -308,5 +308,6 @@ module.exports = {
|
|
308
308
|
ChimeSDKMediaPipelines: require('./chimesdkmediapipelines'),
|
309
309
|
EMRServerless: require('./emrserverless'),
|
310
310
|
M2: require('./m2'),
|
311
|
-
ConnectCampaigns: require('./connectcampaigns')
|
311
|
+
ConnectCampaigns: require('./connectcampaigns'),
|
312
|
+
RedshiftServerless: require('./redshiftserverless')
|
312
313
|
};
|
@@ -509,11 +509,11 @@ declare class AppStream extends Service {
|
|
509
509
|
*/
|
510
510
|
updateEntitlement(callback?: (err: AWSError, data: AppStream.Types.UpdateEntitlementResult) => void): Request<AppStream.Types.UpdateEntitlementResult, AWSError>;
|
511
511
|
/**
|
512
|
-
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type: Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, and UsbDeviceFilterStrings attributes. If the fleet is in the STARTING or STOPPED state, you can't update it.
|
512
|
+
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type: Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, SessionScriptS3Location and UsbDeviceFilterStrings attributes. If the fleet is in the STARTING or STOPPED state, you can't update it.
|
513
513
|
*/
|
514
514
|
updateFleet(params: AppStream.Types.UpdateFleetRequest, callback?: (err: AWSError, data: AppStream.Types.UpdateFleetResult) => void): Request<AppStream.Types.UpdateFleetResult, AWSError>;
|
515
515
|
/**
|
516
|
-
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type: Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, and UsbDeviceFilterStrings attributes. If the fleet is in the STARTING or STOPPED state, you can't update it.
|
516
|
+
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type: Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, SessionScriptS3Location and UsbDeviceFilterStrings attributes. If the fleet is in the STARTING or STOPPED state, you can't update it.
|
517
517
|
*/
|
518
518
|
updateFleet(callback?: (err: AWSError, data: AppStream.Types.UpdateFleetResult) => void): Request<AppStream.Types.UpdateFleetResult, AWSError>;
|
519
519
|
/**
|
@@ -1167,6 +1167,10 @@ declare namespace AppStream {
|
|
1167
1167
|
* The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
|
1168
1168
|
*/
|
1169
1169
|
EmbedHostDomains?: EmbedHostDomains;
|
1170
|
+
/**
|
1171
|
+
* The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
|
1172
|
+
*/
|
1173
|
+
StreamingExperienceSettings?: StreamingExperienceSettings;
|
1170
1174
|
}
|
1171
1175
|
export interface CreateStackResult {
|
1172
1176
|
/**
|
@@ -2315,6 +2319,7 @@ declare namespace AppStream {
|
|
2315
2319
|
export type Permission = "ENABLED"|"DISABLED"|string;
|
2316
2320
|
export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"AMAZON_LINUX2"|string;
|
2317
2321
|
export type Platforms = PlatformType[];
|
2322
|
+
export type PreferredProtocol = "TCP"|"UDP"|string;
|
2318
2323
|
export type RedirectURL = string;
|
2319
2324
|
export type RegionName = string;
|
2320
2325
|
export interface ResourceError {
|
@@ -2484,8 +2489,12 @@ declare namespace AppStream {
|
|
2484
2489
|
* The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
|
2485
2490
|
*/
|
2486
2491
|
EmbedHostDomains?: EmbedHostDomains;
|
2492
|
+
/**
|
2493
|
+
* The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
|
2494
|
+
*/
|
2495
|
+
StreamingExperienceSettings?: StreamingExperienceSettings;
|
2487
2496
|
}
|
2488
|
-
export type StackAttribute = "STORAGE_CONNECTORS"|"STORAGE_CONNECTOR_HOMEFOLDERS"|"STORAGE_CONNECTOR_GOOGLE_DRIVE"|"STORAGE_CONNECTOR_ONE_DRIVE"|"REDIRECT_URL"|"FEEDBACK_URL"|"THEME_NAME"|"USER_SETTINGS"|"EMBED_HOST_DOMAINS"|"IAM_ROLE_ARN"|"ACCESS_ENDPOINTS"|string;
|
2497
|
+
export type StackAttribute = "STORAGE_CONNECTORS"|"STORAGE_CONNECTOR_HOMEFOLDERS"|"STORAGE_CONNECTOR_GOOGLE_DRIVE"|"STORAGE_CONNECTOR_ONE_DRIVE"|"REDIRECT_URL"|"FEEDBACK_URL"|"THEME_NAME"|"USER_SETTINGS"|"EMBED_HOST_DOMAINS"|"IAM_ROLE_ARN"|"ACCESS_ENDPOINTS"|"STREAMING_EXPERIENCE_SETTINGS"|string;
|
2489
2498
|
export type StackAttributes = StackAttribute[];
|
2490
2499
|
export interface StackError {
|
2491
2500
|
/**
|
@@ -2561,6 +2570,12 @@ declare namespace AppStream {
|
|
2561
2570
|
export type StorageConnectorList = StorageConnector[];
|
2562
2571
|
export type StorageConnectorType = "HOMEFOLDERS"|"GOOGLE_DRIVE"|"ONE_DRIVE"|string;
|
2563
2572
|
export type StreamView = "APP"|"DESKTOP"|string;
|
2573
|
+
export interface StreamingExperienceSettings {
|
2574
|
+
/**
|
2575
|
+
* The preferred protocol that you want to use while streaming your application.
|
2576
|
+
*/
|
2577
|
+
PreferredProtocol?: PreferredProtocol;
|
2578
|
+
}
|
2564
2579
|
export type StreamingUrlUserId = string;
|
2565
2580
|
export type String = string;
|
2566
2581
|
export type StringList = String[];
|
@@ -2840,6 +2855,10 @@ declare namespace AppStream {
|
|
2840
2855
|
* The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
|
2841
2856
|
*/
|
2842
2857
|
EmbedHostDomains?: EmbedHostDomains;
|
2858
|
+
/**
|
2859
|
+
* The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
|
2860
|
+
*/
|
2861
|
+
StreamingExperienceSettings?: StreamingExperienceSettings;
|
2843
2862
|
}
|
2844
2863
|
export interface UpdateStackResult {
|
2845
2864
|
/**
|
@@ -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. If the protocol of the target group is TCP, TLS, UDP, or TCP_UDP, you can't modify the health check protocol, interval, timeout, or success codes.
|
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. If the protocol of the target group is TCP, TLS, UDP, or TCP_UDP, you can't modify the health check protocol, interval, timeout, or success codes.
|
221
221
|
*/
|
222
222
|
modifyTargetGroup(callback?: (err: AWSError, data: ELBv2.Types.ModifyTargetGroupOutput) => void): Request<ELBv2.Types.ModifyTargetGroupOutput, AWSError>;
|
223
223
|
/**
|
@@ -594,11 +594,11 @@ declare namespace ELBv2 {
|
|
594
594
|
*/
|
595
595
|
Name: LoadBalancerName;
|
596
596
|
/**
|
597
|
-
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
|
597
|
+
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
|
598
598
|
*/
|
599
599
|
Subnets?: Subnets;
|
600
600
|
/**
|
601
|
-
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
|
601
|
+
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
|
602
602
|
*/
|
603
603
|
SubnetMappings?: SubnetMappings;
|
604
604
|
/**
|
@@ -698,7 +698,7 @@ 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. If the target group protocol is TCP, TLS, UDP, or TCP_UDP, the supported values are 10 and 30 seconds
|
701
|
+
* The approximate amount of time, in seconds, between health checks of an individual target. If the target group protocol is HTTP or HTTPS, the default is 30 seconds. If the target group protocol is TCP, TLS, UDP, or TCP_UDP, the supported values are 10 and 30 seconds and 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
|
/**
|
@@ -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 attribute is supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. 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.
|
1215
|
+
* The name of the attribute. The following attribute is supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. 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. The following attribute is supported by Network Load Balancers and Gateway Load Balancers: load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default is false.
|
1216
1216
|
*/
|
1217
1217
|
Key?: LoadBalancerAttributeKey;
|
1218
1218
|
/**
|
@@ -1345,7 +1345,7 @@ declare namespace ELBv2 {
|
|
1345
1345
|
*/
|
1346
1346
|
TargetGroupArn: TargetGroupArn;
|
1347
1347
|
/**
|
1348
|
-
* The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load Balancers, the default is TCP. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. It is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks.
|
1348
|
+
* The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load Balancers, the default is TCP. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. It is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks.
|
1349
1349
|
*/
|
1350
1350
|
HealthCheckProtocol?: ProtocolEnum;
|
1351
1351
|
/**
|
@@ -1361,11 +1361,11 @@ 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. For TCP health checks, the supported values are 10 or 30 seconds.
|
1364
|
+
* The approximate amount of time, in seconds, between health checks of an individual target. For TCP health checks, the supported values are 10 or 30 seconds.
|
1365
1365
|
*/
|
1366
1366
|
HealthCheckIntervalSeconds?: HealthCheckIntervalSeconds;
|
1367
1367
|
/**
|
1368
|
-
* [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.
|
1368
|
+
* [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.
|
1369
1369
|
*/
|
1370
1370
|
HealthCheckTimeoutSeconds?: HealthCheckTimeoutSeconds;
|
1371
1371
|
/**
|
@@ -1377,7 +1377,7 @@ declare namespace ELBv2 {
|
|
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.
|
1381
1381
|
*/
|
1382
1382
|
Matcher?: Matcher;
|
1383
1383
|
}
|
@@ -1239,7 +1239,7 @@ declare namespace EMR {
|
|
1239
1239
|
export type EC2InstanceIdsToTerminateList = InstanceId[];
|
1240
1240
|
export interface EbsBlockDevice {
|
1241
1241
|
/**
|
1242
|
-
* EBS volume specifications such as volume type, IOPS,
|
1242
|
+
* EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an EC2 instance in the cluster.
|
1243
1243
|
*/
|
1244
1244
|
VolumeSpecification?: VolumeSpecification;
|
1245
1245
|
/**
|
@@ -1249,11 +1249,11 @@ declare namespace EMR {
|
|
1249
1249
|
}
|
1250
1250
|
export interface EbsBlockDeviceConfig {
|
1251
1251
|
/**
|
1252
|
-
* EBS volume specifications such as volume type, IOPS,
|
1252
|
+
* EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an EC2 instance in the cluster.
|
1253
1253
|
*/
|
1254
1254
|
VolumeSpecification: VolumeSpecification;
|
1255
1255
|
/**
|
1256
|
-
* Number of EBS volumes with a specific volume configuration that
|
1256
|
+
* Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group
|
1257
1257
|
*/
|
1258
1258
|
VolumesPerInstance?: Integer;
|
1259
1259
|
}
|
@@ -3507,6 +3507,7 @@ declare namespace EMR {
|
|
3507
3507
|
*/
|
3508
3508
|
JobFlowIds: XmlStringList;
|
3509
3509
|
}
|
3510
|
+
export type ThroughputVal = number;
|
3510
3511
|
export type Unit = "NONE"|"SECONDS"|"MICRO_SECONDS"|"MILLI_SECONDS"|"BYTES"|"KILO_BYTES"|"MEGA_BYTES"|"GIGA_BYTES"|"TERA_BYTES"|"BITS"|"KILO_BITS"|"MEGA_BITS"|"GIGA_BITS"|"TERA_BITS"|"PERCENT"|"COUNT"|"BYTES_PER_SECOND"|"KILO_BYTES_PER_SECOND"|"MEGA_BYTES_PER_SECOND"|"GIGA_BYTES_PER_SECOND"|"TERA_BYTES_PER_SECOND"|"BITS_PER_SECOND"|"KILO_BITS_PER_SECOND"|"MEGA_BITS_PER_SECOND"|"GIGA_BITS_PER_SECOND"|"TERA_BITS_PER_SECOND"|"COUNT_PER_SECOND"|string;
|
3511
3512
|
export interface UpdateStudioInput {
|
3512
3513
|
/**
|
@@ -3565,6 +3566,10 @@ declare namespace EMR {
|
|
3565
3566
|
* The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.
|
3566
3567
|
*/
|
3567
3568
|
SizeInGB: Integer;
|
3569
|
+
/**
|
3570
|
+
* The throughput, in mebibyte per second (MiB/s). This optional parameter can be a number from 125 - 1000 and is valid only for gp3 volumes.
|
3571
|
+
*/
|
3572
|
+
Throughput?: ThroughputVal;
|
3568
3573
|
}
|
3569
3574
|
export type WholeNumber = number;
|
3570
3575
|
export type XmlString = string;
|
@@ -649,6 +649,7 @@ Leave set to "normal" when input does not contain pre-mixed audio + AD.
|
|
649
649
|
}
|
650
650
|
export interface AcceptInputDeviceTransferResponse {
|
651
651
|
}
|
652
|
+
export type AccessibilityType = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES"|"IMPLEMENTS_ACCESSIBILITY_FEATURES"|string;
|
652
653
|
export type AfdSignaling = "AUTO"|"FIXED"|"NONE"|string;
|
653
654
|
export interface AncillarySourceSettings {
|
654
655
|
/**
|
@@ -758,7 +759,7 @@ Note that this field and audioType are both ignored if inputType is broadcasterM
|
|
758
759
|
/**
|
759
760
|
* The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event.
|
760
761
|
*/
|
761
|
-
Name:
|
762
|
+
Name: __stringMax255;
|
762
763
|
/**
|
763
764
|
* Settings that control how input audio channels are remixed into the output audio channels.
|
764
765
|
*/
|
@@ -1189,6 +1190,10 @@ Alternate rendition that the client will not try to play back by default. Repres
|
|
1189
1190
|
export interface CancelInputDeviceTransferResponse {
|
1190
1191
|
}
|
1191
1192
|
export interface CaptionDescription {
|
1193
|
+
/**
|
1194
|
+
* Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.
|
1195
|
+
*/
|
1196
|
+
Accessibility?: AccessibilityType;
|
1192
1197
|
/**
|
1193
1198
|
* Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.
|
1194
1199
|
*/
|
@@ -1879,6 +1884,10 @@ one destination per packager.
|
|
1879
1884
|
* AWS region, e.g. 'us-west-2'
|
1880
1885
|
*/
|
1881
1886
|
Region?: __string;
|
1887
|
+
/**
|
1888
|
+
* Renewal settings for the reservation
|
1889
|
+
*/
|
1890
|
+
RenewalSettings?: RenewalSettings;
|
1882
1891
|
/**
|
1883
1892
|
* Unique reservation ID, e.g. '1234567'
|
1884
1893
|
*/
|
@@ -2373,6 +2382,10 @@ during input switch actions. Presently, this functionality only works with MP4_F
|
|
2373
2382
|
* AWS region, e.g. 'us-west-2'
|
2374
2383
|
*/
|
2375
2384
|
Region?: __string;
|
2385
|
+
/**
|
2386
|
+
* Renewal settings for the reservation
|
2387
|
+
*/
|
2388
|
+
RenewalSettings?: RenewalSettings;
|
2376
2389
|
/**
|
2377
2390
|
* Unique reservation ID, e.g. '1234567'
|
2378
2391
|
*/
|
@@ -2417,7 +2430,7 @@ during input switch actions. Presently, this functionality only works with MP4_F
|
|
2417
2430
|
ScheduleActions?: __listOfScheduleAction;
|
2418
2431
|
}
|
2419
2432
|
export type DeviceSettingsSyncState = "SYNCED"|"SYNCING"|string;
|
2420
|
-
export type DeviceUpdateStatus = "UP_TO_DATE"|"NOT_UP_TO_DATE"|string;
|
2433
|
+
export type DeviceUpdateStatus = "UP_TO_DATE"|"NOT_UP_TO_DATE"|"UPDATING"|string;
|
2421
2434
|
export interface DvbNitSettings {
|
2422
2435
|
/**
|
2423
2436
|
* The numeric value placed in the Network Information Table (NIT).
|
@@ -4016,7 +4029,7 @@ to.
|
|
4016
4029
|
/**
|
4017
4030
|
* Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".
|
4018
4031
|
*/
|
4019
|
-
Uri:
|
4032
|
+
Uri: __stringMax2048;
|
4020
4033
|
/**
|
4021
4034
|
* Documentation update needed
|
4022
4035
|
*/
|
@@ -5555,6 +5568,10 @@ When this field is defined, ConstantBitrate must be undefined.
|
|
5555
5568
|
* Offering to purchase, e.g. '87654321'
|
5556
5569
|
*/
|
5557
5570
|
OfferingId: __string;
|
5571
|
+
/**
|
5572
|
+
* Renewal settings for the reservation
|
5573
|
+
*/
|
5574
|
+
RenewalSettings?: RenewalSettings;
|
5558
5575
|
/**
|
5559
5576
|
* Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.
|
5560
5577
|
*/
|
@@ -5600,6 +5617,16 @@ Valid values: 1, 2, 4, 6, 8
|
|
5600
5617
|
*/
|
5601
5618
|
ChannelsOut?: __integerMin1Max8;
|
5602
5619
|
}
|
5620
|
+
export interface RenewalSettings {
|
5621
|
+
/**
|
5622
|
+
* Automatic renewal status for the reservation
|
5623
|
+
*/
|
5624
|
+
AutomaticRenewal?: ReservationAutomaticRenewal;
|
5625
|
+
/**
|
5626
|
+
* Count for the reservation renewal
|
5627
|
+
*/
|
5628
|
+
RenewalCount?: __integerMin1;
|
5629
|
+
}
|
5603
5630
|
export interface Reservation {
|
5604
5631
|
/**
|
5605
5632
|
* Unique reservation ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:reservation:1234567'
|
@@ -5649,6 +5676,10 @@ Valid values: 1, 2, 4, 6, 8
|
|
5649
5676
|
* AWS region, e.g. 'us-west-2'
|
5650
5677
|
*/
|
5651
5678
|
Region?: __string;
|
5679
|
+
/**
|
5680
|
+
* Renewal settings for the reservation
|
5681
|
+
*/
|
5682
|
+
RenewalSettings?: RenewalSettings;
|
5652
5683
|
/**
|
5653
5684
|
* Unique reservation ID, e.g. '1234567'
|
5654
5685
|
*/
|
@@ -5674,6 +5705,7 @@ Valid values: 1, 2, 4, 6, 8
|
|
5674
5705
|
*/
|
5675
5706
|
UsagePrice?: __double;
|
5676
5707
|
}
|
5708
|
+
export type ReservationAutomaticRenewal = "DISABLED"|"ENABLED"|"UNAVAILABLE"|string;
|
5677
5709
|
export type ReservationCodec = "MPEG2"|"AVC"|"HEVC"|"AUDIO"|"LINK"|string;
|
5678
5710
|
export type ReservationMaximumBitrate = "MAX_10_MBPS"|"MAX_20_MBPS"|"MAX_50_MBPS"|string;
|
5679
5711
|
export type ReservationMaximumFramerate = "MAX_30_FPS"|"MAX_60_FPS"|string;
|
@@ -6715,6 +6747,10 @@ Only specify sources for PULL type Inputs. Leave Destinations empty.
|
|
6715
6747
|
* Name of the reservation
|
6716
6748
|
*/
|
6717
6749
|
Name?: __string;
|
6750
|
+
/**
|
6751
|
+
* Renewal settings for the reservation
|
6752
|
+
*/
|
6753
|
+
RenewalSettings?: RenewalSettings;
|
6718
6754
|
/**
|
6719
6755
|
* Unique reservation ID, e.g. '1234567'
|
6720
6756
|
*/
|
@@ -6994,6 +7030,8 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
|
|
6994
7030
|
export type __longMin0Max86400000 = number;
|
6995
7031
|
export type __string = string;
|
6996
7032
|
export type __stringMax1000 = string;
|
7033
|
+
export type __stringMax2048 = string;
|
7034
|
+
export type __stringMax255 = string;
|
6997
7035
|
export type __stringMax256 = string;
|
6998
7036
|
export type __stringMax32 = string;
|
6999
7037
|
export type __stringMin1 = string;
|