diff --git a/codegen/sdk-codegen/aws-models/athena.json b/codegen/sdk-codegen/aws-models/athena.json
index 3090c10eced..0c6633e70cd 100644
--- a/codegen/sdk-codegen/aws-models/athena.json
+++ b/codegen/sdk-codegen/aws-models/athena.json
@@ -3142,12 +3142,6 @@
"traits": {
"smithy.api#documentation": "
Contains additional notebook engine MAP
parameter\n mappings in the form of key-value pairs. To specify an Athena notebook that\n the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named\n NotebookId
to AdditionalConfigs
that has the value of the\n Athena notebook ID.
"
}
- },
- "SparkProperties": {
- "target": "com.amazonaws.athena#ParametersMap",
- "traits": {
- "smithy.api#documentation": "Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.
"
- }
}
},
"traits": {
diff --git a/codegen/sdk-codegen/aws-models/cloudtrail.json b/codegen/sdk-codegen/aws-models/cloudtrail.json
index 38ee960d0d2..3ab25428d2f 100644
--- a/codegen/sdk-codegen/aws-models/cloudtrail.json
+++ b/codegen/sdk-codegen/aws-models/cloudtrail.json
@@ -128,6 +128,9 @@
"target": "com.amazonaws.cloudtrail#AddTagsResponse"
},
"errors": [
+ {
+ "target": "com.amazonaws.cloudtrail#ChannelARNInvalidException"
+ },
{
"target": "com.amazonaws.cloudtrail#ChannelNotFoundException"
},
@@ -137,6 +140,9 @@
{
"target": "com.amazonaws.cloudtrail#ConflictException"
},
+ {
+ "target": "com.amazonaws.cloudtrail#EventDataStoreARNInvalidException"
+ },
{
"target": "com.amazonaws.cloudtrail#EventDataStoreNotFoundException"
},
@@ -225,7 +231,7 @@
}
},
"traits": {
- "smithy.api#documentation": "Advanced event selectors let you create fine-grained selectors for the following CloudTrail event record fields. They help you control costs by logging only those\n events that are important to you. For more information about advanced event selectors, see\n Logging data events for trails in the CloudTrail User Guide.
\n \n - \n
\n readOnly
\n
\n \n - \n
\n eventSource
\n
\n \n - \n
\n eventName
\n
\n \n - \n
\n eventCategory
\n
\n \n - \n
\n resources.type
\n
\n \n - \n
\n resources.ARN
\n
\n \n
\n You cannot apply both event selectors and advanced event selectors to a trail.
"
+ "smithy.api#documentation": "Advanced event selectors let you create fine-grained selectors for the following CloudTrail event record fields. They help you control costs by logging only those\n events that are important to you. For more information about advanced event selectors, see\n Logging data events in the CloudTrail User Guide.
\n \n - \n
\n readOnly
\n
\n \n - \n
\n eventSource
\n
\n \n - \n
\n eventName
\n
\n \n - \n
\n eventCategory
\n
\n \n - \n
\n resources.type
\n
\n \n - \n
\n resources.ARN
\n
\n \n
\n You cannot apply both event selectors and advanced event selectors to a trail.
"
}
},
"com.amazonaws.cloudtrail#AdvancedEventSelectors": {
@@ -240,7 +246,7 @@
"Field": {
"target": "com.amazonaws.cloudtrail#SelectorField",
"traits": {
- "smithy.api#documentation": " A field in a CloudTrail event record on which to filter events to be logged. For\n event data stores for Config configuration items, Audit Manager evidence, or non-Amazon Web Services events, the field is used only for\n selecting events as filtering is not supported.
\n For CloudTrail event records, supported fields include readOnly
,\n eventCategory
, eventSource
(for management events),\n eventName
, resources.type
, and resources.ARN
.
\n For event data stores for Config configuration items, Audit Manager evidence, or non-Amazon Web Services events, the only supported field is\n eventCategory
.
\n \n - \n
\n \n readOnly
\n - Optional. Can be set to\n Equals
a value of true
or false
. If you do\n not add this field, CloudTrail logs both read
and\n write
events. A value of true
logs only\n read
events. A value of false
logs only\n write
events.
\n \n - \n
\n \n eventSource
\n - For filtering\n management events only. This can be set only to NotEquals
\n kms.amazonaws.com
.
\n \n - \n
\n \n eventName
\n - Can use any operator.\n You can use it to filter in or filter out any data event logged to CloudTrail,\n such as PutBucket
or GetSnapshotBlock
. You can have\n multiple values for this field, separated by commas.
\n \n - \n
\n \n eventCategory
\n - This is required and\n must be set to Equals
. \n
\n \n - \n
\n For CloudTrail event records, the value\n must be Management
or Data
. \n
\n \n - \n
\n For Config\n configuration items, the value must be ConfigurationItem
.\n
\n \n - \n
\n For Audit Manager evidence, the value must be Evidence
.\n
\n \n - \n
\n For non-Amazon Web Services events, the value must be ActivityAuditLog
.\n
\n \n
\n \n - \n
\n \n resources.type
\n - This field is\n required for CloudTrail data events. resources.type
can only\n use the Equals
operator, and the value can be one of the\n following:
\n \n - \n
\n AWS::CloudTrail::Channel
\n
\n \n - \n
\n AWS::S3::Object
\n
\n \n - \n
\n AWS::Lambda::Function
\n
\n \n - \n
\n AWS::DynamoDB::Table
\n
\n \n - \n
\n AWS::S3Outposts::Object
\n
\n \n - \n
\n AWS::ManagedBlockchain::Node
\n
\n \n - \n
\n AWS::S3ObjectLambda::AccessPoint
\n
\n \n - \n
\n AWS::EC2::Snapshot
\n
\n \n - \n
\n AWS::S3::AccessPoint
\n
\n \n - \n
\n AWS::DynamoDB::Stream
\n
\n \n - \n
\n AWS::Glue::Table
\n
\n \n - \n
\n AWS::FinSpace::Environment
\n
\n \n - \n
\n AWS::SageMaker::ExperimentTrialComponent
\n
\n \n - \n
\n AWS::SageMaker::FeatureGroup
\n
\n \n
\n You can have only one resources.type
field per selector. To log data\n events on more than one resource type, add another selector.
\n \n - \n
\n \n resources.ARN
\n - You can use any\n operator with resources.ARN
, but if you use Equals
or\n NotEquals
, the value must exactly match the ARN of a valid resource\n of the type you've specified in the template as the value of resources.type. For\n example, if resources.type equals AWS::S3::Object
, the ARN must be in\n one of the following formats. To log all data events for all objects in a specific S3\n bucket, use the StartsWith
operator, and include only the bucket ARN as\n the matching value.
\n The trailing slash is intentional; do not exclude it. Replace the text between\n less than and greater than symbols (<>) with resource-specific information.
\n \n - \n
\n arn::s3:::/
\n
\n \n - \n
\n arn::s3::://
\n
\n \n
\n When resources.type
equals AWS::S3::AccessPoint
, and the\n operator is set to Equals
or NotEquals
, the ARN must be in\n one of the following formats. To log events on all objects in an S3 access point, we\n recommend that you use only the access point ARN, don’t include the object path, and\n use the StartsWith
or NotStartsWith
operators.
\n \n When resources.type equals AWS::Lambda::Function
, and the operator is\n set to Equals
or NotEquals
, the ARN must be in the\n following format:
\n \n When resources.type equals AWS::DynamoDB::Table
, and the operator is\n set to Equals
or NotEquals
, the ARN must be in the\n following format:
\n \n When resources.type equals AWS::CloudTrail::Channel
, and the operator is\n set to Equals
or NotEquals
, the ARN must be in the\n following format:
\n \n When resources.type
equals AWS::S3Outposts::Object
, and\n the operator is set to Equals
or NotEquals
, the ARN must be\n in the following format:
\n \n - \n
\n arn::s3-outposts:::
\n
\n \n
\n When resources.type
equals AWS::ManagedBlockchain::Node
,\n and the operator is set to Equals
or NotEquals
, the ARN\n must be in the following format:
\n \n When resources.type
equals\n AWS::S3ObjectLambda::AccessPoint
, and the operator is set to\n Equals
or NotEquals
, the ARN must be in the following\n format:
\n \n When resources.type
equals AWS::EC2::Snapshot
, and the\n operator is set to Equals
or NotEquals
, the ARN must be in\n the following format:
\n \n When resources.type
equals AWS::DynamoDB::Stream
, and\n the operator is set to Equals
or NotEquals
, the ARN must be\n in the following format:
\n \n When resources.type
equals AWS::Glue::Table
, and the\n operator is set to Equals
or NotEquals
, the ARN must be in\n the following format:
\n \n - \n
\n arn::glue:::table//
\n
\n \n
\n When resources.type
equals AWS::FinSpace::Environment
,\n and the operator is set to Equals
or NotEquals
, the ARN\n must be in the following format:
\n \n When resources.type
equals AWS::SageMaker::ExperimentTrialComponent
, and the operator is set to\n Equals
or NotEquals
, the ARN must be in the following format:
\n \n When resources.type
equals AWS::SageMaker::FeatureGroup
, and the operator is set to\n Equals
or NotEquals
, the ARN must be in the following format:
\n \n \n
",
+ "smithy.api#documentation": " A field in a CloudTrail event record on which to filter events to be logged. For\n event data stores for Config configuration items, Audit Manager evidence, or non-Amazon Web Services events, the field is used only for\n selecting events as filtering is not supported.
\n For CloudTrail event records, supported fields include readOnly
,\n eventCategory
, eventSource
(for management events),\n eventName
, resources.type
, and resources.ARN
.
\n For event data stores for Config configuration items, Audit Manager evidence, or non-Amazon Web Services events, the only supported field is\n eventCategory
.
\n \n - \n
\n \n readOnly
\n - Optional. Can be set to\n Equals
a value of true
or false
. If you do\n not add this field, CloudTrail logs both read
and\n write
events. A value of true
logs only\n read
events. A value of false
logs only\n write
events.
\n \n - \n
\n \n eventSource
\n - For filtering\n management events only. This can be set only to NotEquals
\n kms.amazonaws.com
.
\n \n - \n
\n \n eventName
\n - Can use any operator.\n You can use it to filter in or filter out any data event logged to CloudTrail,\n such as PutBucket
or GetSnapshotBlock
. You can have\n multiple values for this field, separated by commas.
\n \n - \n
\n \n eventCategory
\n - This is required and\n must be set to Equals
. \n
\n \n - \n
\n For CloudTrail event records, the value\n must be Management
or Data
. \n
\n \n - \n
\n For Config\n configuration items, the value must be ConfigurationItem
.\n
\n \n - \n
\n For Audit Manager evidence, the value must be Evidence
.\n
\n \n - \n
\n For non-Amazon Web Services events, the value must be ActivityAuditLog
.\n
\n \n
\n \n - \n
\n \n resources.type
\n - This field is\n required for CloudTrail data events. resources.type
can only\n use the Equals
operator, and the value can be one of the\n following:
\n \n - \n
\n AWS::DynamoDB::Table
\n
\n \n - \n
\n AWS::Lambda::Function
\n
\n \n - \n
\n AWS::S3::Object
\n
\n \n - \n
\n AWS::CloudTrail::Channel
\n
\n \n - \n
\n AWS::Cognito::IdentityPool
\n
\n \n - \n
\n AWS::DynamoDB::Stream
\n
\n \n - \n
\n AWS::EC2::Snapshot
\n
\n \n - \n
\n AWS::FinSpace::Environment
\n
\n \n - \n
\n AWS::Glue::Table
\n
\n \n - \n
\n AWS::GuardDuty::Detector
\n
\n \n - \n
\n AWS::KendraRanking::ExecutionPlan
\n
\n \n - \n
\n AWS::ManagedBlockchain::Node
\n
\n \n - \n
\n AWS::SageMaker::ExperimentTrialComponent
\n
\n \n - \n
\n AWS::SageMaker::FeatureGroup
\n
\n \n - \n
\n AWS::S3::AccessPoint
\n
\n \n - \n
\n AWS::S3ObjectLambda::AccessPoint
\n
\n \n - \n
\n AWS::S3Outposts::Object
\n
\n \n
\n You can have only one resources.type
field per selector. To log data\n events on more than one resource type, add another selector.
\n \n - \n
\n \n resources.ARN
\n - You can use any\n operator with resources.ARN
, but if you use Equals
or\n NotEquals
, the value must exactly match the ARN of a valid resource\n of the type you've specified in the template as the value of resources.type. For\n example, if resources.type equals AWS::S3::Object
, the ARN must be in\n one of the following formats. To log all data events for all objects in a specific S3\n bucket, use the StartsWith
operator, and include only the bucket ARN as\n the matching value.
\n The trailing slash is intentional; do not exclude it. Replace the text between\n less than and greater than symbols (<>) with resource-specific information.
\n \n - \n
\n arn::s3:::/
\n
\n \n - \n
\n arn::s3::://
\n
\n \n
\n When resources.type equals AWS::DynamoDB::Table
, and the operator is\n set to Equals
or NotEquals
, the ARN must be in the\n following format:
\n \n When resources.type equals AWS::Lambda::Function
, and the operator is\n set to Equals
or NotEquals
, the ARN must be in the\n following format:
\n \n When resources.type equals AWS::CloudTrail::Channel
, and the operator is\n set to Equals
or NotEquals
, the ARN must be in the\n following format:
\n \n When resources.type equals AWS::Cognito::IdentityPool
, and the operator is\n set to Equals
or NotEquals
, the ARN must be in the\n following format:
\n \n When resources.type
equals AWS::DynamoDB::Stream
, and\n the operator is set to Equals
or NotEquals
, the ARN must be\n in the following format:
\n \n When resources.type
equals AWS::EC2::Snapshot
, and the\n operator is set to Equals
or NotEquals
, the ARN must be in\n the following format:
\n \n When resources.type
equals AWS::FinSpace::Environment
,\n and the operator is set to Equals
or NotEquals
, the ARN\n must be in the following format:
\n \n When resources.type
equals AWS::Glue::Table
, and the\n operator is set to Equals
or NotEquals
, the ARN must be in\n the following format:
\n \n - \n
\n arn::glue:::table//
\n
\n \n
\n When resources.type
equals AWS::GuardDuty::Detector
, and the\n operator is set to Equals
or NotEquals
, the ARN must be in\n the following format:
\n \n When resources.type
equals AWS::KendraRanking::ExecutionPlan
, and the\n operator is set to Equals
or NotEquals
, the ARN must be in\n the following format:
\n \n When resources.type
equals AWS::ManagedBlockchain::Node
,\n and the operator is set to Equals
or NotEquals
, the ARN\n must be in the following format:
\n \n When resources.type
equals AWS::SageMaker::ExperimentTrialComponent
, and the operator is set to\n Equals
or NotEquals
, the ARN must be in the following format:
\n \n When resources.type
equals AWS::SageMaker::FeatureGroup
, and the operator is set to\n Equals
or NotEquals
, the ARN must be in the following format:
\n \n When resources.type
equals AWS::S3::AccessPoint
, and the\n operator is set to Equals
or NotEquals
, the ARN must be in\n one of the following formats. To log events on all objects in an S3 access point, we\n recommend that you use only the access point ARN, don’t include the object path, and\n use the StartsWith
or NotStartsWith
operators.
\n \n When resources.type
equals\n AWS::S3ObjectLambda::AccessPoint
, and the operator is set to\n Equals
or NotEquals
, the ARN must be in the following\n format:
\n \n When resources.type
equals AWS::S3Outposts::Object
, and\n the operator is set to Equals
or NotEquals
, the ARN must be\n in the following format:
\n \n - \n
\n arn::s3-outposts:::
\n
\n \n
\n \n
",
"smithy.api#required": {}
}
},
@@ -1172,8 +1178,8 @@
},
"params": {
"Region": "af-south-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1185,8 +1191,8 @@
},
"params": {
"Region": "ap-east-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1198,8 +1204,8 @@
},
"params": {
"Region": "ap-northeast-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1211,8 +1217,8 @@
},
"params": {
"Region": "ap-northeast-2",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1224,8 +1230,8 @@
},
"params": {
"Region": "ap-northeast-3",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1237,8 +1243,8 @@
},
"params": {
"Region": "ap-south-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1250,8 +1256,8 @@
},
"params": {
"Region": "ap-southeast-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1263,8 +1269,8 @@
},
"params": {
"Region": "ap-southeast-2",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1276,8 +1282,8 @@
},
"params": {
"Region": "ap-southeast-3",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1289,8 +1295,8 @@
},
"params": {
"Region": "ca-central-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1302,8 +1308,8 @@
},
"params": {
"Region": "eu-central-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1315,8 +1321,8 @@
},
"params": {
"Region": "eu-north-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1328,8 +1334,8 @@
},
"params": {
"Region": "eu-south-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1341,8 +1347,8 @@
},
"params": {
"Region": "eu-west-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1354,8 +1360,8 @@
},
"params": {
"Region": "eu-west-2",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1367,8 +1373,8 @@
},
"params": {
"Region": "eu-west-3",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1380,8 +1386,8 @@
},
"params": {
"Region": "me-south-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1393,8 +1399,8 @@
},
"params": {
"Region": "sa-east-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1406,8 +1412,8 @@
},
"params": {
"Region": "us-east-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1419,8 +1425,8 @@
},
"params": {
"Region": "us-east-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": false
}
},
{
@@ -1432,8 +1438,8 @@
},
"params": {
"Region": "us-east-2",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1445,8 +1451,8 @@
},
"params": {
"Region": "us-east-2",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": false
}
},
{
@@ -1458,8 +1464,8 @@
},
"params": {
"Region": "us-west-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1471,8 +1477,8 @@
},
"params": {
"Region": "us-west-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": false
}
},
{
@@ -1484,8 +1490,8 @@
},
"params": {
"Region": "us-west-2",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1497,8 +1503,8 @@
},
"params": {
"Region": "us-west-2",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": false
}
},
{
@@ -1510,8 +1516,8 @@
},
"params": {
"Region": "us-east-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": true
}
},
{
@@ -1523,8 +1529,8 @@
},
"params": {
"Region": "us-east-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": true
}
},
{
@@ -1536,8 +1542,8 @@
},
"params": {
"Region": "cn-north-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1549,8 +1555,8 @@
},
"params": {
"Region": "cn-northwest-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1562,8 +1568,8 @@
},
"params": {
"Region": "cn-north-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": true
}
},
{
@@ -1575,8 +1581,8 @@
},
"params": {
"Region": "cn-north-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": false
}
},
{
@@ -1588,8 +1594,8 @@
},
"params": {
"Region": "cn-north-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": true
}
},
{
@@ -1601,8 +1607,8 @@
},
"params": {
"Region": "us-gov-east-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1614,8 +1620,8 @@
},
"params": {
"Region": "us-gov-east-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": false
}
},
{
@@ -1627,8 +1633,8 @@
},
"params": {
"Region": "us-gov-west-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1640,8 +1646,8 @@
},
"params": {
"Region": "us-gov-west-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": false
}
},
{
@@ -1653,8 +1659,8 @@
},
"params": {
"Region": "us-gov-east-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": true
}
},
{
@@ -1666,8 +1672,8 @@
},
"params": {
"Region": "us-gov-east-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": true
}
},
{
@@ -1679,8 +1685,8 @@
},
"params": {
"Region": "us-iso-east-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
}
},
{
@@ -1692,8 +1698,19 @@
},
"params": {
"Region": "us-iso-west-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
+ }
+ },
+ {
+ "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
+ "expect": {
+ "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
+ },
+ "params": {
+ "Region": "us-iso-east-1",
+ "UseFIPS": true,
+ "UseDualStack": true
}
},
{
@@ -1705,8 +1722,19 @@
},
"params": {
"Region": "us-iso-east-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": false
+ }
+ },
+ {
+ "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
+ "expect": {
+ "error": "DualStack is enabled but this partition does not support DualStack"
+ },
+ "params": {
+ "Region": "us-iso-east-1",
+ "UseFIPS": false,
+ "UseDualStack": true
}
},
{
@@ -1718,8 +1746,19 @@
},
"params": {
"Region": "us-isob-east-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseFIPS": false,
+ "UseDualStack": false
+ }
+ },
+ {
+ "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
+ "expect": {
+ "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
+ },
+ "params": {
+ "Region": "us-isob-east-1",
+ "UseFIPS": true,
+ "UseDualStack": true
}
},
{
@@ -1731,8 +1770,19 @@
},
"params": {
"Region": "us-isob-east-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseFIPS": true,
+ "UseDualStack": false
+ }
+ },
+ {
+ "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
+ "expect": {
+ "error": "DualStack is enabled but this partition does not support DualStack"
+ },
+ "params": {
+ "Region": "us-isob-east-1",
+ "UseFIPS": false,
+ "UseDualStack": true
}
},
{
@@ -1744,8 +1794,8 @@
},
"params": {
"Region": "us-east-1",
- "UseDualStack": false,
"UseFIPS": false,
+ "UseDualStack": false,
"Endpoint": "https://example.com"
}
},
@@ -1757,8 +1807,8 @@
}
},
"params": {
- "UseDualStack": false,
"UseFIPS": false,
+ "UseDualStack": false,
"Endpoint": "https://example.com"
}
},
@@ -1769,8 +1819,8 @@
},
"params": {
"Region": "us-east-1",
- "UseDualStack": false,
"UseFIPS": true,
+ "UseDualStack": false,
"Endpoint": "https://example.com"
}
},
@@ -1781,10 +1831,16 @@
},
"params": {
"Region": "us-east-1",
- "UseDualStack": true,
"UseFIPS": false,
+ "UseDualStack": true,
"Endpoint": "https://example.com"
}
+ },
+ {
+ "documentation": "Missing region",
+ "expect": {
+ "error": "Invalid Configuration: Missing Region"
+ }
}
],
"version": "1.0"
@@ -2429,7 +2485,7 @@
"Type": {
"target": "com.amazonaws.cloudtrail#String",
"traits": {
- "smithy.api#documentation": "The resource type in which you want to log data events. You can specify the following\n basic event selector resource types:
\n \n The following resource types are also available through advanced\n event selectors. Basic event selector resource types are valid in advanced event selectors,\n but advanced event selector resource types are not valid in basic event selectors. For more\n information, see AdvancedFieldSelector$Field.
\n \n - \n
\n AWS::CloudTrail::Channel
\n
\n \n - \n
\n AWS::S3Outposts::Object
\n
\n \n - \n
\n AWS::ManagedBlockchain::Node
\n
\n \n - \n
\n AWS::S3ObjectLambda::AccessPoint
\n
\n \n - \n
\n AWS::EC2::Snapshot
\n
\n \n - \n
\n AWS::S3::AccessPoint
\n
\n \n - \n
\n AWS::DynamoDB::Stream
\n
\n \n - \n
\n AWS::Glue::Table
\n
\n \n - \n
\n AWS::FinSpace::Environment
\n
\n \n - \n
\n AWS::SageMaker::ExperimentTrialComponent
\n
\n \n - \n
\n AWS::SageMaker::FeatureGroup
\n
\n \n
"
+ "smithy.api#documentation": "The resource type in which you want to log data events. You can specify the following\n basic event selector resource types:
\n \n The following resource types are also available through advanced\n event selectors. Basic event selector resource types are valid in advanced event selectors,\n but advanced event selector resource types are not valid in basic event selectors. For more\n information, see AdvancedFieldSelector$Field.
\n \n - \n
\n AWS::CloudTrail::Channel
\n
\n \n - \n
\n AWS::Cognito::IdentityPool
\n
\n \n - \n
\n AWS::DynamoDB::Stream
\n
\n \n - \n
\n AWS::EC2::Snapshot
\n
\n \n - \n
\n AWS::FinSpace::Environment
\n
\n \n - \n
\n AWS::Glue::Table
\n
\n \n - \n
\n AWS::GuardDuty::Detector
\n
\n \n - \n
\n AWS::KendraRanking::ExecutionPlan
\n
\n \n - \n
\n AWS::ManagedBlockchain::Node
\n
\n \n - \n
\n AWS::SageMaker::ExperimentTrialComponent
\n
\n \n - \n
\n AWS::SageMaker::FeatureGroup
\n
\n \n - \n
\n AWS::S3::AccessPoint
\n
\n \n - \n
\n AWS::S3ObjectLambda::AccessPoint
\n
\n \n - \n
\n AWS::S3Outposts::Object
\n
\n \n
"
}
},
"Values": {
@@ -3009,7 +3065,7 @@
"trailNameList": {
"target": "com.amazonaws.cloudtrail#TrailNameList",
"traits": {
- "smithy.api#documentation": "Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The\n format of a trail ARN is:
\n \n arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
\n
\n If an empty list is specified, information for the trail in the current region is\n returned.
\n \n - \n
If an empty list is specified and IncludeShadowTrails
is false, then\n information for all trails in the current region is returned.
\n \n - \n
If an empty list is specified and IncludeShadowTrails is null or true, then\n information for all trails in the current region and any associated shadow trails in\n other regions is returned.
\n \n
\n \n If one or more trail names are specified, information is returned only if the names\n match the names of trails belonging only to the current region and current account. To return information\n about a trail in another region, you must specify its trail ARN.
\n "
+ "smithy.api#documentation": "Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The\n format of a trail ARN is:
\n \n arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
\n
\n If an empty list is specified, information for the trail in the current region is\n returned.
\n \n - \n
If an empty list is specified and IncludeShadowTrails
is false, then\n information for all trails in the current region is returned.
\n \n - \n
If an empty list is specified and IncludeShadowTrails is null or true, then\n information for all trails in the current region and any associated shadow trails in\n other regions is returned.
\n \n
\n \n If one or more trail names are specified, information is returned only if the names\n match the names of trails belonging only to the current region and current account. To\n return information about a trail in another region, you must specify its trail\n ARN.
\n "
}
},
"includeShadowTrails": {
@@ -3731,7 +3787,7 @@
}
],
"traits": {
- "smithy.api#documentation": "Describes the settings for the event selectors that you configured for your trail. The\n information returned for your event selectors includes the following:
\n \n - \n
If your event selector includes read-only events, write-only events, or all\n events. This applies to both management events and data events.
\n \n - \n
If your event selector includes management events.
\n \n - \n
If your event selector includes data events, the resources on which you are\n logging data events.
\n \n
\n For more information about logging management and data events, see the following topics\n in the CloudTrail User Guide:
\n ",
+ "smithy.api#documentation": "Describes the settings for the event selectors that you configured for your trail. The\n information returned for your event selectors includes the following:
\n \n - \n
If your event selector includes read-only events, write-only events, or all\n events. This applies to both management events and data events.
\n \n - \n
If your event selector includes management events.
\n \n - \n
If your event selector includes data events, the resources on which you are\n logging data events.
\n \n
\n For more information about logging management and data events, see the following topics\n in the CloudTrail User Guide:
\n ",
"smithy.api#idempotent": {}
}
},
@@ -4691,12 +4747,12 @@
"InsightType": {
"target": "com.amazonaws.cloudtrail#InsightType",
"traits": {
- "smithy.api#documentation": "The type of insights to log on a trail. ApiCallRateInsight
and\n ApiErrorRateInsight
are valid insight types.
"
+ "smithy.api#documentation": "The type of Insights events to log on a trail. ApiCallRateInsight
and\n ApiErrorRateInsight
are valid Insight types.
\n The ApiCallRateInsight
Insights type analyzes write-only\n management API calls that are aggregated per minute against a baseline API call volume.
\n The ApiErrorRateInsight
Insights type analyzes management\n API calls that result in error codes. The error is shown if the API call is\n unsuccessful.
"
}
}
},
"traits": {
- "smithy.api#documentation": "A JSON string that contains a list of insight types that are logged on a trail.
"
+ "smithy.api#documentation": "A JSON string that contains a list of Insights types that are logged on a trail.
"
}
},
"com.amazonaws.cloudtrail#InsightSelectors": {
@@ -4737,7 +4793,7 @@
"code": "InsufficientDependencyServiceAccessPermission",
"httpResponseCode": 400
},
- "smithy.api#documentation": "This exception is thrown when the IAM user or role that is used to create\n the organization resource lacks one or more required permissions for creating an\n organization resource in a required service.
",
+ "smithy.api#documentation": "This exception is thrown when the IAM identity that is used to create\n the organization resource lacks one or more required permissions for creating an\n organization resource in a required service.
",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
@@ -5947,9 +6003,15 @@
"target": "com.amazonaws.cloudtrail#ListTagsResponse"
},
"errors": [
+ {
+ "target": "com.amazonaws.cloudtrail#ChannelARNInvalidException"
+ },
{
"target": "com.amazonaws.cloudtrail#CloudTrailARNInvalidException"
},
+ {
+ "target": "com.amazonaws.cloudtrail#EventDataStoreARNInvalidException"
+ },
{
"target": "com.amazonaws.cloudtrail#EventDataStoreNotFoundException"
},
@@ -6564,6 +6626,9 @@
{
"target": "com.amazonaws.cloudtrail#CloudTrailARNInvalidException"
},
+ {
+ "target": "com.amazonaws.cloudtrail#ConflictException"
+ },
{
"target": "com.amazonaws.cloudtrail#InsufficientDependencyServiceAccessPermissionException"
},
@@ -6593,7 +6658,7 @@
}
],
"traits": {
- "smithy.api#documentation": "Configures an event selector or advanced event selectors for your trail. Use event\n selectors or advanced event selectors to specify management and data event settings for\n your trail. By default, trails created without specific event selectors are configured to\n log all read and write management events, and no data events.
\n When an event occurs in your account, CloudTrail evaluates the event selectors or\n advanced event selectors in all trails. For each trail, if the event matches any event\n selector, the trail processes and logs the event. If the event doesn't match any event\n selector, the trail doesn't log the event.
\n Example
\n \n - \n
You create an event selector for a trail and specify that you want write-only\n events.
\n \n - \n
The EC2 GetConsoleOutput
and RunInstances
API operations\n occur in your account.
\n \n - \n
CloudTrail evaluates whether the events match your event selectors.
\n \n - \n
The RunInstances
is a write-only event and it matches your event\n selector. The trail logs the event.
\n \n - \n
The GetConsoleOutput
is a read-only event that doesn't match your\n event selector. The trail doesn't log the event.
\n \n
\n The PutEventSelectors
operation must be called from the region in which the\n trail was created; otherwise, an InvalidHomeRegionException
exception is\n thrown.
\n You can configure up to five event selectors for each trail. For more information, see\n Logging management events for trails , Logging\n data events for trails , and Quotas in CloudTrail in the CloudTrail User\n Guide.
\n You can add advanced event selectors, and conditions for your advanced event selectors,\n up to a maximum of 500 values for all conditions and selectors on a trail. You can use\n either AdvancedEventSelectors
or EventSelectors
, but not both. If\n you apply AdvancedEventSelectors
to a trail, any existing\n EventSelectors
are overwritten. For more information about advanced event\n selectors, see Logging data events for trails in the CloudTrail User Guide.
",
+ "smithy.api#documentation": "Configures an event selector or advanced event selectors for your trail. Use event\n selectors or advanced event selectors to specify management and data event settings for\n your trail. If you want your trail to log Insights events, be sure the event selector \n enables logging of the Insights event types you want configured for your trail. For more information about logging Insights events, see Logging Insights events for trails in the CloudTrail User Guide.\n By default, trails created without specific event selectors are configured to\n log all read and write management events, and no data events.
\n When an event occurs in your account, CloudTrail evaluates the event selectors or\n advanced event selectors in all trails. For each trail, if the event matches any event\n selector, the trail processes and logs the event. If the event doesn't match any event\n selector, the trail doesn't log the event.
\n Example
\n \n - \n
You create an event selector for a trail and specify that you want write-only\n events.
\n \n - \n
The EC2 GetConsoleOutput
and RunInstances
API operations\n occur in your account.
\n \n - \n
CloudTrail evaluates whether the events match your event selectors.
\n \n - \n
The RunInstances
is a write-only event and it matches your event\n selector. The trail logs the event.
\n \n - \n
The GetConsoleOutput
is a read-only event that doesn't match your\n event selector. The trail doesn't log the event.
\n \n
\n The PutEventSelectors
operation must be called from the region in which the\n trail was created; otherwise, an InvalidHomeRegionException
exception is\n thrown.
\n You can configure up to five event selectors for each trail. For more information, see\n Logging management events, Logging\n data events, and Quotas in CloudTrail in the CloudTrail User\n Guide.
\n You can add advanced event selectors, and conditions for your advanced event selectors,\n up to a maximum of 500 values for all conditions and selectors on a trail. You can use\n either AdvancedEventSelectors
or EventSelectors
, but not both. If\n you apply AdvancedEventSelectors
to a trail, any existing\n EventSelectors
are overwritten. For more information about advanced event\n selectors, see Logging data events in the CloudTrail User Guide.
",
"smithy.api#idempotent": {}
}
},
@@ -6616,7 +6681,7 @@
"AdvancedEventSelectors": {
"target": "com.amazonaws.cloudtrail#AdvancedEventSelectors",
"traits": {
- "smithy.api#documentation": " Specifies the settings for advanced event selectors. You can add advanced event\n selectors, and conditions for your advanced event selectors, up to a maximum of 500 values\n for all conditions and selectors on a trail. You can use either\n AdvancedEventSelectors
or EventSelectors
, but not both. If you\n apply AdvancedEventSelectors
to a trail, any existing\n EventSelectors
are overwritten. For more information about advanced event\n selectors, see Logging data events for trails in the CloudTrail User Guide.
"
+ "smithy.api#documentation": " Specifies the settings for advanced event selectors. You can add advanced event\n selectors, and conditions for your advanced event selectors, up to a maximum of 500 values\n for all conditions and selectors on a trail. You can use either\n AdvancedEventSelectors
or EventSelectors
, but not both. If you\n apply AdvancedEventSelectors
to a trail, any existing\n EventSelectors
are overwritten. For more information about advanced event\n selectors, see Logging data events in the CloudTrail User Guide.
"
}
}
},
@@ -6700,7 +6765,7 @@
}
],
"traits": {
- "smithy.api#documentation": "Lets you enable Insights event logging by specifying the Insights selectors that you\n want to enable on an existing trail. You also use PutInsightSelectors
to turn\n off Insights event logging, by passing an empty list of insight types. The valid Insights\n event types in this release are ApiErrorRateInsight
and\n ApiCallRateInsight
.
",
+ "smithy.api#documentation": "Lets you enable Insights event logging by specifying the Insights selectors that you\n want to enable on an existing trail. You also use PutInsightSelectors
to turn\n off Insights event logging, by passing an empty list of insight types. The valid Insights\n event types in this release are ApiErrorRateInsight
and\n ApiCallRateInsight
.
\n To log CloudTrail Insights events on API call volume, the trail\n must log write
management events. To log CloudTrail\n Insights events on API error rate, the trail must log read
or\n write
management events. You can call GetEventSelectors
on a trail \n to check whether the trail logs management events.
",
"smithy.api#idempotent": {}
}
},
@@ -6717,7 +6782,7 @@
"InsightSelectors": {
"target": "com.amazonaws.cloudtrail#InsightSelectors",
"traits": {
- "smithy.api#documentation": "A JSON string that contains the insight types you want to log on a trail.\n ApiCallRateInsight
and ApiErrorRateInsight
are valid insight\n types.
",
+ "smithy.api#documentation": "A JSON string that contains the insight types you want to log on a trail.\n ApiCallRateInsight
and ApiErrorRateInsight
are valid Insight\n types.
\n The ApiCallRateInsight
Insights type analyzes write-only\n management API calls that are aggregated per minute against a baseline API call volume.
\n The ApiErrorRateInsight
Insights type analyzes management\n API calls that result in error codes. The error is shown if the API call is\n unsuccessful.
",
"smithy.api#required": {}
}
}
@@ -7125,12 +7190,18 @@
"target": "com.amazonaws.cloudtrail#RemoveTagsResponse"
},
"errors": [
+ {
+ "target": "com.amazonaws.cloudtrail#ChannelARNInvalidException"
+ },
{
"target": "com.amazonaws.cloudtrail#ChannelNotFoundException"
},
{
"target": "com.amazonaws.cloudtrail#CloudTrailARNInvalidException"
},
+ {
+ "target": "com.amazonaws.cloudtrail#EventDataStoreARNInvalidException"
+ },
{
"target": "com.amazonaws.cloudtrail#EventDataStoreNotFoundException"
},
@@ -8591,7 +8662,7 @@
}
],
"traits": {
- "smithy.api#documentation": "Updates an event data store. The required EventDataStore
value is an ARN or\n the ID portion of the ARN. Other parameters are optional, but at least one optional\n parameter must be specified, or CloudTrail throws an error.\n RetentionPeriod
is in days, and valid values are integers between 90 and\n 2557. By default, TerminationProtection
is enabled.
\n For event data stores for CloudTrail events, AdvancedEventSelectors
\n includes or excludes management and data events in your event data store. For more\n information about AdvancedEventSelectors
, see PutEventSelectorsRequest$AdvancedEventSelectors.
\n For event data stores for Config configuration items, Audit Manager evidence, or non-Amazon Web Services events,\n AdvancedEventSelectors
includes events of that type in your event data\n store.
",
+ "smithy.api#documentation": "Updates an event data store. The required EventDataStore
value is an ARN or\n the ID portion of the ARN. Other parameters are optional, but at least one optional\n parameter must be specified, or CloudTrail throws an error.\n RetentionPeriod
is in days, and valid values are integers between 90 and\n 2557. By default, TerminationProtection
is enabled.
\n For event data stores for CloudTrail events, AdvancedEventSelectors
\n includes or excludes management and data events in your event data store. For more\n information about AdvancedEventSelectors
, see PutEventSelectorsRequest$AdvancedEventSelectors.
\n For event data stores for Config configuration items, Audit Manager evidence, or non-Amazon Web Services events,\n AdvancedEventSelectors
includes events of that type in your event data store.
",
"smithy.api#idempotent": {}
}
},
diff --git a/codegen/sdk-codegen/aws-models/compute-optimizer.json b/codegen/sdk-codegen/aws-models/compute-optimizer.json
index 6caeab85102..9e8ba0fb1ca 100644
--- a/codegen/sdk-codegen/aws-models/compute-optimizer.json
+++ b/codegen/sdk-codegen/aws-models/compute-optimizer.json
@@ -3626,6 +3626,18 @@
"traits": {
"smithy.api#enumValue": "Tags"
}
+ },
+ "EXTERNAL_METRIC_STATUS_CODE": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "ExternalMetricStatusCode"
+ }
+ },
+ "EXTERNAL_METRIC_STATUS_REASON": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "ExternalMetricStatusReason"
+ }
}
}
},
@@ -3999,6 +4011,94 @@
"target": "com.amazonaws.computeoptimizer#ExportableVolumeField"
}
},
+ "com.amazonaws.computeoptimizer#ExternalMetricStatus": {
+ "type": "structure",
+ "members": {
+ "statusCode": {
+ "target": "com.amazonaws.computeoptimizer#ExternalMetricStatusCode",
+ "traits": {
+ "smithy.api#documentation": "\n The status code for Compute Optimizer's integration with an external metrics provider.\n
"
+ }
+ },
+ "statusReason": {
+ "target": "com.amazonaws.computeoptimizer#ExternalMetricStatusReason",
+ "traits": {
+ "smithy.api#documentation": "\n The reason for Compute Optimizer's integration status with your external metric provider.\n
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#documentation": "\n Describes Compute Optimizer's integration status with your chosen external metric provider. For example, Datadog.\n
"
+ }
+ },
+ "com.amazonaws.computeoptimizer#ExternalMetricStatusCode": {
+ "type": "enum",
+ "members": {
+ "NO_EXTERNAL_METRIC_SET": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "NO_EXTERNAL_METRIC_SET"
+ }
+ },
+ "INTEGRATION_SUCCESS": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "INTEGRATION_SUCCESS"
+ }
+ },
+ "DATADOG_INTEGRATION_ERROR": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "DATADOG_INTEGRATION_ERROR"
+ }
+ },
+ "DYNATRACE_INTEGRATION_ERROR": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "DYNATRACE_INTEGRATION_ERROR"
+ }
+ },
+ "NEWRELIC_INTEGRATION_ERROR": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "NEWRELIC_INTEGRATION_ERROR"
+ }
+ },
+ "INSTANA_INTEGRATION_ERROR": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "INSTANA_INTEGRATION_ERROR"
+ }
+ },
+ "INSUFFICIENT_DATADOG_METRICS": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "INSUFFICIENT_DATADOG_METRICS"
+ }
+ },
+ "INSUFFICIENT_DYNATRACE_METRICS": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "INSUFFICIENT_DYNATRACE_METRICS"
+ }
+ },
+ "INSUFFICIENT_NEWRELIC_METRICS": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "INSUFFICIENT_NEWRELIC_METRICS"
+ }
+ },
+ "INSUFFICIENT_INSTANA_METRICS": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "INSUFFICIENT_INSTANA_METRICS"
+ }
+ }
+ }
+ },
+ "com.amazonaws.computeoptimizer#ExternalMetricStatusReason": {
+ "type": "string"
+ },
"com.amazonaws.computeoptimizer#ExternalMetricsPreference": {
"type": "structure",
"members": {
@@ -5583,6 +5683,12 @@
"traits": {
"smithy.api#documentation": "\n A list of tags assigned to your Amazon EC2 instance recommendations.\n
"
}
+ },
+ "externalMetricStatus": {
+ "target": "com.amazonaws.computeoptimizer#ExternalMetricStatus",
+ "traits": {
+ "smithy.api#documentation": "\n An object that describes Compute Optimizer's integration status with your external metrics provider.\n
"
+ }
}
},
"traits": {
diff --git a/codegen/sdk-codegen/aws-models/connect.json b/codegen/sdk-codegen/aws-models/connect.json
index ee3b6e8e5c7..835457035cc 100644
--- a/codegen/sdk-codegen/aws-models/connect.json
+++ b/codegen/sdk-codegen/aws-models/connect.json
@@ -625,6 +625,9 @@
{
"target": "com.amazonaws.connect#CreateParticipant"
},
+ {
+ "target": "com.amazonaws.connect#CreatePrompt"
+ },
{
"target": "com.amazonaws.connect#CreateQueue"
},
@@ -682,6 +685,9 @@
{
"target": "com.amazonaws.connect#DeleteIntegrationAssociation"
},
+ {
+ "target": "com.amazonaws.connect#DeletePrompt"
+ },
{
"target": "com.amazonaws.connect#DeleteQuickConnect"
},
@@ -742,6 +748,9 @@
{
"target": "com.amazonaws.connect#DescribePhoneNumber"
},
+ {
+ "target": "com.amazonaws.connect#DescribePrompt"
+ },
{
"target": "com.amazonaws.connect#DescribeQueue"
},
@@ -820,6 +829,9 @@
{
"target": "com.amazonaws.connect#GetMetricDataV2"
},
+ {
+ "target": "com.amazonaws.connect#GetPromptFile"
+ },
{
"target": "com.amazonaws.connect#GetTaskTemplate"
},
@@ -1054,6 +1066,9 @@
{
"target": "com.amazonaws.connect#UpdatePhoneNumber"
},
+ {
+ "target": "com.amazonaws.connect#UpdatePrompt"
+ },
{
"target": "com.amazonaws.connect#UpdateQueueHoursOfOperation"
},
@@ -4761,6 +4776,105 @@
"smithy.api#output": {}
}
},
+ "com.amazonaws.connect#CreatePrompt": {
+ "type": "operation",
+ "input": {
+ "target": "com.amazonaws.connect#CreatePromptRequest"
+ },
+ "output": {
+ "target": "com.amazonaws.connect#CreatePromptResponse"
+ },
+ "errors": [
+ {
+ "target": "com.amazonaws.connect#DuplicateResourceException"
+ },
+ {
+ "target": "com.amazonaws.connect#InternalServiceException"
+ },
+ {
+ "target": "com.amazonaws.connect#InvalidParameterException"
+ },
+ {
+ "target": "com.amazonaws.connect#InvalidRequestException"
+ },
+ {
+ "target": "com.amazonaws.connect#LimitExceededException"
+ },
+ {
+ "target": "com.amazonaws.connect#ThrottlingException"
+ }
+ ],
+ "traits": {
+ "smithy.api#documentation": "Creates a prompt. For more information about prompts, such as supported file types and maximum length, see Create prompts in the Amazon Connect Administrator's Guide.
",
+ "smithy.api#http": {
+ "method": "PUT",
+ "uri": "/prompts/{InstanceId}",
+ "code": 200
+ }
+ }
+ },
+ "com.amazonaws.connect#CreatePromptRequest": {
+ "type": "structure",
+ "members": {
+ "InstanceId": {
+ "target": "com.amazonaws.connect#InstanceId",
+ "traits": {
+ "smithy.api#documentation": "The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ },
+ "Name": {
+ "target": "com.amazonaws.connect#CommonNameLength127",
+ "traits": {
+ "smithy.api#documentation": "The name of the prompt.
",
+ "smithy.api#required": {}
+ }
+ },
+ "Description": {
+ "target": "com.amazonaws.connect#PromptDescription",
+ "traits": {
+ "smithy.api#documentation": "The description of the prompt.
"
+ }
+ },
+ "S3Uri": {
+ "target": "com.amazonaws.connect#S3Uri",
+ "traits": {
+ "smithy.api#documentation": "The URI for the S3 bucket where the prompt is stored.
",
+ "smithy.api#required": {}
+ }
+ },
+ "Tags": {
+ "target": "com.amazonaws.connect#TagMap",
+ "traits": {
+ "smithy.api#documentation": "The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#input": {}
+ }
+ },
+ "com.amazonaws.connect#CreatePromptResponse": {
+ "type": "structure",
+ "members": {
+ "PromptARN": {
+ "target": "com.amazonaws.connect#ARN",
+ "traits": {
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the prompt.
"
+ }
+ },
+ "PromptId": {
+ "target": "com.amazonaws.connect#PromptId",
+ "traits": {
+ "smithy.api#documentation": "A unique identifier for the prompt.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#output": {}
+ }
+ },
"com.amazonaws.connect#CreateQueue": {
"type": "operation",
"input": {
@@ -6834,6 +6948,64 @@
"smithy.api#input": {}
}
},
+ "com.amazonaws.connect#DeletePrompt": {
+ "type": "operation",
+ "input": {
+ "target": "com.amazonaws.connect#DeletePromptRequest"
+ },
+ "output": {
+ "target": "smithy.api#Unit"
+ },
+ "errors": [
+ {
+ "target": "com.amazonaws.connect#InternalServiceException"
+ },
+ {
+ "target": "com.amazonaws.connect#InvalidParameterException"
+ },
+ {
+ "target": "com.amazonaws.connect#InvalidRequestException"
+ },
+ {
+ "target": "com.amazonaws.connect#ResourceNotFoundException"
+ },
+ {
+ "target": "com.amazonaws.connect#ThrottlingException"
+ }
+ ],
+ "traits": {
+ "smithy.api#documentation": "Deletes a prompt.
",
+ "smithy.api#http": {
+ "method": "DELETE",
+ "uri": "/prompts/{InstanceId}/{PromptId}",
+ "code": 200
+ }
+ }
+ },
+ "com.amazonaws.connect#DeletePromptRequest": {
+ "type": "structure",
+ "members": {
+ "InstanceId": {
+ "target": "com.amazonaws.connect#InstanceId",
+ "traits": {
+ "smithy.api#documentation": "The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ },
+ "PromptId": {
+ "target": "com.amazonaws.connect#PromptId",
+ "traits": {
+ "smithy.api#documentation": "A unique identifier for the prompt.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#input": {}
+ }
+ },
"com.amazonaws.connect#DeleteQuickConnect": {
"type": "operation",
"input": {
@@ -8202,6 +8374,78 @@
"smithy.api#output": {}
}
},
+ "com.amazonaws.connect#DescribePrompt": {
+ "type": "operation",
+ "input": {
+ "target": "com.amazonaws.connect#DescribePromptRequest"
+ },
+ "output": {
+ "target": "com.amazonaws.connect#DescribePromptResponse"
+ },
+ "errors": [
+ {
+ "target": "com.amazonaws.connect#InternalServiceException"
+ },
+ {
+ "target": "com.amazonaws.connect#InvalidParameterException"
+ },
+ {
+ "target": "com.amazonaws.connect#InvalidRequestException"
+ },
+ {
+ "target": "com.amazonaws.connect#ResourceNotFoundException"
+ },
+ {
+ "target": "com.amazonaws.connect#ThrottlingException"
+ }
+ ],
+ "traits": {
+ "smithy.api#documentation": "Describes the prompt.
",
+ "smithy.api#http": {
+ "method": "GET",
+ "uri": "/prompts/{InstanceId}/{PromptId}",
+ "code": 200
+ }
+ }
+ },
+ "com.amazonaws.connect#DescribePromptRequest": {
+ "type": "structure",
+ "members": {
+ "InstanceId": {
+ "target": "com.amazonaws.connect#InstanceId",
+ "traits": {
+ "smithy.api#documentation": "The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ },
+ "PromptId": {
+ "target": "com.amazonaws.connect#PromptId",
+ "traits": {
+ "smithy.api#documentation": "A unique identifier for the prompt.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#input": {}
+ }
+ },
+ "com.amazonaws.connect#DescribePromptResponse": {
+ "type": "structure",
+ "members": {
+ "Prompt": {
+ "target": "com.amazonaws.connect#Prompt",
+ "traits": {
+ "smithy.api#documentation": "Information about the prompt.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#output": {}
+ }
+ },
"com.amazonaws.connect#DescribeQueue": {
"type": "operation",
"input": {
@@ -11829,6 +12073,78 @@
"smithy.api#output": {}
}
},
+ "com.amazonaws.connect#GetPromptFile": {
+ "type": "operation",
+ "input": {
+ "target": "com.amazonaws.connect#GetPromptFileRequest"
+ },
+ "output": {
+ "target": "com.amazonaws.connect#GetPromptFileResponse"
+ },
+ "errors": [
+ {
+ "target": "com.amazonaws.connect#InternalServiceException"
+ },
+ {
+ "target": "com.amazonaws.connect#InvalidParameterException"
+ },
+ {
+ "target": "com.amazonaws.connect#InvalidRequestException"
+ },
+ {
+ "target": "com.amazonaws.connect#ResourceNotFoundException"
+ },
+ {
+ "target": "com.amazonaws.connect#ThrottlingException"
+ }
+ ],
+ "traits": {
+ "smithy.api#documentation": "Gets the prompt file.
",
+ "smithy.api#http": {
+ "method": "GET",
+ "uri": "/prompts/{InstanceId}/{PromptId}/file",
+ "code": 200
+ }
+ }
+ },
+ "com.amazonaws.connect#GetPromptFileRequest": {
+ "type": "structure",
+ "members": {
+ "InstanceId": {
+ "target": "com.amazonaws.connect#InstanceId",
+ "traits": {
+ "smithy.api#documentation": "The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ },
+ "PromptId": {
+ "target": "com.amazonaws.connect#PromptId",
+ "traits": {
+ "smithy.api#documentation": "A unique identifier for the prompt.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#input": {}
+ }
+ },
+ "com.amazonaws.connect#GetPromptFileResponse": {
+ "type": "structure",
+ "members": {
+ "PromptPresignedUrl": {
+ "target": "com.amazonaws.connect#PromptPresignedUrl",
+ "traits": {
+ "smithy.api#documentation": "A generated URL to the prompt that can be given to an unauthorized user so they can access\n the prompt in S3.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#output": {}
+ }
+ },
"com.amazonaws.connect#GetTaskTemplate": {
"type": "operation",
"input": {
@@ -19614,6 +19930,53 @@
}
}
},
+ "com.amazonaws.connect#Prompt": {
+ "type": "structure",
+ "members": {
+ "PromptARN": {
+ "target": "com.amazonaws.connect#ARN",
+ "traits": {
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the prompt.
"
+ }
+ },
+ "PromptId": {
+ "target": "com.amazonaws.connect#PromptId",
+ "traits": {
+ "smithy.api#documentation": "A unique identifier for the prompt.
"
+ }
+ },
+ "Name": {
+ "target": "com.amazonaws.connect#CommonNameLength127",
+ "traits": {
+ "smithy.api#documentation": "The name of the prompt.
"
+ }
+ },
+ "Description": {
+ "target": "com.amazonaws.connect#PromptDescription",
+ "traits": {
+ "smithy.api#documentation": "A description for the prompt.
"
+ }
+ },
+ "Tags": {
+ "target": "com.amazonaws.connect#TagMap",
+ "traits": {
+ "smithy.api#documentation": "The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#documentation": "Information about a prompt.
"
+ }
+ },
+ "com.amazonaws.connect#PromptDescription": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 1,
+ "max": 250
+ }
+ }
+ },
"com.amazonaws.connect#PromptId": {
"type": "string",
"traits": {
@@ -19632,6 +19995,15 @@
}
}
},
+ "com.amazonaws.connect#PromptPresignedUrl": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 1,
+ "max": 2000
+ }
+ }
+ },
"com.amazonaws.connect#PromptSummary": {
"type": "structure",
"members": {
@@ -21521,6 +21893,16 @@
"smithy.api#documentation": "Information about the Amazon Simple Storage Service (Amazon S3) storage type.
"
}
},
+ "com.amazonaws.connect#S3Uri": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 1,
+ "max": 512
+ },
+ "smithy.api#pattern": "^s3://\\S+/.+$"
+ }
+ },
"com.amazonaws.connect#SearchAvailablePhoneNumbers": {
"type": "operation",
"input": {
@@ -26102,7 +26484,7 @@
}
],
"traits": {
- "smithy.api#documentation": "Updates your claimed phone number from its current Amazon Connect instance or traffic distribution group to\n another Amazon Connect instance or traffic distribution group in the same Amazon Web Services Region.
\n \n After using this API, you must verify that the phone number is attached to the correct flow\n in the target instance or traffic distribution group. You need to do this because the API switches\n only the phone number to a new instance or traffic distribution group. It doesn't migrate the\n flow configuration of the phone number, too.
\n You can call DescribePhoneNumber API\n to verify the status of a previous UpdatePhoneNumber\n operation.
\n ",
+ "smithy.api#documentation": "Updates your claimed phone number from its current Amazon Connect instance or traffic distribution group to\n another Amazon Connect instance or traffic distribution group in the same Amazon Web Services Region.
\n \n After using this API, you must verify that the phone number is attached to the correct flow\n in the target instance or traffic distribution group. You need to do this because the API\n switches only the phone number to a new instance or traffic distribution group. It doesn't\n migrate the flow configuration of the phone number, too.
\n You can call DescribePhoneNumber API\n to verify the status of a previous UpdatePhoneNumber\n operation.
\n ",
"smithy.api#http": {
"method": "PUT",
"uri": "/phone-number/{PhoneNumberId}",
@@ -26160,6 +26542,102 @@
"smithy.api#output": {}
}
},
+ "com.amazonaws.connect#UpdatePrompt": {
+ "type": "operation",
+ "input": {
+ "target": "com.amazonaws.connect#UpdatePromptRequest"
+ },
+ "output": {
+ "target": "com.amazonaws.connect#UpdatePromptResponse"
+ },
+ "errors": [
+ {
+ "target": "com.amazonaws.connect#InternalServiceException"
+ },
+ {
+ "target": "com.amazonaws.connect#InvalidParameterException"
+ },
+ {
+ "target": "com.amazonaws.connect#InvalidRequestException"
+ },
+ {
+ "target": "com.amazonaws.connect#ResourceNotFoundException"
+ },
+ {
+ "target": "com.amazonaws.connect#ThrottlingException"
+ }
+ ],
+ "traits": {
+ "smithy.api#documentation": "Updates a prompt.
",
+ "smithy.api#http": {
+ "method": "POST",
+ "uri": "/prompts/{InstanceId}/{PromptId}",
+ "code": 200
+ }
+ }
+ },
+ "com.amazonaws.connect#UpdatePromptRequest": {
+ "type": "structure",
+ "members": {
+ "InstanceId": {
+ "target": "com.amazonaws.connect#InstanceId",
+ "traits": {
+ "smithy.api#documentation": "The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ },
+ "PromptId": {
+ "target": "com.amazonaws.connect#PromptId",
+ "traits": {
+ "smithy.api#documentation": "A unique identifier for the prompt.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ },
+ "Name": {
+ "target": "com.amazonaws.connect#CommonNameLength127",
+ "traits": {
+ "smithy.api#documentation": "The name of the prompt.
"
+ }
+ },
+ "Description": {
+ "target": "com.amazonaws.connect#PromptDescription",
+ "traits": {
+ "smithy.api#documentation": "A description of the prompt.
"
+ }
+ },
+ "S3Uri": {
+ "target": "com.amazonaws.connect#S3Uri",
+ "traits": {
+ "smithy.api#documentation": "The URI for the S3 bucket where the prompt is stored.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#input": {}
+ }
+ },
+ "com.amazonaws.connect#UpdatePromptResponse": {
+ "type": "structure",
+ "members": {
+ "PromptARN": {
+ "target": "com.amazonaws.connect#ARN",
+ "traits": {
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the prompt.
"
+ }
+ },
+ "PromptId": {
+ "target": "com.amazonaws.connect#PromptId",
+ "traits": {
+ "smithy.api#documentation": "A unique identifier for the prompt.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#output": {}
+ }
+ },
"com.amazonaws.connect#UpdateQueueHoursOfOperation": {
"type": "operation",
"input": {
diff --git a/codegen/sdk-codegen/aws-models/ec2.json b/codegen/sdk-codegen/aws-models/ec2.json
index 6851bdb0c3c..ca86cbdf2bf 100644
--- a/codegen/sdk-codegen/aws-models/ec2.json
+++ b/codegen/sdk-codegen/aws-models/ec2.json
@@ -51316,7 +51316,7 @@
}
},
"Url": {
- "target": "com.amazonaws.ec2#String",
+ "target": "com.amazonaws.ec2#SensitiveUrl",
"traits": {
"smithy.api#documentation": "The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an\n Amazon S3 URL (s3://..)
"
}
@@ -59889,6 +59889,42 @@
"traits": {
"smithy.api#enumValue": "trn1n.32xlarge"
}
+ },
+ "i4g_large": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "i4g.large"
+ }
+ },
+ "i4g_xlarge": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "i4g.xlarge"
+ }
+ },
+ "i4g_2xlarge": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "i4g.2xlarge"
+ }
+ },
+ "i4g_4xlarge": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "i4g.4xlarge"
+ }
+ },
+ "i4g_8xlarge": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "i4g.8xlarge"
+ }
+ },
+ "i4g_16xlarge": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "i4g.16xlarge"
+ }
}
}
},
@@ -80219,7 +80255,7 @@
}
},
"UserData": {
- "target": "com.amazonaws.ec2#String",
+ "target": "com.amazonaws.ec2#SensitiveUserData",
"traits": {
"smithy.api#documentation": "The user data to make available to the instance. You must provide base64-encoded text.\n User data is limited to 16 KB. For more information, see Run commands on your Linux instance at\n launch (Linux) or Work with instance\n user data (Windows) in the Amazon Elastic Compute Cloud User Guide.
\n If you are creating the launch template for use with Batch, the user\n data must be provided in the MIME multi-part archive format. For more information, see Amazon EC2 user data in launch templates in the Batch User Guide.
"
}
@@ -80336,8 +80372,7 @@
}
},
"traits": {
- "smithy.api#documentation": "The information to include in the launch template.
\n \n You must specify at least one parameter for the launch template data.
\n ",
- "smithy.api#sensitive": {}
+ "smithy.api#documentation": "The information to include in the launch template.
\n \n You must specify at least one parameter for the launch template data.
\n "
}
},
"com.amazonaws.ec2#RequestSpotFleet": {
@@ -86166,6 +86201,12 @@
"smithy.api#input": {}
}
},
+ "com.amazonaws.ec2#SensitiveUrl": {
+ "type": "string",
+ "traits": {
+ "smithy.api#sensitive": {}
+ }
+ },
"com.amazonaws.ec2#SensitiveUserData": {
"type": "string",
"traits": {
@@ -86852,7 +86893,7 @@
}
},
"Url": {
- "target": "com.amazonaws.ec2#String",
+ "target": "com.amazonaws.ec2#SensitiveUrl",
"traits": {
"aws.protocols#ec2QueryName": "Url",
"smithy.api#documentation": "The URL used to access the disk image.
",
@@ -86897,7 +86938,7 @@
}
},
"Url": {
- "target": "com.amazonaws.ec2#String",
+ "target": "com.amazonaws.ec2#SensitiveUrl",
"traits": {
"smithy.api#documentation": "The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon\n S3 URL (s3://..).
"
}
@@ -87215,7 +87256,7 @@
}
},
"Url": {
- "target": "com.amazonaws.ec2#String",
+ "target": "com.amazonaws.ec2#SensitiveUrl",
"traits": {
"aws.protocols#ec2QueryName": "Url",
"smithy.api#documentation": "The URL of the disk image from which the snapshot is created.
",
diff --git a/codegen/sdk-codegen/aws-models/ecs.json b/codegen/sdk-codegen/aws-models/ecs.json
index 85456b84c21..51c17eda2f4 100644
--- a/codegen/sdk-codegen/aws-models/ecs.json
+++ b/codegen/sdk-codegen/aws-models/ecs.json
@@ -2137,7 +2137,7 @@
"imageDigest": {
"target": "com.amazonaws.ecs#String",
"traits": {
- "smithy.api#documentation": "The container image manifest digest.
\n \n The imageDigest
is only returned if the container is using an image\n\t\t\t\thosted in Amazon ECR, otherwise it is omitted.
\n "
+ "smithy.api#documentation": "The container image manifest digest.
"
}
},
"runtimeId": {
@@ -3090,7 +3090,7 @@
"desiredCount": {
"target": "com.amazonaws.ecs#BoxedInteger",
"traits": {
- "smithy.api#documentation": "The number of instantiations of the specified task definition to place and keep\n\t\t\trunning on your cluster.
\n This is required if schedulingStrategy
is REPLICA
or isn't\n\t\t\tspecified. If schedulingStrategy
is DAEMON
then this isn't\n\t\t\trequired.
"
+ "smithy.api#documentation": "The number of instantiations of the specified task definition to place and keep running in your service.
\n This is required if schedulingStrategy
is REPLICA
or isn't\n\t\t\tspecified. If schedulingStrategy
is DAEMON
then this isn't\n\t\t\trequired.
"
}
},
"clientToken": {
diff --git a/codegen/sdk-codegen/aws-models/mediaconvert.json b/codegen/sdk-codegen/aws-models/mediaconvert.json
index 122aa828879..f3d47b06366 100644
--- a/codegen/sdk-codegen/aws-models/mediaconvert.json
+++ b/codegen/sdk-codegen/aws-models/mediaconvert.json
@@ -110,7 +110,7 @@
}
},
"traits": {
- "smithy.api#documentation": "The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Five channels, C, L, R, Ls, Rs, LFE."
+ "smithy.api#documentation": "The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE."
}
},
"com.amazonaws.mediaconvert#AacRateControlMode": {
@@ -166,7 +166,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin6000Max1024000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the average bitrate in bits per second. The set of valid values for this setting is: 6000, 8000, 10000, 12000, 14000, 16000, 20000, 24000, 28000, 32000, 40000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 384000, 448000, 512000, 576000, 640000, 768000, 896000, 1024000. The value you set is also constrained by the values that you choose for Profile (codecProfile), Bitrate control mode (codingMode), and Sample rate (sampleRate). Default values depend on Bitrate control mode and Profile.",
"smithy.api#jsonName": "bitrate"
}
@@ -181,7 +180,7 @@
"CodingMode": {
"target": "com.amazonaws.mediaconvert#AacCodingMode",
"traits": {
- "smithy.api#documentation": "The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Five channels, C, L, R, Ls, Rs, LFE.",
+ "smithy.api#documentation": "The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.",
"smithy.api#jsonName": "codingMode"
}
},
@@ -202,7 +201,6 @@
"SampleRate": {
"target": "com.amazonaws.mediaconvert#__integerMin8000Max96000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Sample rate in Hz. Valid sample rates depend on the Profile and Coding mode that you select. The following list shows valid sample rates for each Profile and Coding mode. * LC Profile, Coding mode 1.0, 2.0, and Receiver Mix: 8000, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000. * LC Profile, Coding mode 5.1: 32000, 44100, 48000, 96000. * HEV1 Profile, Coding mode 1.0 and Receiver Mix: 22050, 24000, 32000, 44100, 48000. * HEV1 Profile, Coding mode 2.0 and 5.1: 32000, 44100, 48000, 96000. * HEV2 Profile, Coding mode 2.0: 22050, 24000, 32000, 44100, 48000.",
"smithy.api#jsonName": "sampleRate"
}
@@ -520,7 +518,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin64000Max640000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 64000. Maximum: 128000. Valid bitrates for coding mode 1/1: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 3/2 with FLE: Default: 384000. Minimum: 384000. Maximum: 640000.",
"smithy.api#jsonName": "bitrate"
}
@@ -542,7 +539,6 @@
"Dialnorm": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max31",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Sets the dialnorm for the output. If blank and input audio is Dolby Digital, dialnorm will be passed through.",
"smithy.api#jsonName": "dialnorm"
}
@@ -585,7 +581,6 @@
"SampleRate": {
"target": "com.amazonaws.mediaconvert#__integerMin48000Max48000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "This value is always 48000. It represents the sample rate in Hz.",
"smithy.api#jsonName": "sampleRate"
}
@@ -686,7 +681,7 @@
}
},
"traits": {
- "smithy.api#documentation": "Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step.Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise."
+ "smithy.api#documentation": "Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step. Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise."
}
},
"com.amazonaws.mediaconvert#AdvancedInputFilterAddTexture": {
@@ -789,7 +784,6 @@
"BitDepth": {
"target": "com.amazonaws.mediaconvert#__integerMin16Max24",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.",
"smithy.api#jsonName": "bitDepth"
}
@@ -797,7 +791,6 @@
"Channels": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max64",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.",
"smithy.api#jsonName": "channels"
}
@@ -805,7 +798,6 @@
"SampleRate": {
"target": "com.amazonaws.mediaconvert#__integerMin8000Max192000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Sample rate in hz.",
"smithy.api#jsonName": "sampleRate"
}
@@ -821,7 +813,6 @@
"Height": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8192",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Height to define the video resolution height, in pixels, for this rule.",
"smithy.api#jsonName": "height"
}
@@ -836,7 +827,6 @@
"Width": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8192",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Width to define the video resolution width, in pixels, for this rule.",
"smithy.api#jsonName": "width"
}
@@ -899,7 +889,6 @@
"SourceAncillaryChannelNumber": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max4",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough.",
"smithy.api#jsonName": "sourceAncillaryChannelNumber"
}
@@ -1335,7 +1324,6 @@
"AudioType": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max255",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Applies only if Follow Input Audio Type is unchecked (false). A number between 0 and 255. The following are defined in ISO-IEC 13818-1: 0 = Undefined, 1 = Clean Effects, 2 = Hearing Impaired, 3 = Visually Impaired Commentary, 4-255 = Reserved.",
"smithy.api#jsonName": "audioType"
}
@@ -1558,7 +1546,6 @@
"CorrectionGateLevel": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative70Max0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Content measuring above this level will be corrected to the target level. Content measuring below this level will not be corrected.",
"smithy.api#jsonName": "correctionGateLevel"
}
@@ -1580,7 +1567,6 @@
"TargetLkfs": {
"target": "com.amazonaws.mediaconvert#__doubleMinNegative59Max0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use Audio normalization (AudioNormalizationSettings), optionally use this setting to specify a target loudness. If you don't specify a value here, the encoder chooses a value for you, based on the algorithm that you choose for Algorithm (algorithm). If you choose algorithm 1770-1, the encoder will choose -24 LKFS; otherwise, the encoder will choose -23 LKFS.",
"smithy.api#jsonName": "targetLkfs"
}
@@ -1588,7 +1574,6 @@
"TruePeakLimiterThreshold": {
"target": "com.amazonaws.mediaconvert#__doubleMinNegative8Max0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the True-peak limiter threshold in decibels relative to full scale (dBFS). The peak inter-audio sample loudness in your output will be limited to the value that you specify, without affecting the overall target LKFS. Enter a value from 0 to -8. Leave blank to use the default value 0.",
"smithy.api#jsonName": "truePeakLimiterThreshold"
}
@@ -1646,7 +1631,6 @@
"Offset": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specifies a time delta in milliseconds to offset the audio from the input video.",
"smithy.api#jsonName": "offset"
}
@@ -1661,7 +1645,6 @@
"ProgramSelection": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max8",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting for input streams that contain Dolby E, to have the service extract specific program data from the track. To select multiple programs, create multiple selectors with the same Track and different Program numbers. In the console, this setting is visible when you set Selector type to Track. Choose the program number from the dropdown list. If you are sending a JSON file, provide the program ID, which is part of the audio metadata. If your input file has incorrect metadata, you can choose All channels instead of a program number to have the service ignore the program IDs and include all the programs in the track.",
"smithy.api#jsonName": "programSelection"
}
@@ -1808,7 +1791,6 @@
"MaxAbrBitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin100000Max100000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. The maximum target bit rate used in your automated ABR stack. Use this value to set an upper limit on the bandwidth consumed by the highest-quality rendition. This is the rendition that is delivered to viewers with the fastest internet connections. If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s) by default.",
"smithy.api#jsonName": "maxAbrBitrate"
}
@@ -1816,7 +1798,6 @@
"MaxRenditions": {
"target": "com.amazonaws.mediaconvert#__integerMin3Max15",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. The maximum number of renditions that MediaConvert will create in your automated ABR stack. The number of renditions is determined automatically, based on analysis of each job, but will never exceed this limit. When you set this to Auto in the console, which is equivalent to excluding it from your JSON job specification, MediaConvert defaults to a limit of 15.",
"smithy.api#jsonName": "maxRenditions"
}
@@ -1824,7 +1805,6 @@
"MinAbrBitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin100000Max100000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. The minimum target bitrate used in your automated ABR stack. Use this value to set a lower limit on the bitrate of video delivered to viewers with slow internet connections. If you don't specify a value, MediaConvert uses 600,000 (600 kb/s) by default.",
"smithy.api#jsonName": "minAbrBitrate"
}
@@ -1972,7 +1952,6 @@
"QvbrQualityLevel": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max10",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting only when you set Rate control mode (RateControlMode) to QVBR. Specify the target quality level for this output. MediaConvert determines the right number of bits to use for each part of the video to maintain the video quality that you specify. When you keep the default value, AUTO, MediaConvert picks a quality level for you, based on characteristics of your input video. If you prefer to specify a quality level, specify a number from 1 through 10. Use higher numbers for greater quality. Level 10 results in nearly lossless compression. The quality level for most broadcast-quality transcodes is between 6 and 9. Optionally, to specify a value between whole numbers, also provide a value for the setting qvbrQualityLevelFineTune. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33.",
"smithy.api#jsonName": "qvbrQualityLevel"
}
@@ -1980,7 +1959,6 @@
"QvbrQualityLevelFineTune": {
"target": "com.amazonaws.mediaconvert#__doubleMin0Max1",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Specify a value here to set the QVBR quality to a level that is between whole numbers. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33. MediaConvert rounds your QVBR quality level to the nearest third of a whole number. For example, if you set qvbrQualityLevel to 7 and you set qvbrQualityLevelFineTune to .25, your actual QVBR quality level is 7.33.",
"smithy.api#jsonName": "qvbrQualityLevelFineTune"
}
@@ -2038,7 +2016,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -2046,7 +2023,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -2054,7 +2030,6 @@
"GopSize": {
"target": "com.amazonaws.mediaconvert#__doubleMin0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the GOP length (keyframe interval) in frames. With AV1, MediaConvert doesn't support GOP length in seconds. This value must be greater than zero and preferably equal to 1 + ((numberBFrames + 1) * x), where x is an integer value.",
"smithy.api#jsonName": "gopSize"
}
@@ -2062,7 +2037,6 @@
"MaxBitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max1152000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Maximum bitrate in bits/second. For example, enter five megabits per second as 5000000. Required when Rate control mode is QVBR.",
"smithy.api#jsonName": "maxBitrate"
}
@@ -2070,7 +2044,6 @@
"NumberBFramesBetweenReferenceFrames": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max15",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify from the number of B-frames, in the range of 0-15. For AV1 encoding, we recommend using 7 or 15. Choose a larger number for a lower bitrate and smaller file size; choose a smaller number for better video quality.",
"smithy.api#jsonName": "numberBFramesBetweenReferenceFrames"
}
@@ -2092,7 +2065,6 @@
"Slices": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max32",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the number of slices per picture. This value must be 1, 2, 4, 8, 16, or 32. For progressive pictures, this value must be less than or equal to the number of macroblock rows. For interlaced pictures, this value must be less than or equal to half the number of macroblock rows.",
"smithy.api#jsonName": "slices"
}
@@ -2314,7 +2286,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max1001",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -2322,7 +2293,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin24Max60000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -2622,7 +2592,6 @@
"BackgroundOpacity": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max255",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the opacity of the background rectangle. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough (StylePassthrough) is set to enabled, leave blank to pass through the background style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all backgrounds from your output captions.",
"smithy.api#jsonName": "backgroundOpacity"
}
@@ -2644,7 +2613,6 @@
"FontOpacity": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max255",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.",
"smithy.api#jsonName": "fontOpacity"
}
@@ -2652,7 +2620,6 @@
"FontResolution": {
"target": "com.amazonaws.mediaconvert#__integerMin96Max600",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Font resolution (FontResolution) in DPI (dots per inch).",
"smithy.api#jsonName": "fontResolution"
}
@@ -2667,7 +2634,6 @@
"FontSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max96",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Font size (FontSize) in pixels. Must be a positive integer. Set to 0, or leave blank, for automatic font size.",
"smithy.api#jsonName": "fontSize"
}
@@ -2689,7 +2655,6 @@
"OutlineSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max10",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Outline size (OutlineSize) of the caption text, in pixels. Leave Outline size blank and set Style passthrough (StylePassthrough) to enabled to use the outline size data from your input captions, if present.",
"smithy.api#jsonName": "outlineSize"
}
@@ -2704,7 +2669,6 @@
"ShadowOpacity": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max255",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the opacity of the shadow. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough (StylePassthrough) is set to Enabled, leave Shadow opacity (ShadowOpacity) blank to pass through the shadow style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all shadows from your output captions.",
"smithy.api#jsonName": "shadowOpacity"
}
@@ -2712,7 +2676,6 @@
"ShadowXOffset": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the horizontal offset of the shadow, relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left.",
"smithy.api#jsonName": "shadowXOffset"
}
@@ -2720,7 +2683,6 @@
"ShadowYOffset": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. Leave Shadow y-offset (ShadowYOffset) blank and set Style passthrough (StylePassthrough) to enabled to use the shadow y-offset data from your input captions, if present.",
"smithy.api#jsonName": "shadowYOffset"
}
@@ -2742,7 +2704,6 @@
"XPosition": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the horizontal position (XPosition) of the captions, relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit x_position is provided, the horizontal caption position will be determined by the alignment parameter.",
"smithy.api#jsonName": "xPosition"
}
@@ -2750,7 +2711,6 @@
"YPosition": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the vertical position (YPosition) of the captions, relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit y_position is provided, the caption will be positioned towards the bottom of the output.",
"smithy.api#jsonName": "yPosition"
}
@@ -3392,7 +3352,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max1001",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate numerator (framerateNumerator).",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -3400,7 +3359,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max60000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate denominator (framerateDenominator).",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -3587,7 +3545,6 @@
"MaximumRGBTolerance": {
"target": "com.amazonaws.mediaconvert#__integerMin90Max105",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Maximum RGB color sample range tolerance for your output. MediaConvert corrects any YUV values that, when converted to RGB, would be outside the upper tolerance that you specify. Enter an integer from 90 to 105 as an offset percentage to the maximum possible value. Leave blank to use the default value 100. When you specify a value for Maximum RGB tolerance, you must set Sample range conversion to Limited range clip.",
"smithy.api#jsonName": "maximumRGBTolerance"
}
@@ -3595,7 +3552,6 @@
"MaximumYUV": {
"target": "com.amazonaws.mediaconvert#__integerMin920Max1023",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Maximum YUV color sample limit. MediaConvert conforms any pixels in your input above the value that you specify to typical limited range bounds. Enter an integer from 920 to 1023. Leave blank to use the default value 940. The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert automatically scales this value down. When you specify a value for Maximum YUV, you must set Sample range conversion to Limited range clip.",
"smithy.api#jsonName": "maximumYUV"
}
@@ -3603,7 +3559,6 @@
"MinimumRGBTolerance": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative5Max10",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Minimum RGB color sample range tolerance for your output. MediaConvert corrects any YUV values that, when converted to RGB, would be outside the lower tolerance that you specify. Enter an integer from -5 to 10 as an offset percentage to the minimum possible value. Leave blank to use the default value 0. When you specify a value for Minimum RGB tolerance, you must set Sample range conversion to Limited range clip.",
"smithy.api#jsonName": "minimumRGBTolerance"
}
@@ -3611,7 +3566,6 @@
"MinimumYUV": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max128",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Minimum YUV color sample limit. MediaConvert conforms any pixels in your input below the value that you specify to typical limited range bounds. Enter an integer from 0 to 128. Leave blank to use the default value 64. The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert automatically scales this value down. When you specify a value for Minumum YUV, you must set Sample range conversion to Limited range clip.",
"smithy.api#jsonName": "minimumYUV"
}
@@ -3815,7 +3769,6 @@
"FragmentLength": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the length, in whole seconds, of the mp4 fragments. When you don't specify a value, MediaConvert defaults to 2. Related setting: Use Fragment length control (FragmentLengthControl) to specify whether the encoder enforces this value strictly.",
"smithy.api#jsonName": "fragmentLength"
}
@@ -3851,7 +3804,6 @@
"MinBufferTime": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Minimum time of initially buffered media that is needed to ensure smooth playout.",
"smithy.api#jsonName": "minBufferTime"
}
@@ -3859,7 +3811,6 @@
"MinFinalSegmentLength": {
"target": "com.amazonaws.mediaconvert#__doubleMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back the end of your video asset. If you know that player devices are hanging on the final segment of your video because the length of your final segment is too short, use this setting to specify a minimum final segment length, in seconds. Choose a value that is greater than or equal to 1 and less than your segment length. When you specify a value for this setting, the encoder will combine any final segment that is shorter than the length that you specify with the previous segment. For example, your segment length is 3 seconds and your final segment is .5 seconds without a minimum final segment length; when you set the minimum final segment length to 1, your final segment is 3.5 seconds.",
"smithy.api#jsonName": "minFinalSegmentLength"
}
@@ -3895,7 +3846,6 @@
"SegmentLength": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the length, in whole seconds, of each segment. When you don't specify a value, MediaConvert defaults to 10. Related settings: Use Segment length control (SegmentLengthControl) to specify whether the encoder enforces this value strictly. Use Segment control (CmafSegmentControl) to specify whether MediaConvert creates separate segment files or one content file that has metadata to mark the segment boundaries.",
"smithy.api#jsonName": "segmentLength"
}
@@ -3999,7 +3949,6 @@
"ThumbnailHeight": {
"target": "com.amazonaws.mediaconvert#__integerMin2Max4096",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2.",
"smithy.api#jsonName": "thumbnailHeight"
}
@@ -4007,7 +3956,6 @@
"ThumbnailInterval": {
"target": "com.amazonaws.mediaconvert#__doubleMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails.",
"smithy.api#jsonName": "thumbnailInterval"
}
@@ -4015,7 +3963,6 @@
"ThumbnailWidth": {
"target": "com.amazonaws.mediaconvert#__integerMin8Max4096",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.",
"smithy.api#jsonName": "thumbnailWidth"
}
@@ -4023,7 +3970,6 @@
"TileHeight": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2048",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.",
"smithy.api#jsonName": "tileHeight"
}
@@ -4031,7 +3977,6 @@
"TileWidth": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max512",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of thumbnails in each row of a tile image. Set a value between 1 and 512.",
"smithy.api#jsonName": "tileWidth"
}
@@ -4679,7 +4624,6 @@
"Brightness": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Brightness level.",
"smithy.api#jsonName": "brightness"
}
@@ -4701,7 +4645,6 @@
"Contrast": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Contrast level.",
"smithy.api#jsonName": "contrast"
}
@@ -4723,7 +4666,6 @@
"Hue": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative180Max180",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Hue in degrees.",
"smithy.api#jsonName": "hue"
}
@@ -4738,7 +4680,6 @@
"Saturation": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Saturation level.",
"smithy.api#jsonName": "saturation"
}
@@ -4746,7 +4687,6 @@
"SdrReferenceWhiteLevel": {
"target": "com.amazonaws.mediaconvert#__integerMin100Max1000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the reference white level, in nits, for all of your SDR inputs. Use to correct brightness levels within HDR10 outputs. The following color metadata must be present in your SDR input: color primaries, transfer characteristics, and matrix coefficients. If your SDR input has missing color metadata, or if you want to correct input color metadata, manually specify a color space in the input video selector. For 1,000 nit peak brightness displays, we recommend that you set SDR reference white level to 203 (according to ITU-R BT.2408). Leave blank to use the default value of 100, or specify an integer from 100 to 1000.",
"smithy.api#jsonName": "sdrReferenceWhiteLevel"
}
@@ -5182,7 +5122,6 @@
"Priority": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative50Max50",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.",
"smithy.api#jsonName": "priority"
}
@@ -5337,7 +5276,6 @@
"Priority": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative50Max50",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.",
"smithy.api#jsonName": "priority"
}
@@ -5710,7 +5648,6 @@
"FragmentLength": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Length of fragments to generate (in seconds). Fragment length must be compatible with GOP size and Framerate. Note that fragments will end on the next keyframe after this number of seconds, so actual fragment length may be longer. When Emit Single File is checked, the fragmentation is internal to a single output file and it does not cause the creation of many output files as in other output types.",
"smithy.api#jsonName": "fragmentLength"
}
@@ -5739,7 +5676,6 @@
"MinBufferTime": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Minimum time of initially buffered media that is needed to ensure smooth playout.",
"smithy.api#jsonName": "minBufferTime"
}
@@ -5747,7 +5683,6 @@
"MinFinalSegmentLength": {
"target": "com.amazonaws.mediaconvert#__doubleMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back the end of your video asset. If you know that player devices are hanging on the final segment of your video because the length of your final segment is too short, use this setting to specify a minimum final segment length, in seconds. Choose a value that is greater than or equal to 1 and less than your segment length. When you specify a value for this setting, the encoder will combine any final segment that is shorter than the length that you specify with the previous segment. For example, your segment length is 3 seconds and your final segment is .5 seconds without a minimum final segment length; when you set the minimum final segment length to 1, your final segment is 3.5 seconds.",
"smithy.api#jsonName": "minFinalSegmentLength"
}
@@ -5783,7 +5718,6 @@
"SegmentLength": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the length, in whole seconds, of each segment. When you don't specify a value, MediaConvert defaults to 30. Related settings: Use Segment length control (SegmentLengthControl) to specify whether the encoder enforces this value strictly. Use Segment control (DashIsoSegmentControl) to specify whether MediaConvert creates separate segment files or one content file that has metadata to mark the segment boundaries.",
"smithy.api#jsonName": "segmentLength"
}
@@ -5879,7 +5813,6 @@
"ThumbnailHeight": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max4096",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2.",
"smithy.api#jsonName": "thumbnailHeight"
}
@@ -5887,7 +5820,6 @@
"ThumbnailInterval": {
"target": "com.amazonaws.mediaconvert#__doubleMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails.",
"smithy.api#jsonName": "thumbnailInterval"
}
@@ -5895,7 +5827,6 @@
"ThumbnailWidth": {
"target": "com.amazonaws.mediaconvert#__integerMin8Max4096",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.",
"smithy.api#jsonName": "thumbnailWidth"
}
@@ -5903,7 +5834,6 @@
"TileHeight": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2048",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.",
"smithy.api#jsonName": "tileHeight"
}
@@ -5911,7 +5841,6 @@
"TileWidth": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max512",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of thumbnails in each row of a tile image. Set a value between 1 and 512.",
"smithy.api#jsonName": "tileWidth"
}
@@ -6566,7 +6495,6 @@
"MaxResults": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Max number of endpoints, up to twenty, that will be returned at one time.",
"smithy.api#jsonName": "maxResults"
}
@@ -6730,7 +6658,6 @@
"MaxCll": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max65535",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire stream. Measured in nits.",
"smithy.api#jsonName": "maxCll"
}
@@ -6738,7 +6665,6 @@
"MaxFall": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max65535",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average brightness in the entire stream. Measured in nits.",
"smithy.api#jsonName": "maxFall"
}
@@ -6840,7 +6766,6 @@
"NetworkId": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max65535",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The numeric value placed in the Network Information Table (NIT).",
"smithy.api#jsonName": "networkId"
}
@@ -6855,7 +6780,6 @@
"NitInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin25Max10000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The number of milliseconds between instances of this table in the output transport stream.",
"smithy.api#jsonName": "nitInterval"
}
@@ -6878,7 +6802,6 @@
"SdtInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin25Max2000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The number of milliseconds between instances of this table in the output transport stream.",
"smithy.api#jsonName": "sdtInterval"
}
@@ -6929,7 +6852,6 @@
"BackgroundOpacity": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max255",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the opacity of the background rectangle. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough (StylePassthrough) is set to enabled, leave blank to pass through the background style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all backgrounds from your output captions. Within your job settings, all of your DVB-Sub settings must be identical.",
"smithy.api#jsonName": "backgroundOpacity"
}
@@ -6944,7 +6866,6 @@
"DdsXCoordinate": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting, along with DDS y-coordinate (ddsYCoordinate), to specify the upper left corner of the display definition segment (DDS) display window. With this setting, specify the distance, in pixels, between the left side of the frame and the left side of the DDS display window. Keep the default value, 0, to have MediaConvert automatically choose this offset. Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). MediaConvert uses these values to determine whether to write page position data to the DDS or to the page composition segment (PCS). All burn-in and DVB-Sub font settings must match.",
"smithy.api#jsonName": "ddsXCoordinate"
}
@@ -6952,7 +6873,6 @@
"DdsYCoordinate": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting, along with DDS x-coordinate (ddsXCoordinate), to specify the upper left corner of the display definition segment (DDS) display window. With this setting, specify the distance, in pixels, between the top of the frame and the top of the DDS display window. Keep the default value, 0, to have MediaConvert automatically choose this offset. Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). MediaConvert uses these values to determine whether to write page position data to the DDS or to the page composition segment (PCS). All burn-in and DVB-Sub font settings must match.",
"smithy.api#jsonName": "ddsYCoordinate"
}
@@ -6974,7 +6894,6 @@
"FontOpacity": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max255",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.\nWithin your job settings, all of your DVB-Sub settings must be identical.",
"smithy.api#jsonName": "fontOpacity"
}
@@ -6982,7 +6901,6 @@
"FontResolution": {
"target": "com.amazonaws.mediaconvert#__integerMin96Max600",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Font resolution (FontResolution) in DPI (dots per inch).\nWithin your job settings, all of your DVB-Sub settings must be identical.",
"smithy.api#jsonName": "fontResolution"
}
@@ -6997,7 +6915,6 @@
"FontSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max96",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Font size (FontSize) in pixels. Must be a positive integer. Set to 0, or leave blank, for automatic font size. Within your job settings, all of your DVB-Sub settings must be identical.",
"smithy.api#jsonName": "fontSize"
}
@@ -7005,7 +6922,6 @@
"Height": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the height, in pixels, of this set of DVB-Sub captions. The default value is 576 pixels. Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). All burn-in and DVB-Sub font settings must match.",
"smithy.api#jsonName": "height"
}
@@ -7027,7 +6943,6 @@
"OutlineSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max10",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the Outline size (OutlineSize) of the caption text, in pixels. Leave Outline size blank and set Style passthrough (StylePassthrough) to enabled to use the outline size data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.",
"smithy.api#jsonName": "outlineSize"
}
@@ -7042,7 +6957,6 @@
"ShadowOpacity": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max255",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the opacity of the shadow. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough (StylePassthrough) is set to Enabled, leave Shadow opacity (ShadowOpacity) blank to pass through the shadow style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all shadows from your output captions. Within your job settings, all of your DVB-Sub settings must be identical.",
"smithy.api#jsonName": "shadowOpacity"
}
@@ -7050,7 +6964,6 @@
"ShadowXOffset": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the horizontal offset of the shadow, relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. Within your job settings, all of your DVB-Sub settings must be identical.",
"smithy.api#jsonName": "shadowXOffset"
}
@@ -7058,7 +6971,6 @@
"ShadowYOffset": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. Leave Shadow y-offset (ShadowYOffset) blank and set Style passthrough (StylePassthrough) to enabled to use the shadow y-offset data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.",
"smithy.api#jsonName": "shadowYOffset"
}
@@ -7087,7 +6999,6 @@
"Width": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the width, in pixels, of this set of DVB-Sub captions. The default value is 720 pixels. Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). All burn-in and DVB-Sub font settings must match.",
"smithy.api#jsonName": "width"
}
@@ -7095,7 +7006,6 @@
"XPosition": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the horizontal position (XPosition) of the captions, relative to the left side of the outputin pixels. A value of 10 would result in the captions starting 10 pixels from the left ofthe output. If no explicit x_position is provided, the horizontal caption position will bedetermined by the alignment parameter. Within your job settings, all of your DVB-Sub settings must be identical.",
"smithy.api#jsonName": "xPosition"
}
@@ -7103,7 +7013,6 @@
"YPosition": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the vertical position (YPosition) of the captions, relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit y_position is provided, the caption will be positioned towards the bottom of the output. Within your job settings, all of your DVB-Sub settings must be identical.",
"smithy.api#jsonName": "yPosition"
}
@@ -7119,7 +7028,6 @@
"Pid": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.",
"smithy.api#jsonName": "pid"
}
@@ -7455,7 +7363,6 @@
"TdtInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max30000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The number of milliseconds between instances of this table in the output transport stream.",
"smithy.api#jsonName": "tdtInterval"
}
@@ -7729,7 +7636,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin384000Max1024000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the average bitrate for this output in bits per second. Valid values: 384k, 448k, 576k, 640k, 768k, 1024k Default value: 448k Note that MediaConvert supports 384k only with channel-based immersive (CBI) 7.1.4 and 5.1.4 inputs. For CBI 9.1.6 and other input types, MediaConvert automatically increases your output bitrate to 448k.",
"smithy.api#jsonName": "bitrate"
}
@@ -7786,7 +7692,6 @@
"LoRoCenterMixLevel": {
"target": "com.amazonaws.mediaconvert#__doubleMinNegative6Max3",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify a value for the following Dolby Atmos setting: Left only/Right only center mix (Lo/Ro center). MediaConvert uses this value for downmixing. Default value: -3 dB (ATMOS_STORAGE_DDP_MIXLEV_MINUS_3_DB). Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix (Eac3AtmosStereoDownmix). Related setting: To have MediaConvert use this value, keep the default value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl). Otherwise, MediaConvert ignores Left only/Right only center (LoRoCenterMixLevel).",
"smithy.api#jsonName": "loRoCenterMixLevel"
}
@@ -7794,7 +7699,6 @@
"LoRoSurroundMixLevel": {
"target": "com.amazonaws.mediaconvert#__doubleMinNegative60MaxNegative1",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify a value for the following Dolby Atmos setting: Left only/Right only (Lo/Ro surround). MediaConvert uses this value for downmixing. Default value: -3 dB (ATMOS_STORAGE_DDP_MIXLEV_MINUS_3_DB). Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix (Eac3AtmosStereoDownmix). Related setting: To have MediaConvert use this value, keep the default value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl). Otherwise, MediaConvert ignores Left only/Right only surround (LoRoSurroundMixLevel).",
"smithy.api#jsonName": "loRoSurroundMixLevel"
}
@@ -7802,7 +7706,6 @@
"LtRtCenterMixLevel": {
"target": "com.amazonaws.mediaconvert#__doubleMinNegative6Max3",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify a value for the following Dolby Atmos setting: Left total/Right total center mix (Lt/Rt center). MediaConvert uses this value for downmixing. Default value: -3 dB (ATMOS_STORAGE_DDP_MIXLEV_MINUS_3_DB) Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix (Eac3AtmosStereoDownmix). Related setting: To have MediaConvert use this value, keep the default value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl). Otherwise, MediaConvert ignores Left total/Right total center (LtRtCenterMixLevel).",
"smithy.api#jsonName": "ltRtCenterMixLevel"
}
@@ -7810,7 +7713,6 @@
"LtRtSurroundMixLevel": {
"target": "com.amazonaws.mediaconvert#__doubleMinNegative60MaxNegative1",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify a value for the following Dolby Atmos setting: Left total/Right total surround mix (Lt/Rt surround). MediaConvert uses this value for downmixing. Default value: -3 dB (ATMOS_STORAGE_DDP_MIXLEV_MINUS_3_DB) Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. Related setting: How the service uses this value depends on the value that you choose for Stereo downmix (Eac3AtmosStereoDownmix). Related setting: To have MediaConvert use this value, keep the default value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl). Otherwise, the service ignores Left total/Right total surround (LtRtSurroundMixLevel).",
"smithy.api#jsonName": "ltRtSurroundMixLevel"
}
@@ -7825,7 +7727,6 @@
"SampleRate": {
"target": "com.amazonaws.mediaconvert#__integerMin48000Max48000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "This value is always 48000. It represents the sample rate in Hz.",
"smithy.api#jsonName": "sampleRate"
}
@@ -7833,7 +7734,6 @@
"SpeechThreshold": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the percentage of audio content, from 0% to 100%, that must be speech in order for the encoder to use the measured speech loudness as the overall program loudness. Default value: 15%",
"smithy.api#jsonName": "speechThreshold"
}
@@ -8220,7 +8120,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin32000Max3024000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 32000. Maximum: 3024000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 96000. Maximum: 3024000. Valid bitrates for coding mode 3/2: Default: 384000. Minimum: 192000. Maximum: 3024000.",
"smithy.api#jsonName": "bitrate"
}
@@ -8249,7 +8148,6 @@
"Dialnorm": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max31",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Sets the dialnorm for the output. If blank and input audio is Dolby Digital Plus, dialnorm will be passed through.",
"smithy.api#jsonName": "dialnorm"
}
@@ -8285,7 +8183,6 @@
"LoRoCenterMixLevel": {
"target": "com.amazonaws.mediaconvert#__doubleMinNegative60Max3",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify a value for the following Dolby Digital Plus setting: Left only/Right only center mix (Lo/Ro center). MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix (Eac3StereoDownmix). Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Left only/Right only center (loRoCenterMixLevel).",
"smithy.api#jsonName": "loRoCenterMixLevel"
}
@@ -8293,7 +8190,6 @@
"LoRoSurroundMixLevel": {
"target": "com.amazonaws.mediaconvert#__doubleMinNegative60MaxNegative1",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify a value for the following Dolby Digital Plus setting: Left only/Right only (Lo/Ro surround). MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix (Eac3StereoDownmix). Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Left only/Right only surround (loRoSurroundMixLevel).",
"smithy.api#jsonName": "loRoSurroundMixLevel"
}
@@ -8301,7 +8197,6 @@
"LtRtCenterMixLevel": {
"target": "com.amazonaws.mediaconvert#__doubleMinNegative60Max3",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify a value for the following Dolby Digital Plus setting: Left total/Right total center mix (Lt/Rt center). MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix (Eac3StereoDownmix). Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Left total/Right total center (ltRtCenterMixLevel).",
"smithy.api#jsonName": "ltRtCenterMixLevel"
}
@@ -8309,7 +8204,6 @@
"LtRtSurroundMixLevel": {
"target": "com.amazonaws.mediaconvert#__doubleMinNegative60MaxNegative1",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify a value for the following Dolby Digital Plus setting: Left total/Right total surround mix (Lt/Rt surround). MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix (Eac3StereoDownmix). Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Left total/Right total surround (ltRtSurroundMixLevel).",
"smithy.api#jsonName": "ltRtSurroundMixLevel"
}
@@ -8338,7 +8232,6 @@
"SampleRate": {
"target": "com.amazonaws.mediaconvert#__integerMin48000Max48000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "This value is always 48000. It represents the sample rate in Hz.",
"smithy.api#jsonName": "sampleRate"
}
@@ -8479,7 +8372,6 @@
"Destination608ChannelNumber": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max4",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video stream. Specify a CC number for each captions channel in this output. If you have two channels, choose CC numbers that aren't in the same field. For example, choose 1 and 3. For more information, see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.",
"smithy.api#jsonName": "destination608ChannelNumber"
}
@@ -8487,7 +8379,6 @@
"Destination708ServiceNumber": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max6",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions embedded in your output stream. Optionally, specify the 708 service number for each output captions channel. Choose a different number for each channel. To use this setting, also set Force 608 to 708 upconvert (Convert608To708) to Upconvert (UPCONVERT) in your input captions selector settings. If you choose to upconvert but don't specify a 708 service number, MediaConvert uses the number that you specify for CC channel number (destination608ChannelNumber) for the 708 service number. For more information, see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.",
"smithy.api#jsonName": "destination708ServiceNumber"
}
@@ -8510,7 +8401,6 @@
"Source608ChannelNumber": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max4",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.",
"smithy.api#jsonName": "source608ChannelNumber"
}
@@ -8518,7 +8408,6 @@
"Source608TrackNumber": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max1",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specifies the video track index used for extracting captions. The system only supports one input video track, so this should always be set to '1'.",
"smithy.api#jsonName": "source608TrackNumber"
}
@@ -8618,7 +8507,6 @@
"ResponseSignalPreroll": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max30000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specifies the stream distance, in milliseconds, between the SCTE 35 messages that the transcoder places and the splice points that they refer to. If the time between the start of the asset and the SCTE-35 message is less than this value, then the transcoder places the SCTE-35 marker at the beginning of the stream.",
"smithy.api#jsonName": "responseSignalPreroll"
}
@@ -8783,7 +8671,6 @@
"TimeDelta": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Use this setting when you need to adjust the sync between your sidecar captions and your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/time-delta-use-cases.html. Enter a positive or negative number to modify the times in the captions file. For example, type 15 to add 15 seconds to all the times in the captions file. Type -5 to subtract 5 seconds from the times in the captions file. You can optionally specify your time delta in milliseconds instead of seconds. When you do so, set the related setting, Time delta units (TimeDeltaUnits) to Milliseconds (MILLISECONDS). Note that, when you specify a time delta for timecode-based caption sources, such as SCC and STL, and your time delta isn't a multiple of the input frame rate, MediaConvert snaps the captions to the nearest frame. For example, when your input video frame rate is 25 fps and you specify 1010ms for time delta, MediaConvert delays your captions by 1000 ms.",
"smithy.api#jsonName": "timeDelta"
}
@@ -8868,7 +8755,6 @@
"Height": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8192",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Height to define the video resolution height, in pixels, for this rule.",
"smithy.api#jsonName": "height"
}
@@ -8876,7 +8762,6 @@
"Width": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8192",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Width to define the video resolution width, in pixels, for this rule.",
"smithy.api#jsonName": "width"
}
@@ -8892,7 +8777,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Frame capture will encode the first frame of the output stream, then one frame every framerateDenominator/framerateNumerator seconds. For example, settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of 1/3 frame per second) will capture the first frame, then 1 frame every 3s. Files will be named as filename.n.jpg where n is the 0-based sequence number of each Capture.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -8900,7 +8784,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Frame capture will encode the first frame of the output stream, then one frame every framerateDenominator/framerateNumerator seconds. For example, settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of 1/3 frame per second) will capture the first frame, then 1 frame every 3s. Files will be named as filename.NNNNNNN.jpg where N is the 0-based frame sequence number zero padded to 7 decimal places.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -8908,7 +8791,6 @@
"MaxCaptures": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max10000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Maximum number of captures (encoded jpg output files).",
"smithy.api#jsonName": "maxCaptures"
}
@@ -8916,7 +8798,6 @@
"Quality": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "JPEG Quality - a higher value equals higher quality.",
"smithy.api#jsonName": "quality"
}
@@ -9729,7 +9610,6 @@
"MaxAverageBitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max1152000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ. For Max average bitrate values suited to the complexity of your input video, the service limits the average bitrate of the video part of this output to the value that you choose. That is, the total size of the video element is less than or equal to the value you set multiplied by the number of seconds of encoded output.",
"smithy.api#jsonName": "maxAverageBitrate"
}
@@ -9737,7 +9617,6 @@
"QvbrQualityLevel": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max10",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting only when you set Rate control mode (RateControlMode) to QVBR. Specify the target quality level for this output. MediaConvert determines the right number of bits to use for each part of the video to maintain the video quality that you specify. When you keep the default value, AUTO, MediaConvert picks a quality level for you, based on characteristics of your input video. If you prefer to specify a quality level, specify a number from 1 through 10. Use higher numbers for greater quality. Level 10 results in nearly lossless compression. The quality level for most broadcast-quality transcodes is between 6 and 9. Optionally, to specify a value between whole numbers, also provide a value for the setting qvbrQualityLevelFineTune. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33.",
"smithy.api#jsonName": "qvbrQualityLevel"
}
@@ -9745,7 +9624,6 @@
"QvbrQualityLevelFineTune": {
"target": "com.amazonaws.mediaconvert#__doubleMin0Max1",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Specify a value here to set the QVBR quality to a level that is between whole numbers. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33. MediaConvert rounds your QVBR quality level to the nearest third of a whole number. For example, if you set qvbrQualityLevel to 7 and you set qvbrQualityLevelFineTune to .25, your actual QVBR quality level is 7.33.",
"smithy.api#jsonName": "qvbrQualityLevelFineTune"
}
@@ -9867,7 +9745,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max1152000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the average bitrate in bits per second. Required for VBR and CBR. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000.",
"smithy.api#jsonName": "bitrate"
}
@@ -9931,7 +9808,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -9939,7 +9815,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -9954,7 +9829,6 @@
"GopClosedCadence": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the relative frequency of open to closed GOPs in this output. For example, if you want to allow four open GOPs and then require a closed GOP, set this value to 5. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, keep the default value by leaving this setting out of your JSON job specification. In the console, do this by keeping the default empty value. If you do explicitly specify a value, for segmented outputs, don't set this value to 0.",
"smithy.api#jsonName": "gopClosedCadence"
}
@@ -9962,7 +9836,6 @@
"GopSize": {
"target": "com.amazonaws.mediaconvert#__doubleMin0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting only when you set GOP mode control (GopSizeUnits) to Specified, frames (FRAMES) or Specified, seconds (SECONDS). Specify the GOP length using a whole number of frames or a decimal value of seconds. MediaConvert will interpret this value as frames or seconds depending on the value you choose for GOP mode control (GopSizeUnits). If you want to allow MediaConvert to automatically determine GOP size, leave GOP size blank and set GOP mode control to Auto (AUTO). If your output group specifies HLS, DASH, or CMAF, leave GOP size blank and set GOP mode control to Auto in each output in your output group.",
"smithy.api#jsonName": "gopSize"
}
@@ -9977,7 +9850,6 @@
"HrdBufferFinalFillPercentage": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "If your downstream systems have strict buffer requirements: Specify the minimum percentage of the HRD buffer that's available at the end of each encoded video segment. For the best video quality: Set to 0 or leave blank to automatically determine the final buffer fill percentage.",
"smithy.api#jsonName": "hrdBufferFinalFillPercentage"
}
@@ -9985,7 +9857,6 @@
"HrdBufferInitialFillPercentage": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Percentage of the buffer that should initially be filled (HRD buffer model).",
"smithy.api#jsonName": "hrdBufferInitialFillPercentage"
}
@@ -9993,7 +9864,6 @@
"HrdBufferSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max1152000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Size of buffer (HRD buffer model) in bits. For example, enter five megabits as 5000000.",
"smithy.api#jsonName": "hrdBufferSize"
}
@@ -10008,7 +9878,6 @@
"MaxBitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max1152000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Maximum bitrate in bits/second. For example, enter five megabits per second as 5000000. Required when Rate control mode is QVBR.",
"smithy.api#jsonName": "maxBitrate"
}
@@ -10016,7 +9885,6 @@
"MinIInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max30",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting only when you also enable Scene change detection (SceneChangeDetect). This setting determines how the encoder manages the spacing between I-frames that it inserts as part of the I-frame cadence and the I-frames that it inserts for Scene change detection. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, keep the default value by leaving this setting out of your JSON job specification. In the console, do this by keeping the default empty value. When you explicitly specify a value for this setting, the encoder determines whether to skip a cadence-driven I-frame by the value you set. For example, if you set Min I interval (minIInterval) to 5 and a cadence-driven I-frame would fall within 5 frames of a scene-change I-frame, then the encoder skips the cadence-driven I-frame. In this way, one GOP is shrunk slightly and one GOP is stretched slightly. When the cadence-driven I-frames are farther from the scene-change I-frame than the value you set, then the encoder leaves all I-frames in place and the GOPs surrounding the scene change are smaller than the usual cadence GOPs.",
"smithy.api#jsonName": "minIInterval"
}
@@ -10024,7 +9892,6 @@
"NumberBFramesBetweenReferenceFrames": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max7",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the number of B-frames between reference frames in this output. For the best video quality: Leave blank. MediaConvert automatically determines the number of B-frames to use based on the characteristics of your input video. To manually specify the number of B-frames between reference frames: Enter an integer from 0 to 7.",
"smithy.api#jsonName": "numberBFramesBetweenReferenceFrames"
}
@@ -10032,7 +9899,6 @@
"NumberReferenceFrames": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max6",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of reference frames to use. The encoder may use more than requested if using B-frames and/or interlaced encoding.",
"smithy.api#jsonName": "numberReferenceFrames"
}
@@ -10047,7 +9913,6 @@
"ParDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parDenominator is 33.",
"smithy.api#jsonName": "parDenominator"
}
@@ -10055,7 +9920,6 @@
"ParNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parNumerator is 40.",
"smithy.api#jsonName": "parNumerator"
}
@@ -10105,7 +9969,6 @@
"Slices": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max32",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.",
"smithy.api#jsonName": "slices"
}
@@ -10120,7 +9983,6 @@
"Softness": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max128",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Ignore this setting unless you need to comply with a specification that requires a specific value. If you don't have a specification requirement, we recommend that you adjust the softness of your output by using a lower value for the setting Sharpness (sharpness) or by enabling a noise reducer filter (noiseReducerFilter). The Softness (softness) setting specifies the quantization matrices that the encoder uses. Keep the default value, 0, for flat quantization. Choose the value 1 or 16 to use the default JVT softening quantization matricies from the H.264 specification. Choose a value from 17 to 128 to use planar interpolation. Increasing values from 17 to 128 result in increasing reduction of high-frequency data. The value 128 results in the softest video.",
"smithy.api#jsonName": "softness"
}
@@ -10731,7 +10593,6 @@
"MaxAverageBitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max1466400000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ. For Max average bitrate values suited to the complexity of your input video, the service limits the average bitrate of the video part of this output to the value that you choose. That is, the total size of the video element is less than or equal to the value you set multiplied by the number of seconds of encoded output.",
"smithy.api#jsonName": "maxAverageBitrate"
}
@@ -10739,7 +10600,6 @@
"QvbrQualityLevel": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max10",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting only when you set Rate control mode (RateControlMode) to QVBR. Specify the target quality level for this output. MediaConvert determines the right number of bits to use for each part of the video to maintain the video quality that you specify. When you keep the default value, AUTO, MediaConvert picks a quality level for you, based on characteristics of your input video. If you prefer to specify a quality level, specify a number from 1 through 10. Use higher numbers for greater quality. Level 10 results in nearly lossless compression. The quality level for most broadcast-quality transcodes is between 6 and 9. Optionally, to specify a value between whole numbers, also provide a value for the setting qvbrQualityLevelFineTune. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33.",
"smithy.api#jsonName": "qvbrQualityLevel"
}
@@ -10747,7 +10607,6 @@
"QvbrQualityLevelFineTune": {
"target": "com.amazonaws.mediaconvert#__doubleMin0Max1",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Specify a value here to set the QVBR quality to a level that is between whole numbers. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33. MediaConvert rounds your QVBR quality level to the nearest third of a whole number. For example, if you set qvbrQualityLevel to 7 and you set qvbrQualityLevelFineTune to .25, your actual QVBR quality level is 7.33.",
"smithy.api#jsonName": "qvbrQualityLevelFineTune"
}
@@ -10875,7 +10734,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max1466400000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the average bitrate in bits per second. Required for VBR and CBR. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000.",
"smithy.api#jsonName": "bitrate"
}
@@ -10925,7 +10783,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -10933,7 +10790,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -10948,7 +10804,6 @@
"GopClosedCadence": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the relative frequency of open to closed GOPs in this output. For example, if you want to allow four open GOPs and then require a closed GOP, set this value to 5. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, keep the default value by leaving this setting out of your JSON job specification. In the console, do this by keeping the default empty value. If you do explicitly specify a value, for segmented outputs, don't set this value to 0.",
"smithy.api#jsonName": "gopClosedCadence"
}
@@ -10956,7 +10811,6 @@
"GopSize": {
"target": "com.amazonaws.mediaconvert#__doubleMin0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting only when you set GOP mode control (GopSizeUnits) to Specified, frames (FRAMES) or Specified, seconds (SECONDS). Specify the GOP length using a whole number of frames or a decimal value of seconds. MediaConvert will interpret this value as frames or seconds depending on the value you choose for GOP mode control (GopSizeUnits). If you want to allow MediaConvert to automatically determine GOP size, leave GOP size blank and set GOP mode control to Auto (AUTO). If your output group specifies HLS, DASH, or CMAF, leave GOP size blank and set GOP mode control to Auto in each output in your output group.",
"smithy.api#jsonName": "gopSize"
}
@@ -10971,7 +10825,6 @@
"HrdBufferFinalFillPercentage": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "If your downstream systems have strict buffer requirements: Specify the minimum percentage of the HRD buffer that's available at the end of each encoded video segment. For the best video quality: Set to 0 or leave blank to automatically determine the final buffer fill percentage.",
"smithy.api#jsonName": "hrdBufferFinalFillPercentage"
}
@@ -10979,7 +10832,6 @@
"HrdBufferInitialFillPercentage": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Percentage of the buffer that should initially be filled (HRD buffer model).",
"smithy.api#jsonName": "hrdBufferInitialFillPercentage"
}
@@ -10987,7 +10839,6 @@
"HrdBufferSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max1466400000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Size of buffer (HRD buffer model) in bits. For example, enter five megabits as 5000000.",
"smithy.api#jsonName": "hrdBufferSize"
}
@@ -11002,7 +10853,6 @@
"MaxBitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max1466400000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Maximum bitrate in bits/second. For example, enter five megabits per second as 5000000. Required when Rate control mode is QVBR.",
"smithy.api#jsonName": "maxBitrate"
}
@@ -11010,7 +10860,6 @@
"MinIInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max30",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting only when you also enable Scene change detection (SceneChangeDetect). This setting determines how the encoder manages the spacing between I-frames that it inserts as part of the I-frame cadence and the I-frames that it inserts for Scene change detection. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, keep the default value by leaving this setting out of your JSON job specification. In the console, do this by keeping the default empty value. When you explicitly specify a value for this setting, the encoder determines whether to skip a cadence-driven I-frame by the value you set. For example, if you set Min I interval (minIInterval) to 5 and a cadence-driven I-frame would fall within 5 frames of a scene-change I-frame, then the encoder skips the cadence-driven I-frame. In this way, one GOP is shrunk slightly and one GOP is stretched slightly. When the cadence-driven I-frames are farther from the scene-change I-frame than the value you set, then the encoder leaves all I-frames in place and the GOPs surrounding the scene change are smaller than the usual cadence GOPs.",
"smithy.api#jsonName": "minIInterval"
}
@@ -11018,7 +10867,6 @@
"NumberBFramesBetweenReferenceFrames": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max7",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the number of B-frames between reference frames in this output. For the best video quality: Leave blank. MediaConvert automatically determines the number of B-frames to use based on the characteristics of your input video. To manually specify the number of B-frames between reference frames: Enter an integer from 0 to 7.",
"smithy.api#jsonName": "numberBFramesBetweenReferenceFrames"
}
@@ -11026,7 +10874,6 @@
"NumberReferenceFrames": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max6",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of reference frames to use. The encoder may use more than requested if using B-frames and/or interlaced encoding.",
"smithy.api#jsonName": "numberReferenceFrames"
}
@@ -11041,7 +10888,6 @@
"ParDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parDenominator is 33.",
"smithy.api#jsonName": "parDenominator"
}
@@ -11049,7 +10895,6 @@
"ParNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parNumerator is 40.",
"smithy.api#jsonName": "parNumerator"
}
@@ -11099,7 +10944,6 @@
"Slices": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max32",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.",
"smithy.api#jsonName": "slices"
}
@@ -11357,7 +11201,6 @@
"BluePrimaryX": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max50000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.",
"smithy.api#jsonName": "bluePrimaryX"
}
@@ -11365,7 +11208,6 @@
"BluePrimaryY": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max50000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.",
"smithy.api#jsonName": "bluePrimaryY"
}
@@ -11373,7 +11215,6 @@
"GreenPrimaryX": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max50000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.",
"smithy.api#jsonName": "greenPrimaryX"
}
@@ -11381,7 +11222,6 @@
"GreenPrimaryY": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max50000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.",
"smithy.api#jsonName": "greenPrimaryY"
}
@@ -11389,7 +11229,6 @@
"MaxContentLightLevel": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max65535",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Maximum light level among all samples in the coded video sequence, in units of candelas per square meter. This setting doesn't have a default value; you must specify a value that is suitable for the content.",
"smithy.api#jsonName": "maxContentLightLevel"
}
@@ -11397,7 +11236,6 @@
"MaxFrameAverageLightLevel": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max65535",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter. This setting doesn't have a default value; you must specify a value that is suitable for the content.",
"smithy.api#jsonName": "maxFrameAverageLightLevel"
}
@@ -11405,7 +11243,6 @@
"MaxLuminance": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.",
"smithy.api#jsonName": "maxLuminance"
}
@@ -11413,7 +11250,6 @@
"MinLuminance": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter",
"smithy.api#jsonName": "minLuminance"
}
@@ -11421,7 +11257,6 @@
"RedPrimaryX": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max50000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.",
"smithy.api#jsonName": "redPrimaryX"
}
@@ -11429,7 +11264,6 @@
"RedPrimaryY": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max50000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.",
"smithy.api#jsonName": "redPrimaryY"
}
@@ -11437,7 +11271,6 @@
"WhitePointX": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max50000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.",
"smithy.api#jsonName": "whitePointX"
}
@@ -11445,7 +11278,6 @@
"WhitePointY": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max50000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.",
"smithy.api#jsonName": "whitePointY"
}
@@ -11461,7 +11293,6 @@
"MasteringMonitorNits": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max4000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the HDR10+ mastering display normalized peak luminance, in nits. This is the normalized actual peak luminance of the mastering display, as defined by ST 2094-40.",
"smithy.api#jsonName": "masteringMonitorNits"
}
@@ -11469,7 +11300,6 @@
"TargetMonitorNits": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max4000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the HDR10+ target display nominal peak luminance, in nits. This is the nominal maximum luminance of the target display as defined by ST 2094-40.",
"smithy.api#jsonName": "targetMonitorNits"
}
@@ -11599,7 +11429,6 @@
"CaptionChannel": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Caption channel.",
"smithy.api#jsonName": "captionChannel"
}
@@ -11958,7 +11787,6 @@
"MinFinalSegmentLength": {
"target": "com.amazonaws.mediaconvert#__doubleMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back the end of your video asset. If you know that player devices are hanging on the final segment of your video because the length of your final segment is too short, use this setting to specify a minimum final segment length, in seconds. Choose a value that is greater than or equal to 1 and less than your segment length. When you specify a value for this setting, the encoder will combine any final segment that is shorter than the length that you specify with the previous segment. For example, your segment length is 3 seconds and your final segment is .5 seconds without a minimum final segment length; when you set the minimum final segment length to 1, your final segment is 3.5 seconds.",
"smithy.api#jsonName": "minFinalSegmentLength"
}
@@ -11966,7 +11794,6 @@
"MinSegmentLength": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When set, Minimum Segment Size is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.",
"smithy.api#jsonName": "minSegmentLength"
}
@@ -11988,7 +11815,6 @@
"ProgramDateTimePeriod": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max3600",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.",
"smithy.api#jsonName": "programDateTimePeriod"
}
@@ -12003,7 +11829,6 @@
"SegmentLength": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the length, in whole seconds, of each segment. When you don't specify a value, MediaConvert defaults to 10. Related settings: Use Segment length control (SegmentLengthControl) to specify whether the encoder enforces this value strictly. Use Segment control (HlsSegmentControl) to specify whether MediaConvert creates separate segment files or one content file that has metadata to mark the segment boundaries.",
"smithy.api#jsonName": "segmentLength"
}
@@ -12018,8 +11843,7 @@
"SegmentsPerSubdirectory": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
- "smithy.api#documentation": "Number of segments to write to a subdirectory before starting a new one. directoryStructure must be SINGLE_DIRECTORY for this setting to have an effect.",
+ "smithy.api#documentation": "Specify the number of segments to write to a subdirectory before starting a new one. You must also set Directory structure to Subdirectory per stream for this setting to have an effect.",
"smithy.api#jsonName": "segmentsPerSubdirectory"
}
},
@@ -12047,7 +11871,6 @@
"TimedMetadataId3Period": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the interval in seconds to write ID3 timestamps in your output. The first timestamp starts at the output timecode and date, and increases incrementally with each ID3 timestamp. To use the default interval of 10 seconds: Leave blank. To include this metadata in your output: Set ID3 timestamp frame type (timedMetadataId3Frame) to PRIV (PRIV) or TDRL (TDRL), and set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).",
"smithy.api#jsonName": "timedMetadataId3Period"
}
@@ -12055,7 +11878,6 @@
"TimestampDeltaMilliseconds": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Provides an extra millisecond delta offset to fine tune the timestamps.",
"smithy.api#jsonName": "timestampDeltaMilliseconds"
}
@@ -12130,7 +11952,6 @@
"ThumbnailHeight": {
"target": "com.amazonaws.mediaconvert#__integerMin2Max4096",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2.",
"smithy.api#jsonName": "thumbnailHeight"
}
@@ -12138,7 +11959,6 @@
"ThumbnailInterval": {
"target": "com.amazonaws.mediaconvert#__doubleMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails.",
"smithy.api#jsonName": "thumbnailInterval"
}
@@ -12146,7 +11966,6 @@
"ThumbnailWidth": {
"target": "com.amazonaws.mediaconvert#__integerMin8Max4096",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.",
"smithy.api#jsonName": "thumbnailWidth"
}
@@ -12154,7 +11973,6 @@
"TileHeight": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2048",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.",
"smithy.api#jsonName": "tileHeight"
}
@@ -12162,7 +11980,6 @@
"TileWidth": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max512",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of thumbnails in each row of a tile image. Set a value between 1 and 512.",
"smithy.api#jsonName": "tileWidth"
}
@@ -12530,7 +12347,6 @@
"Priority": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative50Max50",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. When you set up a job to use queue hopping, you can specify a different relative priority for the job in the destination queue. If you don't specify, the relative priority will remain the same as in the previous queue.",
"smithy.api#jsonName": "priority"
}
@@ -12545,7 +12361,6 @@
"WaitMinutes": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 4320 minutes, inclusive.",
"smithy.api#jsonName": "waitMinutes"
}
@@ -12590,7 +12405,6 @@
"SdrReferenceWhiteLevel": {
"target": "com.amazonaws.mediaconvert#__integerMin100Max1000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the reference white level, in nits, for all of your image inserter images. Use to correct brightness levels within HDR10 outputs. For 1,000 nit peak brightness displays, we recommend that you set SDR reference white level to 203 (according to ITU-R BT.2408). Leave blank to use the default value of 100, or specify an integer from 100 to 1000.",
"smithy.api#jsonName": "sdrReferenceWhiteLevel"
}
@@ -12668,7 +12482,7 @@
"AdvancedInputFilter": {
"target": "com.amazonaws.mediaconvert#AdvancedInputFilter",
"traits": {
- "smithy.api#documentation": "Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step.Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.",
+ "smithy.api#documentation": "Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step. Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.",
"smithy.api#jsonName": "advancedInputFilter"
}
},
@@ -12752,7 +12566,6 @@
"FilterStrength": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max5",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the strength of the input filter. To apply an automatic amount of filtering based the compression artifacts measured in your input: We recommend that you leave Filter strength blank and set Filter enable to Auto. To manually apply filtering: Enter a value from 1 to 5, where 1 is the least amount of filtering and 5 is the most. The value that you enter applies to the strength of the Deblock or Denoise filters, or to the strength of the Advanced input filter.",
"smithy.api#jsonName": "filterStrength"
}
@@ -12788,7 +12601,6 @@
"ProgramNumber": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Program (programNumber) to select a specific program from within a multi-program transport stream. Note that Quad 4K is not currently supported. Default is the first program within the transport stream. If the program you specify doesn't exist, the transcoding service will use this default.",
"smithy.api#jsonName": "programNumber"
}
@@ -13094,7 +12906,7 @@
"AdvancedInputFilter": {
"target": "com.amazonaws.mediaconvert#AdvancedInputFilter",
"traits": {
- "smithy.api#documentation": "Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step.Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.",
+ "smithy.api#documentation": "Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step. Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.",
"smithy.api#jsonName": "advancedInputFilter"
}
},
@@ -13164,7 +12976,6 @@
"FilterStrength": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max5",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the strength of the input filter. To apply an automatic amount of filtering based the compression artifacts measured in your input: We recommend that you leave Filter strength blank and set Filter enable to Auto. To manually apply filtering: Enter a value from 1 to 5, where 1 is the least amount of filtering and 5 is the most. The value that you enter applies to the strength of the Deblock or Denoise filters, or to the strength of the Advanced input filter.",
"smithy.api#jsonName": "filterStrength"
}
@@ -13200,7 +13011,6 @@
"ProgramNumber": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Program (programNumber) to select a specific program from within a multi-program transport stream. Note that Quad 4K is not currently supported. Default is the first program within the transport stream. If the program you specify doesn't exist, the transcoding service will use this default.",
"smithy.api#jsonName": "programNumber"
}
@@ -13270,7 +13080,6 @@
"Duration": {
"target": "com.amazonaws.mediaconvert#__integerMin50Max86400000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds. Required when you include Video generator.",
"smithy.api#jsonName": "duration"
}
@@ -13286,7 +13095,6 @@
"Duration": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the time, in milliseconds, for the image to remain on the output video. This duration includes fade-in time but not fade-out time.",
"smithy.api#jsonName": "duration"
}
@@ -13294,7 +13102,6 @@
"FadeIn": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the length of time, in milliseconds, between the Start time that you specify for the image insertion and the time that the image appears at full opacity. Full opacity is the level that you specify for the opacity setting. If you don't specify a value for Fade-in, the image will appear abruptly at the overlay start time.",
"smithy.api#jsonName": "fadeIn"
}
@@ -13302,7 +13109,6 @@
"FadeOut": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the length of time, in milliseconds, between the end of the time that you have specified for the image overlay Duration and when the overlaid image has faded to total transparency. If you don't specify a value for Fade-out, the image will disappear abruptly at the end of the inserted image duration.",
"smithy.api#jsonName": "fadeOut"
}
@@ -13310,7 +13116,6 @@
"Height": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the height of the inserted image in pixels. If you specify a value that's larger than the video resolution height, the service will crop your overlaid image to fit. To use the native height of the image, keep this setting blank.",
"smithy.api#jsonName": "height"
}
@@ -13325,7 +13130,6 @@
"ImageX": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the distance, in pixels, between the inserted image and the left edge of the video frame. Required for any image overlay that you specify.",
"smithy.api#jsonName": "imageX"
}
@@ -13333,7 +13137,6 @@
"ImageY": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the distance, in pixels, between the overlaid image and the top edge of the video frame. Required for any image overlay that you specify.",
"smithy.api#jsonName": "imageY"
}
@@ -13341,7 +13144,6 @@
"Layer": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max99",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify how overlapping inserted images appear. Images with higher values for Layer appear on top of images with lower values for Layer.",
"smithy.api#jsonName": "layer"
}
@@ -13349,7 +13151,6 @@
"Opacity": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Opacity (Opacity) to specify how much of the underlying video shows through the inserted image. 0 is transparent and 100 is fully opaque. Default is 50.",
"smithy.api#jsonName": "opacity"
}
@@ -13364,7 +13165,6 @@
"Width": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the width of the inserted image in pixels. If you specify a value that's larger than the video resolution width, the service will crop your overlaid image to fit. To use the native width of the image, keep this setting blank.",
"smithy.api#jsonName": "width"
}
@@ -13445,7 +13245,6 @@
"ErrorCode": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Error code for the job",
"smithy.api#jsonName": "errorCode"
}
@@ -13474,7 +13273,6 @@
"JobPercentComplete": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "An estimate of how far your job has progressed. This estimate is shown as a percentage of the total time from when your job leaves its queue to when your output files appear in your output Amazon S3 bucket. AWS Elemental MediaConvert provides jobPercentComplete in CloudWatch STATUS_UPDATE events and in the response to GetJob and ListJobs requests. The jobPercentComplete estimate is reliable for the following input containers: Quicktime, Transport Stream, MP4, and MXF. For some jobs, the service can't provide information about job progress. In those cases, jobPercentComplete returns a null value.",
"smithy.api#jsonName": "jobPercentComplete"
}
@@ -13503,7 +13301,6 @@
"Priority": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative50Max50",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Relative priority on the job.",
"smithy.api#jsonName": "priority"
}
@@ -13525,7 +13322,6 @@
"RetryCount": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The number of times that the service automatically attempted to process your job after encountering an error.",
"smithy.api#jsonName": "retryCount"
}
@@ -13647,7 +13443,6 @@
"AdAvailOffset": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative1000Max1000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.",
"smithy.api#jsonName": "adAvailOffset"
}
@@ -13835,7 +13630,6 @@
"Priority": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative50Max50",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Relative priority on the job.",
"smithy.api#jsonName": "priority"
}
@@ -13906,7 +13700,6 @@
"AdAvailOffset": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative1000Max1000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.",
"smithy.api#jsonName": "adAvailOffset"
}
@@ -14020,7 +13813,6 @@
"FileOffset": {
"target": "com.amazonaws.mediaconvert#__doubleMin0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Specify an offset, in whole seconds, from the start of your output and the beginning of the watermarking. When you don't specify an offset, Kantar defaults to zero.",
"smithy.api#jsonName": "fileOffset"
}
@@ -14028,13 +13820,12 @@
"KantarLicenseId": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Provide your Kantar license ID number. You should get this number from Kantar.",
"smithy.api#jsonName": "kantarLicenseId"
}
},
"KantarServerUrl": {
- "target": "com.amazonaws.mediaconvert#__stringPatternHttpsKantarmediaComFr",
+ "target": "com.amazonaws.mediaconvert#__stringPatternHttpsKantarmedia",
"traits": {
"smithy.api#documentation": "Provide the HTTPS endpoint to the Kantar server. You should get this endpoint from Kantar.",
"smithy.api#jsonName": "kantarServerUrl"
@@ -15317,7 +15108,6 @@
"MaxResults": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max20",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Number of job templates, up to twenty, that will be returned at one time.",
"smithy.api#httpQuery": "maxResults"
}
@@ -15412,7 +15202,6 @@
"MaxResults": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max20",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Number of jobs, up to twenty, that will be returned at one time.",
"smithy.api#httpQuery": "maxResults"
}
@@ -15535,7 +15324,6 @@
"MaxResults": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max20",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Number of presets, up to twenty, that will be returned at one time",
"smithy.api#httpQuery": "maxResults"
}
@@ -15637,7 +15425,6 @@
"MaxResults": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max20",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Number of queues, up to twenty, that will be returned at one time.",
"smithy.api#httpQuery": "maxResults"
}
@@ -15997,7 +15784,6 @@
"Scte35EsamPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.",
"smithy.api#jsonName": "scte35EsamPid"
}
@@ -16111,7 +15897,6 @@
"AudioFramesPerPes": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The number of audio frames to insert for each PES packet.",
"smithy.api#jsonName": "audioFramesPerPes"
}
@@ -16126,7 +15911,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate. Other common values are 3750000, 7500000, and 15000000.",
"smithy.api#jsonName": "bitrate"
}
@@ -16176,7 +15960,6 @@
"DvbTeletextPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the packet identifier (PID) for DVB teletext data you include in this output. Default is 499.",
"smithy.api#jsonName": "dvbTeletextPid"
}
@@ -16212,7 +15995,6 @@
"FragmentTime": {
"target": "com.amazonaws.mediaconvert#__doubleMin0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The length, in seconds, of each fragment. Only used with EBP markers.",
"smithy.api#jsonName": "fragmentTime"
}
@@ -16227,7 +16009,6 @@
"MaxPcrInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max500",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.",
"smithy.api#jsonName": "maxPcrInterval"
}
@@ -16235,7 +16016,6 @@
"MinEbpInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max10000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is \"stretched\" to the next marker. The lookahead value does not add latency to the system. The Live Event must be configured elsewhere to create sufficient latency to make the lookahead accurate.",
"smithy.api#jsonName": "minEbpInterval"
}
@@ -16250,7 +16030,6 @@
"NullPacketBitrate": {
"target": "com.amazonaws.mediaconvert#__doubleMin0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Value in bits per second of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets.",
"smithy.api#jsonName": "nullPacketBitrate"
}
@@ -16258,7 +16037,6 @@
"PatInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max1000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The number of milliseconds between instances of this table in the output transport stream.",
"smithy.api#jsonName": "patInterval"
}
@@ -16273,7 +16051,6 @@
"PcrPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the packet identifier (PID) for the program clock reference (PCR) in this output. If you do not specify a value, the service will use the value for Video PID (VideoPid).",
"smithy.api#jsonName": "pcrPid"
}
@@ -16281,7 +16058,6 @@
"PmtInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max1000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the number of milliseconds between instances of the program map table (PMT) in the output transport stream.",
"smithy.api#jsonName": "pmtInterval"
}
@@ -16289,7 +16065,6 @@
"PmtPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the packet identifier (PID) for the program map table (PMT) itself. Default is 480.",
"smithy.api#jsonName": "pmtPid"
}
@@ -16297,7 +16072,6 @@
"PrivateMetadataPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the packet identifier (PID) of the private metadata stream. Default is 503.",
"smithy.api#jsonName": "privateMetadataPid"
}
@@ -16305,7 +16079,6 @@
"ProgramNumber": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max65535",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Program number (programNumber) 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.",
"smithy.api#jsonName": "programNumber"
}
@@ -16327,7 +16100,6 @@
"Scte35Pid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the packet identifier (PID) of the SCTE-35 stream in the transport stream.",
"smithy.api#jsonName": "scte35Pid"
}
@@ -16356,7 +16128,6 @@
"SegmentationTime": {
"target": "com.amazonaws.mediaconvert#__doubleMin0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the length, in seconds, of each segment. Required unless markers is set to _none_.",
"smithy.api#jsonName": "segmentationTime"
}
@@ -16364,7 +16135,6 @@
"TimedMetadataPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Packet Identifier (PID) of the ID3 metadata stream in the transport stream.",
"smithy.api#jsonName": "timedMetadataPid"
}
@@ -16372,7 +16142,6 @@
"TransportStreamId": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max65535",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the ID for the transport stream itself in the program map table for this output. Transport stream IDs and program map tables are parts of MPEG-2 transport stream containers, used for organizing data.",
"smithy.api#jsonName": "transportStreamId"
}
@@ -16380,7 +16149,6 @@
"VideoPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the packet identifier (PID) of the elementary video stream in the transport stream.",
"smithy.api#jsonName": "videoPid"
}
@@ -16503,7 +16271,6 @@
"AudioFramesPerPes": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The number of audio frames to insert for each PES packet.",
"smithy.api#jsonName": "audioFramesPerPes"
}
@@ -16525,7 +16292,6 @@
"MaxPcrInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max500",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.",
"smithy.api#jsonName": "maxPcrInterval"
}
@@ -16540,7 +16306,6 @@
"PatInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max1000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The number of milliseconds between instances of this table in the output transport stream.",
"smithy.api#jsonName": "patInterval"
}
@@ -16555,7 +16320,6 @@
"PcrPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID.",
"smithy.api#jsonName": "pcrPid"
}
@@ -16563,7 +16327,6 @@
"PmtInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max1000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The number of milliseconds between instances of this table in the output transport stream.",
"smithy.api#jsonName": "pmtInterval"
}
@@ -16571,7 +16334,6 @@
"PmtPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.",
"smithy.api#jsonName": "pmtPid"
}
@@ -16579,7 +16341,6 @@
"PrivateMetadataPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Packet Identifier (PID) of the private metadata stream in the transport stream.",
"smithy.api#jsonName": "privateMetadataPid"
}
@@ -16587,7 +16348,6 @@
"ProgramNumber": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max65535",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The value of the program number field in the Program Map Table.",
"smithy.api#jsonName": "programNumber"
}
@@ -16595,7 +16355,6 @@
"Scte35Pid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream.",
"smithy.api#jsonName": "scte35Pid"
}
@@ -16617,7 +16376,6 @@
"TimedMetadataPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Packet Identifier (PID) of the ID3 metadata stream in the transport stream.",
"smithy.api#jsonName": "timedMetadataPid"
}
@@ -16625,7 +16383,6 @@
"TransportStreamId": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max65535",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The value of the transport stream ID field in the Program Map Table.",
"smithy.api#jsonName": "transportStreamId"
}
@@ -16633,7 +16390,6 @@
"VideoPid": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8182",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Packet Identifier (PID) of the elementary video stream in the transport stream.",
"smithy.api#jsonName": "videoPid"
}
@@ -17748,7 +17504,6 @@
"Height": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8192",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Height to define the video resolution height, in pixels, for this rule.",
"smithy.api#jsonName": "height"
}
@@ -17756,7 +17511,6 @@
"Width": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8192",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Width to define the video resolution width, in pixels, for this rule.",
"smithy.api#jsonName": "width"
}
@@ -17772,7 +17526,6 @@
"Height": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8192",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Height to define the video resolution height, in pixels, for this rule.",
"smithy.api#jsonName": "height"
}
@@ -17780,7 +17533,6 @@
"Width": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8192",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Width to define the video resolution width, in pixels, for this rule.",
"smithy.api#jsonName": "width"
}
@@ -17846,7 +17598,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max17895697",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 1.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -17854,7 +17605,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483640",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The top of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 24.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -17890,7 +17640,6 @@
"ImageX": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Set the distance, in pixels, between the overlay and the left edge of the video frame.",
"smithy.api#jsonName": "imageX"
}
@@ -17898,7 +17647,6 @@
"ImageY": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Set the distance, in pixels, between the overlay and the top edge of the video frame.",
"smithy.api#jsonName": "imageY"
}
@@ -18077,7 +17825,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin32000Max384000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the average bitrate in bits per second.",
"smithy.api#jsonName": "bitrate"
}
@@ -18085,7 +17832,6 @@
"Channels": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Set Channels to specify the number of channels in this output audio track. Choosing Mono in the console will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are 1 and 2.",
"smithy.api#jsonName": "channels"
}
@@ -18093,7 +17839,6 @@
"SampleRate": {
"target": "com.amazonaws.mediaconvert#__integerMin32000Max48000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Sample rate in hz.",
"smithy.api#jsonName": "sampleRate"
}
@@ -18129,7 +17874,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin16000Max320000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the average bitrate in bits per second.",
"smithy.api#jsonName": "bitrate"
}
@@ -18137,7 +17881,6 @@
"Channels": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "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 1 and 2.",
"smithy.api#jsonName": "channels"
}
@@ -18152,7 +17895,6 @@
"SampleRate": {
"target": "com.amazonaws.mediaconvert#__integerMin22050Max48000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Sample rate in hz.",
"smithy.api#jsonName": "sampleRate"
}
@@ -18160,7 +17902,6 @@
"VbrQuality": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max9",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Bitrate control mode (rateControlMode) to VBR. Specify the audio quality of this MP3 output from 0 (highest quality) to 9 (lowest quality).",
"smithy.api#jsonName": "vbrQuality"
}
@@ -18250,7 +17991,6 @@
"CttsVersion": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max1",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Ignore this setting unless compliance to the CTTS box version specification matters in your workflow. Specify a value of 1 to set your CTTS box version to 1 and make your output compliant with the specification. When you specify a value of 1, you must also set CSLG atom (cslgAtom) to the value INCLUDE. Keep the default value 0 to set your CTTS box version to 0. This can provide backward compatibility for some players and packagers.",
"smithy.api#jsonName": "cttsVersion"
}
@@ -18911,7 +18651,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max288000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the average bitrate in bits per second. Required for VBR and CBR. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000.",
"smithy.api#jsonName": "bitrate"
}
@@ -18954,7 +18693,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max1001",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -18962,7 +18700,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin24Max60000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -18970,7 +18707,6 @@
"GopClosedCadence": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the relative frequency of open to closed GOPs in this output. For example, if you want to allow four open GOPs and then require a closed GOP, set this value to 5. When you create a streaming output, we recommend that you keep the default value, 1, so that players starting mid-stream receive an IDR frame as quickly as possible. Don't set this value to 0; that would break output segmenting.",
"smithy.api#jsonName": "gopClosedCadence"
}
@@ -18978,7 +18714,6 @@
"GopSize": {
"target": "com.amazonaws.mediaconvert#__doubleMin0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the interval between keyframes, in seconds or frames, for this output. Default: 12 Related settings: When you specify the GOP size in seconds, set GOP mode control (GopSizeUnits) to Specified, seconds (SECONDS). The default value for GOP mode control (GopSizeUnits) is Frames (FRAMES).",
"smithy.api#jsonName": "gopSize"
}
@@ -18993,7 +18728,6 @@
"HrdBufferFinalFillPercentage": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "If your downstream systems have strict buffer requirements: Specify the minimum percentage of the HRD buffer that's available at the end of each encoded video segment. For the best video quality: Set to 0 or leave blank to automatically determine the final buffer fill percentage.",
"smithy.api#jsonName": "hrdBufferFinalFillPercentage"
}
@@ -19001,7 +18735,6 @@
"HrdBufferInitialFillPercentage": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Percentage of the buffer that should initially be filled (HRD buffer model).",
"smithy.api#jsonName": "hrdBufferInitialFillPercentage"
}
@@ -19009,7 +18742,6 @@
"HrdBufferSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max47185920",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Size of buffer (HRD buffer model) in bits. For example, enter five megabits as 5000000.",
"smithy.api#jsonName": "hrdBufferSize"
}
@@ -19031,7 +18763,6 @@
"MaxBitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max300000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Maximum bitrate in bits/second. For example, enter five megabits per second as 5000000.",
"smithy.api#jsonName": "maxBitrate"
}
@@ -19039,7 +18770,6 @@
"MinIInterval": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max30",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting only when you also enable Scene change detection (SceneChangeDetect). This setting determines how the encoder manages the spacing between I-frames that it inserts as part of the I-frame cadence and the I-frames that it inserts for Scene change detection. When you specify a value for this setting, the encoder determines whether to skip a cadence-driven I-frame by the value you set. For example, if you set Min I interval (minIInterval) to 5 and a cadence-driven I-frame would fall within 5 frames of a scene-change I-frame, then the encoder skips the cadence-driven I-frame. In this way, one GOP is shrunk slightly and one GOP is stretched slightly. When the cadence-driven I-frames are farther from the scene-change I-frame than the value you set, then the encoder leaves all I-frames in place and the GOPs surrounding the scene change are smaller than the usual cadence GOPs.",
"smithy.api#jsonName": "minIInterval"
}
@@ -19047,7 +18777,6 @@
"NumberBFramesBetweenReferenceFrames": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max7",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the number of B-frames that MediaConvert puts between reference frames in this output. Valid values are whole numbers from 0 through 7. When you don't specify a value, MediaConvert defaults to 2.",
"smithy.api#jsonName": "numberBFramesBetweenReferenceFrames"
}
@@ -19062,7 +18791,6 @@
"ParDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parDenominator is 33.",
"smithy.api#jsonName": "parDenominator"
}
@@ -19070,7 +18798,6 @@
"ParNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parNumerator is 40.",
"smithy.api#jsonName": "parNumerator"
}
@@ -19113,7 +18840,6 @@
"Softness": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max128",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Ignore this setting unless you need to comply with a specification that requires a specific value. If you don't have a specification requirement, we recommend that you adjust the softness of your output by using a lower value for the setting Sharpness (sharpness) or by enabling a noise reducer filter (noiseReducerFilter). The Softness (softness) setting specifies the quantization matrices that the encoder uses. Keep the default value, 0, to use the AWS Elemental default matrices. Choose a value from 17 to 128 to use planar interpolation. Increasing values from 17 to 128 result in increasing reduction of high-frequency data. The value 128 results in the softest video.",
"smithy.api#jsonName": "softness"
}
@@ -19375,7 +19101,6 @@
"FragmentLength": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.",
"smithy.api#jsonName": "fragmentLength"
}
@@ -19465,6 +19190,12 @@
"traits": {
"smithy.api#enumValue": "XAVC"
}
+ },
+ "XDCAM_RDD9": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "XDCAM_RDD9"
+ }
}
},
"traits": {
@@ -19533,7 +19264,6 @@
"MaxAncDataSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify a value for this setting only for outputs that you set up with one of these two XAVC profiles: XAVC HD Intra CBG (XAVC_HD_INTRA_CBG) or XAVC 4K Intra CBG (XAVC_4K_INTRA_CBG). Specify the amount of space in each frame that the service reserves for ancillary data, such as teletext captions. The default value for this setting is 1492 bytes per frame. This should be sufficient to prevent overflow unless you have multiple pages of teletext captions data. If you have a large amount of teletext data, specify a larger number.",
"smithy.api#jsonName": "maxAncDataSize"
}
@@ -19556,7 +19286,6 @@
"Payload": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max4194303",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the payload ID that you want associated with this output. Valid values vary depending on your Nagra NexGuard forensic watermarking workflow. Required when you include Nagra NexGuard File Marker watermarking (NexGuardWatermarkingSettings) in your job. For PreRelease Content (NGPR/G2), specify an integer from 1 through 4,194,303. You must generate a unique ID for each asset you watermark, and keep a record of which ID you have assigned to each asset. Neither Nagra nor MediaConvert keep track of the relationship between output files and your IDs. For OTT Streaming, create two adaptive bitrate (ABR) stacks for each asset. Do this by setting up two output groups. For one output group, set the value of Payload ID (payload) to 0 in every output. For the other output group, set Payload ID (payload) to 1 in every output.",
"smithy.api#jsonName": "payload"
}
@@ -19612,7 +19341,6 @@
"BreakoutCode": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Nielsen has discontinued the use of breakout code functionality. If you must include this property, set the value to zero.",
"smithy.api#jsonName": "breakoutCode"
}
@@ -19684,7 +19412,6 @@
"SourceId": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max65534",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use the SID that Nielsen provides to you. This source ID should be unique to your Nielsen account but common to all of your output assets. Required for all Nielsen non-linear watermarking. This ID should be unique to your Nielsen account but common to all of your output assets. Required for all Nielsen non-linear watermarking.",
"smithy.api#jsonName": "sourceId"
}
@@ -19905,7 +19632,6 @@
"Strength": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max3",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Relative strength of noise reducing filter. Higher values produce stronger filtering.",
"smithy.api#jsonName": "strength"
}
@@ -19921,7 +19647,6 @@
"PostFilterSharpenStrength": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max3",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength.",
"smithy.api#jsonName": "postFilterSharpenStrength"
}
@@ -19929,7 +19654,6 @@
"Speed": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2Max3",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.",
"smithy.api#jsonName": "speed"
}
@@ -19937,7 +19661,6 @@
"Strength": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max16",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Relative strength of noise reducing filter. Higher values produce stronger filtering.",
"smithy.api#jsonName": "strength"
}
@@ -19953,7 +19676,6 @@
"AggressiveMode": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max4",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Aggressive mode for content that has complex motion. Higher values produce stronger temporal filtering. This filters highly complex scenes more aggressively and creates better VQ for low bitrate outputs.",
"smithy.api#jsonName": "aggressiveMode"
}
@@ -19975,7 +19697,6 @@
"Speed": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative1Max3",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The speed of the filter (higher number is faster). Low setting reduces bit rate at the cost of transcode time, high setting improves transcode time at the cost of bit rate.",
"smithy.api#jsonName": "speed"
}
@@ -19983,7 +19704,6 @@
"Strength": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max16",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the strength of the noise reducing filter on this output. Higher values produce stronger filtering. We recommend the following value ranges, depending on the result that you want: * 0-2 for complexity reduction with minimal sharpness loss * 2-8 for complexity reduction with image preservation * 8-16 for a high level of complexity reduction",
"smithy.api#jsonName": "strength"
}
@@ -20015,7 +19735,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin32000Max192000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Specify the average bitrate in bits per second. Valid values are multiples of 8000, from 32000 through 192000. The default value is 96000, which we recommend for quality and bandwidth.",
"smithy.api#jsonName": "bitrate"
}
@@ -20023,7 +19742,6 @@
"Channels": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "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 1 and 2.",
"smithy.api#jsonName": "channels"
}
@@ -20031,7 +19749,6 @@
"SampleRate": {
"target": "com.amazonaws.mediaconvert#__integerMin16000Max48000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Sample rate in hz. Valid values are 16000, 24000, and 48000. The default value is 48000.",
"smithy.api#jsonName": "sampleRate"
}
@@ -20153,7 +19870,6 @@
"DurationInMs": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Duration in milliseconds",
"smithy.api#jsonName": "durationInMs"
}
@@ -20797,7 +20513,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -20805,7 +20520,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -20827,7 +20541,6 @@
"ParDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parDenominator is 33.",
"smithy.api#jsonName": "parDenominator"
}
@@ -20835,7 +20548,6 @@
"ParNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parNumerator is 40.",
"smithy.api#jsonName": "parNumerator"
}
@@ -21023,7 +20735,6 @@
"ProgressingJobsCount": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The estimated number of jobs with a PROGRESSING status.",
"smithy.api#jsonName": "progressingJobsCount"
}
@@ -21045,7 +20756,6 @@
"SubmittedJobsCount": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The estimated number of jobs with a SUBMITTED status.",
"smithy.api#jsonName": "submittedJobsCount"
}
@@ -21137,7 +20847,6 @@
"Height": {
"target": "com.amazonaws.mediaconvert#__integerMin2Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Height of rectangle in pixels. Specify only even numbers.",
"smithy.api#jsonName": "height"
}
@@ -21145,7 +20854,6 @@
"Width": {
"target": "com.amazonaws.mediaconvert#__integerMin2Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Width of rectangle in pixels. Specify only even numbers.",
"smithy.api#jsonName": "width"
}
@@ -21153,7 +20861,6 @@
"X": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The distance, in pixels, between the rectangle and the left edge of the video frame. Specify only even numbers.",
"smithy.api#jsonName": "x"
}
@@ -21161,7 +20868,6 @@
"Y": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The distance, in pixels, between the rectangle and the top edge of the video frame. Specify only even numbers.",
"smithy.api#jsonName": "y"
}
@@ -21184,7 +20890,6 @@
"ChannelsIn": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max64",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the number of audio channels from your input that you want to use in your output. With remixing, you might combine or split the data in these channels, so the number of channels in your final output might be different. If you are doing both input channel mapping and output channel mapping, the number of output channels in your input mapping must be the same as the number of input channels in your output mapping.",
"smithy.api#jsonName": "channelsIn"
}
@@ -21192,7 +20897,6 @@
"ChannelsOut": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max64",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the number of channels in this output after remixing. Valid values: 1, 2, 4, 6, 8... 64. (1 and even numbers to 64.) If you are doing both input channel mapping and output channel mapping, the number of output channels in your input mapping must be the same as the number of input channels in your output mapping.",
"smithy.api#jsonName": "channelsOut"
}
@@ -21276,7 +20980,6 @@
"ReservedSlots": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines how many jobs the queue can process in parallel; each RTS can process one job at a time. When you increase this number, you extend your existing commitment with a new 12-month commitment for a larger number of RTS. The new commitment begins when you purchase the additional capacity. You can't decrease the number of RTS in your reserved queue.",
"smithy.api#jsonName": "reservedSlots"
}
@@ -21315,7 +21018,6 @@
"ReservedSlots": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines how many jobs the queue can process in parallel; each RTS can process one job at a time. You can't decrease the number of RTS in your reserved queue. You can increase the number of RTS by extending your existing commitment with a new 12-month commitment for the larger number. The new commitment begins when you purchase the additional capacity. You can't cancel your commitment or revert to your original commitment after you increase the capacity.",
"smithy.api#jsonName": "reservedSlots",
"smithy.api#required": {}
@@ -22060,7 +21762,6 @@
"FontSize": {
"target": "com.amazonaws.mediaconvert#__integerMin10Max48",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Font Size (FontSize) to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.",
"smithy.api#jsonName": "fontSize"
}
@@ -22294,7 +21995,6 @@
"TrackNumber": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use this setting to select a single captions track from a source. Track numbers correspond to the order in the captions source file. For IMF sources, track numbering is based on the order that the captions appear in the CPL. For example, use 1 to select the captions asset that is listed first in the CPL. To include more than one captions track in your job outputs, create multiple input captions selectors. Specify one track per selector.",
"smithy.api#jsonName": "trackNumber"
}
@@ -22502,7 +22202,6 @@
"Priority": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative50Max50",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.",
"smithy.api#jsonName": "priority"
}
@@ -22858,7 +22557,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max1001",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -22866,7 +22564,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin24Max60000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -23191,7 +22888,6 @@
"FixedAfd": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max15",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Applies only if you set AFD Signaling(AfdSignaling) to Fixed (FIXED). Use Fixed (FixedAfd) to specify a four-bit AFD value which the service will write on all frames of this video output.",
"smithy.api#jsonName": "fixedAfd"
}
@@ -23199,8 +22895,7 @@
"Height": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8192",
"traits": {
- "smithy.api#default": 0,
- "smithy.api#documentation": "Use the Height (Height) setting to define the video resolution height for this output. Specify in pixels. If you don't provide a value here, the service will use the input height.",
+ "smithy.api#documentation": "Use Height to define the video resolution height, in pixels, for this output. To use the same resolution as your input: Leave both Width and Height blank. To evenly scale from your input resolution: Leave Height blank and enter a value for Width. For example, if your input is 1920x1080 and you set Width to 1280, your output will be 1280x720.",
"smithy.api#jsonName": "height"
}
},
@@ -23228,7 +22923,6 @@
"Sharpness": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max100",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use Sharpness (Sharpness) setting to specify the strength of anti-aliasing. This setting changes the width of the anti-alias filter kernel used for scaling. Sharpness only applies if your output resolution is different from your input resolution. 0 is the softest setting, 100 the sharpest, and 50 recommended for most content.",
"smithy.api#jsonName": "sharpness"
}
@@ -23250,8 +22944,7 @@
"Width": {
"target": "com.amazonaws.mediaconvert#__integerMin32Max8192",
"traits": {
- "smithy.api#default": 0,
- "smithy.api#documentation": "Use Width (Width) to define the video resolution width, in pixels, for this output. If you don't provide a value here, the service will use the input width.",
+ "smithy.api#documentation": "Use Width to define the video resolution width, in pixels, for this output. To use the same resolution as your input: Leave both Width and Height blank. To evenly scale from your input resolution: Leave Width blank and enter a value for Height. For example, if your input is 1920x1080 and you set Height to 720, your output will be 1280x720.",
"smithy.api#jsonName": "width"
}
}
@@ -23266,7 +22959,6 @@
"HeightInPx": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Height in pixels for the output",
"smithy.api#jsonName": "heightInPx"
}
@@ -23274,7 +22966,6 @@
"WidthInPx": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Width in pixels for the output",
"smithy.api#jsonName": "widthInPx"
}
@@ -23396,7 +23087,6 @@
"Pid": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Use PID (Pid) to select specific video data from an input file. Specify this value as an integer; the system automatically converts it to the hexidecimal value. For example, 257 selects PID 0x101. A PID, or packet identifier, is an identifier for a set of data in an MPEG-2 transport stream container.",
"smithy.api#jsonName": "pid"
}
@@ -23404,7 +23094,6 @@
"ProgramNumber": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Selects a specific program from within a multi-program transport stream. Note that Quad 4K is not currently supported.",
"smithy.api#jsonName": "programNumber"
}
@@ -23454,7 +23143,6 @@
"Channels": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. 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 1 and 2. The default value is 2.",
"smithy.api#jsonName": "channels"
}
@@ -23462,7 +23150,6 @@
"SampleRate": {
"target": "com.amazonaws.mediaconvert#__integerMin22050Max48000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Specify the audio sample rate in Hz. Valid values are 22050, 32000, 44100, and 48000. The default value is 48000.",
"smithy.api#jsonName": "sampleRate"
}
@@ -23470,7 +23157,6 @@
"VbrQuality": {
"target": "com.amazonaws.mediaconvert#__integerMinNegative1Max10",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Specify the variable audio quality of this Vorbis output from -1 (lowest quality, ~45 kbit/s) to 10 (highest quality, ~500 kbit/s). The default value is 4 (~128 kbit/s). Values 5 and 6 are approximately 160 and 192 kbit/s, respectively.",
"smithy.api#jsonName": "vbrQuality"
}
@@ -23586,7 +23272,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max1152000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Target bitrate in bits/second. For example, enter five megabits per second as 5000000.",
"smithy.api#jsonName": "bitrate"
}
@@ -23608,7 +23293,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -23616,7 +23300,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -23624,7 +23307,6 @@
"GopSize": {
"target": "com.amazonaws.mediaconvert#__doubleMin0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "GOP Length (keyframe interval) in frames. Must be greater than zero.",
"smithy.api#jsonName": "gopSize"
}
@@ -23632,7 +23314,6 @@
"HrdBufferSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max47185920",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Optional. Size of buffer (HRD buffer model) in bits. For example, enter five megabits as 5000000.",
"smithy.api#jsonName": "hrdBufferSize"
}
@@ -23640,7 +23321,6 @@
"MaxBitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max1152000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Ignore this setting unless you set qualityTuningLevel to MULTI_PASS. Optional. Specify the maximum bitrate in bits/second. For example, enter five megabits per second as 5000000. The default behavior uses twice the target bitrate as the maximum bitrate.",
"smithy.api#jsonName": "maxBitrate"
}
@@ -23655,7 +23335,6 @@
"ParDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parDenominator is 33.",
"smithy.api#jsonName": "parDenominator"
}
@@ -23663,7 +23342,6 @@
"ParNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parNumerator is 40.",
"smithy.api#jsonName": "parNumerator"
}
@@ -23793,7 +23471,6 @@
"Bitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max480000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Target bitrate in bits/second. For example, enter five megabits per second as 5000000.",
"smithy.api#jsonName": "bitrate"
}
@@ -23815,7 +23492,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -23823,7 +23499,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -23831,7 +23506,6 @@
"GopSize": {
"target": "com.amazonaws.mediaconvert#__doubleMin0",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "GOP Length (keyframe interval) in frames. Must be greater than zero.",
"smithy.api#jsonName": "gopSize"
}
@@ -23839,7 +23513,6 @@
"HrdBufferSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max47185920",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Size of buffer (HRD buffer model) in bits. For example, enter five megabits as 5000000.",
"smithy.api#jsonName": "hrdBufferSize"
}
@@ -23847,7 +23520,6 @@
"MaxBitrate": {
"target": "com.amazonaws.mediaconvert#__integerMin1000Max480000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Ignore this setting unless you set qualityTuningLevel to MULTI_PASS. Optional. Specify the maximum bitrate in bits/second. For example, enter five megabits per second as 5000000. The default behavior uses twice the target bitrate as the maximum bitrate.",
"smithy.api#jsonName": "maxBitrate"
}
@@ -23862,7 +23534,6 @@
"ParDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parDenominator is 33.",
"smithy.api#jsonName": "parDenominator"
}
@@ -23870,7 +23541,6 @@
"ParNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Required when you set Pixel aspect ratio (parControl) to SPECIFIED. On the console, this corresponds to any value other than Follow source. When you specify an output pixel aspect ratio (PAR) that is different from your input video PAR, provide your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would specify the ratio 40:33. In this example, the value for parNumerator is 40.",
"smithy.api#jsonName": "parNumerator"
}
@@ -23900,7 +23570,6 @@
"Code": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Warning code that identifies a specific warning in the job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html",
"smithy.api#jsonName": "code",
"smithy.api#required": {}
@@ -23909,7 +23578,6 @@
"Count": {
"target": "com.amazonaws.mediaconvert#__integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "The number of times this warning occurred in the job.",
"smithy.api#jsonName": "count",
"smithy.api#required": {}
@@ -23984,7 +23652,6 @@
"BitDepth": {
"target": "com.amazonaws.mediaconvert#__integerMin16Max24",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.",
"smithy.api#jsonName": "bitDepth"
}
@@ -23992,7 +23659,6 @@
"Channels": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max64",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.",
"smithy.api#jsonName": "channels"
}
@@ -24007,7 +23673,6 @@
"SampleRate": {
"target": "com.amazonaws.mediaconvert#__integerMin8000Max192000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Sample rate in Hz.",
"smithy.api#jsonName": "sampleRate"
}
@@ -24302,7 +23967,6 @@
"GopClosedCadence": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.",
"smithy.api#jsonName": "gopClosedCadence"
}
@@ -24310,7 +23974,6 @@
"HrdBufferSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max1152000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. Specify this value in bits; for example, enter five megabits as 5000000. When you don't set this value, or you set it to zero, MediaConvert calculates the default by doubling the bitrate of this output point.",
"smithy.api#jsonName": "hrdBufferSize"
}
@@ -24325,7 +23988,6 @@
"Slices": {
"target": "com.amazonaws.mediaconvert#__integerMin8Max12",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.",
"smithy.api#jsonName": "slices"
}
@@ -24617,7 +24279,6 @@
"GopClosedCadence": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max2147483647",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.",
"smithy.api#jsonName": "gopClosedCadence"
}
@@ -24625,7 +24286,6 @@
"HrdBufferSize": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max1152000000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. Specify this value in bits; for example, enter five megabits as 5000000. When you don't set this value, or you set it to zero, MediaConvert calculates the default by doubling the bitrate of this output point.",
"smithy.api#jsonName": "hrdBufferSize"
}
@@ -24647,7 +24307,6 @@
"Slices": {
"target": "com.amazonaws.mediaconvert#__integerMin4Max12",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.",
"smithy.api#jsonName": "slices"
}
@@ -24794,7 +24453,6 @@
"FramerateDenominator": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max1001",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Frame rate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateDenominator"
}
@@ -24802,7 +24460,6 @@
"FramerateNumerator": {
"target": "com.amazonaws.mediaconvert#__integerMin24Max60000",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.",
"smithy.api#jsonName": "framerateNumerator"
}
@@ -24824,7 +24481,6 @@
"Softness": {
"target": "com.amazonaws.mediaconvert#__integerMin0Max128",
"traits": {
- "smithy.api#default": 0,
"smithy.api#documentation": "Ignore this setting unless your downstream workflow requires that you specify it explicitly. Otherwise, we recommend that you adjust the softness of your output by using a lower value for the setting Sharpness (sharpness) or by enabling a noise reducer filter (noiseReducerFilter). The Softness (softness) setting specifies the quantization matrices that the encoder uses. Keep the default value, 0, for flat quantization. Choose the value 1 or 16 to use the default JVT softening quantization matricies from the H.264 specification. Choose a value from 17 to 128 to use planar interpolation. Increasing values from 17 to 128 result in increasing reduction of high-frequency data. The value 128 results in the softest video.",
"smithy.api#jsonName": "softness"
}
@@ -24944,69 +24600,38 @@
}
},
"com.amazonaws.mediaconvert#__doubleMin0": {
- "type": "double",
- "traits": {
- "smithy.api#default": 0
- }
+ "type": "double"
},
"com.amazonaws.mediaconvert#__doubleMin0Max1": {
- "type": "double",
- "traits": {
- "smithy.api#default": 0
- }
+ "type": "double"
},
"com.amazonaws.mediaconvert#__doubleMin0Max2147483647": {
- "type": "double",
- "traits": {
- "smithy.api#default": 0
- }
+ "type": "double"
},
"com.amazonaws.mediaconvert#__doubleMinNegative59Max0": {
- "type": "double",
- "traits": {
- "smithy.api#default": 0
- }
+ "type": "double"
},
"com.amazonaws.mediaconvert#__doubleMinNegative60Max3": {
- "type": "double",
- "traits": {
- "smithy.api#default": 0
- }
+ "type": "double"
},
"com.amazonaws.mediaconvert#__doubleMinNegative60Max6": {
- "type": "double",
- "traits": {
- "smithy.api#default": 0
- }
+ "type": "double"
},
"com.amazonaws.mediaconvert#__doubleMinNegative60MaxNegative1": {
- "type": "double",
- "traits": {
- "smithy.api#default": 0
- }
+ "type": "double"
},
"com.amazonaws.mediaconvert#__doubleMinNegative6Max3": {
- "type": "double",
- "traits": {
- "smithy.api#default": 0
- }
+ "type": "double"
},
"com.amazonaws.mediaconvert#__doubleMinNegative8Max0": {
- "type": "double",
- "traits": {
- "smithy.api#default": 0
- }
+ "type": "double"
},
"com.amazonaws.mediaconvert#__integer": {
- "type": "integer",
- "traits": {
- "smithy.api#default": 0
- }
+ "type": "integer"
},
"com.amazonaws.mediaconvert#__integerMin0Max0": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 0
@@ -25016,7 +24641,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max1": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 1
@@ -25026,7 +24650,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max10": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 10
@@ -25036,7 +24659,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max100": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 100
@@ -25046,7 +24668,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max1000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 1000
@@ -25056,7 +24677,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max10000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 10000
@@ -25066,7 +24686,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max1152000000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 1152000000
@@ -25076,7 +24695,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max128": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 128
@@ -25086,7 +24704,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max1466400000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 1466400000
@@ -25096,7 +24713,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max15": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 15
@@ -25106,7 +24722,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max16": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 16
@@ -25116,7 +24731,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max2147483647": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 2147483647
@@ -25126,7 +24740,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max255": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 255
@@ -25136,7 +24749,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max3": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 3
@@ -25146,7 +24758,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max30": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 30
@@ -25156,7 +24767,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max30000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 30000
@@ -25166,7 +24776,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max3600": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 3600
@@ -25176,7 +24785,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max4": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 4
@@ -25186,7 +24794,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max4000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 4000
@@ -25196,7 +24803,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max4194303": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 4194303
@@ -25206,7 +24812,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max47185920": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 47185920
@@ -25216,7 +24821,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max5": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 5
@@ -25226,7 +24830,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max500": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 500
@@ -25236,7 +24839,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max50000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 50000
@@ -25246,7 +24848,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max65534": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 65534
@@ -25256,7 +24857,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max65535": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 65535
@@ -25266,7 +24866,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max7": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 7
@@ -25276,7 +24875,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max8": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 8
@@ -25286,7 +24884,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max9": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 9
@@ -25296,7 +24893,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max96": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 96
@@ -25306,7 +24902,6 @@
"com.amazonaws.mediaconvert#__integerMin0Max99": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 99
@@ -25316,7 +24911,6 @@
"com.amazonaws.mediaconvert#__integerMin100000Max100000000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 100000,
"max": 100000000
@@ -25326,7 +24920,6 @@
"com.amazonaws.mediaconvert#__integerMin1000Max1152000000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1000,
"max": 1152000000
@@ -25336,7 +24929,6 @@
"com.amazonaws.mediaconvert#__integerMin1000Max1466400000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1000,
"max": 1466400000
@@ -25346,7 +24938,6 @@
"com.amazonaws.mediaconvert#__integerMin1000Max288000000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1000,
"max": 288000000
@@ -25356,7 +24947,6 @@
"com.amazonaws.mediaconvert#__integerMin1000Max30000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1000,
"max": 30000
@@ -25366,7 +24956,6 @@
"com.amazonaws.mediaconvert#__integerMin1000Max300000000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1000,
"max": 300000000
@@ -25376,7 +24965,6 @@
"com.amazonaws.mediaconvert#__integerMin1000Max480000000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1000,
"max": 480000000
@@ -25386,7 +24974,6 @@
"com.amazonaws.mediaconvert#__integerMin100Max1000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 100,
"max": 1000
@@ -25396,7 +24983,6 @@
"com.amazonaws.mediaconvert#__integerMin10Max48": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 10,
"max": 48
@@ -25406,7 +24992,6 @@
"com.amazonaws.mediaconvert#__integerMin16000Max320000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 16000,
"max": 320000
@@ -25416,7 +25001,6 @@
"com.amazonaws.mediaconvert#__integerMin16000Max48000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 16000,
"max": 48000
@@ -25426,7 +25010,6 @@
"com.amazonaws.mediaconvert#__integerMin16Max24": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 16,
"max": 24
@@ -25436,7 +25019,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max1": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 1
@@ -25446,7 +25028,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max10": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 10
@@ -25456,7 +25037,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max100": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 100
@@ -25466,7 +25046,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max10000000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 10000000
@@ -25476,7 +25055,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max1001": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 1001
@@ -25486,7 +25064,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max17895697": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 17895697
@@ -25496,7 +25073,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max2": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 2
@@ -25506,7 +25082,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max20": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 20
@@ -25516,7 +25091,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max2048": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 2048
@@ -25526,7 +25100,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max2147483640": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 2147483640
@@ -25536,7 +25109,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max2147483647": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 2147483647
@@ -25546,7 +25118,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max31": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 31
@@ -25556,7 +25127,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max32": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 32
@@ -25566,7 +25136,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max4": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 4
@@ -25576,7 +25145,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max4096": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 4096
@@ -25586,7 +25154,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max512": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 512
@@ -25596,7 +25163,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max6": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 6
@@ -25606,7 +25172,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max60000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 60000
@@ -25616,7 +25181,6 @@
"com.amazonaws.mediaconvert#__integerMin1Max64": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 64
@@ -25626,7 +25190,6 @@
"com.amazonaws.mediaconvert#__integerMin22050Max48000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 22050,
"max": 48000
@@ -25636,7 +25199,6 @@
"com.amazonaws.mediaconvert#__integerMin24Max60000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 24,
"max": 60000
@@ -25646,7 +25208,6 @@
"com.amazonaws.mediaconvert#__integerMin25Max10000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 25,
"max": 10000
@@ -25656,7 +25217,6 @@
"com.amazonaws.mediaconvert#__integerMin25Max2000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 25,
"max": 2000
@@ -25666,7 +25226,6 @@
"com.amazonaws.mediaconvert#__integerMin2Max2147483647": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 2,
"max": 2147483647
@@ -25676,7 +25235,6 @@
"com.amazonaws.mediaconvert#__integerMin2Max4096": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 2,
"max": 4096
@@ -25686,7 +25244,6 @@
"com.amazonaws.mediaconvert#__integerMin32000Max192000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 32000,
"max": 192000
@@ -25696,7 +25253,6 @@
"com.amazonaws.mediaconvert#__integerMin32000Max3024000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 32000,
"max": 3024000
@@ -25706,7 +25262,6 @@
"com.amazonaws.mediaconvert#__integerMin32000Max384000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 32000,
"max": 384000
@@ -25716,7 +25271,6 @@
"com.amazonaws.mediaconvert#__integerMin32000Max48000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 32000,
"max": 48000
@@ -25726,7 +25280,6 @@
"com.amazonaws.mediaconvert#__integerMin32Max8182": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 32,
"max": 8182
@@ -25736,7 +25289,6 @@
"com.amazonaws.mediaconvert#__integerMin32Max8192": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 32,
"max": 8192
@@ -25746,7 +25298,6 @@
"com.amazonaws.mediaconvert#__integerMin384000Max1024000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 384000,
"max": 1024000
@@ -25756,7 +25307,6 @@
"com.amazonaws.mediaconvert#__integerMin3Max15": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 3,
"max": 15
@@ -25766,7 +25316,6 @@
"com.amazonaws.mediaconvert#__integerMin48000Max48000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 48000,
"max": 48000
@@ -25776,7 +25325,6 @@
"com.amazonaws.mediaconvert#__integerMin4Max12": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 4,
"max": 12
@@ -25786,7 +25334,6 @@
"com.amazonaws.mediaconvert#__integerMin50Max86400000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 50,
"max": 86400000
@@ -25796,7 +25343,6 @@
"com.amazonaws.mediaconvert#__integerMin6000Max1024000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 6000,
"max": 1024000
@@ -25806,7 +25352,6 @@
"com.amazonaws.mediaconvert#__integerMin64000Max640000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 64000,
"max": 640000
@@ -25816,7 +25361,6 @@
"com.amazonaws.mediaconvert#__integerMin8000Max192000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 8000,
"max": 192000
@@ -25826,7 +25370,6 @@
"com.amazonaws.mediaconvert#__integerMin8000Max96000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 8000,
"max": 96000
@@ -25836,7 +25379,6 @@
"com.amazonaws.mediaconvert#__integerMin8Max12": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 8,
"max": 12
@@ -25846,7 +25388,6 @@
"com.amazonaws.mediaconvert#__integerMin8Max4096": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 8,
"max": 4096
@@ -25856,7 +25397,6 @@
"com.amazonaws.mediaconvert#__integerMin90Max105": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 90,
"max": 105
@@ -25866,7 +25406,6 @@
"com.amazonaws.mediaconvert#__integerMin920Max1023": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 920,
"max": 1023
@@ -25876,7 +25415,6 @@
"com.amazonaws.mediaconvert#__integerMin96Max600": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": 96,
"max": 600
@@ -25886,7 +25424,6 @@
"com.amazonaws.mediaconvert#__integerMinNegative1000Max1000": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": -1000,
"max": 1000
@@ -25896,7 +25433,6 @@
"com.amazonaws.mediaconvert#__integerMinNegative180Max180": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": -180,
"max": 180
@@ -25906,7 +25442,6 @@
"com.amazonaws.mediaconvert#__integerMinNegative1Max10": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": -1,
"max": 10
@@ -25916,7 +25451,6 @@
"com.amazonaws.mediaconvert#__integerMinNegative1Max3": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": -1,
"max": 3
@@ -25926,7 +25460,6 @@
"com.amazonaws.mediaconvert#__integerMinNegative2147483648Max2147483647": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": -2147483648,
"max": 2147483647
@@ -25936,7 +25469,6 @@
"com.amazonaws.mediaconvert#__integerMinNegative2Max3": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": -2,
"max": 3
@@ -25946,7 +25478,6 @@
"com.amazonaws.mediaconvert#__integerMinNegative50Max50": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": -50,
"max": 50
@@ -25956,7 +25487,6 @@
"com.amazonaws.mediaconvert#__integerMinNegative5Max10": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": -5,
"max": 10
@@ -25966,7 +25496,6 @@
"com.amazonaws.mediaconvert#__integerMinNegative60Max6": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": -60,
"max": 6
@@ -25976,7 +25505,6 @@
"com.amazonaws.mediaconvert#__integerMinNegative70Max0": {
"type": "integer",
"traits": {
- "smithy.api#default": 0,
"smithy.api#range": {
"min": -70,
"max": 0
@@ -26556,10 +26084,10 @@
"smithy.api#pattern": "^https:\\/\\/$"
}
},
- "com.amazonaws.mediaconvert#__stringPatternHttpsKantarmediaComFr": {
+ "com.amazonaws.mediaconvert#__stringPatternHttpsKantarmedia": {
"type": "string",
"traits": {
- "smithy.api#pattern": "^https:\\/\\/.*.kantarmedia.(com|fr)$"
+ "smithy.api#pattern": "^https:\\/\\/.*.kantarmedia.*$"
}
},
"com.amazonaws.mediaconvert#__stringPatternIdentityAZaZ26AZaZ09163": {
diff --git a/codegen/sdk-codegen/aws-models/rds.json b/codegen/sdk-codegen/aws-models/rds.json
index 553b53b3ee8..ff5b05118ab 100644
--- a/codegen/sdk-codegen/aws-models/rds.json
+++ b/codegen/sdk-codegen/aws-models/rds.json
@@ -16905,7 +16905,7 @@
"EngineVersion": {
"target": "com.amazonaws.rds#String",
"traits": {
- "smithy.api#documentation": "The engine version to upgrade the DB snapshot to.
\n The following are the database engines and engine versions that are available when you upgrade a DB snapshot.
\n \n MySQL\n
\n \n \n Oracle\n
\n \n - \n
\n 12.1.0.2.v8
(supported for 12.1.0.1 DB snapshots)
\n \n - \n
\n 11.2.0.4.v12
(supported for 11.2.0.2 DB snapshots)
\n \n - \n
\n 11.2.0.4.v11
(supported for 11.2.0.3 DB snapshots)
\n \n
\n \n PostgreSQL\n
\n For the list of engine versions that are available for upgrading a DB snapshot, see \n \n Upgrading the PostgreSQL DB Engine for Amazon RDS.
"
+ "smithy.api#documentation": "The engine version to upgrade the DB snapshot to.
\n The following are the database engines and engine versions that are available when you upgrade a DB snapshot.
\n \n MySQL\n
\n \n \n Oracle\n
\n \n - \n
\n 19.0.0.0.ru-2022-01.rur-2022-01.r1
(supported for 12.2.0.1 DB\n snapshots)
\n \n - \n
\n 19.0.0.0.ru-2022-07.rur-2022-07.r1
(supported for 12.1.0.2 DB\n snapshots)
\n \n - \n
\n 12.1.0.2.v8
(supported for 12.1.0.1 DB snapshots)
\n \n - \n
\n 11.2.0.4.v12
(supported for 11.2.0.2 DB snapshots)
\n \n - \n
\n 11.2.0.4.v11
(supported for 11.2.0.3 DB snapshots)
\n \n
\n \n PostgreSQL\n
\n For the list of engine versions that are available for upgrading a DB snapshot, see \n \n Upgrading the PostgreSQL DB Engine for Amazon RDS.
"
}
},
"OptionGroupName": {
diff --git a/codegen/sdk-codegen/aws-models/sagemaker-geospatial.json b/codegen/sdk-codegen/aws-models/sagemaker-geospatial.json
index 16f0ae05226..852cd7ba6e5 100644
--- a/codegen/sdk-codegen/aws-models/sagemaker-geospatial.json
+++ b/codegen/sdk-codegen/aws-models/sagemaker-geospatial.json
@@ -706,20 +706,6 @@
"smithy.api#documentation": "The structure representing the EoCloudCover filter.
"
}
},
- "com.amazonaws.sagemakergeospatial#EojDataSourceConfigInput": {
- "type": "union",
- "members": {
- "S3Data": {
- "target": "com.amazonaws.sagemakergeospatial#S3DataInput",
- "traits": {
- "smithy.api#documentation": "The input structure for S3Data; representing the \n Amazon S3 location of the input data objects.
"
- }
- }
- },
- "traits": {
- "smithy.api#documentation": "Union representing different data sources to be \n used as input for an Earth Observation job.
"
- }
- },
"com.amazonaws.sagemakergeospatial#ExecutionRoleArn": {
"type": "string",
"traits": {
@@ -1753,12 +1739,6 @@
"smithy.api#documentation": "The Amazon Resource Name (ARN) of the previous Earth Observation job.
"
}
},
- "DataSourceConfig": {
- "target": "com.amazonaws.sagemakergeospatial#EojDataSourceConfigInput",
- "traits": {
- "smithy.api#documentation": "The location of the input data.>
"
- }
- },
"RasterDataCollectionQuery": {
"target": "com.amazonaws.sagemakergeospatial#RasterDataCollectionQueryInput",
"traits": {
@@ -1779,12 +1759,6 @@
"smithy.api#documentation": "The Amazon Resource Name (ARN) of the previous Earth Observation job.
"
}
},
- "DataSourceConfig": {
- "target": "com.amazonaws.sagemakergeospatial#EojDataSourceConfigInput",
- "traits": {
- "smithy.api#documentation": "The location of the input data.
"
- }
- },
"RasterDataCollectionQuery": {
"target": "com.amazonaws.sagemakergeospatial#RasterDataCollectionQueryOutput",
"traits": {
@@ -2491,18 +2465,6 @@
"smithy.api#documentation": "The input structure for Map Matching operation type.
"
}
},
- "com.amazonaws.sagemakergeospatial#MetadataProvider": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "PLANET_ORDER",
- "name": "PLANET_ORDER",
- "documentation": "PLANET_ORDER"
- }
- ]
- }
- },
"com.amazonaws.sagemakergeospatial#MultiPolygonGeometryInput": {
"type": "structure",
"members": {
@@ -3132,34 +3094,6 @@
"smithy.api#documentation": "The input structure for Reverse Geocoding operation type.
"
}
},
- "com.amazonaws.sagemakergeospatial#S3DataInput": {
- "type": "structure",
- "members": {
- "S3Uri": {
- "target": "com.amazonaws.sagemakergeospatial#S3Uri",
- "traits": {
- "smithy.api#documentation": "The URL to the Amazon S3 input.
",
- "smithy.api#required": {}
- }
- },
- "MetadataProvider": {
- "target": "com.amazonaws.sagemakergeospatial#MetadataProvider",
- "traits": {
- "smithy.api#documentation": "Metadata provider from whom the Amazon S3 data has been acquired.
",
- "smithy.api#required": {}
- }
- },
- "KmsKeyId": {
- "target": "com.amazonaws.sagemakergeospatial#KmsKey",
- "traits": {
- "smithy.api#documentation": "The Key Management Service key ID for server-side encryption.
"
- }
- }
- },
- "traits": {
- "smithy.api#documentation": "Path to Amazon S3 storage location for input data.
"
- }
- },
"com.amazonaws.sagemakergeospatial#S3Uri": {
"type": "string",
"traits": {
@@ -3579,9 +3513,9 @@
}
},
"params": {
- "UseFIPS": true,
"Region": "us-gov-east-1",
- "UseDualStack": true
+ "UseDualStack": true,
+ "UseFIPS": true
}
},
{
@@ -3592,9 +3526,9 @@
}
},
"params": {
- "UseFIPS": true,
"Region": "us-gov-east-1",
- "UseDualStack": false
+ "UseDualStack": false,
+ "UseFIPS": true
}
},
{
@@ -3605,9 +3539,9 @@
}
},
"params": {
- "UseFIPS": false,
"Region": "us-gov-east-1",
- "UseDualStack": true
+ "UseDualStack": true,
+ "UseFIPS": false
}
},
{
@@ -3618,9 +3552,9 @@
}
},
"params": {
- "UseFIPS": false,
"Region": "us-gov-east-1",
- "UseDualStack": false
+ "UseDualStack": false,
+ "UseFIPS": false
}
},
{
@@ -3631,9 +3565,9 @@
}
},
"params": {
- "UseFIPS": true,
"Region": "cn-north-1",
- "UseDualStack": true
+ "UseDualStack": true,
+ "UseFIPS": true
}
},
{
@@ -3644,9 +3578,9 @@
}
},
"params": {
- "UseFIPS": true,
"Region": "cn-north-1",
- "UseDualStack": false
+ "UseDualStack": false,
+ "UseFIPS": true
}
},
{
@@ -3657,9 +3591,9 @@
}
},
"params": {
- "UseFIPS": false,
"Region": "cn-north-1",
- "UseDualStack": true
+ "UseDualStack": true,
+ "UseFIPS": false
}
},
{
@@ -3670,9 +3604,9 @@
}
},
"params": {
- "UseFIPS": false,
"Region": "cn-north-1",
- "UseDualStack": false
+ "UseDualStack": false,
+ "UseFIPS": false
}
},
{
@@ -3681,9 +3615,9 @@
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
- "UseFIPS": true,
"Region": "us-iso-east-1",
- "UseDualStack": true
+ "UseDualStack": true,
+ "UseFIPS": true
}
},
{
@@ -3694,9 +3628,9 @@
}
},
"params": {
- "UseFIPS": true,
"Region": "us-iso-east-1",
- "UseDualStack": false
+ "UseDualStack": false,
+ "UseFIPS": true
}
},
{
@@ -3705,9 +3639,9 @@
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
- "UseFIPS": false,
"Region": "us-iso-east-1",
- "UseDualStack": true
+ "UseDualStack": true,
+ "UseFIPS": false
}
},
{
@@ -3718,9 +3652,9 @@
}
},
"params": {
- "UseFIPS": false,
"Region": "us-iso-east-1",
- "UseDualStack": false
+ "UseDualStack": false,
+ "UseFIPS": false
}
},
{
@@ -3731,9 +3665,9 @@
}
},
"params": {
- "UseFIPS": true,
"Region": "us-east-1",
- "UseDualStack": true
+ "UseDualStack": true,
+ "UseFIPS": true
}
},
{
@@ -3744,9 +3678,9 @@
}
},
"params": {
- "UseFIPS": true,
"Region": "us-east-1",
- "UseDualStack": false
+ "UseDualStack": false,
+ "UseFIPS": true
}
},
{
@@ -3757,9 +3691,9 @@
}
},
"params": {
- "UseFIPS": false,
"Region": "us-east-1",
- "UseDualStack": true
+ "UseDualStack": true,
+ "UseFIPS": false
}
},
{
@@ -3770,9 +3704,9 @@
}
},
"params": {
- "UseFIPS": false,
"Region": "us-east-1",
- "UseDualStack": false
+ "UseDualStack": false,
+ "UseFIPS": false
}
},
{
@@ -3781,9 +3715,9 @@
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
- "UseFIPS": true,
"Region": "us-isob-east-1",
- "UseDualStack": true
+ "UseDualStack": true,
+ "UseFIPS": true
}
},
{
@@ -3794,9 +3728,9 @@
}
},
"params": {
- "UseFIPS": true,
"Region": "us-isob-east-1",
- "UseDualStack": false
+ "UseDualStack": false,
+ "UseFIPS": true
}
},
{
@@ -3805,9 +3739,9 @@
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
- "UseFIPS": false,
"Region": "us-isob-east-1",
- "UseDualStack": true
+ "UseDualStack": true,
+ "UseFIPS": false
}
},
{
@@ -3818,9 +3752,9 @@
}
},
"params": {
- "UseFIPS": false,
"Region": "us-isob-east-1",
- "UseDualStack": false
+ "UseDualStack": false,
+ "UseFIPS": false
}
},
{
@@ -3831,9 +3765,9 @@
}
},
"params": {
- "UseFIPS": false,
"Region": "us-east-1",
"UseDualStack": false,
+ "UseFIPS": false,
"Endpoint": "https://example.com"
}
},
@@ -3843,9 +3777,9 @@
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
},
"params": {
- "UseFIPS": true,
"Region": "us-east-1",
"UseDualStack": false,
+ "UseFIPS": true,
"Endpoint": "https://example.com"
}
},
@@ -3855,9 +3789,9 @@
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
},
"params": {
- "UseFIPS": false,
"Region": "us-east-1",
"UseDualStack": true,
+ "UseFIPS": false,
"Endpoint": "https://example.com"
}
}
@@ -4106,7 +4040,8 @@
"ExecutionRoleArn": {
"target": "com.amazonaws.sagemakergeospatial#ExecutionRoleArn",
"traits": {
- "smithy.api#documentation": "The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
"
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
",
+ "smithy.api#required": {}
}
},
"Tags": {
@@ -4181,7 +4116,8 @@
"ExecutionRoleArn": {
"target": "com.amazonaws.sagemakergeospatial#ExecutionRoleArn",
"traits": {
- "smithy.api#documentation": "The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
"
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
",
+ "smithy.api#required": {}
}
},
"Tags": {
diff --git a/codegen/sdk-codegen/aws-models/sts.json b/codegen/sdk-codegen/aws-models/sts.json
index c7f8310e1d8..ddc251e8fad 100644
--- a/codegen/sdk-codegen/aws-models/sts.json
+++ b/codegen/sdk-codegen/aws-models/sts.json
@@ -1701,8 +1701,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -1720,10 +1720,10 @@
}
],
"params": {
- "Region": "ap-northeast-1",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "ap-northeast-1"
}
},
{
@@ -1733,8 +1733,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -1752,10 +1752,10 @@
}
],
"params": {
- "Region": "ap-south-1",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "ap-south-1"
}
},
{
@@ -1765,8 +1765,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -1784,10 +1784,10 @@
}
],
"params": {
- "Region": "ap-southeast-1",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "ap-southeast-1"
}
},
{
@@ -1797,8 +1797,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -1816,10 +1816,10 @@
}
],
"params": {
- "Region": "ap-southeast-2",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "ap-southeast-2"
}
},
{
@@ -1829,8 +1829,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -1848,10 +1848,10 @@
}
],
"params": {
- "Region": "aws-global",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "aws-global"
}
},
{
@@ -1861,8 +1861,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -1880,10 +1880,10 @@
}
],
"params": {
- "Region": "ca-central-1",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "ca-central-1"
}
},
{
@@ -1893,8 +1893,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -1912,10 +1912,10 @@
}
],
"params": {
- "Region": "eu-central-1",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "eu-central-1"
}
},
{
@@ -1925,8 +1925,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -1944,10 +1944,10 @@
}
],
"params": {
- "Region": "eu-north-1",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "eu-north-1"
}
},
{
@@ -1957,8 +1957,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -1976,10 +1976,10 @@
}
],
"params": {
- "Region": "eu-west-1",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "eu-west-1"
}
},
{
@@ -1989,8 +1989,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -2008,10 +2008,10 @@
}
],
"params": {
- "Region": "eu-west-2",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "eu-west-2"
}
},
{
@@ -2021,8 +2021,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -2040,10 +2040,10 @@
}
],
"params": {
- "Region": "eu-west-3",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "eu-west-3"
}
},
{
@@ -2053,8 +2053,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -2072,10 +2072,10 @@
}
],
"params": {
- "Region": "sa-east-1",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "sa-east-1"
}
},
{
@@ -2085,8 +2085,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -2104,10 +2104,10 @@
}
],
"params": {
- "Region": "us-east-1",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "us-east-1"
}
},
{
@@ -2117,8 +2117,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -2136,10 +2136,10 @@
}
],
"params": {
- "Region": "us-east-2",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "us-east-2"
}
},
{
@@ -2149,8 +2149,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -2168,10 +2168,10 @@
}
],
"params": {
- "Region": "us-west-1",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "us-west-1"
}
},
{
@@ -2181,8 +2181,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-1",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -2200,10 +2200,10 @@
}
],
"params": {
- "Region": "us-west-2",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "us-west-2"
}
},
{
@@ -2213,8 +2213,8 @@
"properties": {
"authSchemes": [
{
- "signingName": "sts",
"signingRegion": "us-east-3",
+ "signingName": "sts",
"name": "sigv4"
}
]
@@ -2232,10 +2232,10 @@
}
],
"params": {
- "Region": "us-east-3",
- "UseFIPS": false,
+ "UseGlobalEndpoint": true,
"UseDualStack": false,
- "UseGlobalEndpoint": true
+ "UseFIPS": false,
+ "Region": "us-east-3"
}
},
{
@@ -2256,10 +2256,10 @@
}
],
"params": {
- "Region": "us-west-1",
- "UseFIPS": false,
- "UseDualStack": false,
"UseGlobalEndpoint": true,
+ "UseDualStack": false,
+ "UseFIPS": false,
+ "Region": "us-west-1",
"Endpoint": "https://example.com"
}
},
@@ -2272,9 +2272,9 @@
},
"params": {
"Endpoint": "https://example.com",
- "UseFIPS": false,
+ "UseGlobalEndpoint": false,
"UseDualStack": false,
- "UseGlobalEndpoint": false
+ "UseFIPS": false
}
}
],
@@ -3224,7 +3224,8 @@
"smithy.api#length": {
"min": 4,
"max": 100000
- }
+ },
+ "smithy.api#sensitive": {}
}
},
"com.amazonaws.sts#Subject": {
@@ -3266,7 +3267,10 @@
}
},
"com.amazonaws.sts#accessKeySecretType": {
- "type": "string"
+ "type": "string",
+ "traits": {
+ "smithy.api#sensitive": {}
+ }
},
"com.amazonaws.sts#accountType": {
"type": "string"
@@ -3297,7 +3301,8 @@
"smithy.api#length": {
"min": 4,
"max": 20000
- }
+ },
+ "smithy.api#sensitive": {}
}
},
"com.amazonaws.sts#dateType": {