Skip to content

Commit 142eeaa

Browse files
author
awstools
committed
Publish v3.702.0
1 parent a36eab2 commit 142eeaa

17 files changed

+294
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
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.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Add support for specifying embeddingDataType, either FLOAT32 or BINARY ([51994e4](https://github.com/aws/aws-sdk-js-v3/commit/51994e4fba8643e4d048515e0435bec5ff8f2ca8))
12+
* **client-config-service:** AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders. ([e45c2ec](https://github.com/aws/aws-sdk-js-v3/commit/e45c2eced94d5b20e0c1e04e2c3301585ad9f9fe))
13+
* **client-fsx:** This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems. ([a562586](https://github.com/aws/aws-sdk-js-v3/commit/a562586d35340297875b9338e44034d70bf40f82))
14+
* **client-observabilityadmin:** Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry. ([3800d89](https://github.com/aws/aws-sdk-js-v3/commit/3800d89720fa4ce348ee2799a5d5583e305b3499))
15+
* **clients:** update client endpoints as of 2024-11-27 ([a36eab2](https://github.com/aws/aws-sdk-js-v3/commit/a36eab2fbda7f86bad157451c46160a20f92f63d))
16+
17+
18+
19+
20+
621
# [3.701.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.700.0...v3.701.0) (2024-11-26)
722

823

clients/client-bedrock-agent/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.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Add support for specifying embeddingDataType, either FLOAT32 or BINARY ([51994e4](https://github.com/aws/aws-sdk-js-v3/commit/51994e4fba8643e4d048515e0435bec5ff8f2ca8))
12+
13+
14+
15+
16+
617
# [3.701.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.700.0...v3.701.0) (2024-11-26)
718

819

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

clients/client-config-service/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.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)
7+
8+
9+
### Features
10+
11+
* **client-config-service:** AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders. ([e45c2ec](https://github.com/aws/aws-sdk-js-v3/commit/e45c2eced94d5b20e0c1e04e2c3301585ad9f9fe))
12+
13+
14+
15+
16+
617
# [3.699.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.698.0...v3.699.0) (2024-11-22)
718

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

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

clients/client-fsx/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.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)
7+
8+
9+
### Features
10+
11+
* **client-fsx:** This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems. ([a562586](https://github.com/aws/aws-sdk-js-v3/commit/a562586d35340297875b9338e44034d70bf40f82))
12+
13+
14+
15+
16+
617
# [3.699.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.698.0...v3.699.0) (2024-11-22)
718

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

clients/client-fsx/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-fsx",
33
"description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
4-
"version": "3.699.0",
4+
"version": "3.702.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-fsx",
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.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)
7+
8+
9+
### Features
10+
11+
* **client-observabilityadmin:** Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry. ([3800d89](https://github.com/aws/aws-sdk-js-v3/commit/3800d89720fa4ce348ee2799a5d5583e305b3499))

clients/client-observabilityadmin/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-observabilityadmin",
33
"description": "AWS SDK for JavaScript Observabilityadmin Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.702.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-qapps/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.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-qapps
9+
10+
11+
12+
13+
614
# [3.701.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.700.0...v3.701.0) (2024-11-26)
715

816

clients/client-qapps/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-qapps",
33
"description": "AWS SDK for JavaScript Qapps Client for Node.js, Browser and React Native",
4-
"version": "3.701.0",
4+
"version": "3.702.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-qapps/src/commands/CreatePresignedUrlCommand.ts

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,65 @@ export interface CreatePresignedUrlCommandOutput extends CreatePresignedUrlOutpu
8787
* <p>Base exception class for all service exceptions from QApps service.</p>
8888
*
8989
* @public
90+
* @example Upload a file to a specific session
91+
* ```javascript
92+
* //
93+
* const input = {
94+
* "appId": "4263767c-d889-4cb2-a8f6-8b649bc66af0",
95+
* "cardId": "82f69028-22a9-4bea-8727-0eabf58e9fed",
96+
* "fileContentsSha256": "myMXwslBoXkTDQ0olhq1QsiHRWWL4yj1V0IuoK+PYOg=",
97+
* "fileName": "myFile.txt",
98+
* "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
99+
* "scope": "SESSION",
100+
* "sessionId": "4f0e5b87-9d38-41cd-9eb4-ebce2f2917cc"
101+
* };
102+
* const command = new CreatePresignedUrlCommand(input);
103+
* const response = await client.send(command);
104+
* /* response ==
105+
* {
106+
* "fileId": "412aa1b4-341c-45af-936d-da52f8a1a3b4",
107+
* "presignedUrl": "https://presign-test-omg-6f98533b-3f9f-4e8a-8183-63793b9ffef0.s3.us-west-2.amazonaws.com/",
108+
* "presignedUrlExpiration": "2024-09-14T00:11:54.232Z",
109+
* "presignedUrlFields": {
110+
* "x-amz-checksum-sha256": "fmHCdgdPjOGub9TVZ4NIOpAYP4UlIOaPRUwHw8nihR4=",
111+
* "x-amz-server-side-encryption": "aws:kms",
112+
* "x-amz-server-side-encryption-aws-kms-key-id": "0a6a474b-f2ca-46ea-9e72-deea9077d92f",
113+
* "x-amz-server-side-encryption-context": "eyJzb21ldGhpbmciOiJ0aGVyZSJ9"
114+
* }
115+
* }
116+
* *\/
117+
* // example id: example-1
118+
* ```
119+
*
120+
* @example Upload a file into a application
121+
* ```javascript
122+
* //
123+
* const input = {
124+
* "appId": "4263767c-d889-4cb2-a8f6-8b649bc66af0",
125+
* "cardId": "7a11f34b-42d4-4bc8-b668-ae4a788dae1e",
126+
* "fileContentsSha256": "myMXwslBoXkTDQ0olhq1QsiHRWWL4yj1V0IuoK+PYOg=",
127+
* "fileName": "anApplicationFile.txt",
128+
* "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
129+
* "scope": "APPLICATION"
130+
* };
131+
* const command = new CreatePresignedUrlCommand(input);
132+
* const response = await client.send(command);
133+
* /* response ==
134+
* {
135+
* "fileId": "412aa1b4-341c-45af-936d-da52f8a1a3b4",
136+
* "presignedUrl": "https://presign-test-omg-6f98533b-3f9f-4e8a-8183-63793b9ffef0.s3.us-west-2.amazonaws.com/",
137+
* "presignedUrlExpiration": "2024-09-14T00:11:54.232Z",
138+
* "presignedUrlFields": {
139+
* "x-amz-checksum-sha256": "fmHCdgdPjOGub9TVZ4NIOpAYP4UlIOaPRUwHw8nihR4=",
140+
* "x-amz-server-side-encryption": "aws:kms",
141+
* "x-amz-server-side-encryption-aws-kms-key-id": "0a6a474b-f2ca-46ea-9e72-deea9077d92f",
142+
* "x-amz-server-side-encryption-context": "eyJzb21ldGhpbmciOiJ0aGVyZSJ9"
143+
* }
144+
* }
145+
* *\/
146+
* // example id: example-2
147+
* ```
148+
*
90149
*/
91150
export class CreatePresignedUrlCommand extends $Command
92151
.classBuilder<

clients/client-qapps/src/commands/DescribeQAppPermissionsCommand.ts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,40 @@ export interface DescribeQAppPermissionsCommandOutput extends DescribeQAppPermis
8787
* <p>Base exception class for all service exceptions from QApps service.</p>
8888
*
8989
* @public
90+
* @example Describe permissions for the app
91+
* ```javascript
92+
* //
93+
* const input = {
94+
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
95+
* "instanceId": "01793661-ad73-4c7d-8eaa-1c95a10151c2"
96+
* };
97+
* const command = new DescribeQAppPermissionsCommand(input);
98+
* const response = await client.send(command);
99+
* /* response ==
100+
* {
101+
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
102+
* "permissions": [
103+
* {
104+
* "action": "write",
105+
* "principal": {
106+
* "email": "user1@example.com",
107+
* "userId": "f8f15330-b091-708b-d46e-adb0d914b699"
108+
* }
109+
* },
110+
* {
111+
* "action": "read",
112+
* "principal": {
113+
* "email": "user2@example.com",
114+
* "userId": "c81133d0-10d1-70eb-aaa3-d427ea6fc0f3"
115+
* }
116+
* }
117+
* ],
118+
* "resourceArn": "arn:aws:qapps:us-west-2:111111111111:application/01793661-ad73-4c7d-8eaa-1c95a10151c2/qapp/fe0acf86-49e5-4def-a0c2-40ce0cafee14"
119+
* }
120+
* *\/
121+
* // example id: example-1
122+
* ```
123+
*
90124
*/
91125
export class DescribeQAppPermissionsCommand extends $Command
92126
.classBuilder<

clients/client-qapps/src/commands/GetQAppSessionMetadataCommand.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,31 @@ export interface GetQAppSessionMetadataCommandOutput extends GetQAppSessionMetad
8888
* <p>Base exception class for all service exceptions from QApps service.</p>
8989
*
9090
* @public
91+
* @example Retrieves an existing session metadata for an Amazon Q App
92+
* ```javascript
93+
* //
94+
* const input = {
95+
* "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
96+
* "sessionId": "56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb"
97+
* };
98+
* const command = new GetQAppSessionMetadataCommand(input);
99+
* const response = await client.send(command);
100+
* /* response ==
101+
* {
102+
* "sessionArn": "arn:aws:qapps:us-west-2:0123456789012:application/cbea8329-41c0-4566-a112-19250921a220/qapp/387ccac9-4717-489f-841f-729b7d7de355/session/56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb",
103+
* "sessionId": "56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb",
104+
* "sessionName": "Trip itinerary collection session",
105+
* "sessionOwner": true,
106+
* "sharingConfiguration": {
107+
* "acceptResponses": true,
108+
* "enabled": true,
109+
* "revealCards": false
110+
* }
111+
* }
112+
* *\/
113+
* // example id: example-1
114+
* ```
115+
*
91116
*/
92117
export class GetQAppSessionMetadataCommand extends $Command
93118
.classBuilder<

clients/client-qapps/src/commands/UpdateQAppPermissionsCommand.ts

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,79 @@ export interface UpdateQAppPermissionsCommandOutput extends UpdateQAppPermission
9999
* <p>Base exception class for all service exceptions from QApps service.</p>
100100
*
101101
* @public
102+
* @example Grant permissions for the app
103+
* ```javascript
104+
* //
105+
* const input = {
106+
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
107+
* "grantPermissions": [
108+
* {
109+
* "action": "read",
110+
* "principal": "user2@example.com"
111+
* }
112+
* ],
113+
* "instanceId": "01793661-ad73-4c7d-8eaa-1c95a10151c2"
114+
* };
115+
* const command = new UpdateQAppPermissionsCommand(input);
116+
* const response = await client.send(command);
117+
* /* response ==
118+
* {
119+
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
120+
* "permissions": [
121+
* {
122+
* "action": "write",
123+
* "principal": {
124+
* "email": "user1@example.com",
125+
* "userId": "f8f15330-b091-708b-d46e-adb0d914b699"
126+
* }
127+
* },
128+
* {
129+
* "action": "read",
130+
* "principal": {
131+
* "email": "user2@example.com",
132+
* "userId": "c81133d0-10d1-70eb-aaa3-d427ea6fc0f3"
133+
* }
134+
* }
135+
* ],
136+
* "resourceArn": "arn:aws:qapps:us-west-2:111111111111:application/01793661-ad73-4c7d-8eaa-1c95a10151c2/qapp/fe0acf86-49e5-4def-a0c2-40ce0cafee14"
137+
* }
138+
* *\/
139+
* // example id: example-1
140+
* ```
141+
*
142+
* @example Revoke permissions for the app
143+
* ```javascript
144+
* //
145+
* const input = {
146+
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
147+
* "instanceId": "01793661-ad73-4c7d-8eaa-1c95a10151c2",
148+
* "revokePermissions": [
149+
* {
150+
* "action": "read",
151+
* "principal": "user2@example.com"
152+
* }
153+
* ]
154+
* };
155+
* const command = new UpdateQAppPermissionsCommand(input);
156+
* const response = await client.send(command);
157+
* /* response ==
158+
* {
159+
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
160+
* "permissions": [
161+
* {
162+
* "action": "write",
163+
* "principal": {
164+
* "email": "user1@example.com",
165+
* "userId": "f8f15330-b091-708b-d46e-adb0d914b699"
166+
* }
167+
* }
168+
* ],
169+
* "resourceArn": "arn:aws:qapps:us-west-2:111111111111:application/01793661-ad73-4c7d-8eaa-1c95a10151c2/qapp/fe0acf86-49e5-4def-a0c2-40ce0cafee14"
170+
* }
171+
* *\/
172+
* // example id: example-2
173+
* ```
174+
*
102175
*/
103176
export class UpdateQAppPermissionsCommand extends $Command
104177
.classBuilder<

0 commit comments

Comments
 (0)