Skip to content

Commit 26783fa

Browse files
author
awstools
committed
Publish v3.497.0
1 parent 1bb9677 commit 26783fa

File tree

21 files changed

+114
-11
lines changed

21 files changed

+114
-11
lines changed

CHANGELOG.md

+16
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.497.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.496.0...v3.497.0) (2024-01-22)
7+
8+
9+
### Features
10+
11+
* **client-appconfigdata:** Fix FIPS Endpoints in aws-us-gov. ([a0ab577](https://github.com/aws/aws-sdk-js-v3/commit/a0ab57731727ab322f3cc21148af0165a8840fbd))
12+
* **client-cloudfront-keyvaluestore:** This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore. ([43407f7](https://github.com/aws/aws-sdk-js-v3/commit/43407f781e10ff7ded1e98da55addaa696865aac))
13+
* **client-connectcases:** This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's. ([8e7361b](https://github.com/aws/aws-sdk-js-v3/commit/8e7361bdd470b7c3a01e81d31327ac24323a19ab))
14+
* **client-ecs:** This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services. ([1bb9677](https://github.com/aws/aws-sdk-js-v3/commit/1bb967759eab2658a7db6a88b9dd2b9e181f4a53))
15+
* **client-finspace:** Allow customer to set zip default through command line arguments. ([8ceeeff](https://github.com/aws/aws-sdk-js-v3/commit/8ceeeffcec54a7ada6ab4ec5fcf676815bf18b0c))
16+
* **client-rds:** Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity. ([549616d](https://github.com/aws/aws-sdk-js-v3/commit/549616d002860ce9b3c3a8b9741a23ec2e094a73))
17+
18+
19+
20+
21+
622
# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
723

824

benchmark/size/report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
|@aws-sdk/client-cognito-identity-provider|3.495.0|2.2 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1818
|@aws-sdk/client-cognito-sync|3.495.0|381.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1919
|@aws-sdk/client-dynamodb|3.495.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
20-
|@aws-sdk/client-ec2|3.495.0|13.2 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
20+
|@aws-sdk/client-ec2|3.496.0|13.3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2121
|@aws-sdk/client-efs|3.495.0|697.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2222
|@aws-sdk/client-eventbridge|3.495.0|929.7 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2323
|@aws-sdk/client-firehose|3.495.0|530.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

clients/client-appconfigdata/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.497.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.496.0...v3.497.0) (2024-01-22)
7+
8+
9+
### Features
10+
11+
* **client-appconfigdata:** Fix FIPS Endpoints in aws-us-gov. ([a0ab577](https://github.com/aws/aws-sdk-js-v3/commit/a0ab57731727ab322f3cc21148af0165a8840fbd))
12+
13+
14+
15+
16+
617
# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
718

819

clients/client-appconfigdata/package.json

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

clients/client-cloud9/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.497.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.496.0...v3.497.0) (2024-01-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloud9
9+
10+
11+
12+
13+
614
# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
715

816

clients/client-cloud9/package.json

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

clients/client-cloudfront-keyvaluestore/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.497.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.496.0...v3.497.0) (2024-01-22)
7+
8+
9+
### Features
10+
11+
* **client-cloudfront-keyvaluestore:** This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore. ([43407f7](https://github.com/aws/aws-sdk-js-v3/commit/43407f781e10ff7ded1e98da55addaa696865aac))
12+
13+
14+
15+
16+
617
# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
718

819

clients/client-cloudfront-keyvaluestore/package.json

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

clients/client-connectcases/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.497.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.496.0...v3.497.0) (2024-01-22)
7+
8+
9+
### Features
10+
11+
* **client-connectcases:** This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's. ([8e7361b](https://github.com/aws/aws-sdk-js-v3/commit/8e7361bdd470b7c3a01e81d31327ac24323a19ab))
12+
13+
14+
15+
16+
617
# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
718

819

clients/client-connectcases/package.json

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

clients/client-ec2/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.497.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.496.0...v3.497.0) (2024-01-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ec2
9+
10+
11+
12+
13+
614
# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
715

816

clients/client-ec2/package.json

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

clients/client-ecs/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.497.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.496.0...v3.497.0) (2024-01-22)
7+
8+
9+
### Features
10+
11+
* **client-ecs:** This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services. ([1bb9677](https://github.com/aws/aws-sdk-js-v3/commit/1bb967759eab2658a7db6a88b9dd2b9e181f4a53))
12+
13+
14+
15+
16+
617
# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
718

819

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.496.0",
4+
"version": "3.497.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ecs",

clients/client-organizations/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.497.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.496.0...v3.497.0) (2024-01-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-organizations
9+
10+
11+
12+
13+
614
# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
715

816

clients/client-organizations/package.json

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

clients/client-rds/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.497.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.496.0...v3.497.0) (2024-01-22)
7+
8+
9+
### Features
10+
11+
* **client-rds:** Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity. ([549616d](https://github.com/aws/aws-sdk-js-v3/commit/549616d002860ce9b3c3a8b9741a23ec2e094a73))
12+
13+
14+
15+
16+
617
# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
718

819

clients/client-rds/package.json

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.496.0",
2+
"version": "3.497.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

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.497.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.496.0...v3.497.0) (2024-01-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
715

816

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.496.0",
4+
"version": "3.497.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)