Skip to content

Commit

Permalink
Merging v1.0.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Dec 22, 2023
2 parents 34c1324 + fb697c2 commit f18ed12
Show file tree
Hide file tree
Showing 11 changed files with 3,677 additions and 12 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.23] - 12/22/2023

### Features
* (**bedrockagent**) Adding Claude 2.1 support to Bedrock Agents
* (**glue**) This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.
* (**lakeformation**) This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.
* (**mediaconnect**) This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.
* (**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.
* (**s3**) Added additional examples for some operations.
* (**secretsmanager**) Update endpoint rules and examples.

### Documentation
* (**omics**) Provides minor corrections and an updated description of APIs.

## [1.0.22] - 12/21/2023

### Features
Expand Down
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
2 changes: 1 addition & 1 deletion codegen/sdk/aws-models/bedrock-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -5335,7 +5335,7 @@
"min": 1,
"max": 2048
},
"smithy.api#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})$"
"smithy.api#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][_-]?)+)$"
}
},
"com.amazonaws.bedrockagent#Name": {
Expand Down
194 changes: 192 additions & 2 deletions codegen/sdk/aws-models/glue.json
Original file line number Diff line number Diff line change
Expand Up @@ -1729,6 +1729,15 @@
"target": "com.amazonaws.glue#Action"
}
},
"com.amazonaws.glue#AdditionalContextMap": {
"type": "map",
"key": {
"target": "com.amazonaws.glue#ContextKey"
},
"value": {
"target": "com.amazonaws.glue#ContextValue"
}
},
"com.amazonaws.glue#AdditionalOptionKeys": {
"type": "enum",
"members": {
Expand Down Expand Up @@ -6973,6 +6982,24 @@
"target": "com.amazonaws.glue#GenericString"
}
},
"com.amazonaws.glue#ContextKey": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
}
}
},
"com.amazonaws.glue#ContextValue": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
}
}
},
"com.amazonaws.glue#ContextWords": {
"type": "list",
"member": {
Expand Down Expand Up @@ -7764,7 +7791,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a connection definition in the Data Catalog.</p>"
"smithy.api#documentation": "<p>Creates a connection definition in the Data Catalog.</p>\n <p>Connections used for creating federated resources require the IAM <code>glue:PassConnection</code> permission.</p>"
}
},
"com.amazonaws.glue#CreateConnectionRequest": {
Expand Down Expand Up @@ -14401,10 +14428,14 @@
"type": "structure",
"members": {
"Message": {
"target": "com.amazonaws.glue#MessageString"
"target": "com.amazonaws.glue#MessageString",
"traits": {
"smithy.api#documentation": "<p>A message describing the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A federation source failed, but the operation may be retried.</p>",
"smithy.api#error": "client"
}
},
Expand Down Expand Up @@ -19686,6 +19717,12 @@
"com.amazonaws.glue#GetUnfilteredPartitionMetadataRequest": {
"type": "structure",
"members": {
"Region": {
"target": "com.amazonaws.glue#ValueString",
"traits": {
"smithy.api#documentation": "<p>Specified only if the base tables belong to a different Amazon Web Services Region.</p>"
}
},
"CatalogId": {
"target": "com.amazonaws.glue#CatalogIdString",
"traits": {
Expand Down Expand Up @@ -19726,6 +19763,12 @@
"smithy.api#documentation": "<p>(Required) A list of supported permission types. </p>",
"smithy.api#required": {}
}
},
"QuerySessionContext": {
"target": "com.amazonaws.glue#QuerySessionContext",
"traits": {
"smithy.api#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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -19805,6 +19848,12 @@
"com.amazonaws.glue#GetUnfilteredPartitionsMetadataRequest": {
"type": "structure",
"members": {
"Region": {
"target": "com.amazonaws.glue#ValueString",
"traits": {
"smithy.api#documentation": "<p>Specified only if the base tables belong to a different Amazon Web Services Region.</p>"
}
},
"CatalogId": {
"target": "com.amazonaws.glue#CatalogIdString",
"traits": {
Expand Down Expand Up @@ -19862,6 +19911,12 @@
"traits": {
"smithy.api#documentation": "<p>The maximum number of partitions to return in a single response.</p>"
}
},
"QuerySessionContext": {
"target": "com.amazonaws.glue#QuerySessionContext",
"traits": {
"smithy.api#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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -19929,6 +19984,12 @@
"com.amazonaws.glue#GetUnfilteredTableMetadataRequest": {
"type": "structure",
"members": {
"Region": {
"target": "com.amazonaws.glue#ValueString",
"traits": {
"smithy.api#documentation": "<p>Specified only if the base tables belong to a different Amazon Web Services Region.</p>"
}
},
"CatalogId": {
"target": "com.amazonaws.glue#CatalogIdString",
"traits": {
Expand Down Expand Up @@ -19962,6 +20023,24 @@
"smithy.api#documentation": "<p>(Required) A list of supported permission types. </p>",
"smithy.api#required": {}
}
},
"SupportedDialect": {
"target": "com.amazonaws.glue#SupportedDialect",
"traits": {
"smithy.api#documentation": "<p>A structure specifying the dialect and dialect version used by the query engine.</p>"
}
},
"Permissions": {
"target": "com.amazonaws.glue#PermissionList",
"traits": {
"smithy.api#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": {
"target": "com.amazonaws.glue#QuerySessionContext",
"traits": {
"smithy.api#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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -19995,6 +20074,24 @@
"traits": {
"smithy.api#documentation": "<p>A list of column row filters.</p>"
}
},
"QueryAuthorizationId": {
"target": "com.amazonaws.glue#HashString",
"traits": {
"smithy.api#documentation": "<p>A cryptographically generated query identifier generated by Glue or Lake Formation.</p>"
}
},
"ResourceArn": {
"target": "com.amazonaws.glue#ArnString",
"traits": {
"smithy.api#documentation": "<p>The resource ARN of the parent resource extracted from the request.</p>"
}
},
"Permissions": {
"target": "com.amazonaws.glue#PermissionList",
"traits": {
"smithy.api#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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -25713,6 +25810,9 @@
"com.amazonaws.glue#NullableInteger": {
"type": "integer"
},
"com.amazonaws.glue#NullableString": {
"type": "string"
},
"com.amazonaws.glue#OneInput": {
"type": "list",
"member": {
Expand Down Expand Up @@ -27299,6 +27399,44 @@
"smithy.api#output": {}
}
},
"com.amazonaws.glue#QuerySessionContext": {
"type": "structure",
"members": {
"QueryId": {
"target": "com.amazonaws.glue#HashString",
"traits": {
"smithy.api#documentation": "<p>A unique identifier generated by the query engine for the query.</p>"
}
},
"QueryStartTime": {
"target": "com.amazonaws.glue#Timestamp",
"traits": {
"smithy.api#documentation": "<p>A timestamp provided by the query engine for when the query started.</p>"
}
},
"ClusterId": {
"target": "com.amazonaws.glue#NullableString",
"traits": {
"smithy.api#documentation": "<p>An identifier string for the consumer cluster.</p>"
}
},
"QueryAuthorizationId": {
"target": "com.amazonaws.glue#HashString",
"traits": {
"smithy.api#documentation": "<p>A cryptographically generated query identifier generated by Glue or Lake Formation.</p>"
}
},
"AdditionalContext": {
"target": "com.amazonaws.glue#AdditionalContextMap",
"traits": {
"smithy.api#documentation": "<p>An opaque string-string map passed by the query engine.</p>"
}
}
},
"traits": {
"smithy.api#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>"
}
},
"com.amazonaws.glue#QuoteChar": {
"type": "enum",
"members": {
Expand Down Expand Up @@ -32578,6 +32716,26 @@
"target": "com.amazonaws.glue#GenericString"
}
},
"com.amazonaws.glue#SupportedDialect": {
"type": "structure",
"members": {
"Dialect": {
"target": "com.amazonaws.glue#ViewDialect",
"traits": {
"smithy.api#documentation": "<p>The dialect of the query engine.</p>"
}
},
"DialectVersion": {
"target": "com.amazonaws.glue#ViewDialectVersionString",
"traits": {
"smithy.api#documentation": "<p>The version of the dialect of the query engine. For example, 3.0.0.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A structure specifying the dialect and dialect version used by the query engine.</p>"
}
},
"com.amazonaws.glue#Table": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -36426,6 +36584,38 @@
"smithy.api#pattern": "^[1-9][0-9]*|[1-9][0-9]*-[1-9][0-9]*$"
}
},
"com.amazonaws.glue#ViewDialect": {
"type": "enum",
"members": {
"REDSHIFT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "REDSHIFT"
}
},
"ATHENA": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ATHENA"
}
},
"SPARK": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SPARK"
}
}
}
},
"com.amazonaws.glue#ViewDialectVersionString": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 255
}
}
},
"com.amazonaws.glue#ViewTextString": {
"type": "string",
"traits": {
Expand Down
Loading

0 comments on commit f18ed12

Please sign in to comment.