Skip to content

Commit afface0

Browse files
author
awstools
committed
Publish v3.710.0
1 parent 6e55901 commit afface0

File tree

18 files changed

+104
-9
lines changed

18 files changed

+104
-9
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.710.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.709.0...v3.710.0) (2024-12-11)
7+
8+
9+
### Features
10+
11+
* **client-artifact:** Add support for listing active customer agreements for the calling AWS Account. ([5c0fbe3](https://github.com/aws/aws-sdk-js-v3/commit/5c0fbe3ea37d1625ba8382ab0ee426536f236ba7))
12+
* **client-emr-serverless:** This release adds support for accessing system profile logs in Lake Formation-enabled jobs. ([056dae2](https://github.com/aws/aws-sdk-js-v3/commit/056dae2d20437dfc4770d0dc5009fbdc4ac0b861))
13+
* **client-migration-hub:** API and documentation updates for AWS MigrationHub related to adding support for listing migration task updates and associating, disassociating and listing source resources ([bfb97ab](https://github.com/aws/aws-sdk-js-v3/commit/bfb97abea30f3b582b520798047626e302dd9028))
14+
* **client-sesv2:** Introduces support for multi-region endpoint. ([6931902](https://github.com/aws/aws-sdk-js-v3/commit/69319022cb1108296eb81d0dfde9511f5cda7b09))
15+
* **client-timestream-influxdb:** Adds networkType parameter to CreateDbInstance API which allows IPv6 support to the InfluxDB endpoint ([a69d90c](https://github.com/aws/aws-sdk-js-v3/commit/a69d90ce4b42392c27f9e020667e9f72652ea942))
16+
* **clients:** update client endpoints as of 2024-12-11 ([6e55901](https://github.com/aws/aws-sdk-js-v3/commit/6e559013226c0500fae19fc3de7b06d9da26127c))
17+
18+
19+
20+
21+
622
# [3.709.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.708.0...v3.709.0) (2024-12-10)
723

824

clients/client-artifact/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.710.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.709.0...v3.710.0) (2024-12-11)
7+
8+
9+
### Features
10+
11+
* **client-artifact:** Add support for listing active customer agreements for the calling AWS Account. ([5c0fbe3](https://github.com/aws/aws-sdk-js-v3/commit/5c0fbe3ea37d1625ba8382ab0ee426536f236ba7))
12+
13+
14+
15+
16+
617
# [3.709.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.708.0...v3.709.0) (2024-12-10)
718

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

clients/client-artifact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-artifact",
33
"description": "AWS SDK for JavaScript Artifact Client for Node.js, Browser and React Native",
4-
"version": "3.709.0",
4+
"version": "3.710.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-cloudtrail/CHANGELOG.md

+8
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.710.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.709.0...v3.710.0) (2024-12-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudtrail
9+
10+
11+
12+
13+
614
# [3.709.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.708.0...v3.709.0) (2024-12-10)
715

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

clients/client-cloudtrail/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cloudtrail",
33
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
4-
"version": "3.709.0",
4+
"version": "3.710.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cloudtrail",

clients/client-cognito-identity-provider/CHANGELOG.md

+8
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.710.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.709.0...v3.710.0) (2024-12-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
9+
10+
11+
12+
13+
614
# [3.709.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.708.0...v3.709.0) (2024-12-10)
715

816
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider

clients/client-cognito-identity-provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cognito-identity-provider",
33
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
4-
"version": "3.709.0",
4+
"version": "3.710.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cognito-identity-provider",

clients/client-controlcatalog/CHANGELOG.md

+8
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.710.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.709.0...v3.710.0) (2024-12-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-controlcatalog
9+
10+
11+
12+
13+
614
# [3.709.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.708.0...v3.709.0) (2024-12-10)
715

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

clients/client-controlcatalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-controlcatalog",
33
"description": "AWS SDK for JavaScript Controlcatalog Client for Node.js, Browser and React Native",
4-
"version": "3.709.0",
4+
"version": "3.710.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-emr-serverless/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.710.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.709.0...v3.710.0) (2024-12-11)
7+
8+
9+
### Features
10+
11+
* **client-emr-serverless:** This release adds support for accessing system profile logs in Lake Formation-enabled jobs. ([056dae2](https://github.com/aws/aws-sdk-js-v3/commit/056dae2d20437dfc4770d0dc5009fbdc4ac0b861))
12+
13+
14+
15+
16+
617
# [3.709.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.708.0...v3.709.0) (2024-12-10)
718

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

clients/client-emr-serverless/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-emr-serverless",
33
"description": "AWS SDK for JavaScript Emr Serverless Client for Node.js, Browser and React Native",
4-
"version": "3.709.0",
4+
"version": "3.710.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-emr-serverless",

clients/client-migration-hub/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.710.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.709.0...v3.710.0) (2024-12-11)
7+
8+
9+
### Features
10+
11+
* **client-migration-hub:** API and documentation updates for AWS MigrationHub related to adding support for listing migration task updates and associating, disassociating and listing source resources ([bfb97ab](https://github.com/aws/aws-sdk-js-v3/commit/bfb97abea30f3b582b520798047626e302dd9028))
12+
13+
14+
15+
16+
617
# [3.709.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.708.0...v3.709.0) (2024-12-10)
718

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

clients/client-migration-hub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-migration-hub",
33
"description": "AWS SDK for JavaScript Migration Hub Client for Node.js, Browser and React Native",
4-
"version": "3.709.0",
4+
"version": "3.710.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-migration-hub",

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.710.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.709.0...v3.710.0) (2024-12-11)
7+
8+
9+
### Features
10+
11+
* **client-sesv2:** Introduces support for multi-region endpoint. ([6931902](https://github.com/aws/aws-sdk-js-v3/commit/69319022cb1108296eb81d0dfde9511f5cda7b09))
12+
13+
14+
15+
16+
617
# [3.709.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.708.0...v3.709.0) (2024-12-10)
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.709.0",
4+
"version": "3.710.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-sesv2",

clients/client-timestream-influxdb/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.710.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.709.0...v3.710.0) (2024-12-11)
7+
8+
9+
### Features
10+
11+
* **client-timestream-influxdb:** Adds networkType parameter to CreateDbInstance API which allows IPv6 support to the InfluxDB endpoint ([a69d90c](https://github.com/aws/aws-sdk-js-v3/commit/a69d90ce4b42392c27f9e020667e9f72652ea942))
12+
13+
14+
15+
16+
617
# [3.709.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.708.0...v3.709.0) (2024-12-10)
718

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

clients/client-timestream-influxdb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-timestream-influxdb",
33
"description": "AWS SDK for JavaScript Timestream Influxdb Client for Node.js, Browser and React Native",
4-
"version": "3.709.0",
4+
"version": "3.710.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.709.0",
2+
"version": "3.710.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)