Skip to content

Commit

Permalink
Merge branch 'release-1.31.1'
Browse files Browse the repository at this point in the history
* release-1.31.1:
  Bumping version to 1.31.1
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 7, 2023
2 parents 1bd7445 + eb1ab3e commit 4fa1183
Show file tree
Hide file tree
Showing 12 changed files with 1,575 additions and 197 deletions.
27 changes: 27 additions & 0 deletions .changes/1.31.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``dms``",
"description": "Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings",
"type": "api-change"
},
{
"category": "``glue``",
"description": "This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "Add CMK encryption support for CloudWatch Logs Insights query result data",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "This release enables the use of Thumbnails in AWS Elemental MediaLive.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.31.1
======

* api-change:``dms``: Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
* api-change:``glue``: This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
* api-change:``logs``: Add CMK encryption support for CloudWatch Logs Insights query result data
* api-change:``medialive``: This release enables the use of Thumbnails in AWS Elemental MediaLive.
* api-change:``mediatailor``: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.


1.31.0
======

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.31.0'
__version__ = '1.31.1'


class NullHandler(logging.Handler):
Expand Down
856 changes: 845 additions & 11 deletions botocore/data/dms/2016-01-01/service-2.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -10993,18 +10993,22 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down
33 changes: 33 additions & 0 deletions botocore/data/glue/2017-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7381,6 +7381,10 @@
"TransactionId":{
"shape":"TransactionIdString",
"documentation":"<p>The ID of the transaction.</p>"
},
"OpenTableFormatInput":{
"shape":"OpenTableFormatInput",
"documentation":"<p>Specifies an <code>OpenTableFormatInput</code> structure when creating an open format table.</p>"
}
}
},
Expand Down Expand Up @@ -12659,6 +12663,21 @@
"snappy"
]
},
"IcebergInput":{
"type":"structure",
"required":["MetadataOperation"],
"members":{
"MetadataOperation":{
"shape":"MetadataOperation",
"documentation":"<p>A required metadata operation. Can only be set to <code>CREATE</code>.</p>"
},
"Version":{
"shape":"VersionString",
"documentation":"<p>The table version for the Iceberg table. Defaults to 2.</p>"
}
},
"documentation":"<p>A structure that defines an Apache Iceberg metadata table to create in the catalog.</p>"
},
"IcebergTarget":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -14804,6 +14823,10 @@
"type":"list",
"member":{"shape":"MetadataKeyValuePair"}
},
"MetadataOperation":{
"type":"string",
"enum":["CREATE"]
},
"MetadataValueString":{
"type":"string",
"max":256,
Expand Down Expand Up @@ -15101,6 +15124,16 @@
"max":1,
"min":1
},
"OpenTableFormatInput":{
"type":"structure",
"members":{
"IcebergInput":{
"shape":"IcebergInput",
"documentation":"<p>Specifies an <code>IcebergInput</code> structure that defines an Apache Iceberg metadata table.</p>"
}
},
"documentation":"<p>A structure representing an open format table.</p>"
},
"OperationTimeoutException":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 4fa1183

Please sign in to comment.