Skip to content

Commit

Permalink
Publish v3.361.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 27, 2023
1 parent 9e6d60d commit 488c8e7
Show file tree
Hide file tree
Showing 25 changed files with 147 additions and 13 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)


### Features

* **client-appfabric:** Initial release of AWS AppFabric for connecting SaaS applications for better productivity and security. ([bfd0e0c](https://github.com/aws/aws-sdk-js-v3/commit/bfd0e0cd0ba59515cefbc340de59f6b071d5a003))
* **client-appflow:** This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance. ([b11ef46](https://github.com/aws/aws-sdk-js-v3/commit/b11ef46f185f6793c71eb60f79bf1f2bb8dc9927))
* **client-emr-serverless:** This release adds support to update the release label of an EMR Serverless application to upgrade it to a different version of Amazon EMR via UpdateApplication API. ([5661064](https://github.com/aws/aws-sdk-js-v3/commit/566106420644d36f08151b5f9f1a8d73bb01086b))
* **client-ivs:** IVS customers can now revoke the viewer session associated with an auth token, to prevent and stop playback using that token. ([5e12ed4](https://github.com/aws/aws-sdk-js-v3/commit/5e12ed4aa524d6ecfde6821a8226e9882c4e3564))
* **client-kinesis-video:** General Availability (GA) release of Kinesis Video Streams at Edge, enabling customers to provide a configuration for the Kinesis Video Streams EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on a configured schedule. ([31ffd5a](https://github.com/aws/aws-sdk-js-v3/commit/31ffd5a743e0706a100c18dc81bc9fadbac417a0))
* **client-macie2:** This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED. ([5410b90](https://github.com/aws/aws-sdk-js-v3/commit/5410b9001ef77c41dfc96e10504f8aac8c1e8030))
* **client-privatenetworks:** This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit. ([c0eca18](https://github.com/aws/aws-sdk-js-v3/commit/c0eca1870e50b241c5357cd53f80b51898ee99f0))
* **client-sagemaker-featurestore-runtime:** Introducing TTL for online store records for feature groups. ([60c5c6a](https://github.com/aws/aws-sdk-js-v3/commit/60c5c6a4f536165949312f0431a17cf0859d1ca5))
* **client-sagemaker:** Introducing TTL for online store records in feature groups. ([9e6d60d](https://github.com/aws/aws-sdk-js-v3/commit/9e6d60d0d26333dc6f4b01c65b1607793d4bfcbd))





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
|@aws-sdk/client-s3|3.359.0|2.9 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-ses|3.359.0|1.5 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-sns|3.359.0|1007.5 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-ssm|3.359.0|3.3 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-ssm|3.360.0|3.3 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-sts|3.359.0|385.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-xray|3.359.0|686.5 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/credential-provider-cognito-identity|3.359.0|36.2 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-appfabric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)


### Features

* **client-appfabric:** Initial release of AWS AppFabric for connecting SaaS applications for better productivity and security. ([bfd0e0c](https://github.com/aws/aws-sdk-js-v3/commit/bfd0e0cd0ba59515cefbc340de59f6b071d5a003))
2 changes: 1 addition & 1 deletion clients/client-appfabric/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-appfabric",
"description": "AWS SDK for JavaScript Appfabric Client for Node.js, Browser and React Native",
"version": "3.0.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-appflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)


### Features

* **client-appflow:** This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance. ([b11ef46](https://github.com/aws/aws-sdk-js-v3/commit/b11ef46f185f6793c71eb60f79bf1f2bb8dc9927))





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)

**Note:** Version bump only for package @aws-sdk/client-appflow
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-appflow",
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
"version": "3.360.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-emr-serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)


### Features

* **client-emr-serverless:** This release adds support to update the release label of an EMR Serverless application to upgrade it to a different version of Amazon EMR via UpdateApplication API. ([5661064](https://github.com/aws/aws-sdk-js-v3/commit/566106420644d36f08151b5f9f1a8d73bb01086b))





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)

**Note:** Version bump only for package @aws-sdk/client-emr-serverless
Expand Down
2 changes: 1 addition & 1 deletion clients/client-emr-serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-emr-serverless",
"description": "AWS SDK for JavaScript Emr Serverless Client for Node.js, Browser and React Native",
"version": "3.360.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-ivs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)


### Features

* **client-ivs:** IVS customers can now revoke the viewer session associated with an auth token, to prevent and stop playback using that token. ([5e12ed4](https://github.com/aws/aws-sdk-js-v3/commit/5e12ed4aa524d6ecfde6821a8226e9882c4e3564))





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)

**Note:** Version bump only for package @aws-sdk/client-ivs
Expand Down
2 changes: 1 addition & 1 deletion clients/client-ivs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ivs",
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
"version": "3.360.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-kinesis-video/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)


### Features

* **client-kinesis-video:** General Availability (GA) release of Kinesis Video Streams at Edge, enabling customers to provide a configuration for the Kinesis Video Streams EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on a configured schedule. ([31ffd5a](https://github.com/aws/aws-sdk-js-v3/commit/31ffd5a743e0706a100c18dc81bc9fadbac417a0))





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)

**Note:** Version bump only for package @aws-sdk/client-kinesis-video
Expand Down
2 changes: 1 addition & 1 deletion clients/client-kinesis-video/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-kinesis-video",
"description": "AWS SDK for JavaScript Kinesis Video Client for Node.js, Browser and React Native",
"version": "3.360.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-macie2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)


### Features

* **client-macie2:** This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED. ([5410b90](https://github.com/aws/aws-sdk-js-v3/commit/5410b9001ef77c41dfc96e10504f8aac8c1e8030))





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)

**Note:** Version bump only for package @aws-sdk/client-macie2
Expand Down
2 changes: 1 addition & 1 deletion clients/client-macie2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-macie2",
"description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native",
"version": "3.360.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-privatenetworks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)


### Features

* **client-privatenetworks:** This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit. ([c0eca18](https://github.com/aws/aws-sdk-js-v3/commit/c0eca1870e50b241c5357cd53f80b51898ee99f0))





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)

**Note:** Version bump only for package @aws-sdk/client-privatenetworks
Expand Down
2 changes: 1 addition & 1 deletion clients/client-privatenetworks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-privatenetworks",
"description": "AWS SDK for JavaScript Privatenetworks Client for Node.js, Browser and React Native",
"version": "3.360.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sagemaker-featurestore-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)


### Features

* **client-sagemaker-featurestore-runtime:** Introducing TTL for online store records for feature groups. ([60c5c6a](https://github.com/aws/aws-sdk-js-v3/commit/60c5c6a4f536165949312f0431a17cf0859d1ca5))





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)

**Note:** Version bump only for package @aws-sdk/client-sagemaker-featurestore-runtime
Expand Down
2 changes: 1 addition & 1 deletion clients/client-sagemaker-featurestore-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sagemaker-featurestore-runtime",
"description": "AWS SDK for JavaScript Sagemaker Featurestore Runtime Client for Node.js, Browser and React Native",
"version": "3.360.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)


### Features

* **client-sagemaker:** Introducing TTL for online store records in feature groups. ([9e6d60d](https://github.com/aws/aws-sdk-js-v3/commit/9e6d60d0d26333dc6f4b01c65b1607793d4bfcbd))





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)

**Note:** Version bump only for package @aws-sdk/client-sagemaker
Expand Down
2 changes: 1 addition & 1 deletion clients/client-sagemaker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sagemaker",
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
"version": "3.360.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-ssm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)

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





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)

**Note:** Version bump only for package @aws-sdk/client-ssm
Expand Down
2 changes: 1 addition & 1 deletion clients/client-ssm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ssm",
"description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
"version": "3.360.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-verifiedpermissions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.361.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.360.0...v3.361.0) (2023-06-27)

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





# [3.360.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.359.0...v3.360.0) (2023-06-26)

**Note:** Version bump only for package @aws-sdk/client-verifiedpermissions
Expand Down
2 changes: 1 addition & 1 deletion clients/client-verifiedpermissions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-verifiedpermissions",
"description": "AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native",
"version": "3.360.0",
"version": "3.361.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.360.0",
"version": "3.361.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 488c8e7

Please sign in to comment.