Skip to content

Commit f9e0982

Browse files
author
awstools
committed
Publish v3.737.0
1 parent f3e70c5 commit f9e0982

File tree

16 files changed

+98
-8
lines changed

16 files changed

+98
-8
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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* **client-appsync:** Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response ([a3d8b36](https://github.com/aws/aws-sdk-js-v3/commit/a3d8b3662e3ba9fa818c326a91f0293d6363abb2))
12+
* **client-datasync:** AWS DataSync now supports the Kerberos authentication protocol for SMB locations. ([f65f143](https://github.com/aws/aws-sdk-js-v3/commit/f65f14310b6044e0743d77f5831ad43144b28218))
13+
* **client-deadline:** feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job ([0bf68ed](https://github.com/aws/aws-sdk-js-v3/commit/0bf68ed66c62ef864610d5bee440b3cb55d3a983))
14+
* **client-ec2:** This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. ([f3e70c5](https://github.com/aws/aws-sdk-js-v3/commit/f3e70c5ab8531e86b8adc0821b8d9e4b4a486b94))
15+
* **client-firehose:** For AppendOnly streams, Firehose will automatically scale to match your throughput. ([446f685](https://github.com/aws/aws-sdk-js-v3/commit/446f685affb6bd97f381b5e6d832a576942916df))
16+
* **client-timestream-influxdb:** Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance ([013cd45](https://github.com/aws/aws-sdk-js-v3/commit/013cd456f040e1edc4c2fc84bd6426c647da57e6))
17+
18+
19+
20+
21+
622
# [3.736.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.735.0...v3.736.0) (2025-01-27)
723

824

clients/client-appsync/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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* **client-appsync:** Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response ([a3d8b36](https://github.com/aws/aws-sdk-js-v3/commit/a3d8b3662e3ba9fa818c326a91f0293d6363abb2))
12+
13+
14+
15+
16+
617
# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)
718

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

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

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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* **client-datasync:** AWS DataSync now supports the Kerberos authentication protocol for SMB locations. ([f65f143](https://github.com/aws/aws-sdk-js-v3/commit/f65f14310b6044e0743d77f5831ad43144b28218))
12+
13+
14+
15+
16+
617
# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)
718

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

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

clients/client-deadline/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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* **client-deadline:** feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job ([0bf68ed](https://github.com/aws/aws-sdk-js-v3/commit/0bf68ed66c62ef864610d5bee440b3cb55d3a983))
12+
13+
14+
15+
16+
617
# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)
718

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

clients/client-deadline/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-deadline",
33
"description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
4-
"version": "3.734.0",
4+
"version": "3.737.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-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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. ([f3e70c5](https://github.com/aws/aws-sdk-js-v3/commit/f3e70c5ab8531e86b8adc0821b8d9e4b4a486b94))
12+
13+
14+
15+
16+
617
# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)
718

819

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.734.0",
4+
"version": "3.737.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-firehose/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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* **client-firehose:** For AppendOnly streams, Firehose will automatically scale to match your throughput. ([446f685](https://github.com/aws/aws-sdk-js-v3/commit/446f685affb6bd97f381b5e6d832a576942916df))
12+
13+
14+
15+
16+
617
# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)
718

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

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

clients/client-timestream-influxdb/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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* **client-timestream-influxdb:** Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance ([013cd45](https://github.com/aws/aws-sdk-js-v3/commit/013cd456f040e1edc4c2fc84bd6426c647da57e6))
12+
13+
14+
15+
16+
617
# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)
718

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

clients/client-timestream-influxdb/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-timestream-influxdb",
33
"description": "AWS SDK for JavaScript Timestream Influxdb Client for Node.js, Browser and React Native",
4-
"version": "3.734.0",
4+
"version": "3.737.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.736.0",
2+
"version": "3.737.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

private/aws-middleware-test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.736.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.735.0...v3.736.0) (2025-01-27)
715

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

private/aws-middleware-test/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/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.736.0",
4+
"version": "3.737.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)