Skip to content

Commit bd1ac1d

Browse files
author
awstools
committed
Publish v3.762.0
1 parent a48501e commit bd1ac1d

File tree

14 files changed

+234
-6
lines changed

14 files changed

+234
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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.762.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.761.0...v3.762.0) (2025-03-05)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-runtime:** This releases adds support for Custom Prompt Router ARN ([67aaaad](https://github.com/aws/aws-sdk-js-v3/commit/67aaaadc7798136822307380db8e58d534799eac))
12+
* **client-datasync:** AWS DataSync now supports modifying ServerHostname while updating locations SMB, NFS, and ObjectStorage. ([fdaf7bc](https://github.com/aws/aws-sdk-js-v3/commit/fdaf7bc9222a456d484568d0bd2edfc366346a2a))
13+
* **client-gameliftstreams:** New Service: Amazon GameLift Streams delivers low-latency game streaming from AWS global infrastructure to virtually any device with a browser at up to 1080p resolution and 60 fps. ([59e62d7](https://github.com/aws/aws-sdk-js-v3/commit/59e62d79d84419e1a78f1e800254931c5b36b45b))
14+
* **client-iotfleetwise:** This release adds floating point support for CAN/OBD signals and adds support for signed OBD signals. ([aa1be0d](https://github.com/aws/aws-sdk-js-v3/commit/aa1be0d733dbc9f306fb320183f815ce92a7fc01))
15+
* **client-workspaces:** Added DeviceTypeWorkSpacesThinClient type to allow users to access their WorkSpaces through a WorkSpaces Thin Client. ([0c829af](https://github.com/aws/aws-sdk-js-v3/commit/0c829af4957337ebf07c97373d5d22cd942b3222))
16+
* **clients:** update client endpoints as of 2025-03-05 ([a48501e](https://github.com/aws/aws-sdk-js-v3/commit/a48501e7379803f9a0ca1233408a55062aa84d40))
17+
18+
19+
20+
21+
622
# [3.761.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.760.0...v3.761.0) (2025-03-04)
723

824

clients/client-datasync/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.762.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.761.0...v3.762.0) (2025-03-05)
7+
8+
9+
### Features
10+
11+
* **client-datasync:** AWS DataSync now supports modifying ServerHostname while updating locations SMB, NFS, and ObjectStorage. ([fdaf7bc](https://github.com/aws/aws-sdk-js-v3/commit/fdaf7bc9222a456d484568d0bd2edfc366346a2a))
12+
13+
14+
15+
16+
617
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
718

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

clients/client-datasync/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-datasync",
33
"description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4-
"version": "3.758.0",
4+
"version": "3.762.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-datasync",
Lines changed: 11 additions & 0 deletions
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.762.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.761.0...v3.762.0) (2025-03-05)
7+
8+
9+
### Features
10+
11+
* **client-gameliftstreams:** New Service: Amazon GameLift Streams delivers low-latency game streaming from AWS global infrastructure to virtually any device with a browser at up to 1080p resolution and 60 fps. ([59e62d7](https://github.com/aws/aws-sdk-js-v3/commit/59e62d79d84419e1a78f1e800254931c5b36b45b))

clients/client-gameliftstreams/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-gameliftstreams",
33
"description": "AWS SDK for JavaScript Gameliftstreams Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.762.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-iot-managed-integrations/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.762.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.761.0...v3.762.0) (2025-03-05)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-iot-managed-integrations
9+
10+
11+
12+
13+
614
# [3.761.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.760.0...v3.761.0) (2025-03-04)
715

816

clients/client-iot-managed-integrations/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-iot-managed-integrations",
33
"description": "AWS SDK for JavaScript Iot Managed Integrations Client for Node.js, Browser and React Native",
4-
"version": "3.761.0",
4+
"version": "3.762.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-iot-managed-integrations/src/commands/GetSchemaVersionCommand.ts

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,103 @@ export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse,
9090
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
9191
*
9292
* @public
93+
* @example GetSchemaVersion happy path for an example schema version.
94+
* ```javascript
95+
* //
96+
* const input = {
97+
* "SchemaVersionedId": "matter.ColorControl@$latest",
98+
* "Type": "capability"
99+
* };
100+
* const command = new GetSchemaVersionCommand(input);
101+
* const response = await client.send(command);
102+
* /* response ==
103+
* {
104+
* "Description": "The Color Control cluster defined as Harmony Capability.",
105+
* "Namespace": "matter",
106+
* "Schema": {
107+
* "name": "Color Control",
108+
* "$defs": {},
109+
* "$id": "[email protected]",
110+
* "$ref": "[email protected]",
111+
* "actions": [
112+
* {
113+
* "$ref": "[email protected]"
114+
* },
115+
* {
116+
* "$ref": "[email protected]"
117+
* },
118+
* {
119+
* "name": "MoveToHue",
120+
* "extrinsicId": "0x00",
121+
* "request": {
122+
* "parameters": {
123+
* "Hue": {
124+
* "value": {
125+
* "$ref": "[email protected]"
126+
* },
127+
* "extrinsicId": "0"
128+
* }
129+
* }
130+
* }
131+
* }
132+
* ],
133+
* "description": "The Color Control cluster defined as Harmony Capability.",
134+
* "events": [],
135+
* "extrinsicId": "0x0300",
136+
* "extrinsicVersion": "14",
137+
* "properties": {
138+
* "CurrentHue": {
139+
* "value": {
140+
* "$ref": "[email protected]"
141+
* },
142+
* "mutable": false
143+
* }
144+
* },
145+
* "title": "Color Control Cluster"
146+
* },
147+
* "SchemaId": "matter.ColorControl",
148+
* "SemanticVersion": "1.3",
149+
* "Type": "capability"
150+
* }
151+
* *\/
152+
* // example id: example-1
153+
* ```
154+
*
155+
* @example GetSchemaVersion happy path for an example schema version.
156+
* ```javascript
157+
* //
158+
* const input = {
159+
* "Format": "ZCL",
160+
* "SchemaVersionedId": "[email protected]",
161+
* "Type": "capability"
162+
* };
163+
* const command = new GetSchemaVersionCommand(input);
164+
* const response = await client.send(command);
165+
* /* response ==
166+
* {
167+
* "Description": "The Color Control cluster defined as Harmony Capability.",
168+
* "Namespace": "matter",
169+
* "Schema": {},
170+
* "SchemaId": "matter.ColorControl",
171+
* "SemanticVersion": "1.3",
172+
* "Type": "capability"
173+
* }
174+
* *\/
175+
* // example id: example-2
176+
* ```
177+
*
178+
* @example GetSchemaVersion error path for an example schema version that does not exist.
179+
* ```javascript
180+
* //
181+
* const input = {
182+
* "SchemaVersionedId": "matter.ColorControl@$latest",
183+
* "Type": "capability"
184+
* };
185+
* const command = new GetSchemaVersionCommand(input);
186+
* await client.send(command);
187+
* // example id: example-3
188+
* ```
189+
*
93190
*/
94191
export class GetSchemaVersionCommand extends $Command
95192
.classBuilder<

clients/client-iot-managed-integrations/src/commands/ListSchemaVersionsCommand.ts

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,69 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
9595
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
9696
*
9797
* @public
98+
* @example ListSchemaVersions happy path for an example schema version.
99+
* ```javascript
100+
* //
101+
* const input = {
102+
* "SchemaId": "matter.ColorControl",
103+
* "Type": "capability"
104+
* };
105+
* const command = new ListSchemaVersionsCommand(input);
106+
* const response = await client.send(command);
107+
* /* response ==
108+
* {
109+
* "Items": [
110+
* {
111+
* "Description": "The Color Control cluster defined as Harmony Capability.",
112+
* "Namespace": "matter",
113+
* "SchemaId": "matter.ColorControl",
114+
* "SemanticVersion": "1.3",
115+
* "Type": "capability"
116+
* }
117+
* ]
118+
* }
119+
* *\/
120+
* // example id: example-1
121+
* ```
122+
*
123+
* @example ListSchemaVersions by version.
124+
* ```javascript
125+
* //
126+
* const input = {
127+
* "SemanticVersion": "34.56",
128+
* "Type": "capability"
129+
* };
130+
* const command = new ListSchemaVersionsCommand(input);
131+
* const response = await client.send(command);
132+
* /* response ==
133+
* {
134+
* "Items": [
135+
* {
136+
* "Description": "The Color Control cluster defined as Harmony Capability.",
137+
* "Namespace": "matter",
138+
* "SchemaId": "matter.ColorControl",
139+
* "SemanticVersion": "1.3",
140+
* "Type": "capability"
141+
* }
142+
* ]
143+
* }
144+
* *\/
145+
* // example id: example-2
146+
* ```
147+
*
148+
* @example ListSchemaVersions error for invalid input.
149+
* ```javascript
150+
* //
151+
* const input = {
152+
* "Namespace": "matter",
153+
* "SchemaId": "matter.ColorControl",
154+
* "Type": "capability"
155+
* };
156+
* const command = new ListSchemaVersionsCommand(input);
157+
* await client.send(command);
158+
* // example id: example-3
159+
* ```
160+
*
98161
*/
99162
export class ListSchemaVersionsCommand extends $Command
100163
.classBuilder<

clients/client-iotfleetwise/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.762.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.761.0...v3.762.0) (2025-03-05)
7+
8+
9+
### Features
10+
11+
* **client-iotfleetwise:** This release adds floating point support for CAN/OBD signals and adds support for signed OBD signals. ([aa1be0d](https://github.com/aws/aws-sdk-js-v3/commit/aa1be0d733dbc9f306fb320183f815ce92a7fc01))
12+
13+
14+
15+
16+
617
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
718

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

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

clients/client-workspaces/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.762.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.761.0...v3.762.0) (2025-03-05)
7+
8+
9+
### Features
10+
11+
* **client-workspaces:** Added DeviceTypeWorkSpacesThinClient type to allow users to access their WorkSpaces through a WorkSpaces Thin Client. ([0c829af](https://github.com/aws/aws-sdk-js-v3/commit/0c829af4957337ebf07c97373d5d22cd942b3222))
12+
13+
14+
15+
16+
617
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
718

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

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

lerna.json

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

0 commit comments

Comments
 (0)