Skip to content

Commit

Permalink
Publish v3.538.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 20, 2024
1 parent 4ce662f commit 91ee452
Show file tree
Hide file tree
Showing 23 changed files with 123 additions and 13 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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)


### Features

* **client-accessanalyzer:** This release adds support for policy validation and external access findings for DynamoDB tables and streams. IAM Access Analyzer helps you author functional and secure resource-based policies and identify cross-account access. Updated service API, documentation, and paginators. ([1ddab5a](https://github.com/aws/aws-sdk-js-v3/commit/1ddab5acb5a17d8f40c788f3031296eb4f91b8ea))
* **client-connect:** This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published. ([4a81d90](https://github.com/aws/aws-sdk-js-v3/commit/4a81d90279a959de118c17035b86d6f8291b9f3c))
* **client-dynamodb:** This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter. ([4ce662f](https://github.com/aws/aws-sdk-js-v3/commit/4ce662f26a06f1ec0dfd8bc0d7efcb8dc29cf357))
* **client-managedblockchain-query:** AMB Query: update GetTransaction to include transactionId as input ([df1bff4](https://github.com/aws/aws-sdk-js-v3/commit/df1bff4d1cbb4d6f795f3790000501052300a652))
* **client-savingsplans:** Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase. ([9a836b2](https://github.com/aws/aws-sdk-js-v3/commit/9a836b2a228c779cd6976039261539b95532ecb5))





# [3.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-accessanalyzer/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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)


### Features

* **client-accessanalyzer:** This release adds support for policy validation and external access findings for DynamoDB tables and streams. IAM Access Analyzer helps you author functional and secure resource-based policies and identify cross-account access. Updated service API, documentation, and paginators. ([1ddab5a](https://github.com/aws/aws-sdk-js-v3/commit/1ddab5acb5a17d8f40c788f3031296eb4f91b8ea))





# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)

**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
Expand Down
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-accessanalyzer",
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.538.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-accessanalyzer",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-codebuild/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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)

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





# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-codebuild/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codebuild",
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.538.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-connect/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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)


### Features

* **client-connect:** This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published. ([4a81d90](https://github.com/aws/aws-sdk-js-v3/commit/4a81d90279a959de118c17035b86d6f8291b9f3c))





# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-connect",
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.538.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-connect",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-dynamodb/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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)


### Features

* **client-dynamodb:** This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter. ([4ce662f](https://github.com/aws/aws-sdk-js-v3/commit/4ce662f26a06f1ec0dfd8bc0d7efcb8dc29cf357))





# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)

**Note:** Version bump only for package @aws-sdk/client-dynamodb
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-dynamodb",
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.538.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-managedblockchain-query/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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)


### Features

* **client-managedblockchain-query:** AMB Query: update GetTransaction to include transactionId as input ([df1bff4](https://github.com/aws/aws-sdk-js-v3/commit/df1bff4d1cbb4d6f795f3790000501052300a652))





# [3.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-managedblockchain-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-managedblockchain-query",
"description": "AWS SDK for JavaScript Managedblockchain Query Client for Node.js, Browser and React Native",
"version": "3.537.0",
"version": "3.538.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-managedblockchain-query",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-savingsplans/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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)


### Features

* **client-savingsplans:** Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase. ([9a836b2](https://github.com/aws/aws-sdk-js-v3/commit/9a836b2a228c779cd6976039261539b95532ecb5))





# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)

**Note:** Version bump only for package @aws-sdk/client-savingsplans
Expand Down
2 changes: 1 addition & 1 deletion clients/client-savingsplans/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-savingsplans",
"description": "AWS SDK for JavaScript Savingsplans Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.538.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-savingsplans",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.537.0",
"version": "3.538.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions lib/lib-dynamodb/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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)

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





# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)

**Note:** Version bump only for package @aws-sdk/lib-dynamodb
Expand Down
2 changes: 1 addition & 1 deletion lib/lib-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/lib-dynamodb",
"version": "3.535.0",
"version": "3.538.0",
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/ec2-metadata-service/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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)

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





# [3.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/ec2-metadata-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/ec2-metadata-service",
"version": "3.537.0",
"version": "3.538.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline ec2-metadata-service",
Expand All @@ -21,10 +21,10 @@
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"dependencies": {
"@smithy/protocol-http": "^3.3.0",
"@aws-sdk/types": "*",
"@smithy/node-config-provider": "^2.3.0",
"@smithy/node-http-handler": "^2.5.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/types": "^2.12.0",
"@smithy/util-stream": "^2.2.0",
"tslib": "^2.6.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/util-dynamodb/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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)

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





# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)

**Note:** Version bump only for package @aws-sdk/util-dynamodb
Expand Down
2 changes: 1 addition & 1 deletion packages/util-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/util-dynamodb",
"version": "3.535.0",
"version": "3.538.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline util-dynamodb",
Expand Down
8 changes: 8 additions & 0 deletions private/aws-middleware-test/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.538.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.537.0...v3.538.0) (2024-03-20)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test





# [3.537.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) (2024-03-19)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-middleware-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
"version": "3.537.0",
"version": "3.538.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@aws-sdk/util-utf8-browser" "^3.0.0"
tslib "^1.11.1"

"@aws-sdk/protocol-http@*", "@aws-sdk/protocol-http@^3.267.0":
"@aws-sdk/protocol-http@^3.267.0":
version "3.374.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/protocol-http/-/protocol-http-3.374.0.tgz#e35e76096b995bbed803897a9f4587d11ca34088"
integrity sha512-9WpRUbINdGroV3HiZZIBoJvL2ndoWk39OfwxWs2otxByppJZNN14bg/lvCx5e8ggHUti7IBk5rb0nqQZ4m05pg==
Expand Down

0 comments on commit 91ee452

Please sign in to comment.