Skip to content

Commit

Permalink
Merge branch 'release-1.35.55' into develop
Browse files Browse the repository at this point in the history
* release-1.35.55:
  Bumping version to 1.35.55
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Nov 6, 2024
2 parents 179e8b5 + e91eb87 commit 2d342d5
Show file tree
Hide file tree
Showing 12 changed files with 938 additions and 93 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.55.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``codebuild``",
"description": "AWS CodeBuild now adds additional compute types for reserved capacity fleet.",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "API changes for new named tag expressions feature.",
"type": "api-change"
},
{
"category": "``qapps``",
"description": "Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.",
"type": "api-change"
},
{
"category": "protocol",
"description": "Added support for header enabling service migration off the AWS Query protocol.",
"type": "enhancement"
}
]

This file was deleted.

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.55
=======

* api-change:``codebuild``: AWS CodeBuild now adds additional compute types for reserved capacity fleet.
* api-change:``guardduty``: GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.
* api-change:``lakeformation``: API changes for new named tag expressions feature.
* api-change:``qapps``: Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.
* api-change:``s3control``: Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.
* api-change:``verifiedpermissions``: Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.
* enhancement:protocol: Added support for header enabling service migration off the AWS Query protocol.


1.35.54
=======

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.54'
__version__ = '1.35.55'


class NullHandler(logging.Handler):
Expand Down
56 changes: 51 additions & 5 deletions botocore/data/codebuild/2016-10-06/service-2.json

Large diffs are not rendered by default.

158 changes: 102 additions & 56 deletions botocore/data/guardduty/2017-11-28/service-2.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions botocore/data/lakeformation/2017-03-31/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "TableList"
},
"ListLFTagExpressions": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "LFTagExpressions"
}
}
}
Loading

0 comments on commit 2d342d5

Please sign in to comment.