Skip to content

Commit

Permalink
Updates SDK to v2.1525.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 22, 2023
1 parent a4346de commit dd03b38
Show file tree
Hide file tree
Showing 33 changed files with 3,853 additions and 228 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1525.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "BedrockAgent",
"description": "Adding Claude 2.1 support to Bedrock Agents"
},
{
"type": "feature",
"category": "Glue",
"description": "This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata."
},
{
"type": "feature",
"category": "LakeFormation",
"description": "This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context."
},
{
"type": "feature",
"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": "feature",
"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": "feature",
"category": "S3",
"description": "Added additional examples for some operations."
},
{
"type": "feature",
"category": "SecretsManager",
"description": "Update endpoint rules and examples."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1524.0-->
<!--LATEST=2.1525.0-->
<!--ENTRYINSERT-->

## 2.1525.0
* feature: BedrockAgent: Adding Claude 2.1 support to Bedrock Agents
* feature: Glue: This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.
* feature: LakeFormation: This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.
* feature: MediaConnect: This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.
* feature: 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.
* feature: S3: Added additional examples for some operations.
* feature: SecretsManager: Update endpoint rules and examples.

## 2.1524.0
* feature: Amp: This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys.
* feature: AppIntegrations: The Amazon AppIntegrations service adds DeleteApplication API for deleting applications, and updates APIs to support third party applications reacting to workspace events and make data requests to Amazon Connect for agent and contact events.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1524.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1525.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
2 changes: 1 addition & 1 deletion apis/bedrock-agent-2023-06-05.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3790,7 +3790,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
82 changes: 64 additions & 18 deletions apis/glue-2017-03-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3720,6 +3720,7 @@
"SupportedPermissionTypes"
],
"members": {
"Region": {},
"CatalogId": {},
"DatabaseName": {},
"TableName": {},
Expand All @@ -3731,6 +3732,9 @@
},
"SupportedPermissionTypes": {
"shape": "Spv"
},
"QuerySessionContext": {
"shape": "Spx"
}
}
},
Expand Down Expand Up @@ -3759,6 +3763,7 @@
"SupportedPermissionTypes"
],
"members": {
"Region": {},
"CatalogId": {},
"DatabaseName": {},
"TableName": {},
Expand All @@ -3775,6 +3780,9 @@
},
"MaxResults": {
"type": "integer"
},
"QuerySessionContext": {
"shape": "Spx"
}
}
},
Expand Down Expand Up @@ -3812,6 +3820,7 @@
"SupportedPermissionTypes"
],
"members": {
"Region": {},
"CatalogId": {},
"DatabaseName": {},
"Name": {},
Expand All @@ -3820,6 +3829,19 @@
},
"SupportedPermissionTypes": {
"shape": "Spv"
},
"SupportedDialect": {
"type": "structure",
"members": {
"Dialect": {},
"DialectVersion": {}
}
},
"Permissions": {
"shape": "Seg"
},
"QuerySessionContext": {
"shape": "Spx"
}
}
},
Expand All @@ -3844,6 +3866,11 @@
"RowFilterExpression": {}
}
}
},
"QueryAuthorizationId": {},
"ResourceArn": {},
"Permissions": {
"shape": "Seg"
}
}
}
Expand All @@ -3865,7 +3892,7 @@
"type": "structure",
"members": {
"UserDefinedFunction": {
"shape": "Sq8"
"shape": "Sqg"
}
}
}
Expand All @@ -3892,7 +3919,7 @@
"UserDefinedFunctions": {
"type": "list",
"member": {
"shape": "Sq8"
"shape": "Sqg"
}
},
"NextToken": {}
Expand Down Expand Up @@ -4746,7 +4773,7 @@
},
"SchemaVersionId": {},
"MetadataKeyValue": {
"shape": "St0"
"shape": "St8"
}
}
},
Expand Down Expand Up @@ -4803,7 +4830,7 @@
"MetadataList": {
"type": "list",
"member": {
"shape": "St0"
"shape": "St8"
}
},
"MaxResults": {
Expand Down Expand Up @@ -4881,7 +4908,7 @@
},
"SchemaVersionId": {},
"MetadataKeyValue": {
"shape": "St0"
"shape": "St8"
}
}
},
Expand Down Expand Up @@ -4935,7 +4962,7 @@
"Name": {},
"RunId": {},
"NodeIds": {
"shape": "Stl"
"shape": "Stt"
}
}
},
Expand All @@ -4944,7 +4971,7 @@
"members": {
"RunId": {},
"NodeIds": {
"shape": "Stl"
"shape": "Stt"
}
}
}
Expand Down Expand Up @@ -5565,15 +5592,15 @@
"shape": "S6"
},
"ColumnStatisticsList": {
"shape": "Sve"
"shape": "Svm"
}
}
},
"output": {
"type": "structure",
"members": {
"Errors": {
"shape": "Svg"
"shape": "Svo"
}
}
}
Expand All @@ -5591,15 +5618,15 @@
"DatabaseName": {},
"TableName": {},
"ColumnStatisticsList": {
"shape": "Sve"
"shape": "Svm"
}
}
},
"output": {
"type": "structure",
"members": {
"Errors": {
"shape": "Svg"
"shape": "Svo"
}
}
}
Expand Down Expand Up @@ -9381,12 +9408,15 @@
}
},
"Permissions": {
"type": "list",
"member": {}
"shape": "Seg"
}
}
}
},
"Seg": {
"type": "list",
"member": {}
},
"Sei": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -10511,7 +10541,23 @@
"type": "list",
"member": {}
},
"Sq8": {
"Spx": {
"type": "structure",
"members": {
"QueryId": {},
"QueryStartTime": {
"type": "timestamp"
},
"ClusterId": {},
"QueryAuthorizationId": {},
"AdditionalContext": {
"type": "map",
"key": {},
"value": {}
}
}
},
"Sqg": {
"type": "structure",
"members": {
"FunctionName": {},
Expand All @@ -10528,24 +10574,24 @@
"CatalogId": {}
}
},
"St0": {
"St8": {
"type": "structure",
"members": {
"MetadataKey": {},
"MetadataValue": {}
}
},
"Stl": {
"Stt": {
"type": "list",
"member": {}
},
"Sve": {
"Svm": {
"type": "list",
"member": {
"shape": "Sjk"
}
},
"Svg": {
"Svo": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit dd03b38

Please sign in to comment.