Skip to content

Commit 143a7ae

Browse files
author
awstools
committed
Publish v3.634.0
1 parent fde4262 commit 143a7ae

File tree

14 files changed

+86
-7
lines changed

14 files changed

+86
-7
lines changed

Diff for: 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.634.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.634.0) (2024-08-19)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3. ([82332ab](https://github.com/aws/aws-sdk-js-v3/commit/82332ab6558ef63e1fde513bb502cbc71aab78a0))
12+
* **client-codebuild:** AWS CodeBuild now supports creating fleets with macOS platform for running builds. ([0394488](https://github.com/aws/aws-sdk-js-v3/commit/03944887ca54f298c2af18e61543c852828c01d2))
13+
* **client-deadline:** This release adds additional search fields and provides sorting by multiple fields. ([ce47549](https://github.com/aws/aws-sdk-js-v3/commit/ce47549214b79dae8012d64fb5442ad9dd40ed82))
14+
* **client-lambda:** Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig. ([30b277c](https://github.com/aws/aws-sdk-js-v3/commit/30b277c4334b25da5624b2d5474260d30e01d7bd))
15+
* **client-ssm-sap:** Add new attributes to the outputs of GetApplication and GetDatabase APIs. ([20c4094](https://github.com/aws/aws-sdk-js-v3/commit/20c40942e8bcee2da603cb8a766d9eb025dc4bb3))
16+
* **clients:** update client endpoints as of 2024-08-19 ([fde4262](https://github.com/aws/aws-sdk-js-v3/commit/fde42620401690ab91996540043fa1bfe363b4af))
17+
18+
19+
20+
21+
622
# [3.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
723

824

Diff for: 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.634.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.634.0) (2024-08-19)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3. ([82332ab](https://github.com/aws/aws-sdk-js-v3/commit/82332ab6558ef63e1fde513bb502cbc71aab78a0))
12+
13+
14+
15+
16+
617
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
718

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

Diff for: 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.632.0",
4+
"version": "3.634.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock",

Diff for: clients/client-codebuild/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.634.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.634.0) (2024-08-19)
7+
8+
9+
### Features
10+
11+
* **client-codebuild:** AWS CodeBuild now supports creating fleets with macOS platform for running builds. ([0394488](https://github.com/aws/aws-sdk-js-v3/commit/03944887ca54f298c2af18e61543c852828c01d2))
12+
13+
14+
15+
16+
617
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
718

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

Diff for: clients/client-codebuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-codebuild",
33
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
4-
"version": "3.632.0",
4+
"version": "3.634.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",

Diff for: clients/client-deadline/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.634.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.634.0) (2024-08-19)
7+
8+
9+
### Features
10+
11+
* **client-deadline:** This release adds additional search fields and provides sorting by multiple fields. ([ce47549](https://github.com/aws/aws-sdk-js-v3/commit/ce47549214b79dae8012d64fb5442ad9dd40ed82))
12+
13+
14+
15+
16+
617
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
718

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

Diff for: clients/client-deadline/package.json

+1-1
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.632.0",
4+
"version": "3.634.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-lambda/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.634.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.634.0) (2024-08-19)
7+
8+
9+
### Features
10+
11+
* **client-lambda:** Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig. ([30b277c](https://github.com/aws/aws-sdk-js-v3/commit/30b277c4334b25da5624b2d5474260d30e01d7bd))
12+
13+
14+
15+
16+
617
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
718

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

Diff for: clients/client-lambda/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-lambda",
33
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
4-
"version": "3.632.0",
4+
"version": "3.634.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-lambda",

Diff for: clients/client-ssm-sap/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.634.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.634.0) (2024-08-19)
7+
8+
9+
### Features
10+
11+
* **client-ssm-sap:** Add new attributes to the outputs of GetApplication and GetDatabase APIs. ([20c4094](https://github.com/aws/aws-sdk-js-v3/commit/20c40942e8bcee2da603cb8a766d9eb025dc4bb3))
12+
13+
14+
15+
16+
617
# [3.632.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0) (2024-08-15)
718

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

Diff for: clients/client-ssm-sap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ssm-sap",
33
"description": "AWS SDK for JavaScript Ssm Sap Client for Node.js, Browser and React Native",
4-
"version": "3.632.0",
4+
"version": "3.634.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ssm-sap",

Diff for: lerna.json

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

Diff for: 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.634.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.634.0) (2024-08-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.633.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.632.0...v3.633.0) (2024-08-16)
715

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

Diff for: 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.633.0",
4+
"version": "3.634.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)