Skip to content

Commit

Permalink
Publish v3.702.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 27, 2024
1 parent a36eab2 commit 142eeaa
Show file tree
Hide file tree
Showing 17 changed files with 294 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)


### Features

* **client-bedrock-agent:** Add support for specifying embeddingDataType, either FLOAT32 or BINARY ([51994e4](https://github.com/aws/aws-sdk-js-v3/commit/51994e4fba8643e4d048515e0435bec5ff8f2ca8))
* **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))
* **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))
* **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:** update client endpoints as of 2024-11-27 ([a36eab2](https://github.com/aws/aws-sdk-js-v3/commit/a36eab2fbda7f86bad157451c46160a20f92f63d))





# [3.701.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.700.0...v3.701.0) (2024-11-26)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)


### Features

* **client-bedrock-agent:** Add support for specifying embeddingDataType, either FLOAT32 or BINARY ([51994e4](https://github.com/aws/aws-sdk-js-v3/commit/51994e4fba8643e4d048515e0435bec5ff8f2ca8))





# [3.701.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.700.0...v3.701.0) (2024-11-26)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent",
"description": "AWS SDK for JavaScript Bedrock Agent Client for Node.js, Browser and React Native",
"version": "3.701.0",
"version": "3.702.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-config-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)


### Features

* **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))





# [3.699.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.698.0...v3.699.0) (2024-11-22)

**Note:** Version bump only for package @aws-sdk/client-config-service
Expand Down
2 changes: 1 addition & 1 deletion clients/client-config-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-config-service",
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
"version": "3.699.0",
"version": "3.702.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-config-service",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-fsx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)


### Features

* **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))





# [3.699.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.698.0...v3.699.0) (2024-11-22)

**Note:** Version bump only for package @aws-sdk/client-fsx
Expand Down
2 changes: 1 addition & 1 deletion clients/client-fsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-fsx",
"description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
"version": "3.699.0",
"version": "3.702.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-fsx",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-observabilityadmin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)


### Features

* **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))
2 changes: 1 addition & 1 deletion clients/client-observabilityadmin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-observabilityadmin",
"description": "AWS SDK for JavaScript Observabilityadmin Client for Node.js, Browser and React Native",
"version": "3.0.0",
"version": "3.702.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-qapps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.702.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.701.0...v3.702.0) (2024-11-27)

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





