Skip to content

Commit

Permalink
Publish v3.536.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 18, 2024
1 parent e1a2dc2 commit 69ecf8b
Show file tree
Hide file tree
Showing 101 changed files with 471 additions and 51 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)


### Features

* **client-cloudformation:** This release supports for a new API ListStackSetAutoDeploymentTargets, which provider auto-deployment configuration as a describable resource. Customers can now view the specific combinations of regions and OUs that are being auto-deployed. ([29679ab](https://github.com/aws/aws-sdk-js-v3/commit/29679ab8c4de7dc44372d707b64c743919ea4fc5))
* **client-kms:** Adds the ability to use the default policy name by omitting the policyName parameter in calls to PutKeyPolicy and GetKeyPolicy ([8a73474](https://github.com/aws/aws-sdk-js-v3/commit/8a73474fe43db805ab88982b9fb2096aaa23395c))
* **client-mediatailor:** This release adds support to allow customers to show different content within a channel depending on metadata associated with the viewer. ([72ad42d](https://github.com/aws/aws-sdk-js-v3/commit/72ad42dce096bf363152eb9911396f01e8c25f06))
* **client-rds:** This release launches the ModifyIntegration API and support for data filtering for zero-ETL Integrations. ([861baa7](https://github.com/aws/aws-sdk-js-v3/commit/861baa753dc3d53f38c4ad122a1d4e01e5e47cdf))
* **client-s3:** Fix two issues with response root node names. ([cdd51de](https://github.com/aws/aws-sdk-js-v3/commit/cdd51de3139dce0ac85a6ec568116bb9bc637bba))
* **clients:** update client endpoints as of 2024-03-18 ([e1a2dc2](https://github.com/aws/aws-sdk-js-v3/commit/e1a2dc249fe77ab7a810126af32dcc12dc230f07))





# [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 benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-request-presigner|3.534.0|32.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-request-presigner|3.535.0|32.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/signature-v4-crt|3.533.0|55.7 KB|N/A|N/A|N/A|
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
Expand Down
8 changes: 8 additions & 0 deletions clients/client-alexa-for-business/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.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)

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





# [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-alexa-for-business
Expand Down
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-alexa-for-business",
"description": "AWS SDK for JavaScript Alexa For Business Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.536.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-alexa-for-business",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-appconfig/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.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)

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





# [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-appconfig
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-appconfig",
"description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.536.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-appconfig",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-application-discovery-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.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)

**Note:** Version bump only for package @aws-sdk/client-application-discovery-service





# [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-application-discovery-service
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-discovery-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-application-discovery-service",
"description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.536.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-application-discovery-service",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-chime/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.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)

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





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


### Features

* **client-cloudformation:** This release supports for a new API ListStackSetAutoDeploymentTargets, which provider auto-deployment configuration as a describable resource. Customers can now view the specific combinations of regions and OUs that are being auto-deployed. ([29679ab](https://github.com/aws/aws-sdk-js-v3/commit/29679ab8c4de7dc44372d707b64c743919ea4fc5))





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

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





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

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





# [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-cloudtrail
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudtrail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudtrail",
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.536.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-cloudtrail",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-cloudwatch-logs/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.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)

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





# [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-cloudwatch-logs
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudwatch-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudwatch-logs",
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.536.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-codedeploy/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.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)

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





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

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





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

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





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

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





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

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





# [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-efs
Expand Down
2 changes: 1 addition & 1 deletion clients/client-efs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-efs",
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.536.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-efs",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-elastic-transcoder/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.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)

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





# [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-elastic-transcoder
Expand Down
2 changes: 1 addition & 1 deletion clients/client-elastic-transcoder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-elastic-transcoder",
"description": "AWS SDK for JavaScript Elastic Transcoder Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.536.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-elastic-transcoder",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-emr/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.536.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.536.0) (2024-03-18)

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





# [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-emr
Expand Down
2 changes: 1 addition & 1 deletion clients/client-emr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-emr",
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
"version": "3.535.0",
"version": "3.536.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-emr",
Expand Down
Loading

0 comments on commit 69ecf8b

Please sign in to comment.