aws-sdk 2.1442.0 → 2.1444.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/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/apigateway-2015-07-09.min.json +2 -1
- package/apis/ec2-2016-11-15.min.json +1199 -1195
- package/apis/glue-2017-03-31.min.json +153 -137
- package/apis/mediaconvert-2017-08-29.min.json +134 -96
- package/apis/medialive-2017-10-14.min.json +237 -225
- package/apis/quicksight-2018-04-01.min.json +737 -706
- package/apis/quicksight-2018-04-01.paginators.json +30 -0
- package/apis/rds-2014-10-31.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +131 -131
- package/clients/apigateway.d.ts +34 -30
- package/clients/ec2.d.ts +5 -3
- package/clients/glue.d.ts +25 -0
- package/clients/mediaconvert.d.ts +52 -6
- package/clients/medialive.d.ts +19 -0
- package/clients/mediatailor.d.ts +2 -2
- package/clients/polly.d.ts +1 -1
- package/clients/quicksight.d.ts +89 -27
- package/clients/rds.d.ts +2 -2
- package/clients/verifiedpermissions.d.ts +18 -18
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +1210 -1199
- package/dist/aws-sdk.min.js +50 -50
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/apigateway.d.ts
CHANGED
@@ -1015,7 +1015,7 @@ declare namespace APIGateway {
|
|
1015
1015
|
*/
|
1016
1016
|
name?: String;
|
1017
1017
|
/**
|
1018
|
-
* An
|
1018
|
+
* An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
|
1019
1019
|
*/
|
1020
1020
|
customerId?: String;
|
1021
1021
|
/**
|
@@ -1234,7 +1234,7 @@ declare namespace APIGateway {
|
|
1234
1234
|
*/
|
1235
1235
|
stageKeys?: ListOfStageKeys;
|
1236
1236
|
/**
|
1237
|
-
* An
|
1237
|
+
* An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
|
1238
1238
|
*/
|
1239
1239
|
customerId?: String;
|
1240
1240
|
/**
|
@@ -1394,7 +1394,7 @@ declare namespace APIGateway {
|
|
1394
1394
|
*/
|
1395
1395
|
certificateChain?: String;
|
1396
1396
|
/**
|
1397
|
-
* The reference to an
|
1397
|
+
* The reference to an Amazon Web Services-managed certificate that will be used by edge-optimized endpoint for this domain name. Certificate Manager is the only supported source.
|
1398
1398
|
*/
|
1399
1399
|
certificateArn?: String;
|
1400
1400
|
/**
|
@@ -1402,7 +1402,7 @@ declare namespace APIGateway {
|
|
1402
1402
|
*/
|
1403
1403
|
regionalCertificateName?: String;
|
1404
1404
|
/**
|
1405
|
-
* The reference to an
|
1405
|
+
* The reference to an Amazon Web Services-managed certificate that will be used by regional endpoint for this domain name. Certificate Manager is the only supported source.
|
1406
1406
|
*/
|
1407
1407
|
regionalCertificateArn?: String;
|
1408
1408
|
/**
|
@@ -1503,7 +1503,7 @@ declare namespace APIGateway {
|
|
1503
1503
|
*/
|
1504
1504
|
minimumCompressionSize?: NullableInteger;
|
1505
1505
|
/**
|
1506
|
-
* The source of the API key for metering requests according to a usage plan. Valid values are:
|
1506
|
+
* The source of the API key for metering requests according to a usage plan. Valid values are: HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.
|
1507
1507
|
*/
|
1508
1508
|
apiKeySource?: ApiKeySourceType;
|
1509
1509
|
/**
|
@@ -1619,7 +1619,7 @@ declare namespace APIGateway {
|
|
1619
1619
|
*/
|
1620
1620
|
description?: String;
|
1621
1621
|
/**
|
1622
|
-
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same
|
1622
|
+
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
|
1623
1623
|
*/
|
1624
1624
|
targetArns: ListOfString;
|
1625
1625
|
/**
|
@@ -1962,7 +1962,7 @@ declare namespace APIGateway {
|
|
1962
1962
|
*/
|
1963
1963
|
certificateName?: String;
|
1964
1964
|
/**
|
1965
|
-
* The reference to an
|
1965
|
+
* The reference to an Amazon Web Services-managed certificate that will be used by edge-optimized endpoint for this domain name. Certificate Manager is the only supported source.
|
1966
1966
|
*/
|
1967
1967
|
certificateArn?: String;
|
1968
1968
|
/**
|
@@ -1982,7 +1982,7 @@ declare namespace APIGateway {
|
|
1982
1982
|
*/
|
1983
1983
|
regionalCertificateName?: String;
|
1984
1984
|
/**
|
1985
|
-
* The reference to an
|
1985
|
+
* The reference to an Amazon Web Services-managed certificate that will be used for validating the regional domain name. Certificate Manager is the only supported source.
|
1986
1986
|
*/
|
1987
1987
|
regionalCertificateArn?: String;
|
1988
1988
|
/**
|
@@ -2142,7 +2142,7 @@ declare namespace APIGateway {
|
|
2142
2142
|
*/
|
2143
2143
|
nameQuery?: String;
|
2144
2144
|
/**
|
2145
|
-
* The identifier of a customer in
|
2145
|
+
* The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
|
2146
2146
|
*/
|
2147
2147
|
customerId?: String;
|
2148
2148
|
/**
|
@@ -2720,7 +2720,7 @@ declare namespace APIGateway {
|
|
2720
2720
|
*/
|
2721
2721
|
restApiId: String;
|
2722
2722
|
/**
|
2723
|
-
* A query parameter to indicate whether to overwrite (
|
2723
|
+
* A query parameter to indicate whether to overwrite (overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one. The default value is merge.
|
2724
2724
|
*/
|
2725
2725
|
mode?: PutMode;
|
2726
2726
|
/**
|
@@ -2738,7 +2738,7 @@ declare namespace APIGateway {
|
|
2738
2738
|
*/
|
2739
2739
|
failOnWarnings?: Boolean;
|
2740
2740
|
/**
|
2741
|
-
* A key-value map of context-specific query string parameters specifying the behavior of different API importing operations. The following shows operation-specific parameters and their supported values. To exclude DocumentationParts from the import, set parameters as ignore=documentation. To configure the endpoint type, set parameters as endpointConfigurationTypes=EDGE, endpointConfigurationTypes=REGIONAL, or endpointConfigurationTypes=PRIVATE. The default endpoint type is EDGE. To handle imported basepath, set parameters as basepath=ignore, basepath=prepend or basepath=split.
|
2741
|
+
* A key-value map of context-specific query string parameters specifying the behavior of different API importing operations. The following shows operation-specific parameters and their supported values. To exclude DocumentationParts from the import, set parameters as ignore=documentation. To configure the endpoint type, set parameters as endpointConfigurationTypes=EDGE, endpointConfigurationTypes=REGIONAL, or endpointConfigurationTypes=PRIVATE. The default endpoint type is EDGE. To handle imported basepath, set parameters as basepath=ignore, basepath=prepend or basepath=split.
|
2742
2742
|
*/
|
2743
2743
|
parameters?: MapOfStringToString;
|
2744
2744
|
/**
|
@@ -2753,11 +2753,11 @@ declare namespace APIGateway {
|
|
2753
2753
|
*/
|
2754
2754
|
type?: IntegrationType;
|
2755
2755
|
/**
|
2756
|
-
* Specifies the integration's HTTP method type.
|
2756
|
+
* Specifies the integration's HTTP method type. For the Type property, if you specify MOCK, this property is optional. For Lambda integrations, you must set the integration method to POST. For all other types, you must specify this property.
|
2757
2757
|
*/
|
2758
2758
|
httpMethod?: String;
|
2759
2759
|
/**
|
2760
|
-
* Specifies Uniform Resource Identifier (URI) of the integration endpoint. For HTTP or HTTP_PROXY integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification
|
2760
|
+
* Specifies Uniform Resource Identifier (URI) of the integration endpoint. For HTTP or HTTP_PROXY integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification for standard integrations. If connectionType is VPC_LINK specify the Network Load Balancer DNS name. For AWS or AWS_PROXY integrations, the URI is of the form arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}. Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated Amazon Web Services service (e.g., s3); and {subdomain} is a designated subdomain supported by certain Amazon Web Services service for fast host-name lookup. action can be used for an Amazon Web Services service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an Amazon Web Services service path-based API. The ensuing service_api refers to the path to an Amazon Web Services service resource, including the region of the integrated Amazon Web Services service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key} or arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}
|
2761
2761
|
*/
|
2762
2762
|
uri?: String;
|
2763
2763
|
/**
|
@@ -2769,7 +2769,7 @@ declare namespace APIGateway {
|
|
2769
2769
|
*/
|
2770
2770
|
connectionId?: String;
|
2771
2771
|
/**
|
2772
|
-
* Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::\*:user/\*. To use resource-based permissions on supported
|
2772
|
+
* Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::\*:user/\*. To use resource-based permissions on supported Amazon Web Services services, specify null.
|
2773
2773
|
*/
|
2774
2774
|
credentials?: String;
|
2775
2775
|
/**
|
@@ -2815,7 +2815,7 @@ declare namespace APIGateway {
|
|
2815
2815
|
*/
|
2816
2816
|
statusCode?: StatusCode;
|
2817
2817
|
/**
|
2818
|
-
* Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end. For example, if the success response returns nothing and the error response returns some string, you could use the .+ regex to match error response. However, make sure that the error response does not contain any newline (\n) character in such cases. If the back end is an
|
2818
|
+
* Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end. For example, if the success response returns nothing and the error response returns some string, you could use the .+ regex to match error response. However, make sure that the error response does not contain any newline (\n) character in such cases. If the back end is an Lambda function, the Lambda function error header is matched. For all other HTTP and Amazon Web Services back ends, the HTTP status code is matched.
|
2819
2819
|
*/
|
2820
2820
|
selectionPattern?: String;
|
2821
2821
|
/**
|
@@ -2933,43 +2933,43 @@ declare namespace APIGateway {
|
|
2933
2933
|
}
|
2934
2934
|
export interface MethodSetting {
|
2935
2935
|
/**
|
2936
|
-
* Specifies whether Amazon CloudWatch metrics are enabled for this method.
|
2936
|
+
* Specifies whether Amazon CloudWatch metrics are enabled for this method.
|
2937
2937
|
*/
|
2938
2938
|
metricsEnabled?: Boolean;
|
2939
2939
|
/**
|
2940
|
-
* Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs.
|
2940
|
+
* Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
|
2941
2941
|
*/
|
2942
2942
|
loggingLevel?: String;
|
2943
2943
|
/**
|
2944
|
-
* Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.
|
2944
|
+
* Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.
|
2945
2945
|
*/
|
2946
2946
|
dataTraceEnabled?: Boolean;
|
2947
2947
|
/**
|
2948
|
-
* Specifies the throttling burst limit.
|
2948
|
+
* Specifies the throttling burst limit.
|
2949
2949
|
*/
|
2950
2950
|
throttlingBurstLimit?: Integer;
|
2951
2951
|
/**
|
2952
|
-
* Specifies the throttling rate limit.
|
2952
|
+
* Specifies the throttling rate limit.
|
2953
2953
|
*/
|
2954
2954
|
throttlingRateLimit?: Double;
|
2955
2955
|
/**
|
2956
|
-
* Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
|
2956
|
+
* Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
|
2957
2957
|
*/
|
2958
2958
|
cachingEnabled?: Boolean;
|
2959
2959
|
/**
|
2960
|
-
* Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
|
2960
|
+
* Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
|
2961
2961
|
*/
|
2962
2962
|
cacheTtlInSeconds?: Integer;
|
2963
2963
|
/**
|
2964
|
-
* Specifies whether the cached responses are encrypted.
|
2964
|
+
* Specifies whether the cached responses are encrypted.
|
2965
2965
|
*/
|
2966
2966
|
cacheDataEncrypted?: Boolean;
|
2967
2967
|
/**
|
2968
|
-
* Specifies whether authorization is required for a cache invalidation request.
|
2968
|
+
* Specifies whether authorization is required for a cache invalidation request.
|
2969
2969
|
*/
|
2970
2970
|
requireAuthorizationForCacheControl?: Boolean;
|
2971
2971
|
/**
|
2972
|
-
* Specifies how to handle unauthorized requests for cache invalidation.
|
2972
|
+
* Specifies how to handle unauthorized requests for cache invalidation.
|
2973
2973
|
*/
|
2974
2974
|
unauthorizedCacheControlHeaderStrategy?: UnauthorizedCacheControlHeaderStrategy;
|
2975
2975
|
}
|
@@ -3399,6 +3399,10 @@ declare namespace APIGateway {
|
|
3399
3399
|
* Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.
|
3400
3400
|
*/
|
3401
3401
|
disableExecuteApiEndpoint?: Boolean;
|
3402
|
+
/**
|
3403
|
+
* The API's root resource ID.
|
3404
|
+
*/
|
3405
|
+
rootResourceId?: String;
|
3402
3406
|
}
|
3403
3407
|
export interface RestApis {
|
3404
3408
|
position?: String;
|
@@ -3623,7 +3627,7 @@ declare namespace APIGateway {
|
|
3623
3627
|
*/
|
3624
3628
|
log?: String;
|
3625
3629
|
/**
|
3626
|
-
* The execution latency of the test authorizer request.
|
3630
|
+
* The execution latency, in ms, of the test authorizer request.
|
3627
3631
|
*/
|
3628
3632
|
latency?: Long;
|
3629
3633
|
/**
|
@@ -3703,7 +3707,7 @@ declare namespace APIGateway {
|
|
3703
3707
|
*/
|
3704
3708
|
log?: String;
|
3705
3709
|
/**
|
3706
|
-
* The execution latency of the test invoke request.
|
3710
|
+
* The execution latency, in ms, of the test invoke request.
|
3707
3711
|
*/
|
3708
3712
|
latency?: Long;
|
3709
3713
|
}
|
@@ -3819,7 +3823,7 @@ declare namespace APIGateway {
|
|
3819
3823
|
}
|
3820
3824
|
export interface UpdateDocumentationVersionRequest {
|
3821
3825
|
/**
|
3822
|
-
* The string identifier of the associated RestApi
|
3826
|
+
* The string identifier of the associated RestApi.
|
3823
3827
|
*/
|
3824
3828
|
restApiId: String;
|
3825
3829
|
/**
|
@@ -4080,7 +4084,7 @@ declare namespace APIGateway {
|
|
4080
4084
|
*/
|
4081
4085
|
quota?: QuotaSettings;
|
4082
4086
|
/**
|
4083
|
-
* The
|
4087
|
+
* The Amazon Web Services Marketplace product identifier to associate with the usage plan as a SaaS product on the Amazon Web Services Marketplace.
|
4084
4088
|
*/
|
4085
4089
|
productCode?: String;
|
4086
4090
|
/**
|
@@ -4134,7 +4138,7 @@ declare namespace APIGateway {
|
|
4134
4138
|
*/
|
4135
4139
|
description?: String;
|
4136
4140
|
/**
|
4137
|
-
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same
|
4141
|
+
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
|
4138
4142
|
*/
|
4139
4143
|
targetArns?: ListOfString;
|
4140
4144
|
/**
|
package/clients/ec2.d.ts
CHANGED
@@ -21264,7 +21264,7 @@ declare namespace EC2 {
|
|
21264
21264
|
/**
|
21265
21265
|
* The password of the instance. Returns an empty string if the password is not available.
|
21266
21266
|
*/
|
21267
|
-
PasswordData?:
|
21267
|
+
PasswordData?: PasswordData;
|
21268
21268
|
/**
|
21269
21269
|
* The time the data was last updated.
|
21270
21270
|
*/
|
@@ -24211,7 +24211,7 @@ declare namespace EC2 {
|
|
24211
24211
|
*/
|
24212
24212
|
IncludeAllTagsOfInstance?: Boolean;
|
24213
24213
|
}
|
24214
|
-
export type InstanceType = "a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6g.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gd.metal"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"c6i.large"|"c6i.xlarge"|"c6i.2xlarge"|"c6i.4xlarge"|"c6i.8xlarge"|"c6i.12xlarge"|"c6i.16xlarge"|"c6i.24xlarge"|"c6i.32xlarge"|"c6i.metal"|"cc1.4xlarge"|"cc2.8xlarge"|"cg1.4xlarge"|"cr1.8xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"dl1.24xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.xlarge"|"g4ad.2xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"g5.xlarge"|"g5.2xlarge"|"g5.4xlarge"|"g5.8xlarge"|"g5.12xlarge"|"g5.16xlarge"|"g5.24xlarge"|"g5.48xlarge"|"g5g.xlarge"|"g5g.2xlarge"|"g5g.4xlarge"|"g5g.8xlarge"|"g5g.16xlarge"|"g5g.metal"|"hi1.4xlarge"|"hpc6a.48xlarge"|"hs1.8xlarge"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"im4gn.large"|"im4gn.xlarge"|"im4gn.2xlarge"|"im4gn.4xlarge"|"im4gn.8xlarge"|"im4gn.16xlarge"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"is4gen.medium"|"is4gen.large"|"is4gen.xlarge"|"is4gen.2xlarge"|"is4gen.4xlarge"|"is4gen.8xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5dn.metal"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"m5n.metal"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"m6a.large"|"m6a.xlarge"|"m6a.2xlarge"|"m6a.4xlarge"|"m6a.8xlarge"|"m6a.12xlarge"|"m6a.16xlarge"|"m6a.24xlarge"|"m6a.32xlarge"|"m6a.48xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"m6i.large"|"m6i.xlarge"|"m6i.2xlarge"|"m6i.4xlarge"|"m6i.8xlarge"|"m6i.12xlarge"|"m6i.16xlarge"|"m6i.24xlarge"|"m6i.32xlarge"|"m6i.metal"|"mac1.metal"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5dn.metal"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"r5n.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6g.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"r6gd.metal"|"r6i.large"|"r6i.xlarge"|"r6i.2xlarge"|"r6i.4xlarge"|"r6i.8xlarge"|"r6i.12xlarge"|"r6i.16xlarge"|"r6i.24xlarge"|"r6i.32xlarge"|"r6i.metal"|"t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"vt1.3xlarge"|"vt1.6xlarge"|"vt1.24xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"x2iezn.2xlarge"|"x2iezn.4xlarge"|"x2iezn.6xlarge"|"x2iezn.8xlarge"|"x2iezn.12xlarge"|"x2iezn.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"x2idn.16xlarge"|"x2idn.24xlarge"|"x2idn.32xlarge"|"x2iedn.xlarge"|"x2iedn.2xlarge"|"x2iedn.4xlarge"|"x2iedn.8xlarge"|"x2iedn.16xlarge"|"x2iedn.24xlarge"|"x2iedn.32xlarge"|"c6a.large"|"c6a.xlarge"|"c6a.2xlarge"|"c6a.4xlarge"|"c6a.8xlarge"|"c6a.12xlarge"|"c6a.16xlarge"|"c6a.24xlarge"|"c6a.32xlarge"|"c6a.48xlarge"|"c6a.metal"|"m6a.metal"|"i4i.large"|"i4i.xlarge"|"i4i.2xlarge"|"i4i.4xlarge"|"i4i.8xlarge"|"i4i.16xlarge"|"i4i.32xlarge"|"i4i.metal"|"x2idn.metal"|"x2iedn.metal"|"c7g.medium"|"c7g.large"|"c7g.xlarge"|"c7g.2xlarge"|"c7g.4xlarge"|"c7g.8xlarge"|"c7g.12xlarge"|"c7g.16xlarge"|"mac2.metal"|"c6id.large"|"c6id.xlarge"|"c6id.2xlarge"|"c6id.4xlarge"|"c6id.8xlarge"|"c6id.12xlarge"|"c6id.16xlarge"|"c6id.24xlarge"|"c6id.32xlarge"|"c6id.metal"|"m6id.large"|"m6id.xlarge"|"m6id.2xlarge"|"m6id.4xlarge"|"m6id.8xlarge"|"m6id.12xlarge"|"m6id.16xlarge"|"m6id.24xlarge"|"m6id.32xlarge"|"m6id.metal"|"r6id.large"|"r6id.xlarge"|"r6id.2xlarge"|"r6id.4xlarge"|"r6id.8xlarge"|"r6id.12xlarge"|"r6id.16xlarge"|"r6id.24xlarge"|"r6id.32xlarge"|"r6id.metal"|"r6a.large"|"r6a.xlarge"|"r6a.2xlarge"|"r6a.4xlarge"|"r6a.8xlarge"|"r6a.12xlarge"|"r6a.16xlarge"|"r6a.24xlarge"|"r6a.32xlarge"|"r6a.48xlarge"|"r6a.metal"|"p4de.24xlarge"|"u-3tb1.56xlarge"|"u-18tb1.112xlarge"|"u-24tb1.112xlarge"|"trn1.2xlarge"|"trn1.32xlarge"|"hpc6id.32xlarge"|"c6in.large"|"c6in.xlarge"|"c6in.2xlarge"|"c6in.4xlarge"|"c6in.8xlarge"|"c6in.12xlarge"|"c6in.16xlarge"|"c6in.24xlarge"|"c6in.32xlarge"|"m6in.large"|"m6in.xlarge"|"m6in.2xlarge"|"m6in.4xlarge"|"m6in.8xlarge"|"m6in.12xlarge"|"m6in.16xlarge"|"m6in.24xlarge"|"m6in.32xlarge"|"m6idn.large"|"m6idn.xlarge"|"m6idn.2xlarge"|"m6idn.4xlarge"|"m6idn.8xlarge"|"m6idn.12xlarge"|"m6idn.16xlarge"|"m6idn.24xlarge"|"m6idn.32xlarge"|"r6in.large"|"r6in.xlarge"|"r6in.2xlarge"|"r6in.4xlarge"|"r6in.8xlarge"|"r6in.12xlarge"|"r6in.16xlarge"|"r6in.24xlarge"|"r6in.32xlarge"|"r6idn.large"|"r6idn.xlarge"|"r6idn.2xlarge"|"r6idn.4xlarge"|"r6idn.8xlarge"|"r6idn.12xlarge"|"r6idn.16xlarge"|"r6idn.24xlarge"|"r6idn.32xlarge"|"c7g.metal"|"m7g.medium"|"m7g.large"|"m7g.xlarge"|"m7g.2xlarge"|"m7g.4xlarge"|"m7g.8xlarge"|"m7g.12xlarge"|"m7g.16xlarge"|"m7g.metal"|"r7g.medium"|"r7g.large"|"r7g.xlarge"|"r7g.2xlarge"|"r7g.4xlarge"|"r7g.8xlarge"|"r7g.12xlarge"|"r7g.16xlarge"|"r7g.metal"|"c6in.metal"|"m6in.metal"|"m6idn.metal"|"r6in.metal"|"r6idn.metal"|"inf2.xlarge"|"inf2.8xlarge"|"inf2.24xlarge"|"inf2.48xlarge"|"trn1n.32xlarge"|"i4g.large"|"i4g.xlarge"|"i4g.2xlarge"|"i4g.4xlarge"|"i4g.8xlarge"|"i4g.16xlarge"|"hpc7g.4xlarge"|"hpc7g.8xlarge"|"hpc7g.16xlarge"|"c7gn.medium"|"c7gn.large"|"c7gn.xlarge"|"c7gn.2xlarge"|"c7gn.4xlarge"|"c7gn.8xlarge"|"c7gn.12xlarge"|"c7gn.16xlarge"|"p5.48xlarge"|"m7i.large"|"m7i.xlarge"|"m7i.2xlarge"|"m7i.4xlarge"|"m7i.8xlarge"|"m7i.12xlarge"|"m7i.16xlarge"|"m7i.24xlarge"|"m7i.48xlarge"|"m7i-flex.large"|"m7i-flex.xlarge"|"m7i-flex.2xlarge"|"m7i-flex.4xlarge"|"m7i-flex.8xlarge"|string;
|
24214
|
+
export type InstanceType = "a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6g.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gd.metal"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"c6i.large"|"c6i.xlarge"|"c6i.2xlarge"|"c6i.4xlarge"|"c6i.8xlarge"|"c6i.12xlarge"|"c6i.16xlarge"|"c6i.24xlarge"|"c6i.32xlarge"|"c6i.metal"|"cc1.4xlarge"|"cc2.8xlarge"|"cg1.4xlarge"|"cr1.8xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"dl1.24xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.xlarge"|"g4ad.2xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"g5.xlarge"|"g5.2xlarge"|"g5.4xlarge"|"g5.8xlarge"|"g5.12xlarge"|"g5.16xlarge"|"g5.24xlarge"|"g5.48xlarge"|"g5g.xlarge"|"g5g.2xlarge"|"g5g.4xlarge"|"g5g.8xlarge"|"g5g.16xlarge"|"g5g.metal"|"hi1.4xlarge"|"hpc6a.48xlarge"|"hs1.8xlarge"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"im4gn.large"|"im4gn.xlarge"|"im4gn.2xlarge"|"im4gn.4xlarge"|"im4gn.8xlarge"|"im4gn.16xlarge"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"is4gen.medium"|"is4gen.large"|"is4gen.xlarge"|"is4gen.2xlarge"|"is4gen.4xlarge"|"is4gen.8xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5dn.metal"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"m5n.metal"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"m6a.large"|"m6a.xlarge"|"m6a.2xlarge"|"m6a.4xlarge"|"m6a.8xlarge"|"m6a.12xlarge"|"m6a.16xlarge"|"m6a.24xlarge"|"m6a.32xlarge"|"m6a.48xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"m6i.large"|"m6i.xlarge"|"m6i.2xlarge"|"m6i.4xlarge"|"m6i.8xlarge"|"m6i.12xlarge"|"m6i.16xlarge"|"m6i.24xlarge"|"m6i.32xlarge"|"m6i.metal"|"mac1.metal"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5dn.metal"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"r5n.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6g.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"r6gd.metal"|"r6i.large"|"r6i.xlarge"|"r6i.2xlarge"|"r6i.4xlarge"|"r6i.8xlarge"|"r6i.12xlarge"|"r6i.16xlarge"|"r6i.24xlarge"|"r6i.32xlarge"|"r6i.metal"|"t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"vt1.3xlarge"|"vt1.6xlarge"|"vt1.24xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"x2iezn.2xlarge"|"x2iezn.4xlarge"|"x2iezn.6xlarge"|"x2iezn.8xlarge"|"x2iezn.12xlarge"|"x2iezn.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"x2idn.16xlarge"|"x2idn.24xlarge"|"x2idn.32xlarge"|"x2iedn.xlarge"|"x2iedn.2xlarge"|"x2iedn.4xlarge"|"x2iedn.8xlarge"|"x2iedn.16xlarge"|"x2iedn.24xlarge"|"x2iedn.32xlarge"|"c6a.large"|"c6a.xlarge"|"c6a.2xlarge"|"c6a.4xlarge"|"c6a.8xlarge"|"c6a.12xlarge"|"c6a.16xlarge"|"c6a.24xlarge"|"c6a.32xlarge"|"c6a.48xlarge"|"c6a.metal"|"m6a.metal"|"i4i.large"|"i4i.xlarge"|"i4i.2xlarge"|"i4i.4xlarge"|"i4i.8xlarge"|"i4i.16xlarge"|"i4i.32xlarge"|"i4i.metal"|"x2idn.metal"|"x2iedn.metal"|"c7g.medium"|"c7g.large"|"c7g.xlarge"|"c7g.2xlarge"|"c7g.4xlarge"|"c7g.8xlarge"|"c7g.12xlarge"|"c7g.16xlarge"|"mac2.metal"|"c6id.large"|"c6id.xlarge"|"c6id.2xlarge"|"c6id.4xlarge"|"c6id.8xlarge"|"c6id.12xlarge"|"c6id.16xlarge"|"c6id.24xlarge"|"c6id.32xlarge"|"c6id.metal"|"m6id.large"|"m6id.xlarge"|"m6id.2xlarge"|"m6id.4xlarge"|"m6id.8xlarge"|"m6id.12xlarge"|"m6id.16xlarge"|"m6id.24xlarge"|"m6id.32xlarge"|"m6id.metal"|"r6id.large"|"r6id.xlarge"|"r6id.2xlarge"|"r6id.4xlarge"|"r6id.8xlarge"|"r6id.12xlarge"|"r6id.16xlarge"|"r6id.24xlarge"|"r6id.32xlarge"|"r6id.metal"|"r6a.large"|"r6a.xlarge"|"r6a.2xlarge"|"r6a.4xlarge"|"r6a.8xlarge"|"r6a.12xlarge"|"r6a.16xlarge"|"r6a.24xlarge"|"r6a.32xlarge"|"r6a.48xlarge"|"r6a.metal"|"p4de.24xlarge"|"u-3tb1.56xlarge"|"u-18tb1.112xlarge"|"u-24tb1.112xlarge"|"trn1.2xlarge"|"trn1.32xlarge"|"hpc6id.32xlarge"|"c6in.large"|"c6in.xlarge"|"c6in.2xlarge"|"c6in.4xlarge"|"c6in.8xlarge"|"c6in.12xlarge"|"c6in.16xlarge"|"c6in.24xlarge"|"c6in.32xlarge"|"m6in.large"|"m6in.xlarge"|"m6in.2xlarge"|"m6in.4xlarge"|"m6in.8xlarge"|"m6in.12xlarge"|"m6in.16xlarge"|"m6in.24xlarge"|"m6in.32xlarge"|"m6idn.large"|"m6idn.xlarge"|"m6idn.2xlarge"|"m6idn.4xlarge"|"m6idn.8xlarge"|"m6idn.12xlarge"|"m6idn.16xlarge"|"m6idn.24xlarge"|"m6idn.32xlarge"|"r6in.large"|"r6in.xlarge"|"r6in.2xlarge"|"r6in.4xlarge"|"r6in.8xlarge"|"r6in.12xlarge"|"r6in.16xlarge"|"r6in.24xlarge"|"r6in.32xlarge"|"r6idn.large"|"r6idn.xlarge"|"r6idn.2xlarge"|"r6idn.4xlarge"|"r6idn.8xlarge"|"r6idn.12xlarge"|"r6idn.16xlarge"|"r6idn.24xlarge"|"r6idn.32xlarge"|"c7g.metal"|"m7g.medium"|"m7g.large"|"m7g.xlarge"|"m7g.2xlarge"|"m7g.4xlarge"|"m7g.8xlarge"|"m7g.12xlarge"|"m7g.16xlarge"|"m7g.metal"|"r7g.medium"|"r7g.large"|"r7g.xlarge"|"r7g.2xlarge"|"r7g.4xlarge"|"r7g.8xlarge"|"r7g.12xlarge"|"r7g.16xlarge"|"r7g.metal"|"c6in.metal"|"m6in.metal"|"m6idn.metal"|"r6in.metal"|"r6idn.metal"|"inf2.xlarge"|"inf2.8xlarge"|"inf2.24xlarge"|"inf2.48xlarge"|"trn1n.32xlarge"|"i4g.large"|"i4g.xlarge"|"i4g.2xlarge"|"i4g.4xlarge"|"i4g.8xlarge"|"i4g.16xlarge"|"hpc7g.4xlarge"|"hpc7g.8xlarge"|"hpc7g.16xlarge"|"c7gn.medium"|"c7gn.large"|"c7gn.xlarge"|"c7gn.2xlarge"|"c7gn.4xlarge"|"c7gn.8xlarge"|"c7gn.12xlarge"|"c7gn.16xlarge"|"p5.48xlarge"|"m7i.large"|"m7i.xlarge"|"m7i.2xlarge"|"m7i.4xlarge"|"m7i.8xlarge"|"m7i.12xlarge"|"m7i.16xlarge"|"m7i.24xlarge"|"m7i.48xlarge"|"m7i-flex.large"|"m7i-flex.xlarge"|"m7i-flex.2xlarge"|"m7i-flex.4xlarge"|"m7i-flex.8xlarge"|"m7a.medium"|"m7a.large"|"m7a.xlarge"|"m7a.2xlarge"|"m7a.4xlarge"|"m7a.8xlarge"|"m7a.12xlarge"|"m7a.16xlarge"|"m7a.24xlarge"|"m7a.32xlarge"|"m7a.48xlarge"|"m7a.metal-48xl"|"hpc7a.12xlarge"|"hpc7a.24xlarge"|"hpc7a.48xlarge"|"hpc7a.96xlarge"|string;
|
24215
24215
|
export type InstanceTypeHypervisor = "nitro"|"xen"|string;
|
24216
24216
|
export interface InstanceTypeInfo {
|
24217
24217
|
/**
|
@@ -29823,6 +29823,7 @@ declare namespace EC2 {
|
|
29823
29823
|
Protocols?: ProtocolList;
|
29824
29824
|
}
|
29825
29825
|
export type PartitionLoadFrequency = "none"|"daily"|"weekly"|"monthly"|string;
|
29826
|
+
export type PasswordData = string;
|
29826
29827
|
export interface PathComponent {
|
29827
29828
|
/**
|
29828
29829
|
* The sequence number.
|
@@ -33106,8 +33107,9 @@ declare namespace EC2 {
|
|
33106
33107
|
/**
|
33107
33108
|
* The signature of the JSON document.
|
33108
33109
|
*/
|
33109
|
-
UploadPolicySignature?:
|
33110
|
+
UploadPolicySignature?: S3StorageUploadPolicySignature;
|
33110
33111
|
}
|
33112
|
+
export type S3StorageUploadPolicySignature = string;
|
33111
33113
|
export type SSEType = "sse-ebs"|"sse-kms"|"none"|string;
|
33112
33114
|
export interface ScheduledInstance {
|
33113
33115
|
/**
|
package/clients/glue.d.ts
CHANGED
@@ -8139,6 +8139,7 @@ declare namespace Glue {
|
|
8139
8139
|
}
|
8140
8140
|
export type IcebergTargetList = IcebergTarget[];
|
8141
8141
|
export type IdString = string;
|
8142
|
+
export type IdleTimeout = number;
|
8142
8143
|
export interface ImportCatalogToGlueRequest {
|
8143
8144
|
/**
|
8144
8145
|
* The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.
|
@@ -11463,6 +11464,30 @@ declare namespace Glue {
|
|
11463
11464
|
* The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.
|
11464
11465
|
*/
|
11465
11466
|
GlueVersion?: GlueVersionString;
|
11467
|
+
/**
|
11468
|
+
* The number of workers of a defined WorkerType to use for the session.
|
11469
|
+
*/
|
11470
|
+
NumberOfWorkers?: NullableInteger;
|
11471
|
+
/**
|
11472
|
+
* The type of predefined worker that is allocated when a session runs. Accepts a value of G.1X, G.2X, G.4X, or G.8X for Spark sessions. Accepts the value Z.2X for Ray sessions.
|
11473
|
+
*/
|
11474
|
+
WorkerType?: WorkerType;
|
11475
|
+
/**
|
11476
|
+
* The date and time that this session is completed.
|
11477
|
+
*/
|
11478
|
+
CompletedOn?: TimestampValue;
|
11479
|
+
/**
|
11480
|
+
* The total time the session ran for.
|
11481
|
+
*/
|
11482
|
+
ExecutionTime?: NullableDouble;
|
11483
|
+
/**
|
11484
|
+
* The DPUs consumed by the session (formula: ExecutionTime * MaxCapacity).
|
11485
|
+
*/
|
11486
|
+
DPUSeconds?: NullableDouble;
|
11487
|
+
/**
|
11488
|
+
* The number of minutes when idle before the session times out.
|
11489
|
+
*/
|
11490
|
+
IdleTimeout?: IdleTimeout;
|
11466
11491
|
}
|
11467
11492
|
export interface SessionCommand {
|
11468
11493
|
/**
|
@@ -108,11 +108,11 @@ declare class MediaConvert extends Service {
|
|
108
108
|
*/
|
109
109
|
disassociateCertificate(callback?: (err: AWSError, data: MediaConvert.Types.DisassociateCertificateResponse) => void): Request<MediaConvert.Types.DisassociateCertificateResponse, AWSError>;
|
110
110
|
/**
|
111
|
-
* Retrieve the JSON for a specific
|
111
|
+
* Retrieve the JSON for a specific transcoding job.
|
112
112
|
*/
|
113
113
|
getJob(params: MediaConvert.Types.GetJobRequest, callback?: (err: AWSError, data: MediaConvert.Types.GetJobResponse) => void): Request<MediaConvert.Types.GetJobResponse, AWSError>;
|
114
114
|
/**
|
115
|
-
* Retrieve the JSON for a specific
|
115
|
+
* Retrieve the JSON for a specific transcoding job.
|
116
116
|
*/
|
117
117
|
getJob(callback?: (err: AWSError, data: MediaConvert.Types.GetJobResponse) => void): Request<MediaConvert.Types.GetJobResponse, AWSError>;
|
118
118
|
/**
|
@@ -407,14 +407,14 @@ declare namespace MediaConvert {
|
|
407
407
|
}
|
408
408
|
export interface AssociateCertificateResponse {
|
409
409
|
}
|
410
|
-
export type AudioChannelTag = "L"|"R"|"C"|"LFE"|"LS"|"RS"|"LC"|"RC"|"CS"|"LSD"|"RSD"|"TCS"|"VHL"|"VHC"|"VHR"|string;
|
410
|
+
export type AudioChannelTag = "L"|"R"|"C"|"LFE"|"LS"|"RS"|"LC"|"RC"|"CS"|"LSD"|"RSD"|"TCS"|"VHL"|"VHC"|"VHR"|"TBL"|"TBC"|"TBR"|"RSL"|"RSR"|"LW"|"RW"|"LFE2"|"LT"|"RT"|"HI"|"NAR"|"M"|string;
|
411
411
|
export interface AudioChannelTaggingSettings {
|
412
412
|
/**
|
413
413
|
* You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).
|
414
414
|
*/
|
415
415
|
ChannelTag?: AudioChannelTag;
|
416
416
|
}
|
417
|
-
export type AudioCodec = "AAC"|"MP2"|"MP3"|"WAV"|"AIFF"|"AC3"|"EAC3"|"EAC3_ATMOS"|"VORBIS"|"OPUS"|"PASSTHROUGH"|string;
|
417
|
+
export type AudioCodec = "AAC"|"MP2"|"MP3"|"WAV"|"AIFF"|"AC3"|"EAC3"|"EAC3_ATMOS"|"VORBIS"|"OPUS"|"PASSTHROUGH"|"FLAC"|string;
|
418
418
|
export interface AudioCodecSettings {
|
419
419
|
/**
|
420
420
|
* Required when you set Codec to the value AAC. The service accepts one of two mutually exclusive groups of AAC settings--VBR and CBR. To select one of these modes, set the value of Bitrate control mode to "VBR" or "CBR". In VBR mode, you control the audio quality with the setting VBR quality. In CBR mode, you use the setting Bitrate. Defaults and valid values depend on the rate control mode.
|
@@ -440,6 +440,10 @@ declare namespace MediaConvert {
|
|
440
440
|
* Required when you set Codec to the value EAC3.
|
441
441
|
*/
|
442
442
|
Eac3Settings?: Eac3Settings;
|
443
|
+
/**
|
444
|
+
* Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.
|
445
|
+
*/
|
446
|
+
FlacSettings?: FlacSettings;
|
443
447
|
/**
|
444
448
|
* Required when you set Codec to the value MP2.
|
445
449
|
*/
|
@@ -626,7 +630,7 @@ declare namespace MediaConvert {
|
|
626
630
|
}
|
627
631
|
export interface AutomatedAbrSettings {
|
628
632
|
/**
|
629
|
-
*
|
633
|
+
* Specify the maximum average bitrate for MediaConvert to use in your automated ABR stack. If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s) by default. The average bitrate of your highest-quality rendition will be equal to or below this value, depending on the quality, complexity, and resolution of your content. Note that the instantaneous maximum bitrate may vary above the value that you specify.
|
630
634
|
*/
|
631
635
|
MaxAbrBitrate?: __integerMin100000Max100000000;
|
632
636
|
/**
|
@@ -634,7 +638,7 @@ declare namespace MediaConvert {
|
|
634
638
|
*/
|
635
639
|
MaxRenditions?: __integerMin3Max15;
|
636
640
|
/**
|
637
|
-
*
|
641
|
+
* Specify the minimum average bitrate for MediaConvert to use in your automated ABR stack. If you don't specify a value, MediaConvert uses 600,000 (600 kb/s) by default. The average bitrate of your lowest-quality rendition will be near this value. Note that the instantaneous minimum bitrate may vary below the value that you specify.
|
638
642
|
*/
|
639
643
|
MinAbrBitrate?: __integerMin100000Max100000000;
|
640
644
|
/**
|
@@ -650,6 +654,7 @@ declare namespace MediaConvert {
|
|
650
654
|
}
|
651
655
|
export type Av1AdaptiveQuantization = "OFF"|"LOW"|"MEDIUM"|"HIGH"|"HIGHER"|"MAX"|string;
|
652
656
|
export type Av1BitDepth = "BIT_8"|"BIT_10"|string;
|
657
|
+
export type Av1FilmGrainSynthesis = "DISABLED"|"ENABLED"|string;
|
653
658
|
export type Av1FramerateControl = "INITIALIZE_FROM_SOURCE"|"SPECIFIED"|string;
|
654
659
|
export type Av1FramerateConversionAlgorithm = "DUPLICATE_DROP"|"INTERPOLATE"|"FRAMEFORMER"|string;
|
655
660
|
export interface Av1QvbrSettings {
|
@@ -672,6 +677,10 @@ declare namespace MediaConvert {
|
|
672
677
|
* Specify the Bit depth. You can choose 8-bit or 10-bit.
|
673
678
|
*/
|
674
679
|
BitDepth?: Av1BitDepth;
|
680
|
+
/**
|
681
|
+
* Film grain synthesis replaces film grain present in your content with similar quality synthesized AV1 film grain. We recommend that you choose Enabled to reduce the bandwidth of your QVBR quality level 5, 6, 7, or 8 outputs. For QVBR quality level 9 or 10 outputs we recommend that you keep the default value, Disabled. When you include Film grain synthesis, you cannot include the Noise reducer preprocessor.
|
682
|
+
*/
|
683
|
+
FilmGrainSynthesis?: Av1FilmGrainSynthesis;
|
675
684
|
/**
|
676
685
|
* Use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction.
|
677
686
|
*/
|
@@ -2316,6 +2325,20 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
2316
2325
|
TimeDeltaUnits?: FileSourceTimeDeltaUnits;
|
2317
2326
|
}
|
2318
2327
|
export type FileSourceTimeDeltaUnits = "SECONDS"|"MILLISECONDS"|string;
|
2328
|
+
export interface FlacSettings {
|
2329
|
+
/**
|
2330
|
+
* Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
2331
|
+
*/
|
2332
|
+
BitDepth?: __integerMin16Max24;
|
2333
|
+
/**
|
2334
|
+
* Specify the number of channels in this output audio track. Choosing Mono on the console gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are between 1 and 8.
|
2335
|
+
*/
|
2336
|
+
Channels?: __integerMin1Max8;
|
2337
|
+
/**
|
2338
|
+
* Sample rate in hz.
|
2339
|
+
*/
|
2340
|
+
SampleRate?: __integerMin22050Max48000;
|
2341
|
+
}
|
2319
2342
|
export type FontScript = "AUTOMATIC"|"HANS"|"HANT"|string;
|
2320
2343
|
export interface ForceIncludeRenditionSize {
|
2321
2344
|
/**
|
@@ -4089,6 +4112,14 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
4089
4112
|
* Use Program number to specify the program number used in the program map table (PMT) for this output. Default is 1. Program numbers and program map tables are parts of MPEG-2 transport stream containers, used for organizing data.
|
4090
4113
|
*/
|
4091
4114
|
ProgramNumber?: __integerMin0Max65535;
|
4115
|
+
/**
|
4116
|
+
* Manually specify the initial PTS offset, in seconds, when you set PTS offset to Seconds. Enter an integer from 0 to 3600. Leave blank to keep the default value 2.
|
4117
|
+
*/
|
4118
|
+
PtsOffset?: __integerMin0Max3600;
|
4119
|
+
/**
|
4120
|
+
* Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.
|
4121
|
+
*/
|
4122
|
+
PtsOffsetMode?: TsPtsOffset;
|
4092
4123
|
/**
|
4093
4124
|
* When set to CBR, inserts null packets into transport stream to fill specified bitrate. When set to VBR, the bitrate setting acts as the maximum bitrate, but the output will not be padded up to that bitrate.
|
4094
4125
|
*/
|
@@ -4188,6 +4219,14 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
4188
4219
|
* The value of the program number field in the Program Map Table.
|
4189
4220
|
*/
|
4190
4221
|
ProgramNumber?: __integerMin0Max65535;
|
4222
|
+
/**
|
4223
|
+
* Manually specify the initial PTS offset, in seconds, when you set PTS offset to Seconds. Enter an integer from 0 to 3600. Leave blank to keep the default value 2.
|
4224
|
+
*/
|
4225
|
+
PtsOffset?: __integerMin0Max3600;
|
4226
|
+
/**
|
4227
|
+
* Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.
|
4228
|
+
*/
|
4229
|
+
PtsOffsetMode?: TsPtsOffset;
|
4191
4230
|
/**
|
4192
4231
|
* Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
|
4193
4232
|
*/
|
@@ -5250,6 +5289,10 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
|
|
5250
5289
|
* Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
5251
5290
|
*/
|
5252
5291
|
Encryption?: S3EncryptionSettings;
|
5292
|
+
/**
|
5293
|
+
* Specify the S3 storage class to use for this destination.
|
5294
|
+
*/
|
5295
|
+
StorageClass?: S3StorageClass;
|
5253
5296
|
}
|
5254
5297
|
export interface S3EncryptionSettings {
|
5255
5298
|
/**
|
@@ -5267,6 +5310,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
|
|
5267
5310
|
}
|
5268
5311
|
export type S3ObjectCannedAcl = "PUBLIC_READ"|"AUTHENTICATED_READ"|"BUCKET_OWNER_READ"|"BUCKET_OWNER_FULL_CONTROL"|string;
|
5269
5312
|
export type S3ServerSideEncryptionType = "SERVER_SIDE_ENCRYPTION_S3"|"SERVER_SIDE_ENCRYPTION_KMS"|string;
|
5313
|
+
export type S3StorageClass = "STANDARD"|"REDUCED_REDUNDANCY"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"GLACIER"|"DEEP_ARCHIVE"|string;
|
5270
5314
|
export type SampleRangeConversion = "LIMITED_RANGE_SQUEEZE"|"NONE"|"LIMITED_RANGE_CLIP"|string;
|
5271
5315
|
export type ScalingBehavior = "DEFAULT"|"STRETCH_TO_OUTPUT"|string;
|
5272
5316
|
export type SccDestinationFramerate = "FRAMERATE_23_97"|"FRAMERATE_24"|"FRAMERATE_25"|"FRAMERATE_29_97_DROPFRAME"|"FRAMERATE_29_97_NON_DROPFRAME"|string;
|
@@ -5434,6 +5478,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
|
|
5434
5478
|
*/
|
5435
5479
|
TrackNumber?: __integerMin1Max2147483647;
|
5436
5480
|
}
|
5481
|
+
export type TsPtsOffset = "AUTO"|"SECONDS"|string;
|
5437
5482
|
export interface TtmlDestinationSettings {
|
5438
5483
|
/**
|
5439
5484
|
* Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.
|
@@ -6233,6 +6278,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
|
|
6233
6278
|
export type __integerMin1Max6 = number;
|
6234
6279
|
export type __integerMin1Max60000 = number;
|
6235
6280
|
export type __integerMin1Max64 = number;
|
6281
|
+
export type __integerMin1Max8 = number;
|
6236
6282
|
export type __integerMin22050Max48000 = number;
|
6237
6283
|
export type __integerMin24Max60000 = number;
|
6238
6284
|
export type __integerMin25Max10000 = number;
|
package/clients/medialive.d.ts
CHANGED
@@ -646,6 +646,7 @@ Leave set to "normal" when input does not contain pre-mixed audio + AD.
|
|
646
646
|
}
|
647
647
|
export type AacSpec = "MPEG2"|"MPEG4"|string;
|
648
648
|
export type AacVbrQuality = "HIGH"|"LOW"|"MEDIUM_HIGH"|"MEDIUM_LOW"|string;
|
649
|
+
export type Ac3AttenuationControl = "ATTENUATE_3_DB"|"NONE"|string;
|
649
650
|
export type Ac3BitstreamMode = "COMMENTARY"|"COMPLETE_MAIN"|"DIALOGUE"|"EMERGENCY"|"HEARING_IMPAIRED"|"MUSIC_AND_EFFECTS"|"VISUALLY_IMPAIRED"|"VOICE_OVER"|string;
|
650
651
|
export type Ac3CodingMode = "CODING_MODE_1_0"|"CODING_MODE_1_1"|"CODING_MODE_2_0"|"CODING_MODE_3_2_LFE"|string;
|
651
652
|
export type Ac3DrcProfile = "FILM_STANDARD"|"NONE"|string;
|
@@ -680,6 +681,10 @@ Leave set to "normal" when input does not contain pre-mixed audio + AD.
|
|
680
681
|
* When set to "followInput", encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.
|
681
682
|
*/
|
682
683
|
MetadataControl?: Ac3MetadataControl;
|
684
|
+
/**
|
685
|
+
* Applies a 3 dB attenuation to the surround channels. Applies only when the coding mode parameter is CODING_MODE_3_2_LFE.
|
686
|
+
*/
|
687
|
+
AttenuationControl?: Ac3AttenuationControl;
|
683
688
|
}
|
684
689
|
export interface AcceptInputDeviceTransferRequest {
|
685
690
|
/**
|
@@ -3873,6 +3878,7 @@ Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
|
|
3873
3878
|
export type IFrameOnlyPlaylistType = "DISABLED"|"STANDARD"|string;
|
3874
3879
|
export interface ImmediateModeScheduleActionStartSettings {
|
3875
3880
|
}
|
3881
|
+
export type IncludeFillerNalUnits = "AUTO"|"DROP"|"INCLUDE"|string;
|
3876
3882
|
export interface Input {
|
3877
3883
|
/**
|
3878
3884
|
* The Unique ARN of the input (generated, immutable).
|
@@ -4883,6 +4889,7 @@ When a segmentation style of "maintainCadence" is selected and a segment is trun
|
|
4883
4889
|
Scte35PrerollPullupMilliseconds?: __doubleMin0Max5000;
|
4884
4890
|
}
|
4885
4891
|
export type M2tsTimedMetadataBehavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
|
4892
|
+
export type M3u8KlvBehavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
|
4886
4893
|
export type M3u8NielsenId3Behavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
|
4887
4894
|
export type M3u8PcrControl = "CONFIGURED_PCR_PERIOD"|"PCR_EVERY_PES_PACKET"|string;
|
4888
4895
|
export type M3u8Scte35Behavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
|
@@ -4955,6 +4962,14 @@ When a segmentation style of "maintainCadence" is selected and a segment is trun
|
|
4955
4962
|
* Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.
|
4956
4963
|
*/
|
4957
4964
|
VideoPid?: __string;
|
4965
|
+
/**
|
4966
|
+
* If set to passthrough, passes any KLV data from the input source to this output.
|
4967
|
+
*/
|
4968
|
+
KlvBehavior?: M3u8KlvBehavior;
|
4969
|
+
/**
|
4970
|
+
* Packet Identifier (PID) for input source KLV data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
|
4971
|
+
*/
|
4972
|
+
KlvDataPids?: __string;
|
4958
4973
|
}
|
4959
4974
|
export type M3u8TimedMetadataBehavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
|
4960
4975
|
export interface MaintenanceCreateSettings {
|
@@ -6004,6 +6019,10 @@ Valid values: 1, 2, 4, 6, 8
|
|
6004
6019
|
* If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
|
6005
6020
|
*/
|
6006
6021
|
RestartDelay?: __integerMin0;
|
6022
|
+
/**
|
6023
|
+
* Applies only when the rate control mode (in the codec settings) is CBR (constant bit rate). Controls whether the RTMP output stream is padded (with FILL NAL units) in order to achieve a constant bit rate that is truly constant. When there is no padding, the bandwidth varies (up to the bitrate value in the codec settings). We recommend that you choose Auto.
|
6024
|
+
*/
|
6025
|
+
IncludeFillerNalUnits?: IncludeFillerNalUnits;
|
6007
6026
|
}
|
6008
6027
|
export type RtmpOutputCertificateMode = "SELF_SIGNED"|"VERIFY_AUTHENTICITY"|string;
|
6009
6028
|
export interface RtmpOutputSettings {
|