Skip to content

Commit f092c8b

Browse files
author
awstools
committed
Publish v3.671.0
1 parent dc65a93 commit f092c8b

File tree

12 files changed

+77
-6
lines changed

12 files changed

+77
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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.671.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.670.0...v3.671.0) (2024-10-14)
7+
8+
9+
### Features
10+
11+
* **client-codepipeline:** AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions. ([f2da7b7](https://github.com/aws/aws-sdk-js-v3/commit/f2da7b7bc80a2a66f318e40665f1a23b9cd236f7))
12+
* **client-mailmanager:** Mail Manager support for viewing and exporting metadata of archived messages. ([1f6506b](https://github.com/aws/aws-sdk-js-v3/commit/1f6506b0802d410f4c725f07474ffd313c9201bc))
13+
* **client-securitylake:** This release updates request validation regex for resource ARNs. ([11d60ef](https://github.com/aws/aws-sdk-js-v3/commit/11d60ef96a50e6d9d4ff2bb8f5ab766f7d2abd96))
14+
* **client-supplychain:** This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs. ([4d99777](https://github.com/aws/aws-sdk-js-v3/commit/4d99777fbb4b9016ccf3a0c2ec92a762b5ee4cc2))
15+
* **client-transfer:** This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions. ([d227a3e](https://github.com/aws/aws-sdk-js-v3/commit/d227a3e907598a66f38c49e8ae49385cb62833d8))
16+
* **clients:** update client endpoints as of 2024-10-14 ([dc65a93](https://github.com/aws/aws-sdk-js-v3/commit/dc65a93b8eb88c5cee1331f098794dcb591e3ae5))
17+
18+
19+
20+
21+
622
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
723

824

clients/client-codepipeline/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.671.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.670.0...v3.671.0) (2024-10-14)
7+
8+
9+
### Features
10+
11+
* **client-codepipeline:** AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions. ([f2da7b7](https://github.com/aws/aws-sdk-js-v3/commit/f2da7b7bc80a2a66f318e40665f1a23b9cd236f7))
12+
13+
14+
15+
16+
617
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
718

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

clients/client-codepipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-codepipeline",
33
"description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
4-
"version": "3.670.0",
4+
"version": "3.671.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-codepipeline",

clients/client-mailmanager/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.671.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.670.0...v3.671.0) (2024-10-14)
7+
8+
9+
### Features
10+
11+
* **client-mailmanager:** Mail Manager support for viewing and exporting metadata of archived messages. ([1f6506b](https://github.com/aws/aws-sdk-js-v3/commit/1f6506b0802d410f4c725f07474ffd313c9201bc))
12+
13+
14+
15+
16+
617
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
718

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

clients/client-mailmanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-mailmanager",
33
"description": "AWS SDK for JavaScript Mailmanager Client for Node.js, Browser and React Native",
4-
"version": "3.670.0",
4+
"version": "3.671.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-securitylake/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.671.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.670.0...v3.671.0) (2024-10-14)
7+
8+
9+
### Features
10+
11+
* **client-securitylake:** This release updates request validation regex for resource ARNs. ([11d60ef](https://github.com/aws/aws-sdk-js-v3/commit/11d60ef96a50e6d9d4ff2bb8f5ab766f7d2abd96))
12+
13+
14+
15+
16+
617
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
718

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

clients/client-securitylake/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-securitylake",
33
"description": "AWS SDK for JavaScript Securitylake Client for Node.js, Browser and React Native",
4-
"version": "3.670.0",
4+
"version": "3.671.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-securitylake",

clients/client-supplychain/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.671.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.670.0...v3.671.0) (2024-10-14)
7+
8+
9+
### Features
10+
11+
* **client-supplychain:** This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs. ([4d99777](https://github.com/aws/aws-sdk-js-v3/commit/4d99777fbb4b9016ccf3a0c2ec92a762b5ee4cc2))
12+
13+
14+
15+
16+
617
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
718

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

clients/client-supplychain/package.json

Lines changed: 1 addition & 1 deletion
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.670.0",
4+
"version": "3.671.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-supplychain",

clients/client-transfer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.671.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.670.0...v3.671.0) (2024-10-14)
7+
8+
9+
### Features
10+
11+
* **client-transfer:** This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions. ([d227a3e](https://github.com/aws/aws-sdk-js-v3/commit/d227a3e907598a66f38c49e8ae49385cb62833d8))
12+
13+
14+
15+
16+
617
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
718

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

0 commit comments

Comments
 (0)