Skip to content

Commit

Permalink
Bumping version to 1.35.60
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 13, 2024
1 parent 4a014db commit 83045be
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 52 deletions.
52 changes: 52 additions & 0 deletions .changes/1.35.60.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``accessanalyzer``",
"description": "This release adds support for policy validation and external access findings for resource control policies (RCP). IAM Access Analyzer helps you author functional and secure RCPs and awareness that a RCP may restrict external access. Updated service API, documentation, and paginators.",
"type": "api-change"
},
{
"category": "``application-signals``",
"description": "Amazon CloudWatch Application Signals now supports creating Service Level Objectives with burn rates. Users can now create or update SLOs with burn rate configurations to meet their specific business requirements.",
"type": "api-change"
},
{
"category": "``b2bi``",
"description": "This release adds a GenerateMapping API to allow generation of JSONata or XSLT transformer code based on input and output samples.",
"type": "api-change"
},
{
"category": "``billing``",
"description": "Today, AWS announces the general availability of ListBillingViews API in the AWS SDKs, to enable AWS Billing Conductor (ABC) users to create proforma Cost and Usage Reports (CUR) programmatically.",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "This release adds a new API GenerateQuery that generates a query from a natural language prompt about the event data in your event data store. This operation uses generative artificial intelligence (generative AI) to produce a ready-to-use SQL query from the prompt.",
"type": "api-change"
},
{
"category": "``dynamodb``",
"description": "This release includes supports the new WarmThroughput feature for DynamoDB. You can now provide an optional WarmThroughput attribute for CreateTable or UpdateTable APIs to pre-warm your table or global secondary index. You can also use DescribeTable to see the latest WarmThroughput value.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds the source AMI details in DescribeImages API",
"type": "api-change"
},
{
"category": "``internetmonitor``",
"description": "Add new query type Routing_Suggestions regarding querying interface",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release adds support for ARN inputs in the Kantar credentials secrets name field and the MSPR field to the manifests for PlayReady DRM protected outputs.",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "Add support for policy operations on the Resource Control Polices.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-accessanalyzer-71471.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-b2bi-83226.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-billing-74206.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudtrail-7305.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dynamodb-48126.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-70235.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-internetmonitor-89083.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-44557.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-organizations-19332.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.35.60
=======

* api-change:``accessanalyzer``: This release adds support for policy validation and external access findings for resource control policies (RCP). IAM Access Analyzer helps you author functional and secure RCPs and awareness that a RCP may restrict external access. Updated service API, documentation, and paginators.
* api-change:``application-signals``: Amazon CloudWatch Application Signals now supports creating Service Level Objectives with burn rates. Users can now create or update SLOs with burn rate configurations to meet their specific business requirements.
* api-change:``b2bi``: This release adds a GenerateMapping API to allow generation of JSONata or XSLT transformer code based on input and output samples.
* api-change:``billing``: Today, AWS announces the general availability of ListBillingViews API in the AWS SDKs, to enable AWS Billing Conductor (ABC) users to create proforma Cost and Usage Reports (CUR) programmatically.
* api-change:``cloudtrail``: This release adds a new API GenerateQuery that generates a query from a natural language prompt about the event data in your event data store. This operation uses generative artificial intelligence (generative AI) to produce a ready-to-use SQL query from the prompt.
* api-change:``dynamodb``: This release includes supports the new WarmThroughput feature for DynamoDB. You can now provide an optional WarmThroughput attribute for CreateTable or UpdateTable APIs to pre-warm your table or global secondary index. You can also use DescribeTable to see the latest WarmThroughput value.
* api-change:``ec2``: This release adds the source AMI details in DescribeImages API
* api-change:``internetmonitor``: Add new query type Routing_Suggestions regarding querying interface
* api-change:``mediaconvert``: This release adds support for ARN inputs in the Kantar credentials secrets name field and the MSPR field to the manifests for PlayReady DRM protected outputs.
* api-change:``organizations``: Add support for policy operations on the Resource Control Polices.


1.35.59
=======

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.59'
__version__ = '1.35.60'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.59'
release = '1.35.60'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 83045be

Please sign in to comment.