Skip to content

Commit 7b17199

Browse files
author
awstools
committed
Publish v3.415.0
1 parent 9e8d0b9 commit 7b17199

File tree

29 files changed

+166
-19
lines changed

29 files changed

+166
-19
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.415.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.414.0...v3.415.0) (2023-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* move devDeps into deps ([#5223](https://github.com/aws/aws-sdk-js-v3/issues/5223)) ([4afa515](https://github.com/aws/aws-sdk-js-v3/commit/4afa515408f212fca3e09dfd06960223c7d36ea8))
12+
* **util-dynamodb:** update dependency version ([#5228](https://github.com/aws/aws-sdk-js-v3/issues/5228)) ([40be7ad](https://github.com/aws/aws-sdk-js-v3/commit/40be7ad63ff239f44b9a0d266dcc9471bf0a576a))
13+
14+
15+
### Features
16+
17+
* **client-application-discovery-service:** Add sensitive protection for customer information ([b4f1bba](https://github.com/aws/aws-sdk-js-v3/commit/b4f1bba7c5818c063caa02197888e97c6f95c363))
18+
* **client-workmail:** This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs. ([1e90e46](https://github.com/aws/aws-sdk-js-v3/commit/1e90e468dc6d7aac46307e16d4a08908a13e7cb5))
19+
20+
21+
22+
23+
624
# [3.414.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.413.0...v3.414.0) (2023-09-15)
725

826

benchmark/size/report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
|@aws-sdk/client-cognito-identity|3.413.0|510.2 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1717
|@aws-sdk/client-cognito-identity-provider|3.413.0|2.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1818
|@aws-sdk/client-cognito-sync|3.413.0|443.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
19-
|@aws-sdk/client-dynamodb|3.413.0|1.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
19+
|@aws-sdk/client-dynamodb|3.414.0|1.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2020
|@aws-sdk/client-ec2|3.413.0|15 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2121
|@aws-sdk/client-efs|3.413.0|774.7 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2222
|@aws-sdk/client-eventbridge|3.413.0|1.1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
@@ -45,13 +45,13 @@
4545
|@aws-sdk/credential-provider-web-identity|3.410.0|28.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
4646
|@aws-sdk/credential-providers|3.413.0|80.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
4747
|@aws-sdk/fetch-http-handler|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
48-
|@aws-sdk/lib-dynamodb|3.413.0|155 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
48+
|@aws-sdk/lib-dynamodb|3.414.0|155 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
4949
|@aws-sdk/lib-storage|3.413.0|53.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5050
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
5151
|@aws-sdk/polly-request-presigner|3.413.0|23.2 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5252
|@aws-sdk/s3-presigned-post|3.413.0|26.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5353
|@aws-sdk/s3-request-presigner|3.413.0|29.5 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5454
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
55-
|@aws-sdk/signature-v4-crt|3.412.0|69.7 KB|N/A|N/A|N/A|
55+
|@aws-sdk/signature-v4-crt|3.413.0|69.7 KB|N/A|N/A|N/A|
5656
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
5757
|@aws-sdk/types|3.410.0|33.5 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

clients/client-application-discovery-service/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.415.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.414.0...v3.415.0) (2023-09-18)
7+
8+
9+
### Features
10+
11+
* **client-application-discovery-service:** Add sensitive protection for customer information ([b4f1bba](https://github.com/aws/aws-sdk-js-v3/commit/b4f1bba7c5818c063caa02197888e97c6f95c363))
12+
13+
14+
15+
16+
617
# [3.414.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.413.0...v3.414.0) (2023-09-15)
718

819

clients/client-application-discovery-service/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-application-discovery-service",
33
"description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
4-
"version": "3.414.0",
4+
"version": "3.415.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-dynamodb/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.415.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.414.0...v3.415.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-dynamodb
9+
10+
11+
12+
13+
614
# [3.414.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.413.0...v3.414.0) (2023-09-15)
715

816

clients/client-dynamodb/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-dynamodb",
33
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
4-
"version": "3.414.0",
4+
"version": "3.415.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-macie2/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.415.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.414.0...v3.415.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-macie2
9+
10+
11+
12+
13+
614
# [3.414.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.413.0...v3.414.0) (2023-09-15)
715

816

clients/client-macie2/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-macie2",
33
"description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native",
4-
"version": "3.414.0",
4+
"version": "3.415.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-timestream-query/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.415.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.414.0...v3.415.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-timestream-query
9+
10+
11+
12+
13+
614
# [3.414.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.413.0...v3.414.0) (2023-09-15)
715

816

clients/client-timestream-query/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-timestream-query",
33
"description": "AWS SDK for JavaScript Timestream Query Client for Node.js, Browser and React Native",
4-
"version": "3.414.0",
4+
"version": "3.415.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)