Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 2, 2025
1 parent fc7208d commit c27499a
Show file tree
Hide file tree
Showing 14 changed files with 332 additions and 99 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-appsync-47042.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``appsync``",
"description": "Modify UpdateGraphQLAPI operation and flag authenticationType as required."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-gamelift-89376.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``gamelift``",
"description": "Amazon GameLift releases a new game session shutdown feature. Use the Amazon GameLift console or AWS CLI to terminate an in-progress game session that's entered a bad state or is no longer needed."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mediaconnect-31956.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``mediaconnect``",
"description": "AWS Elemental MediaConnect now supports Content Quality Analysis for enhanced source stream monitoring. This enables you to track specific audio and video metrics in transport stream source flows, ensuring your content meets quality standards."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mediaconvert-40551.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``mediaconvert``",
"description": "This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-organizations-53414.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``organizations``",
"description": "Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemaker-77619.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker``",
"description": "Adding ETag information with Model Artifacts for Model Registry"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sqs-20663.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sqs``",
"description": "In-flight message typo fix from 20k to 120k."
}
3 changes: 2 additions & 1 deletion botocore/data/appsync/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5602,7 +5602,8 @@
"type":"structure",
"required":[
"apiId",
"name"
"name",
"authenticationType"
],
"members":{
"apiId":{
Expand Down
198 changes: 125 additions & 73 deletions botocore/data/gamelift/2015-10-01/service-2.json

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions botocore/data/mediaconnect/2018-11-14/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2751,6 +2751,17 @@
"aes256"
]
},
"AudioMonitoringSetting": {
"type": "structure",
"members": {
"SilentAudio": {
"shape": "SilentAudio",
"locationName": "silentAudio",
"documentation": "Detects periods of silence."
}
},
"documentation": "Specifies the configuration for audio stream metrics monitoring."
},
"BadRequestException": {
"type": "structure",
"members": {
Expand All @@ -2769,6 +2780,22 @@
"httpStatusCode": 400
}
},
"BlackFrames": {
"type": "structure",
"members": {
"State": {
"shape": "State",
"locationName": "state",
"documentation": "Indicates whether the BlackFrames metric is enabled or disabled."
},
"ThresholdSeconds": {
"shape": "__integer",
"locationName": "thresholdSeconds",
"documentation": "Specifies the number of consecutive seconds of black frames that triggers an event or alert."
}
},
"documentation": "Configures settings for the BlackFrames metric."
},
"Bridge": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -3057,6 +3084,13 @@
"DISCONNECTED"
]
},
"ContentQualityAnalysisState": {
"type": "string",
"enum": [
"ENABLED",
"DISABLED"
]
},
"CreateBridge420Exception": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4082,6 +4116,22 @@
"FrameHeight"
]
},
"FrozenFrames": {
"type": "structure",
"members": {
"State": {
"shape": "State",
"locationName": "state",
"documentation": "Indicates whether the FrozenFrames metric is enabled or disabled."
},
"ThresholdSeconds": {
"shape": "__integer",
"locationName": "thresholdSeconds",
"documentation": "Specifies the number of consecutive seconds of a static image that triggers an event or alert."
}
},
"documentation": "Configures settings for the FrozenFrames metric."
},
"Gateway": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -5175,6 +5225,21 @@
"shape": "ThumbnailState",
"locationName": "thumbnailState",
"documentation": "The state of thumbnail monitoring."
},
"AudioMonitoringSettings": {
"shape": "__listOfAudioMonitoringSetting",
"locationName": "audioMonitoringSettings",
"documentation": "Contains the settings for audio stream metrics monitoring."
},
"ContentQualityAnalysisState": {
"shape": "ContentQualityAnalysisState",
"locationName": "contentQualityAnalysisState",
"documentation": "Indicates whether content quality analysis is enabled or disabled."
},
"VideoMonitoringSettings": {
"shape": "__listOfVideoMonitoringSetting",
"locationName": "videoMonitoringSettings",
"documentation": "Contains the settings for video stream metrics monitoring."
}
},
"documentation": "The settings for source monitoring."
Expand Down Expand Up @@ -5979,6 +6044,22 @@
},
"documentation": "The settings for the source of the flow."
},
"SilentAudio": {
"type": "structure",
"members": {
"State": {
"shape": "State",
"locationName": "state",
"documentation": "Indicates whether the SilentAudio metric is enabled or disabled."
},
"ThresholdSeconds": {
"shape": "__integer",
"locationName": "thresholdSeconds",
"documentation": "Specifies the number of consecutive seconds of silence that triggers an event or alert."
}
},
"documentation": "Configures settings for the SilentAudio metric."
},
"Source": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -7272,6 +7353,22 @@
},
"documentation": "Update maintenance setting for a flow"
},
"VideoMonitoringSetting": {
"type": "structure",
"members": {
"BlackFrames": {
"shape": "BlackFrames",
"locationName": "blackFrames",
"documentation": "Detects video frames that are black."
},
"FrozenFrames": {
"shape": "FrozenFrames",
"locationName": "frozenFrames",
"documentation": "Detects video frames that have not changed."
}
},
"documentation": "Specifies the configuration for video stream metrics monitoring."
},
"VpcInterface": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -7397,6 +7494,12 @@
"shape": "AddOutputRequest"
}
},
"__listOfAudioMonitoringSetting": {
"type": "list",
"member": {
"shape": "AudioMonitoringSetting"
}
},
"__listOfBridgeOutput": {
"type": "list",
"member": {
Expand Down Expand Up @@ -7559,6 +7662,12 @@
"shape": "TransportStreamProgram"
}
},
"__listOfVideoMonitoringSetting": {
"type": "list",
"member": {
"shape": "VideoMonitoringSetting"
}
},
"__listOfVpcInterface": {
"type": "list",
"member": {
Expand Down
23 changes: 18 additions & 5 deletions botocore/data/mediaconvert/2017-08-29/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6306,6 +6306,11 @@
"shape": "H264UnregisteredSeiTimecode",
"locationName": "unregisteredSeiTimecode",
"documentation": "Inserts timecode for each frame as 4 bytes of an unregistered SEI message."
},
"WriteMp4PackagingType": {
"shape": "H264WriteMp4PackagingType",
"locationName": "writeMp4PackagingType",
"documentation": "Specify how SPS and PPS NAL units are written in your output MP4 container, according to ISO/IEC 14496-15. If the location of these parameters doesn't matter in your workflow: Keep the default value, AVC1. MediaConvert writes SPS and PPS NAL units in the sample description ('stsd') box (but not into samples directly). To write SPS and PPS NAL units directly into samples (but not in the 'stsd' box): Choose AVC3. When you do, note that your output might not play properly with some downstream systems or players."
}
},
"documentation": "Required when you set Codec to the value H_264."
Expand Down Expand Up @@ -6359,6 +6364,14 @@
"ENABLED"
]
},
"H264WriteMp4PackagingType": {
"type": "string",
"documentation": "Specify how SPS and PPS NAL units are written in your output MP4 container, according to ISO/IEC 14496-15. If the location of these parameters doesn't matter in your workflow: Keep the default value, AVC1. MediaConvert writes SPS and PPS NAL units in the sample description ('stsd') box (but not into samples directly). To write SPS and PPS NAL units directly into samples (but not in the 'stsd' box): Choose AVC3. When you do, note that your output might not play properly with some downstream systems or players.",
"enum": [
"AVC1",
"AVC3"
]
},
"H265AdaptiveQuantization": {
"type": "string",
"documentation": "When you set Adaptive Quantization to Auto, or leave blank, MediaConvert automatically applies quantization to improve the video quality of your output. Set Adaptive Quantization to Low, Medium, High, Higher, or Max to manually control the strength of the quantization filter. When you do, you can specify a value for Spatial Adaptive Quantization, Temporal Adaptive Quantization, and Flicker Adaptive Quantization, to further control the quantization filter. Set Adaptive Quantization to Off to apply no quantization to your output.",
Expand Down Expand Up @@ -8281,7 +8294,7 @@
"FollowSource": {
"shape": "__integerMin1Max150",
"locationName": "followSource",
"documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
"documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
},
"Inputs": {
"shape": "__listOfInput",
Expand Down Expand Up @@ -8452,7 +8465,7 @@
"FollowSource": {
"shape": "__integerMin1Max150",
"locationName": "followSource",
"documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
"documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
},
"Inputs": {
"shape": "__listOfInputTemplate",
Expand Down Expand Up @@ -8511,7 +8524,7 @@
"documentation": "Specify a unique identifier for Kantar to use for this piece of content."
},
"CredentialsSecretName": {
"shape": "__stringMin1Max2048PatternArnAwsAwsUsGovAwsCnSecretsmanagerUsGovApCaCnEuSaCentralNorthSouthEastWestDD12SecretAZAZ09",
"shape": "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
"locationName": "credentialsSecretName",
"documentation": "Provide the name of the AWS Secrets Manager secret where your Kantar credentials are stored. Note that your MediaConvert service role must provide access to this secret. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/granting-permissions-for-mediaconvert-to-access-secrets-manager-secret.html. For instructions on creating a secret, see https://docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_basic.html, in the AWS Secrets Manager User Guide."
},
Expand Down Expand Up @@ -14720,11 +14733,11 @@
"min": 1,
"max": 20
},
"__stringMin1Max2048PatternArnAwsAwsUsGovAwsCnSecretsmanagerUsGovApCaCnEuSaCentralNorthSouthEastWestDD12SecretAZAZ09": {
"__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09": {
"type": "string",
"min": 1,
"max": 2048,
"pattern": "^(arn:(aws|aws-us-gov|aws-cn):secretsmanager:(us(-gov)?|ap|ca|cn|eu|sa)-(central|(north|south)?(east|west)?)-\\d:\\d{12}:secret:)?[a-zA-Z0-9_\\/_+=.@-]*$"
"pattern": "^(arn:[a-z-]+:secretsmanager:[\\w-]+:\\d{12}:secret:)?[a-zA-Z0-9_\\/_+=.@-]*$"
},
"__stringMin1Max256": {
"type": "string",
Expand Down
Loading

0 comments on commit c27499a

Please sign in to comment.