Skip to content

Commit

Permalink
Merge branch 'release-1.34.7' into develop
Browse files Browse the repository at this point in the history
* release-1.34.7:
  Bumping version to 1.34.7
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 22, 2023
2 parents bae69ff + a16a1b6 commit 52a4c2c
Show file tree
Hide file tree
Showing 18 changed files with 2,517 additions and 33 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``bedrock-agent``",
"description": "Adding Claude 2.1 support to Bedrock Agents",
"type": "api-change"
},
{
"category": "``glue``",
"description": "This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.",
"type": "api-change"
},
{
"category": "``mediaconnect``",
"description": "This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.",
"type": "api-change"
},
{
"category": "``networkmonitor``",
"description": "CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations.",
"type": "api-change"
},
{
"category": "``omics``",
"description": "Provides minor corrections and an updated description of APIs.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Update endpoint rules and examples.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.34.7
======

* api-change:``bedrock-agent``: Adding Claude 2.1 support to Bedrock Agents
* api-change:``glue``: This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.
* api-change:``lakeformation``: This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.
* api-change:``mediaconnect``: This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.
* api-change:``networkmonitor``: CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations.
* api-change:``omics``: Provides minor corrections and an updated description of APIs.
* api-change:``secretsmanager``: Update endpoint rules and examples.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version


1.34.6
======

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.34.6'
__version__ = '1.34.7'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/bedrock-agent/2023-06-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2588,7 +2588,7 @@
"documentation":"<p>ARN or name of a Bedrock model.</p>",
"max":2048,
"min":1,
"pattern":".*(^[a-zA-Z0-9-_.]+$)|(^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}))$)|(^([0-9a-zA-Z][_-]?)+$)|^([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63})"
"pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}(([:][a-z0-9-]{1,63}){0,2})?/[a-z0-9]{12})|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})))|(([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2}))|(([0-9a-zA-Z][_-]?)+)"
},
"Name":{
"type":"string",
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1990,6 +1990,7 @@
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"ca-west-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -21905,6 +21906,11 @@
}
}
},
"bedrock" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
"cassandra" : {
"endpoints" : {
"us-gov-east-1" : {
Expand Down
124 changes: 122 additions & 2 deletions botocore/data/glue/2017-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
{"shape":"ResourceNumberLimitExceededException"},
{"shape":"GlueEncryptionException"}
],
"documentation":"<p>Creates a connection definition in the Data Catalog.</p>"
"documentation":"<p>Creates a connection definition in the Data Catalog.</p> <p>Connections used for creating federated resources require the IAM <code>glue:PassConnection</code> permission.</p>"
},
"CreateCrawler":{
"name":"CreateCrawler",
Expand Down Expand Up @@ -3589,6 +3589,11 @@
"type":"list",
"member":{"shape":"Action"}
},
"AdditionalContextMap":{
"type":"map",
"key":{"shape":"ContextKey"},
"value":{"shape":"ContextValue"}
},
"AdditionalOptionKeys":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -6476,6 +6481,16 @@
"key":{"shape":"GenericString"},
"value":{"shape":"GenericString"}
},
"ContextKey":{
"type":"string",
"max":128,
"min":1
},
"ContextValue":{
"type":"string",
"max":256,
"min":0
},
"ContextWords":{
"type":"list",
"member":{"shape":"NameString"},
Expand Down Expand Up @@ -10475,8 +10490,12 @@
"FederationSourceRetryableException":{
"type":"structure",
"members":{
"Message":{"shape":"MessageString"}
"Message":{
"shape":"MessageString",
"documentation":"<p>A message describing the problem.</p>"
}
},
"documentation":"<p>A federation source failed, but the operation may be retried.</p>",
"exception":true
},
"FieldName":{
Expand Down Expand Up @@ -12849,6 +12868,10 @@
"SupportedPermissionTypes"
],
"members":{
"Region":{
"shape":"ValueString",
"documentation":"<p>Specified only if the base tables belong to a different Amazon Web Services Region.</p>"
},
"CatalogId":{
"shape":"CatalogIdString",
"documentation":"<p>The catalog ID where the partition resides.</p>"
Expand All @@ -12872,6 +12895,10 @@
"SupportedPermissionTypes":{
"shape":"PermissionTypeList",
"documentation":"<p>(Required) A list of supported permission types. </p>"
},
"QuerySessionContext":{
"shape":"QuerySessionContext",
"documentation":"<p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>"
}
}
},
Expand Down Expand Up @@ -12901,6 +12928,10 @@
"SupportedPermissionTypes"
],
"members":{
"Region":{
"shape":"ValueString",
"documentation":"<p>Specified only if the base tables belong to a different Amazon Web Services Region.</p>"
},
"CatalogId":{
"shape":"CatalogIdString",
"documentation":"<p>The ID of the Data Catalog where the partitions in question reside. If none is provided, the AWS account ID is used by default. </p>"
Expand Down Expand Up @@ -12936,6 +12967,10 @@
"MaxResults":{
"shape":"PageSize",
"documentation":"<p>The maximum number of partitions to return in a single response.</p>"
},
"QuerySessionContext":{
"shape":"QuerySessionContext",
"documentation":"<p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>"
}
}
},
Expand All @@ -12961,6 +12996,10 @@
"SupportedPermissionTypes"
],
"members":{
"Region":{
"shape":"ValueString",
"documentation":"<p>Specified only if the base tables belong to a different Amazon Web Services Region.</p>"
},
"CatalogId":{
"shape":"CatalogIdString",
"documentation":"<p>The catalog ID where the table resides.</p>"
Expand All @@ -12980,6 +13019,18 @@
"SupportedPermissionTypes":{
"shape":"PermissionTypeList",
"documentation":"<p>(Required) A list of supported permission types. </p>"
},
"SupportedDialect":{
"shape":"SupportedDialect",
"documentation":"<p>A structure specifying the dialect and dialect version used by the query engine.</p>"
},
"Permissions":{
"shape":"PermissionList",
"documentation":"<p>The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.</p>"
},
"QuerySessionContext":{
"shape":"QuerySessionContext",
"documentation":"<p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>"
}
}
},
Expand All @@ -13001,6 +13052,18 @@
"CellFilters":{
"shape":"ColumnRowFilterList",
"documentation":"<p>A list of column row filters.</p>"
},
"QueryAuthorizationId":{
"shape":"HashString",
"documentation":"<p>A cryptographically generated query identifier generated by Glue or Lake Formation.</p>"
},
"ResourceArn":{
"shape":"ArnString",
"documentation":"<p>The resource ARN of the parent resource extracted from the request.</p>"
},
"Permissions":{
"shape":"PermissionList",
"documentation":"<p>The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.</p>"
}
}
},
Expand Down Expand Up @@ -16055,6 +16118,10 @@
"type":"integer",
"box":true
},
"NullableString":{
"type":"string",
"box":true
},
"OneInput":{
"type":"list",
"member":{"shape":"NodeId"},
Expand Down Expand Up @@ -16930,6 +16997,32 @@
}
}
},
"QuerySessionContext":{
"type":"structure",
"members":{
"QueryId":{
"shape":"HashString",
"documentation":"<p>A unique identifier generated by the query engine for the query.</p>"
},
"QueryStartTime":{
"shape":"Timestamp",
"documentation":"<p>A timestamp provided by the query engine for when the query started.</p>"
},
"ClusterId":{
"shape":"NullableString",
"documentation":"<p>An identifier string for the consumer cluster.</p>"
},
"QueryAuthorizationId":{
"shape":"HashString",
"documentation":"<p>A cryptographically generated query identifier generated by Glue or Lake Formation.</p>"
},
"AdditionalContext":{
"shape":"AdditionalContextMap",
"documentation":"<p>An opaque string-string map passed by the query engine.</p>"
}
},
"documentation":"<p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>"
},
"QuoteChar":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -19942,6 +20035,20 @@
"type":"list",
"member":{"shape":"GenericString"}
},
"SupportedDialect":{
"type":"structure",
"members":{
"Dialect":{
"shape":"ViewDialect",
"documentation":"<p>The dialect of the query engine.</p>"
},
"DialectVersion":{
"shape":"ViewDialectVersionString",
"documentation":"<p>The version of the dialect of the query engine. For example, 3.0.0.</p>"
}
},
"documentation":"<p>A structure specifying the dialect and dialect version used by the query engine.</p>"
},
"Table":{
"type":"structure",
"required":["Name"],
Expand Down Expand Up @@ -21920,6 +22027,19 @@
"min":1,
"pattern":"[1-9][0-9]*|[1-9][0-9]*-[1-9][0-9]*"
},
"ViewDialect":{
"type":"string",
"enum":[
"REDSHIFT",
"ATHENA",
"SPARK"
]
},
"ViewDialectVersionString":{
"type":"string",
"max":255,
"min":1
},
"ViewTextString":{
"type":"string",
"max":409600
Expand Down

0 comments on commit 52a4c2c

Please sign in to comment.