Skip to content

Commit

Permalink
Merge branch 'release-1.35.91'
Browse files Browse the repository at this point in the history
* release-1.35.91:
  Bumping version to 1.35.91
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jan 2, 2025
2 parents b6f01fb + e2adc17 commit 2001481
Show file tree
Hide file tree
Showing 12 changed files with 561 additions and 135 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.91.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``appsync``",
"description": "Modify UpdateGraphQLAPI operation and flag authenticationType as required.",
"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": "``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": "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": "``organizations``",
"description": "Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Adding ETag information with Model Artifacts for Model Registry",
"type": "api-change"
},
{
"category": "``sqs``",
"description": "In-flight message typo fix from 20k to 120k.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.35.91
=======

* api-change:``appsync``: Modify UpdateGraphQLAPI operation and flag authenticationType as required.
* api-change:``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.
* api-change:``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.
* api-change:``mediaconvert``: This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions.
* api-change:``organizations``: Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation.
* api-change:``sagemaker``: Adding ETag information with Model Artifacts for Model Registry
* api-change:``sqs``: In-flight message typo fix from 20k to 120k.


1.35.90
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.90'
__version__ = '1.35.91'


class NullHandler(logging.Handler):
Expand Down
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
Loading

0 comments on commit 2001481

Please sign in to comment.