Skip to content

Commit 2bd2350

Browse files
author
awstools
committed
Publish v3.685.0
1 parent daef7c1 commit 2bd2350

File tree

65 files changed

+306
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+306
-34
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience. ([2601df4](https://github.com/aws/aws-sdk-js-v3/commit/2601df455c60e39b2634e51913cc2ed1e53d3762))
12+
* **client-cloudwatch-logs:** This release introduces an improvement in PutLogEvents ([3fc175f](https://github.com/aws/aws-sdk-js-v3/commit/3fc175fd2010aec6a5c4a8c6dfe52d73a30358e9))
13+
* **client-docdb-elastic:** Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction ([3bbb1c5](https://github.com/aws/aws-sdk-js-v3/commit/3bbb1c529ecd6ad46e2a6b804cb7dba80dc45f7c))
14+
* **client-taxsettings:** Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration. ([23a1507](https://github.com/aws/aws-sdk-js-v3/commit/23a1507e28c7ce04b2e3184f244b2ca190759544))
15+
* **clients:** update client endpoints as of 2024-11-01 ([daef7c1](https://github.com/aws/aws-sdk-js-v3/commit/daef7c12f28309d353960266a18494c51190f865))
16+
17+
18+
19+
20+
621
# [3.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)
722

823

benchmark/size/report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
5151
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5252
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53-
|@aws-sdk/s3-request-presigner|3.679.0|31.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53+
|@aws-sdk/s3-request-presigner|3.682.0|31.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5454
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
55-
|@aws-sdk/signature-v4-crt|3.679.0|54.5 KB|N/A|N/A|N/A|
55+
|@aws-sdk/signature-v4-crt|3.682.0|54.5 KB|N/A|N/A|N/A|
5656
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
5757
|@aws-sdk/types|3.667.0|41 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience. ([2601df4](https://github.com/aws/aws-sdk-js-v3/commit/2601df455c60e39b2634e51913cc2ed1e53d3762))
12+
13+
14+
15+
16+
617
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
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.682.0",
4+
"version": "3.685.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-cloudfront-keyvaluestore/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudfront-keyvaluestore
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-cloudfront-keyvaluestore

clients/client-cloudfront-keyvaluestore/package.json

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

clients/client-cognito-identity/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-cognito-identity

clients/client-cognito-identity/package.json

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

clients/client-docdb-elastic/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
9+
### Features
10+
11+
* **client-docdb-elastic:** Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction ([3bbb1c5](https://github.com/aws/aws-sdk-js-v3/commit/3bbb1c529ecd6ad46e2a6b804cb7dba80dc45f7c))
12+
13+
14+
15+
16+
617
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
718

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

clients/client-docdb-elastic/package.json

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

clients/client-eventbridge/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-eventbridge
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-eventbridge

clients/client-eventbridge/package.json

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

clients/client-kinesis/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-kinesis
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-kinesis

clients/client-kinesis/package.json

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

clients/client-lex-runtime-service/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-lex-runtime-service
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-lex-runtime-service

clients/client-lex-runtime-service/package.json

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

clients/client-mediastore-data/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-mediastore-data
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-mediastore-data

clients/client-mediastore-data/package.json

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

clients/client-s3-control/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-s3-control
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-s3-control

clients/client-s3-control/package.json

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

clients/client-s3/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-s3
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-s3

clients/client-s3/package.json

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

clients/client-taxsettings/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
9+
### Features
10+
11+
* **client-taxsettings:** Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration. ([23a1507](https://github.com/aws/aws-sdk-js-v3/commit/23a1507e28c7ce04b2e3184f244b2ca190759544))
12+
13+
14+
15+
16+
617
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
718

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

clients/client-taxsettings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-taxsettings",
33
"description": "AWS SDK for JavaScript Taxsettings Client for Node.js, Browser and React Native",
4-
"version": "3.682.0",
4+
"version": "3.685.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-transcribe-streaming/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-transcribe-streaming
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

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

clients/client-transcribe-streaming/package.json

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

lerna.json

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

lib/lib-dynamodb/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-dynamodb
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/lib-dynamodb

lib/lib-dynamodb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-dynamodb",
3-
"version": "3.682.0",
3+
"version": "3.685.0",
44
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

lib/lib-storage/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-storage
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/lib-storage

lib/lib-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-storage",
3-
"version": "3.682.0",
3+
"version": "3.685.0",
44
"description": "Storage higher order operation",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/credential-provider-cognito-identity/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.685.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.684.0...v3.685.0) (2024-11-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/credential-provider-cognito-identity
9+
10+
11+
12+
13+
614
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
715

816
**Note:** Version bump only for package @aws-sdk/credential-provider-cognito-identity

0 commit comments

Comments
 (0)