Skip to content

Commit 9b3fa28

Browse files
author
awstools
committed
Publish v3.727.0
1 parent 9c24ef5 commit 9b3fa28

File tree

14 files changed

+86
-7
lines changed

14 files changed

+86
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.727.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.1...v3.727.0) (2025-01-13)
7+
8+
9+
### Features
10+
11+
* **client-artifact:** Support resolving regional API calls to partition's leader region endpoint. ([6b059f4](https://github.com/aws/aws-sdk-js-v3/commit/6b059f4c3617e988f18c5d65aa9bcc220868d799))
12+
* **client-bedrock:** With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models. ([ae86950](https://github.com/aws/aws-sdk-js-v3/commit/ae86950ecb25e79503c4cde6993e50327b9d951c))
13+
* **client-ec2:** Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses ([9b98cef](https://github.com/aws/aws-sdk-js-v3/commit/9b98cefc05259870bb11229feb9b136afa1ed813))
14+
* **client-kafkaconnect:** Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation. ([281769a](https://github.com/aws/aws-sdk-js-v3/commit/281769a43d53b2ea1810cfaf7fa8f81315bdcde3))
15+
* **client-transcribe:** This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories. ([c23e188](https://github.com/aws/aws-sdk-js-v3/commit/c23e1888d87fdb9bbdf24c2ebb879858fd1c5a59))
16+
* **clients:** update client endpoints as of 2025-01-13 ([9c24ef5](https://github.com/aws/aws-sdk-js-v3/commit/9c24ef58205f44bc8f861d9acfd47c94ae0ebe8a))
17+
18+
19+
20+
21+
622
## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10)
723

824

clients/client-artifact/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.727.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.1...v3.727.0) (2025-01-13)
7+
8+
9+
### Features
10+
11+
* **client-artifact:** Support resolving regional API calls to partition's leader region endpoint. ([6b059f4](https://github.com/aws/aws-sdk-js-v3/commit/6b059f4c3617e988f18c5d65aa9bcc220868d799))
12+
13+
14+
15+
16+
617
## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10)
718

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

clients/client-artifact/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-artifact",
33
"description": "AWS SDK for JavaScript Artifact Client for Node.js, Browser and React Native",
4-
"version": "3.726.1",
4+
"version": "3.727.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.727.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.1...v3.727.0) (2025-01-13)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models. ([ae86950](https://github.com/aws/aws-sdk-js-v3/commit/ae86950ecb25e79503c4cde6993e50327b9d951c))
12+
13+
14+
15+
16+
617
## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10)
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.726.1",
4+
"version": "3.727.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-ec2/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.727.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.1...v3.727.0) (2025-01-13)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses ([9b98cef](https://github.com/aws/aws-sdk-js-v3/commit/9b98cefc05259870bb11229feb9b136afa1ed813))
12+
13+
14+
15+
16+
617
## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10)
718

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

clients/client-ec2/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-ec2",
33
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4-
"version": "3.726.1",
4+
"version": "3.727.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ec2",

clients/client-kafkaconnect/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.727.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.1...v3.727.0) (2025-01-13)
7+
8+
9+
### Features
10+
11+
* **client-kafkaconnect:** Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation. ([281769a](https://github.com/aws/aws-sdk-js-v3/commit/281769a43d53b2ea1810cfaf7fa8f81315bdcde3))
12+
13+
14+
15+
16+
617
## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10)
718

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

clients/client-kafkaconnect/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-kafkaconnect",
33
"description": "AWS SDK for JavaScript Kafkaconnect Client for Node.js, Browser and React Native",
4-
"version": "3.726.1",
4+
"version": "3.727.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-kafkaconnect",

clients/client-transcribe/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.727.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.1...v3.727.0) (2025-01-13)
7+
8+
9+
### Features
10+
11+
* **client-transcribe:** This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories. ([c23e188](https://github.com/aws/aws-sdk-js-v3/commit/c23e1888d87fdb9bbdf24c2ebb879858fd1c5a59))
12+
13+
14+
15+
16+
617
## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10)
718

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

0 commit comments

Comments
 (0)