Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jan 2, 2025
1 parent 0a99dab commit 338db0b
Show file tree
Hide file tree
Showing 31 changed files with 621 additions and 152 deletions.
37 changes: 37 additions & 0 deletions .changes/3.336.7
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"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."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "Adding ETag information with Model Artifacts for Model Registry"
},
{
"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."
},
{
"type": "enhancement",
"category": "SQS",
"description": "In-flight message typo fix from 20k to 120k."
},
{
"type": "api-change",
"category": "MediaConvert",
"description": "This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions."
},
{
"type": "api-change",
"category": "AppSync",
"description": "Modify UpdateGraphQLAPI operation and flag authenticationType as required."
},
{
"type": "api-change",
"category": "Organizations",
"description": "Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation."
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## next release

* `Aws\GameLift` - 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.
* `Aws\SageMaker` - Adding ETag information with Model Artifacts for Model Registry
* `Aws\MediaConnect` - 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.
* `Aws\SQS` - In-flight message typo fix from 20k to 120k.
* `Aws\MediaConvert` - This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions.
* `Aws\AppSync` - Modify UpdateGraphQLAPI operation and flag authenticationType as required.
* `Aws\Organizations` - Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation.

## 3.336.6 - 2024-12-28

* `Aws\ECR` - Restoring custom endpoint functionality for ECR
Expand Down
2 changes: 2 additions & 0 deletions src/GameLift/GameLiftClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@
* @method \GuzzleHttp\Promise\Promise suspendGameServerGroupAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result terminateGameSession(array $args = [])
* @method \GuzzleHttp\Promise\Promise terminateGameSessionAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateAlias(array $args = [])
Expand Down
3 changes: 2 additions & 1 deletion src/data/appsync/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4089,7 +4089,8 @@
"type":"structure",
"required":[
"apiId",
"name"
"name",
"authenticationType"
],
"members":{
"apiId":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/appsync/2017-07-25/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 338db0b

Please sign in to comment.