Skip to content

Commit e77e115

Browse files
author
awstools
committed
Publish v3.291.0
1 parent ba6a91d commit e77e115

File tree

24 files changed

+135
-12
lines changed

24 files changed

+135
-12
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **middleware-sdk-ec2:** use endpoints v2 for source region endpoint ([#4521](https://github.com/aws/aws-sdk-js-v3/issues/4521)) ([44f4c38](https://github.com/aws/aws-sdk-js-v3/commit/44f4c3805d023984c572890252e1373a6c537015))
12+
13+
14+
### Features
15+
16+
* **client-application-auto-scaling:** Application Auto Scaling customers can now use mathematical functions to customize the metric used with Target Tracking policies within the policy configuration itself, saving the cost and effort of publishing the customizations as a separate metric. ([e92a768](https://github.com/aws/aws-sdk-js-v3/commit/e92a7689f36ebfb1a7360b5a108ef673ef312833))
17+
* **client-dataexchange:** This release enables data providers to license direct access to S3 objects encrypted with Customer Managed Keys (CMK) in AWS KMS through AWS Data Exchange. Subscribers can use these keys to decrypt, then use the encrypted S3 objects shared with them, without creating or managing copies. ([39baae2](https://github.com/aws/aws-sdk-js-v3/commit/39baae2fd8b157aece40bf3be3ebaea57eb2e25a))
18+
* **client-ec2:** This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs. ([8911e55](https://github.com/aws/aws-sdk-js-v3/commit/8911e55be1b00218d79eea86de3659559a88b0ad))
19+
* **client-keyspaces:** Adding support for client-side timestamps ([61626a5](https://github.com/aws/aws-sdk-js-v3/commit/61626a5a6f7d1b2c6a8695275b22a5c6c6079afd))
20+
* **clients:** update client endpoints as of 2023-03-14 ([ba6a91d](https://github.com/aws/aws-sdk-js-v3/commit/ba6a91db94cd21a7628557c51e91943231c698c6))
21+
22+
23+
24+
25+
626
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
727

828

clients/client-application-auto-scaling/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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
9+
### Features
10+
11+
* **client-application-auto-scaling:** Application Auto Scaling customers can now use mathematical functions to customize the metric used with Target Tracking policies within the policy configuration itself, saving the cost and effort of publishing the customizations as a separate metric. ([e92a768](https://github.com/aws/aws-sdk-js-v3/commit/e92a7689f36ebfb1a7360b5a108ef673ef312833))
12+
13+
14+
15+
16+
617
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
718

819
**Note:** Version bump only for package @aws-sdk/client-application-auto-scaling

clients/client-application-auto-scaling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-application-auto-scaling",
33
"description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
4-
"version": "3.290.0",
4+
"version": "3.291.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-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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity
9+
10+
11+
12+
13+
614
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
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.290.0",
4+
"version": "3.291.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-dataexchange/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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
9+
### Features
10+
11+
* **client-dataexchange:** This release enables data providers to license direct access to S3 objects encrypted with Customer Managed Keys (CMK) in AWS KMS through AWS Data Exchange. Subscribers can use these keys to decrypt, then use the encrypted S3 objects shared with them, without creating or managing copies. ([39baae2](https://github.com/aws/aws-sdk-js-v3/commit/39baae2fd8b157aece40bf3be3ebaea57eb2e25a))
12+
13+
14+
15+
16+
617
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
718

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

clients/client-dataexchange/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-dataexchange",
33
"description": "AWS SDK for JavaScript Dataexchange Client for Node.js, Browser and React Native",
4-
"version": "3.290.0",
4+
"version": "3.291.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-direct-connect/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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-direct-connect
9+
10+
11+
12+
13+
614
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
715

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

clients/client-direct-connect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-direct-connect",
33
"description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
4-
"version": "3.290.0",
4+
"version": "3.291.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-ec2/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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs. ([8911e55](https://github.com/aws/aws-sdk-js-v3/commit/8911e55be1b00218d79eea86de3659559a88b0ad))
12+
13+
14+
15+
16+
617
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
718

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

clients/client-ec2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ec2",
33
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4-
"version": "3.290.0",
4+
"version": "3.291.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-iam/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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-iam
9+
10+
11+
12+
13+
614
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
715

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

clients/client-iam/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-iam",
33
"description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
4-
"version": "3.290.0",
4+
"version": "3.291.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-keyspaces/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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
9+
### Features
10+
11+
* **client-keyspaces:** Adding support for client-side timestamps ([61626a5](https://github.com/aws/aws-sdk-js-v3/commit/61626a5a6f7d1b2c6a8695275b22a5c6c6079afd))
12+
13+
14+
15+
16+
617
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
718

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

clients/client-keyspaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-keyspaces",
33
"description": "AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native",
4-
"version": "3.290.0",
4+
"version": "3.291.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.290.0",
2+
"version": "3.291.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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/credential-provider-cognito-identity
9+
10+
11+
12+
13+
614
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
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.290.0",
3+
"version": "3.291.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "tsc -p tsconfig.cjs.json",

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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/credential-providers
9+
10+
11+
12+
13+
614
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
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.290.0",
3+
"version": "3.291.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/middleware-sdk-ec2/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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **middleware-sdk-ec2:** use endpoints v2 for source region endpoint ([#4521](https://github.com/aws/aws-sdk-js-v3/issues/4521)) ([44f4c38](https://github.com/aws/aws-sdk-js-v3/commit/44f4c3805d023984c572890252e1373a6c537015))
12+
13+
14+
15+
16+
617
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
718

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

packages/middleware-sdk-ec2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/middleware-sdk-ec2",
3-
"version": "3.290.0",
3+
"version": "3.291.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "tsc -p tsconfig.cjs.json",

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.291.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.290.0...v3.291.0) (2023-03-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/rds-signer
9+
10+
11+
12+
13+
614
# [3.290.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.289.0...v3.290.0) (2023-03-13)
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.290.0",
3+
"version": "3.291.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)