Skip to content

Commit 17db897

Browse files
author
awstools
committed
Publish v3.748.0
1 parent 1d6b9e5 commit 17db897

File tree

14 files changed

+78
-7
lines changed

14 files changed

+78
-7
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* **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))
13+
* **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))
14+
* **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))
15+
16+
17+
18+
19+
620
# [3.747.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.746.0...v3.747.0) (2025-02-12)
721

822

Diff for: clients/client-accessanalyzer/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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.744.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.743.0...v3.744.0) (2025-02-07)
718

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

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

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

Diff for: clients/client-acm-pca/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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.746.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.745.0...v3.746.0) (2025-02-11)
715

816

Diff for: clients/client-acm-pca/package.json

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

Diff for: clients/client-ecs/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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ecs
9+
10+
11+
12+
13+
614
# [3.744.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.743.0...v3.744.0) (2025-02-07)
715

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

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

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

Diff for: clients/client-sagemaker/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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.744.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.743.0...v3.744.0) (2025-02-07)
718

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

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

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

Diff for: clients/client-storage-gateway/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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.744.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.743.0...v3.744.0) (2025-02-07)
718

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

Diff for: clients/client-storage-gateway/package.json

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

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.747.0",
2+
"version": "3.748.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.748.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.747.0...v3.748.0) (2025-02-13)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.746.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.745.0...v3.746.0) (2025-02-11)
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.746.0",
4+
"version": "3.748.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)