Skip to content

Commit d40eda5

Browse files
author
awstools
committed
Publish v3.847.0
1 parent d2dcec4 commit d40eda5

File tree

26 files changed

+165
-13
lines changed

26 files changed

+165
-13
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.847.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.846.0...v3.847.0) (2025-07-16)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore-control:** Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity. ([4badd7d](https://github.com/aws/aws-sdk-js-v3/commit/4badd7d8b7cca2d8c71d8cda12539a7eb39aad58))
12+
* **client-bedrock-agentcore:** Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity. ([3497fa5](https://github.com/aws/aws-sdk-js-v3/commit/3497fa53ce9ff268bf0081e5e1ceed94fd263ebc))
13+
* **client-bedrock-runtime:** document update to support on demand custom model. ([2f6ff16](https://github.com/aws/aws-sdk-js-v3/commit/2f6ff1679e475e432eb0c3f074ab357387d302a2))
14+
* **client-bedrock:** This release adds support for on-demand custom model inference through CustomModelDeployment APIs for Amazon Bedrock. ([841448b](https://github.com/aws/aws-sdk-js-v3/commit/841448ba61602cebaf0a660f572aff40f9a6ab37))
15+
* **client-cloudwatch-logs:** CloudWatch Logs updates: Added X-Ray tracing for Amazon Bedrock Agent resources. Logs introduced Log Group level resource policies (managed through Put/Delete/Describe Resource Policy APIs). For more information, see CloudWatch Logs API documentation. ([fb8fd45](https://github.com/aws/aws-sdk-js-v3/commit/fb8fd45cbf10676b1c2e862a64a7bb97b2e0fe68))
16+
* **client-datasync:** AWS DataSync now supports IPv6 address inputs and outputs in create, update, and describe operations for NFS, SMB, and Object Storage locations ([7536612](https://github.com/aws/aws-sdk-js-v3/commit/7536612e6ca1c722be385b9daedb935acdae98bd))
17+
* **client-glue:** AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK ([0e59b13](https://github.com/aws/aws-sdk-js-v3/commit/0e59b1376e47239baa7ca44fc271e1fc4ad8e0d9))
18+
* **client-guardduty:** Add expectedBucketOwner parameter to ThreatIntel and IPSet APIs. ([d6dcecc](https://github.com/aws/aws-sdk-js-v3/commit/d6dcecccab0bd98a8772113a5a137d1645cb0ea2))
19+
* **client-iot-wireless:** FuotaTaskId is not a valid IdentifierType for EventConfiguration and is being removed from possible IdentifierType values. ([24949eb](https://github.com/aws/aws-sdk-js-v3/commit/24949eb62976c52743dab223febabcee8ece0a54))
20+
* **client-mediapackagev2:** This release adds support for CDN Authentication using Static Headers in MediaPackage v2. ([ecdc121](https://github.com/aws/aws-sdk-js-v3/commit/ecdc121d7096eb84519668f5fb12504475ec8420))
21+
* **client-networkflowmonitor:** Introducing 2 new scope status types - DEACTIVATING and DEACTIVATED. ([21e747a](https://github.com/aws/aws-sdk-js-v3/commit/21e747add6c0565a63222dc553456f0ca86564ed))
22+
* **client-payment-cryptography-data:** Expand length of message data field for Mac generation and validation to 8192 characters. ([94e5aad](https://github.com/aws/aws-sdk-js-v3/commit/94e5aad502fd2f683810c84236d42594365fdb49))
23+
* **clients:** update client endpoints as of 2025-07-16 ([d2dcec4](https://github.com/aws/aws-sdk-js-v3/commit/d2dcec4df7f942f9089894ee62b021a6c53f9451))
24+
25+
26+
27+
28+
629
# [3.846.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.845.0...v3.846.0) (2025-07-16)
730

831

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.847.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.846.0...v3.847.0) (2025-07-16)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore-control:** Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity. ([4badd7d](https://github.com/aws/aws-sdk-js-v3/commit/4badd7d8b7cca2d8c71d8cda12539a7eb39aad58))

clients/client-bedrock-agentcore-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-agentcore-control",
33
"description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.847.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.847.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.846.0...v3.847.0) (2025-07-16)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore:** Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity. ([3497fa5](https://github.com/aws/aws-sdk-js-v3/commit/3497fa53ce9ff268bf0081e5e1ceed94fd263ebc))

clients/client-bedrock-agentcore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-agentcore",
33
"description": "AWS SDK for JavaScript Bedrock Agentcore Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.847.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-bedrock/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.847.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.846.0...v3.847.0) (2025-07-16)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** This release adds support for on-demand custom model inference through CustomModelDeployment APIs for Amazon Bedrock. ([841448b](https://github.com/aws/aws-sdk-js-v3/commit/841448ba61602cebaf0a660f572aff40f9a6ab37))
12+
13+
14+
15+
16+
617
# [3.846.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.845.0...v3.846.0) (2025-07-16)
718

819
**Note:** Version bump only for package @aws-sdk/client-bedrock

clients/client-bedrock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock",
33
"description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
4-
"version": "3.846.0",
4+
"version": "3.847.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock",

clients/client-cloudwatch-logs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.847.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.846.0...v3.847.0) (2025-07-16)
7+
8+
9+
### Features
10+
11+
* **client-cloudwatch-logs:** CloudWatch Logs updates: Added X-Ray tracing for Amazon Bedrock Agent resources. Logs introduced Log Group level resource policies (managed through Put/Delete/Describe Resource Policy APIs). For more information, see CloudWatch Logs API documentation. ([fb8fd45](https://github.com/aws/aws-sdk-js-v3/commit/fb8fd45cbf10676b1c2e862a64a7bb97b2e0fe68))
12+
13+
14+
15+
16+
617
# [3.846.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.845.0...v3.846.0) (2025-07-16)
718

819
**Note:** Version bump only for package @aws-sdk/client-cloudwatch-logs

clients/client-cloudwatch-logs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cloudwatch-logs",
33
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
4-
"version": "3.846.0",
4+
"version": "3.847.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",

clients/client-datasync/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.847.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.846.0...v3.847.0) (2025-07-16)
7+
8+
9+
### Features
10+
11+
* **client-datasync:** AWS DataSync now supports IPv6 address inputs and outputs in create, update, and describe operations for NFS, SMB, and Object Storage locations ([7536612](https://github.com/aws/aws-sdk-js-v3/commit/7536612e6ca1c722be385b9daedb935acdae98bd))
12+
13+
14+
15+
16+
617
# [3.846.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.845.0...v3.846.0) (2025-07-16)
718

819
**Note:** Version bump only for package @aws-sdk/client-datasync

0 commit comments

Comments
 (0)