Skip to content

Commit

Permalink
Publish v3.717.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 20, 2024
1 parent 2330ab1 commit 21a7703
Show file tree
Hide file tree
Showing 43 changed files with 233 additions and 22 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-bedrock-agent-runtime:** bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs ([8cc6104](https://github.com/aws/aws-sdk-js-v3/commit/8cc610482d61041e10d2904042a8e877727ef128))
* **client-bedrock-agent:** Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context. ([808e71b](https://github.com/aws/aws-sdk-js-v3/commit/808e71b35b5482bd424d07953cccbcd450657dfe))
* **client-billing:** Added new API's for defining and fetching Billing Views. ([3398a2a](https://github.com/aws/aws-sdk-js-v3/commit/3398a2ac167c7f8f53a1cd45b4795d1e15a8d9c6))
* **client-connect:** This release supports adding NotAttributeCondition and Range to the RoutingCriteria object. ([329a39d](https://github.com/aws/aws-sdk-js-v3/commit/329a39d934a963883eeeabbe93cc8866645a35d9))
* **client-cost-explorer:** Support for retrieving cost, usage, and forecast for billing view. ([e4e1078](https://github.com/aws/aws-sdk-js-v3/commit/e4e1078b6bb7c07674053fbe5e7600f64a4a4ffa))
* **client-docdb:** Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster. ([ba90110](https://github.com/aws/aws-sdk-js-v3/commit/ba9011074665efd86e2671e57099efbfd0e3547a))
* **client-eks:** This release expands the catalog of upgrade insight checks ([a4d9117](https://github.com/aws/aws-sdk-js-v3/commit/a4d9117e59a6868ae01f4caa1247076103f526a7))
* **client-macie2:** This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring. ([5f8c6de](https://github.com/aws/aws-sdk-js-v3/commit/5f8c6dee33c0d864aa41adaeb57d025e17129cb7))
* **client-outposts:** Add CS8365C as a supported power connector for Outpost sites. ([fb7afd4](https://github.com/aws/aws-sdk-js-v3/commit/fb7afd4fcf712de1419e3bd3f24b95d0ebe47723))
* **client-sagemaker:** This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch ([47d77a9](https://github.com/aws/aws-sdk-js-v3/commit/47d77a9ae89b832623054ae43eccc1ddcd92755b))
* **clients:** update client endpoints as of 2024-12-20 ([2330ab1](https://github.com/aws/aws-sdk-js-v3/commit/2330ab1bc4826319d8c10a74bce9ec62f1f04665))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-request-presigner|3.715.0|31.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-request-presigner|3.716.0|31.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/signature-v4-crt|3.714.0|54.3 KB|N/A|N/A|N/A|
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-bedrock-agent-runtime:** bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs ([8cc6104](https://github.com/aws/aws-sdk-js-v3/commit/8cc610482d61041e10d2904042a8e877727ef128))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-bedrock-agent-runtime
Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-agent-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent-runtime",
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-bedrock-agent:** Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context. ([808e71b](https://github.com/aws/aws-sdk-js-v3/commit/808e71b35b5482bd424d07953cccbcd450657dfe))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-bedrock-agent
Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent",
"description": "AWS SDK for JavaScript Bedrock Agent Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-bedrock-data-automation-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)

**Note:** Version bump only for package @aws-sdk/client-bedrock-data-automation-runtime





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-bedrock-data-automation-runtime
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-data-automation-runtime",
"description": "AWS SDK for JavaScript Bedrock Data Automation Runtime Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-bedrock-data-automation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)

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





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-bedrock-data-automation
Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-data-automation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-data-automation",
"description": "AWS SDK for JavaScript Bedrock Data Automation Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-billing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-billing:** Added new API's for defining and fetching Billing Views. ([3398a2a](https://github.com/aws/aws-sdk-js-v3/commit/3398a2ac167c7f8f53a1cd45b4795d1e15a8d9c6))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-billing
Expand Down
2 changes: 1 addition & 1 deletion clients/client-billing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-billing",
"description": "AWS SDK for JavaScript Billing Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-connect:** This release supports adding NotAttributeCondition and Range to the RoutingCriteria object. ([329a39d](https://github.com/aws/aws-sdk-js-v3/commit/329a39d934a963883eeeabbe93cc8866645a35d9))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-connect
Expand Down
2 changes: 1 addition & 1 deletion clients/client-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-connect",
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-connect",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-cost-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-cost-explorer:** Support for retrieving cost, usage, and forecast for billing view. ([e4e1078](https://github.com/aws/aws-sdk-js-v3/commit/e4e1078b6bb7c07674053fbe5e7600f64a4a4ffa))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-cost-explorer
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cost-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cost-explorer",
"description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-cost-explorer",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-docdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-docdb:** Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster. ([ba90110](https://github.com/aws/aws-sdk-js-v3/commit/ba9011074665efd86e2671e57099efbfd0e3547a))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-docdb
Expand Down
2 changes: 1 addition & 1 deletion clients/client-docdb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-docdb",
"description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-docdb",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-eks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-eks:** This release expands the catalog of upgrade insight checks ([a4d9117](https://github.com/aws/aws-sdk-js-v3/commit/a4d9117e59a6868ae01f4caa1247076103f526a7))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-eks
Expand Down
2 changes: 1 addition & 1 deletion clients/client-eks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-eks",
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-eks",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-macie2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-macie2:** This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring. ([5f8c6de](https://github.com/aws/aws-sdk-js-v3/commit/5f8c6dee33c0d864aa41adaeb57d025e17129cb7))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-macie2
Expand Down
2 changes: 1 addition & 1 deletion clients/client-macie2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-macie2",
"description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-macie2",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-outposts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-outposts:** Add CS8365C as a supported power connector for Outpost sites. ([fb7afd4](https://github.com/aws/aws-sdk-js-v3/commit/fb7afd4fcf712de1419e3bd3f24b95d0ebe47723))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-outposts
Expand Down
2 changes: 1 addition & 1 deletion clients/client-outposts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-outposts",
"description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-outposts",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)

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





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-s3
Expand Down
2 changes: 1 addition & 1 deletion clients/client-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-s3",
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-s3",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.717.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.716.0...v3.717.0) (2024-12-20)


### Features

* **client-sagemaker:** This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch ([47d77a9](https://github.com/aws/aws-sdk-js-v3/commit/47d77a9ae89b832623054ae43eccc1ddcd92755b))





# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)

**Note:** Version bump only for package @aws-sdk/client-sagemaker
Expand Down
2 changes: 1 addition & 1 deletion clients/client-sagemaker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sagemaker",
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
"version": "3.716.0",
"version": "3.717.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.716.0",
"version": "3.717.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
Loading

0 comments on commit 21a7703

Please sign in to comment.