Skip to content

Commit 13d1e18

Browse files
author
awstools
committed
Publish v3.680.0
1 parent 20cc81f commit 13d1e18

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.680.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.679.0...v3.680.0) (2024-10-25)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management ([5cf2e4b](https://github.com/aws/aws-sdk-js-v3/commit/5cf2e4b606b96c16711074cd50d5bc7fb8517423))
12+
* **client-cloudwatch-logs:** Adding inferred token name for dynamic tokens in Anomalies. ([1429c43](https://github.com/aws/aws-sdk-js-v3/commit/1429c43213899b0e92513d3218dc83aeac02e754))
13+
* **client-codebuild:** AWS CodeBuild now supports automatically retrying failed builds ([0642ee5](https://github.com/aws/aws-sdk-js-v3/commit/0642ee5995caddebc2365fba905e9364872ae284))
14+
* **client-lambda:** Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags. ([cc7f367](https://github.com/aws/aws-sdk-js-v3/commit/cc7f367878d6cdc1f8f871e6655c2f283c1b6cde))
15+
* **client-supplychain:** API doc updates, and also support showing error message on a failed instance ([08bfafb](https://github.com/aws/aws-sdk-js-v3/commit/08bfafb93d7e5a3375a261f8c8287233222cc7a6))
16+
* **clients:** update client endpoints as of 2024-10-25 ([20cc81f](https://github.com/aws/aws-sdk-js-v3/commit/20cc81f3ac225d140ee28a80f42501c92947f947))
17+
18+
19+
20+
21+
622
# [3.679.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.678.0...v3.679.0) (2024-10-24)
723

824

clients/client-bedrock-agent/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.680.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.679.0...v3.680.0) (2024-10-25)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management ([5cf2e4b](https://github.com/aws/aws-sdk-js-v3/commit/5cf2e4b606b96c16711074cd50d5bc7fb8517423))
12+
13+
14+
15+
16+
617
# [3.679.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.678.0...v3.679.0) (2024-10-24)
718

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

clients/client-bedrock-agent/package.json

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

clients/client-cloudwatch-logs/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.680.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.679.0...v3.680.0) (2024-10-25)
7+
8+
9+
### Features
10+
11+
* **client-cloudwatch-logs:** Adding inferred token name for dynamic tokens in Anomalies. ([1429c43](https://github.com/aws/aws-sdk-js-v3/commit/1429c43213899b0e92513d3218dc83aeac02e754))
12+
13+
14+
15+
16+
617
# [3.679.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.678.0...v3.679.0) (2024-10-24)
718

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

clients/client-cloudwatch-logs/package.json

+1-1
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.679.0",
4+
"version": "3.680.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-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.680.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.679.0...v3.680.0) (2024-10-25)
7+
8+
9+
### Features
10+
11+
* **client-codebuild:** AWS CodeBuild now supports automatically retrying failed builds ([0642ee5](https://github.com/aws/aws-sdk-js-v3/commit/0642ee5995caddebc2365fba905e9364872ae284))
12+
13+
14+
15+
16+
617
# [3.679.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.678.0...v3.679.0) (2024-10-24)
718

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

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

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.680.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.679.0...v3.680.0) (2024-10-25)
7+
8+
9+
### Features
10+
11+
* **client-lambda:** Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags. ([cc7f367](https://github.com/aws/aws-sdk-js-v3/commit/cc7f367878d6cdc1f8f871e6655c2f283c1b6cde))
12+
13+
14+
15+
16+
617
# [3.679.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.678.0...v3.679.0) (2024-10-24)
718

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

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

clients/client-supplychain/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.680.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.679.0...v3.680.0) (2024-10-25)
7+
8+
9+
### Features
10+
11+
* **client-supplychain:** API doc updates, and also support showing error message on a failed instance ([08bfafb](https://github.com/aws/aws-sdk-js-v3/commit/08bfafb93d7e5a3375a261f8c8287233222cc7a6))
12+
13+
14+
15+
16+
617
# [3.679.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.678.0...v3.679.0) (2024-10-24)
718

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

clients/client-supplychain/package.json

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.679.0",
2+
"version": "3.680.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.680.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.679.0...v3.680.0) (2024-10-25)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.679.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.678.0...v3.679.0) (2024-10-24)
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.679.0",
4+
"version": "3.680.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)