Skip to content

Commit 6b6145d

Browse files
author
awstools
committed
Publish v3.768.0
1 parent bf71422 commit 6b6145d

File tree

24 files changed

+152
-11
lines changed

24 files changed

+152
-11
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
9+
### Features
10+
11+
* **client-glue:** This release added AllowFullTableExternalDataAccess to glue catalog resource. ([5e8eea6](https://github.com/aws/aws-sdk-js-v3/commit/5e8eea6d6ab6be4a624ba2e19705cdd4b22d4171))
12+
* **client-lakeformation:** This release added "condition" to LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to RegisterResource and DescribeResource. ([a409809](https://github.com/aws/aws-sdk-js-v3/commit/a409809f9e3ed598ca2d4020a823a40e350729cd))
13+
* **clients:** update client endpoints as of 2025-03-14 ([bf71422](https://github.com/aws/aws-sdk-js-v3/commit/bf71422bf99a7007d15483a6048bf1752ba9f6d1))
14+
15+
16+
17+
18+
619
# [3.767.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.766.0...v3.767.0) (2025-03-13)
720

821

clients/client-cognito-identity-provider/CHANGELOG.md

+8
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
9+
10+
11+
12+
13+
614
# [3.760.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.759.0...v3.760.0) (2025-03-03)
715

816

clients/client-cognito-identity-provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cognito-identity-provider",
33
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
4-
"version": "3.760.0",
4+
"version": "3.768.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cognito-identity-provider",

clients/client-cognito-identity/CHANGELOG.md

+8
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

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

clients/client-cognito-identity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cognito-identity",
33
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
4-
"version": "3.758.0",
4+
"version": "3.768.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cognito-identity",

clients/client-glue/CHANGELOG.md

+11
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
9+
### Features
10+
11+
* **client-glue:** This release added AllowFullTableExternalDataAccess to glue catalog resource. ([5e8eea6](https://github.com/aws/aws-sdk-js-v3/commit/5e8eea6d6ab6be4a624ba2e19705cdd4b22d4171))
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-glue

clients/client-glue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-glue",
33
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4-
"version": "3.758.0",
4+
"version": "3.768.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-glue",

clients/client-lakeformation/CHANGELOG.md

+11
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
9+
### Features
10+
11+
* **client-lakeformation:** This release added "condition" to LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to RegisterResource and DescribeResource. ([a409809](https://github.com/aws/aws-sdk-js-v3/commit/a409809f9e3ed598ca2d4020a823a40e350729cd))
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-lakeformation

clients/client-lakeformation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-lakeformation",
33
"description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
4-
"version": "3.758.0",
4+
"version": "3.768.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-lakeformation",

clients/client-mediapackagev2/CHANGELOG.md

+8
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-mediapackagev2
9+
10+
11+
12+
13+
614
# [3.767.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.766.0...v3.767.0) (2025-03-13)
715

816

clients/client-mediapackagev2/package.json

+1-1
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.767.0",
4+
"version": "3.768.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-mediapackagev2/src/commands/ResetChannelStateCommand.ts

+20
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,26 @@ export interface ResetChannelStateCommandOutput extends ResetChannelStateRespons
7979
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
8080
*
8181
* @public
82+
* @example Reset a Channel
83+
* ```javascript
84+
* //
85+
* const input = {
86+
* "ChannelGroupName": "exampleChannelGroup",
87+
* "ChannelName": "exampleChannel"
88+
* };
89+
* const command = new ResetChannelStateCommand(input);
90+
* const response = await client.send(command);
91+
* /* response ==
92+
* {
93+
* "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
94+
* "ChannelGroupName": "exampleChannelGroup",
95+
* "ChannelName": "exampleChannel",
96+
* "ResetAt": "2024-10-09T09:36:00.00Z"
97+
* }
98+
* *\/
99+
* // example id: example-1
100+
* ```
101+
*
82102
*/
83103
export class ResetChannelStateCommand extends $Command
84104
.classBuilder<

clients/client-mediapackagev2/src/commands/ResetOriginEndpointStateCommand.ts

+22
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,28 @@ export interface ResetOriginEndpointStateCommandOutput extends ResetOriginEndpoi
8181
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
8282
*
8383
* @public
84+
* @example Reset an OriginEndpoint
85+
* ```javascript
86+
* //
87+
* const input = {
88+
* "ChannelGroupName": "exampleChannelGroup",
89+
* "ChannelName": "exampleChannel",
90+
* "OriginEndpointName": "exampleOriginEndpoint"
91+
* };
92+
* const command = new ResetOriginEndpointStateCommand(input);
93+
* const response = await client.send(command);
94+
* /* response ==
95+
* {
96+
* "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpoint",
97+
* "ChannelGroupName": "exampleChannelGroup",
98+
* "ChannelName": "exampleChannel",
99+
* "OriginEndpointName": "exampleOriginEndpoint",
100+
* "ResetAt": "2024-10-09T09:36:00.00Z"
101+
* }
102+
* *\/
103+
* // example id: example-1
104+
* ```
105+
*
84106
*/
85107
export class ResetOriginEndpointStateCommand extends $Command
86108
.classBuilder<

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.767.0",
2+
"version": "3.768.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/credential-provider-cognito-identity/CHANGELOG.md

+8
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/credential-provider-cognito-identity
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/credential-provider-cognito-identity

packages/credential-provider-cognito-identity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/credential-provider-cognito-identity",
3-
"version": "3.758.0",
3+
"version": "3.768.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline credential-provider-cognito-identity",

packages/credential-providers/CHANGELOG.md

+8
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/credential-providers
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/credential-providers

packages/credential-providers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/credential-providers",
3-
"version": "3.758.0",
3+
"version": "3.768.0",
44
"description": "A collection of credential providers, without requiring service clients like STS, Cognito",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/dsql-signer/CHANGELOG.md

+8
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/dsql-signer
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/dsql-signer

packages/dsql-signer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/dsql-signer",
3-
"version": "3.758.0",
3+
"version": "3.768.0",
44
"description": "Dsql utility for generating a password token that can be used for IAM authentication to a Dsql Database.",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/ec2-metadata-service/CHANGELOG.md

+8
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/ec2-metadata-service
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/ec2-metadata-service

packages/ec2-metadata-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/ec2-metadata-service",
3-
"version": "3.758.0",
3+
"version": "3.768.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline ec2-metadata-service",

packages/rds-signer/CHANGELOG.md

+8
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.768.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.767.0...v3.768.0) (2025-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/rds-signer
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/rds-signer

packages/rds-signer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/rds-signer",
3-
"version": "3.758.0",
3+
"version": "3.768.0",
44
"description": "RDS utility for generating a password that can be used for IAM authentication to an RDS DB.",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

0 commit comments

Comments
 (0)