Skip to content

Commit 345835a

Browse files
author
awstools
committed
Publish v3.336.0
1 parent b289741 commit 345835a

File tree

10 files changed

+64
-5
lines changed

10 files changed

+64
-5
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.336.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.335.0...v3.336.0) (2023-05-19)
7+
8+
9+
### Features
10+
11+
* **client-backup:** Add ResourceArn, ResourceType, and BackupVaultName to ListRecoveryPointsByLegalHold API response. ([08dff77](https://github.com/aws/aws-sdk-js-v3/commit/08dff771579b3c3cf3810c0596198171a6a380a1))
12+
* **client-connectcases:** This release adds the ability to create fields with type Url through the CreateField API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html ([78ca401](https://github.com/aws/aws-sdk-js-v3/commit/78ca40160b58722c2daf2b5b3dd3cdbbe37636bc))
13+
* **client-mediapackagev2:** Adds support for the MediaPackage Live v2 API ([5840566](https://github.com/aws/aws-sdk-js-v3/commit/5840566c4e4eec0696775c20c66fb55162f8af00))
14+
* **client-sesv2:** This release allows customers to update scaling mode property of dedicated IP pools with PutDedicatedIpPoolScalingAttributes call. ([502ebd2](https://github.com/aws/aws-sdk-js-v3/commit/502ebd2b591df7edfe14c7be0b5aa64c581d9df3))
15+
* **clients:** update client endpoints as of 2023-05-19 ([b289741](https://github.com/aws/aws-sdk-js-v3/commit/b2897412458d2566604f7055809c27ae99c52ac5))
16+
17+
18+
19+
20+
621
# [3.335.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.334.0...v3.335.0) (2023-05-18)
722

823

clients/client-backup/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.336.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.335.0...v3.336.0) (2023-05-19)
7+
8+
9+
### Features
10+
11+
* **client-backup:** Add ResourceArn, ResourceType, and BackupVaultName to ListRecoveryPointsByLegalHold API response. ([08dff77](https://github.com/aws/aws-sdk-js-v3/commit/08dff771579b3c3cf3810c0596198171a6a380a1))
12+
13+
14+
15+
16+
617
# [3.335.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.334.0...v3.335.0) (2023-05-18)
718

819

clients/client-backup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-backup",
33
"description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
4-
"version": "3.335.0",
4+
"version": "3.336.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-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.336.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.335.0...v3.336.0) (2023-05-19)
7+
8+
9+
### Features
10+
11+
* **client-connectcases:** This release adds the ability to create fields with type Url through the CreateField API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html ([78ca401](https://github.com/aws/aws-sdk-js-v3/commit/78ca40160b58722c2daf2b5b3dd3cdbbe37636bc))
12+
13+
14+
15+
16+
617
# [3.335.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.334.0...v3.335.0) (2023-05-18)
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.335.0",
4+
"version": "3.336.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",
+11
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.336.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.335.0...v3.336.0) (2023-05-19)
7+
8+
9+
### Features
10+
11+
* **client-mediapackagev2:** Adds support for the MediaPackage Live v2 API ([5840566](https://github.com/aws/aws-sdk-js-v3/commit/5840566c4e4eec0696775c20c66fb55162f8af00))

clients/client-mediapackagev2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-mediapackagev2",
33
"description": "AWS SDK for JavaScript Mediapackagev2 Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.336.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-sesv2/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.336.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.335.0...v3.336.0) (2023-05-19)
7+
8+
9+
### Features
10+
11+
* **client-sesv2:** This release allows customers to update scaling mode property of dedicated IP pools with PutDedicatedIpPoolScalingAttributes call. ([502ebd2](https://github.com/aws/aws-sdk-js-v3/commit/502ebd2b591df7edfe14c7be0b5aa64c581d9df3))
12+
13+
14+
15+
16+
617
# [3.335.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.334.0...v3.335.0) (2023-05-18)
718

819

clients/client-sesv2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-sesv2",
33
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
4-
"version": "3.335.0",
4+
"version": "3.336.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

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

0 commit comments

Comments
 (0)