Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 7, 2023
1 parent 7143f31 commit ccc9687
Show file tree
Hide file tree
Showing 12 changed files with 1,557 additions and 195 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-dms-45367.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"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"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glue-1659.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"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."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-logs-69871.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``logs``",
"description": "Add CMK encryption support for CloudWatch Logs Insights query result data"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-medialive-21083.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``medialive``",
"description": "This release enables the use of Thumbnails in AWS Elemental MediaLive."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mediatailor-41446.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"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."
}
856 changes: 845 additions & 11 deletions botocore/data/dms/2016-01-01/service-2.json

Large diffs are not rendered by default.

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
52 changes: 35 additions & 17 deletions botocore/data/logs/2014-03-28/service-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit ccc9687

Please sign in to comment.