Skip to content

Commit

Permalink
Publish v3.748.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 13, 2025
1 parent 1d6b9e5 commit 17db897
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)


### Features

* **client-accessanalyzer:** This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation. ([18ecb88](https://github.com/aws/aws-sdk-js-v3/commit/18ecb8898c178c3b8f7f5209afaf115376bb46f1))
* **client-fis:** Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration. ([1d6b9e5](https://github.com/aws/aws-sdk-js-v3/commit/1d6b9e5e3b8e3c2f7eeac547f1d4fe6bc7c79b53))
* **client-sagemaker:** Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type. ([a068ee6](https://github.com/aws/aws-sdk-js-v3/commit/a068ee6ef8e690bbcdae678ae2663820226b1bf0))
* **client-storage-gateway:** This release adds support for generating cache reports on S3 File Gateways for files that fail to upload. ([aeef69f](https://github.com/aws/aws-sdk-js-v3/commit/aeef69ff3188c2fb25f65c84d1d43c8cc60f7903))





# [3.747.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.746.0...v3.747.0) (2025-02-12)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-accessanalyzer/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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)


### Features

* **client-accessanalyzer:** This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation. ([18ecb88](https://github.com/aws/aws-sdk-js-v3/commit/18ecb8898c178c3b8f7f5209afaf115376bb46f1))





# [3.744.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.743.0...v3.744.0) (2025-02-07)

**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
Expand Down
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-accessanalyzer",
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
"version": "3.744.0",
"version": "3.748.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-accessanalyzer",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-acm-pca/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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)

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





# [3.746.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.745.0...v3.746.0) (2025-02-11)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-acm-pca",
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
"version": "3.746.0",
"version": "3.748.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-acm-pca",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-ecs/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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)

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





# [3.744.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.743.0...v3.744.0) (2025-02-07)

**Note:** Version bump only for package @aws-sdk/client-ecs
Expand Down
2 changes: 1 addition & 1 deletion clients/client-ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ecs",
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
"version": "3.744.0",
"version": "3.748.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)


### Features

* **client-sagemaker:** Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type. ([a068ee6](https://github.com/aws/aws-sdk-js-v3/commit/a068ee6ef8e690bbcdae678ae2663820226b1bf0))





# [3.744.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.743.0...v3.744.0) (2025-02-07)

**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.744.0",
"version": "3.748.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-storage-gateway/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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)


### Features

* **client-storage-gateway:** This release adds support for generating cache reports on S3 File Gateways for files that fail to upload. ([aeef69f](https://github.com/aws/aws-sdk-js-v3/commit/aeef69ff3188c2fb25f65c84d1d43c8cc60f7903))





# [3.744.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.743.0...v3.744.0) (2025-02-07)

**Note:** Version bump only for package @aws-sdk/client-storage-gateway
Expand Down
2 changes: 1 addition & 1 deletion clients/client-storage-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-storage-gateway",
"description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
"version": "3.744.0",
"version": "3.748.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-storage-gateway",
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.747.0",
"version": "3.748.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions private/aws-middleware-test/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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)

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





# [3.746.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.745.0...v3.746.0) (2025-02-11)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-middleware-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
"version": "3.746.0",
"version": "3.748.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit 17db897

Please sign in to comment.