Skip to content

Commit 7e7e222

Browse files
author
awstools
committed
Publish v3.672.0
1 parent 18d2184 commit 7e7e222

File tree

27 files changed

+394
-11
lines changed

27 files changed

+394
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15)
7+
8+
9+
### Features
10+
11+
* **client-amplify:** Added sourceUrlType field to StartDeployment request ([1191ab7](https://github.com/aws/aws-sdk-js-v3/commit/1191ab702c4a91f255de6380ee824cd7ce07d8fd))
12+
* **client-codebuild:** Enable proxy for reserved capacity fleet. ([f16069b](https://github.com/aws/aws-sdk-js-v3/commit/f16069bcd088e724a31e5b216218e6aeec048f28))
13+
* **client-ivs:** On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key. ([0141b42](https://github.com/aws/aws-sdk-js-v3/commit/0141b4298d91784f32e3704759c8c9402599da43))
14+
* **client-qbusiness:** Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites. ([8f3697f](https://github.com/aws/aws-sdk-js-v3/commit/8f3697f4029fd285d4bd93ae7a83ff78e26547f1))
15+
* **client-redshift:** This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations. ([3b1ffd3](https://github.com/aws/aws-sdk-js-v3/commit/3b1ffd3e45565871a94e89cd1e818b5d9354b75f))
16+
* **client-resiliencehub:** AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement. ([d4a0fb6](https://github.com/aws/aws-sdk-js-v3/commit/d4a0fb607f4bd4c6807abef954801072c38b269b))
17+
* **client-sesv2:** This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery. ([60af417](https://github.com/aws/aws-sdk-js-v3/commit/60af4171f2a40b39e4e5a5905da8e7a7a2f94e40))
18+
* **client-transcribe-streaming:** We are expanding support for 40 new locales in AWS Transcribe Streaming. ([73471ab](https://github.com/aws/aws-sdk-js-v3/commit/73471ab2d2ea02065a1b09905721f299553f5722))
19+
* **clients:** update client endpoints as of 2024-10-15 ([18d2184](https://github.com/aws/aws-sdk-js-v3/commit/18d2184f4d40454ac47e594f73f44760c33a3869))
20+
21+
22+
23+
24+
625
# [3.671.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.670.0...v3.671.0) (2024-10-14)
726

827

clients/client-amplify/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.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15)
7+
8+
9+
### Features
10+
11+
* **client-amplify:** Added sourceUrlType field to StartDeployment request ([1191ab7](https://github.com/aws/aws-sdk-js-v3/commit/1191ab702c4a91f255de6380ee824cd7ce07d8fd))
12+
13+
14+
15+
16+
617
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
718

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

clients/client-amplify/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-amplify",
33
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
4-
"version": "3.670.0",
4+
"version": "3.672.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-amplify",

clients/client-cloudformation/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.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudformation
9+
10+
11+
12+
13+
614
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
715

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

clients/client-cloudformation/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-cloudformation",
33
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4-
"version": "3.670.0",
4+
"version": "3.672.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",

clients/client-codebuild/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.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15)
7+
8+
9+
### Features
10+
11+
* **client-codebuild:** Enable proxy for reserved capacity fleet. ([f16069b](https://github.com/aws/aws-sdk-js-v3/commit/f16069bcd088e724a31e5b216218e6aeec048f28))
12+
13+
14+
15+
16+
617
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
718

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

clients/client-codebuild/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-codebuild",
33
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
4-
"version": "3.670.0",
4+
"version": "3.672.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",

clients/client-ivs/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.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15)
7+
8+
9+
### Features
10+
11+
* **client-ivs:** On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key. ([0141b42](https://github.com/aws/aws-sdk-js-v3/commit/0141b4298d91784f32e3704759c8c9402599da43))
12+
13+
14+
15+
16+
617
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
718

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

clients/client-ivs/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-ivs",
33
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
4-
"version": "3.670.0",
4+
"version": "3.672.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ivs",

clients/client-qbusiness/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.672.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.671.0...v3.672.0) (2024-10-15)
7+
8+
9+
### Features
10+
11+
* **client-qbusiness:** Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites. ([8f3697f](https://github.com/aws/aws-sdk-js-v3/commit/8f3697f4029fd285d4bd93ae7a83ff78e26547f1))
12+
13+
14+
15+
16+
617
# [3.670.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.669.0...v3.670.0) (2024-10-11)
718

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

0 commit comments

Comments
 (0)