Skip to content

Commit 2b028a5

Browse files
author
awstools
committed
Publish v3.487.0
1 parent 5da34d5 commit 2b028a5

File tree

23 files changed

+107
-12
lines changed

23 files changed

+107
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.487.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.486.0...v3.487.0) (2024-01-05)
7+
8+
9+
### Features
10+
11+
* **client-connect:** Minor trait updates for User APIs ([3509e69](https://github.com/aws/aws-sdk-js-v3/commit/3509e69b83af7eb058d07d9500c005b25a60238e))
12+
* **client-qconnect:** Marked SearchQuickResponses API as readonly. ([6f1d52c](https://github.com/aws/aws-sdk-js-v3/commit/6f1d52cdb56f57cb28e4c45ca3412ebf69acfbd4))
13+
14+
15+
16+
17+
618
# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)
719

820

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
|@aws-sdk/client-glue|3.484.0|3.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2525
|@aws-sdk/client-iam|3.484.0|2.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2626
|@aws-sdk/client-kinesis|3.484.0|719.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
27-
|@aws-sdk/client-kms|3.484.0|1.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
27+
|@aws-sdk/client-kms|3.485.0|1.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2828
|@aws-sdk/client-lambda|3.484.0|1.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2929
|@aws-sdk/client-opsworks|3.484.0|1.2 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
3030
|@aws-sdk/client-pinpoint|3.484.0|2.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

clients/client-connect/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.487.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.486.0...v3.487.0) (2024-01-05)
7+
8+
9+
### Features
10+
11+
* **client-connect:** Minor trait updates for User APIs ([3509e69](https://github.com/aws/aws-sdk-js-v3/commit/3509e69b83af7eb058d07d9500c005b25a60238e))
12+
13+
14+
15+
16+
617
# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)
718

819

clients/client-connect/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-connect",
33
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4-
"version": "3.485.0",
4+
"version": "3.487.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-kms/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.487.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.486.0...v3.487.0) (2024-01-05)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-kms
9+
10+
11+
12+
13+
614
# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)
715

816

clients/client-kms/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-kms",
33
"description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
4-
"version": "3.485.0",
4+
"version": "3.487.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-redshift-serverless/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.487.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.486.0...v3.487.0) (2024-01-05)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-redshift-serverless
9+
10+
11+
12+
13+
614
# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)
715

816

clients/client-redshift-serverless/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-redshift-serverless",
33
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
4-
"version": "3.485.0",
4+
"version": "3.487.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.486.0",
2+
"version": "3.487.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

private/aws-protocoltests-ec2/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.487.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.486.0...v3.487.0) (2024-01-05)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-ec2
9+
10+
11+
12+
13+
614
# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)
715

816

0 commit comments

Comments
 (0)