Skip to content

Commit b1c821a

Browse files
author
awstools
committed
Publish v3.516.0
1 parent 19651a6 commit b1c821a

File tree

16 files changed

+87
-8
lines changed

16 files changed

+87
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)
7+
8+
9+
### Features
10+
11+
* **client-emr:** adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce ([f4e74b7](https://github.com/aws/aws-sdk-js-v3/commit/f4e74b7e1ae8eeee3b607ba5a0acfb3e51c5e807))
12+
* **client-firehose:** This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations. ([b7891d1](https://github.com/aws/aws-sdk-js-v3/commit/b7891d1e3d74e9df6456294be090519a638b36ef))
13+
* **client-sns:** This release marks phone numbers as sensitive inputs. ([43bff29](https://github.com/aws/aws-sdk-js-v3/commit/43bff29d5ead9dbc8bc96e7b11a9fb3e0429a226))
14+
* **clients:** update client endpoints as of 2024-02-16 ([19651a6](https://github.com/aws/aws-sdk-js-v3/commit/19651a6b7e19cd5f19faa6a503ce8b9b83957103))
15+
16+
17+
18+
19+
620
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
721

822

clients/client-connectparticipant/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-connectparticipant
9+
10+
11+
12+
13+
614
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
715

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

clients/client-connectparticipant/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-connectparticipant",
33
"description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.516.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-connectparticipant",

clients/client-emr/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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)
7+
8+
9+
### Features
10+
11+
* **client-emr:** adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce ([f4e74b7](https://github.com/aws/aws-sdk-js-v3/commit/f4e74b7e1ae8eeee3b607ba5a0acfb3e51c5e807))
12+
13+
14+
15+
16+
617
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
718

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

clients/client-emr/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-emr",
33
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.516.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-emr",

clients/client-firehose/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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)
7+
8+
9+
### Features
10+
11+
* **client-firehose:** This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations. ([b7891d1](https://github.com/aws/aws-sdk-js-v3/commit/b7891d1e3d74e9df6456294be090519a638b36ef))
12+
13+
14+
15+
16+
617
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
718

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

clients/client-firehose/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-firehose",
33
"description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.516.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-firehose",

clients/client-lambda/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-lambda
9+
10+
11+
12+
13+
614
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
715

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

clients/client-lambda/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-lambda",
33
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.516.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-lambda",

clients/client-rds/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-rds
9+
10+
11+
12+
13+
614
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
715

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

0 commit comments

Comments
 (0)