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

+16
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

+11
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

+1-1
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

+11
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

+1-1
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

+11
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

+1-1
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

+11
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

+1-1
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

+11
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

clients/client-transcribe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-transcribe",
33
"description": "AWS SDK for JavaScript Transcribe 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-transcribe",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.726.1",
2+
"version": "3.727.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

private/aws-middleware-test/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10)
715

816
**Note:** Version bump only for package @aws-sdk/aws-middleware-test

private/aws-middleware-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.726.1",
4+
"version": "3.727.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)