# [3.701.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.700.0...v3.701.0) (2024-11-26)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-qapps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-qapps",
"description": "AWS SDK for JavaScript Qapps Client for Node.js, Browser and React Native",
"version": "3.701.0",
"version": "3.702.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
59 changes: 59 additions & 0 deletions clients/client-qapps/src/commands/CreatePresignedUrlCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,65 @@ export interface CreatePresignedUrlCommandOutput extends CreatePresignedUrlOutpu
* <p>Base exception class for all service exceptions from QApps service.</p>
*
* @public
* @example Upload a file to a specific session
* ```javascript
* //
* const input = {
* "appId": "4263767c-d889-4cb2-a8f6-8b649bc66af0",
* "cardId": "82f69028-22a9-4bea-8727-0eabf58e9fed",
* "fileContentsSha256": "myMXwslBoXkTDQ0olhq1QsiHRWWL4yj1V0IuoK+PYOg=",
* "fileName": "myFile.txt",
* "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
* "scope": "SESSION",
* "sessionId": "4f0e5b87-9d38-41cd-9eb4-ebce2f2917cc"
* };
* const command = new CreatePresignedUrlCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "fileId": "412aa1b4-341c-45af-936d-da52f8a1a3b4",
* "presignedUrl": "https://presign-test-omg-6f98533b-3f9f-4e8a-8183-63793b9ffef0.s3.us-west-2.amazonaws.com/",
* "presignedUrlExpiration": "2024-09-14T00:11:54.232Z",
* "presignedUrlFields": {
* "x-amz-checksum-sha256": "fmHCdgdPjOGub9TVZ4NIOpAYP4UlIOaPRUwHw8nihR4=",
* "x-amz-server-side-encryption": "aws:kms",
* "x-amz-server-side-encryption-aws-kms-key-id": "0a6a474b-f2ca-46ea-9e72-deea9077d92f",
* "x-amz-server-side-encryption-context": "eyJzb21ldGhpbmciOiJ0aGVyZSJ9"
* }
* }
* *\/
* // example id: example-1
* ```
*
* @example Upload a file into a application
* ```javascript
* //
* const input = {
* "appId": "4263767c-d889-4cb2-a8f6-8b649bc66af0",
* "cardId": "7a11f34b-42d4-4bc8-b668-ae4a788dae1e",
* "fileContentsSha256": "myMXwslBoXkTDQ0olhq1QsiHRWWL4yj1V0IuoK+PYOg=",
* "fileName": "anApplicationFile.txt",
* "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
* "scope": "APPLICATION"
* };
* const command = new CreatePresignedUrlCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "fileId": "412aa1b4-341c-45af-936d-da52f8a1a3b4",
* "presignedUrl": "https://presign-test-omg-6f98533b-3f9f-4e8a-8183-63793b9ffef0.s3.us-west-2.amazonaws.com/",
* "presignedUrlExpiration": "2024-09-14T00:11:54.232Z",
* "presignedUrlFields": {
* "x-amz-checksum-sha256": "fmHCdgdPjOGub9TVZ4NIOpAYP4UlIOaPRUwHw8nihR4=",
* "x-amz-server-side-encryption": "aws:kms",
* "x-amz-server-side-encryption-aws-kms-key-id": "0a6a474b-f2ca-46ea-9e72-deea9077d92f",
* "x-amz-server-side-encryption-context": "eyJzb21ldGhpbmciOiJ0aGVyZSJ9"
* }
* }
* *\/
* // example id: example-2
* ```
*
*/
export class CreatePresignedUrlCommand extends $Command
.classBuilder<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,40 @@ export interface DescribeQAppPermissionsCommandOutput extends DescribeQAppPermis
* <p>Base exception class for all service exceptions from QApps service.</p>
*
* @public
* @example Describe permissions for the app
* ```javascript
* //
* const input = {
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
* "instanceId": "01793661-ad73-4c7d-8eaa-1c95a10151c2"
* };
* const command = new DescribeQAppPermissionsCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
* "permissions": [
* {
* "action": "write",
* "principal": {
* "email": "[email protected]",
* "userId": "f8f15330-b091-708b-d46e-adb0d914b699"
* }
* },
* {
* "action": "read",
* "principal": {
* "email": "[email protected]",
* "userId": "c81133d0-10d1-70eb-aaa3-d427ea6fc0f3"
* }
* }
* ],
* "resourceArn": "arn:aws:qapps:us-west-2:111111111111:application/01793661-ad73-4c7d-8eaa-1c95a10151c2/qapp/fe0acf86-49e5-4def-a0c2-40ce0cafee14"
* }
* *\/
* // example id: example-1
* ```
*
*/
export class DescribeQAppPermissionsCommand extends $Command
.classBuilder<
Expand Down
25 changes: 25 additions & 0 deletions clients/client-qapps/src/commands/GetQAppSessionMetadataCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,31 @@ export interface GetQAppSessionMetadataCommandOutput extends GetQAppSessionMetad
* <p>Base exception class for all service exceptions from QApps service.</p>
*
* @public
* @example Retrieves an existing session metadata for an Amazon Q App
* ```javascript
* //
* const input = {
* "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
* "sessionId": "56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb"
* };
* const command = new GetQAppSessionMetadataCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "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",
* "sessionId": "56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb",
* "sessionName": "Trip itinerary collection session",
* "sessionOwner": true,
* "sharingConfiguration": {
* "acceptResponses": true,
* "enabled": true,
* "revealCards": false
* }
* }
* *\/
* // example id: example-1
* ```
*
*/
export class GetQAppSessionMetadataCommand extends $Command
.classBuilder<
Expand Down
73 changes: 73 additions & 0 deletions clients/client-qapps/src/commands/UpdateQAppPermissionsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,79 @@ export interface UpdateQAppPermissionsCommandOutput extends UpdateQAppPermission
* <p>Base exception class for all service exceptions from QApps service.</p>
*
* @public
* @example Grant permissions for the app
* ```javascript
* //
* const input = {
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
* "grantPermissions": [
* {
* "action": "read",
* "principal": "[email protected]"
* }
* ],
* "instanceId": "01793661-ad73-4c7d-8eaa-1c95a10151c2"
* };
* const command = new UpdateQAppPermissionsCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
* "permissions": [
* {
* "action": "write",
* "principal": {
* "email": "[email protected]",
* "userId": "f8f15330-b091-708b-d46e-adb0d914b699"
* }
* },
* {
* "action": "read",
* "principal": {
* "email": "[email protected]",
* "userId": "c81133d0-10d1-70eb-aaa3-d427ea6fc0f3"
* }
* }
* ],
* "resourceArn": "arn:aws:qapps:us-west-2:111111111111:application/01793661-ad73-4c7d-8eaa-1c95a10151c2/qapp/fe0acf86-49e5-4def-a0c2-40ce0cafee14"
* }
* *\/
* // example id: example-1
* ```
*
* @example Revoke permissions for the app
* ```javascript
* //
* const input = {
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
* "instanceId": "01793661-ad73-4c7d-8eaa-1c95a10151c2",
* "revokePermissions": [
* {
* "action": "read",
* "principal": "[email protected]"
* }
* ]
* };
* const command = new UpdateQAppPermissionsCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "appId": "fe0acf86-49e5-4def-a0c2-40ce0cafee14",
* "permissions": [
* {
* "action": "write",
* "principal": {
* "email": "[email protected]",
* "userId": "f8f15330-b091-708b-d46e-adb0d914b699"
* }
* }
* ],
* "resourceArn": "arn:aws:qapps:us-west-2:111111111111:application/01793661-ad73-4c7d-8eaa-1c95a10151c2/qapp/fe0acf86-49e5-4def-a0c2-40ce0cafee14"
* }
* *\/
* // example id: example-2
* ```
*
*/
export class UpdateQAppPermissionsCommand extends $Command
.classBuilder<
Expand Down
Loading

0 comments on commit 142eeaa

Please sign in to comment.