Skip to content

Commit 62a1aa5

Browse files
author
awstools
committed
Publish v3.619.0
1 parent c3ba9a1 commit 62a1aa5

File tree

18 files changed

+103
-9
lines changed

18 files changed

+103
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.619.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.618.0...v3.619.0) (2024-07-24)
7+
8+
9+
### Features
10+
11+
* **client-cleanrooms:** Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed ([42b8fd5](https://github.com/aws/aws-sdk-js-v3/commit/42b8fd514b53f3051f0571e7e02759bd18263828))
12+
* **client-iotsitewise:** Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device. ([f1138f7](https://github.com/aws/aws-sdk-js-v3/commit/f1138f7f2e8e9fe37413fbbbee7f0e2cdc3ed33f))
13+
* **client-mediapackagev2:** This release adds support for Irdeto DRM encryption in DASH manifests. ([5a269c4](https://github.com/aws/aws-sdk-js-v3/commit/5a269c4303dcc6e55391884f51eca8f05426be20))
14+
* **client-medical-imaging:** CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter. ([03a9eeb](https://github.com/aws/aws-sdk-js-v3/commit/03a9eeb0a1c7d2a1c517d5e5ad3d6e9553b62c7a))
15+
* **clients:** update client endpoints as of 2024-07-24 ([c3ba9a1](https://github.com/aws/aws-sdk-js-v3/commit/c3ba9a1b1935738060001f2560359382d2f8e8ca))
16+
* **codegen:** specify endpoint param names to be omitted from generation in the client interface ([#6035](https://github.com/aws/aws-sdk-js-v3/issues/6035)) ([a673c81](https://github.com/aws/aws-sdk-js-v3/commit/a673c815f5e34942b0393bba2012e39fd8ba14be))
17+
* **core:** add AccountIdEndpointMode config option ([#6036](https://github.com/aws/aws-sdk-js-v3/issues/6036)) ([1cb4edc](https://github.com/aws/aws-sdk-js-v3/commit/1cb4edcdbf7da5f0cf645a5911da529c5c20ce73))
18+
* **credential-providers:** source accountId from credential providers ([#6019](https://github.com/aws/aws-sdk-js-v3/issues/6019)) ([83cd253](https://github.com/aws/aws-sdk-js-v3/commit/83cd2537bd6e9bfbd6e6535012c913b017a26bca))
19+
20+
21+
22+
23+
624
# [3.618.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.617.0...v3.618.0) (2024-07-23)
725

826

clients/client-cleanrooms/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.619.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.618.0...v3.619.0) (2024-07-24)
7+
8+
9+
### Features
10+
11+
* **client-cleanrooms:** Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed ([42b8fd5](https://github.com/aws/aws-sdk-js-v3/commit/42b8fd514b53f3051f0571e7e02759bd18263828))
12+
13+
14+
15+
16+
617
# [3.618.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.617.0...v3.618.0) (2024-07-23)
718

819

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

clients/client-dynamodb/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.619.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.618.0...v3.619.0) (2024-07-24)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-dynamodb
9+
10+
11+
12+
13+
614
# [3.616.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0) (2024-07-18)
715

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

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

clients/client-iotsitewise/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.619.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.618.0...v3.619.0) (2024-07-24)
7+
8+
9+
### Features
10+
11+
* **client-iotsitewise:** Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device. ([f1138f7](https://github.com/aws/aws-sdk-js-v3/commit/f1138f7f2e8e9fe37413fbbbee7f0e2cdc3ed33f))
12+
13+
14+
15+
16+
617
# [3.616.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0) (2024-07-18)
718

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

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

clients/client-mediapackagev2/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.619.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.618.0...v3.619.0) (2024-07-24)
7+
8+
9+
### Features
10+
11+
* **client-mediapackagev2:** This release adds support for Irdeto DRM encryption in DASH manifests. ([5a269c4](https://github.com/aws/aws-sdk-js-v3/commit/5a269c4303dcc6e55391884f51eca8f05426be20))
12+
13+
14+
15+
16+
617
# [3.616.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0) (2024-07-18)
718

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

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

clients/client-medical-imaging/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.619.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.618.0...v3.619.0) (2024-07-24)
7+
8+
9+
### Features
10+
11+
* **client-medical-imaging:** CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter. ([03a9eeb](https://github.com/aws/aws-sdk-js-v3/commit/03a9eeb0a1c7d2a1c517d5e5ad3d6e9553b62c7a))
12+
13+
14+
15+
16+
617
# [3.616.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0) (2024-07-18)
718

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

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

clients/client-pinpoint-sms-voice-v2/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.619.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.618.0...v3.619.0) (2024-07-24)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-pinpoint-sms-voice-v2
9+
10+
11+
12+
13+
614
# [3.616.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0) (2024-07-18)
715

816
**Note:** Version bump only for package @aws-sdk/client-pinpoint-sms-voice-v2

clients/client-pinpoint-sms-voice-v2/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-pinpoint-sms-voice-v2",
33
"description": "AWS SDK for JavaScript Pinpoint Sms Voice V2 Client for Node.js, Browser and React Native",
4-
"version": "3.616.0",
4+
"version": "3.619.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-pinpoint-sms-voice-v2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.618.0",
2+
"version": "3.619.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

lib/lib-dynamodb/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.619.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.618.0...v3.619.0) (2024-07-24)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-dynamodb
9+
10+
11+
12+
13+
614
# [3.616.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0) (2024-07-18)
715

816
**Note:** Version bump only for package @aws-sdk/lib-dynamodb

lib/lib-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-dynamodb",
3-
"version": "3.616.0",
3+
"version": "3.619.0",
44
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/util-dynamodb/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.619.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.618.0...v3.619.0) (2024-07-24)
7+
8+
**Note:** Version bump only for package @aws-sdk/util-dynamodb
9+
10+
11+
12+
13+
614
# [3.616.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0) (2024-07-18)
715

816
**Note:** Version bump only for package @aws-sdk/util-dynamodb

packages/util-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/util-dynamodb",
3-
"version": "3.616.0",
3+
"version": "3.619.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline util-dynamodb",

0 commit comments

Comments
 (0)