Skip to content

Commit 603c919

Browse files
author
awstools
committed
Publish v3.349.0
1 parent 0c458b2 commit 603c919

File tree

15 files changed

+91
-8
lines changed

15 files changed

+91
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)
7+
8+
9+
### Features
10+
11+
* **client-athena:** You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. ([655c2dd](https://github.com/aws/aws-sdk-js-v3/commit/655c2dd03fddc3ee513122588b6b0ba2a65b8fd4))
12+
* **client-comprehendmedical:** This release supports a new set of entities and traits. ([83e8430](https://github.com/aws/aws-sdk-js-v3/commit/83e84301b0c46f1ac906561e250aff98ee2cb73e))
13+
* **client-payment-cryptography-data:** Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. ([f930913](https://github.com/aws/aws-sdk-js-v3/commit/f9309133c2c4ee5fe364a88d306649194f905491))
14+
* **client-payment-cryptography:** Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. ([6658867](https://github.com/aws/aws-sdk-js-v3/commit/6658867b30b699376e408aa777cf3149308bd3de))
15+
* **client-service-catalog:** New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product ([ea91820](https://github.com/aws/aws-sdk-js-v3/commit/ea91820feeba59630fbbfc920983d0faa4271d57))
16+
* **client-timestream-write:** This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. ([bba2033](https://github.com/aws/aws-sdk-js-v3/commit/bba2033a255572752792560b678c89489fd743c4))
17+
* **clients:** update client endpoints as of 2023-06-08 ([0c458b2](https://github.com/aws/aws-sdk-js-v3/commit/0c458b2b0caa8ce3ee6e9db47d5173a0f619d465))
18+
19+
20+
21+
22+
623
# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07)
724

825

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
|@aws-sdk/abort-controller|3.342.0|17.2 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
44
|@aws-sdk/client-app-mesh|3.347.1|1.1 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
55
|@aws-sdk/client-application-insights|3.347.1|545.9 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
6-
|@aws-sdk/client-athena|3.347.1|1.2 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
6+
|@aws-sdk/client-athena|3.348.0|1.2 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
77
|@aws-sdk/client-auto-scaling|3.347.1|1.8 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
88
|@aws-sdk/client-cloudformation|3.347.1|1.9 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
99
|@aws-sdk/client-cloudhsm-v2|3.347.1|357.9 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|

clients/client-athena/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.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)
7+
8+
9+
### Features
10+
11+
* **client-athena:** You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. ([655c2dd](https://github.com/aws/aws-sdk-js-v3/commit/655c2dd03fddc3ee513122588b6b0ba2a65b8fd4))
12+
13+
14+
15+
16+
617
# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07)
718

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

clients/client-athena/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-athena",
33
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
4-
"version": "3.348.0",
4+
"version": "3.349.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-comprehendmedical/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.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)
7+
8+
9+
### Features
10+
11+
* **client-comprehendmedical:** This release supports a new set of entities and traits. ([83e8430](https://github.com/aws/aws-sdk-js-v3/commit/83e84301b0c46f1ac906561e250aff98ee2cb73e))
12+
13+
14+
15+
16+
617
# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07)
718

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

clients/client-comprehendmedical/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-comprehendmedical",
33
"description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native",
4-
"version": "3.348.0",
4+
"version": "3.349.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)
7+
8+
9+
### Features
10+
11+
* **client-payment-cryptography-data:** Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. ([f930913](https://github.com/aws/aws-sdk-js-v3/commit/f9309133c2c4ee5fe364a88d306649194f905491))

clients/client-payment-cryptography-data/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-payment-cryptography-data",
33
"description": "AWS SDK for JavaScript Payment Cryptography Data Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.349.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)
7+
8+
9+
### Features
10+
11+
* **client-payment-cryptography:** Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. ([6658867](https://github.com/aws/aws-sdk-js-v3/commit/6658867b30b699376e408aa777cf3149308bd3de))

clients/client-payment-cryptography/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-payment-cryptography",
33
"description": "AWS SDK for JavaScript Payment Cryptography Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.349.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-service-catalog/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.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)
7+
8+
9+
### Features
10+
11+
* **client-service-catalog:** New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product ([ea91820](https://github.com/aws/aws-sdk-js-v3/commit/ea91820feeba59630fbbfc920983d0faa4271d57))
12+
13+
14+
15+
16+
617
# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07)
718

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

clients/client-service-catalog/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-service-catalog",
33
"description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native",
4-
"version": "3.348.0",
4+
"version": "3.349.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-write/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.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)
7+
8+
9+
### Features
10+
11+
* **client-timestream-write:** This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. ([bba2033](https://github.com/aws/aws-sdk-js-v3/commit/bba2033a255572752792560b678c89489fd743c4))
12+
13+
14+
15+
16+
617
# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07)
718

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

clients/client-timestream-write/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-write",
33
"description": "AWS SDK for JavaScript Timestream Write Client for Node.js, Browser and React Native",
4-
"version": "3.348.0",
4+
"version": "3.349.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.348.0",
2+
"version": "3.349.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)