Skip to content

Commit e21315e

Browse files
author
awstools
committed
Publish v3.71.0
1 parent 582ebd6 commit e21315e

File tree

15 files changed

+85
-10
lines changed

15 files changed

+85
-10
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.71.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.70.0...v3.71.0) (2022-04-14)
7+
8+
9+
### Features
10+
11+
* **client-appflow:** Enables users to pass custom token URL parameters for Oauth2 authentication during create connector profile ([fc1c8ac](https://github.com/aws/aws-sdk-js-v3/commit/fc1c8ac67dc1386914d16433f972881676c11c64))
12+
* **client-appstream:** Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets. ([e52c79d](https://github.com/aws/aws-sdk-js-v3/commit/e52c79d9000e8a9794f979c4048316dd739f71fd))
13+
* **client-batch:** Enables configuration updates for compute environments with BEST_FIT_PROGRESSIVE and SPOT_CAPACITY_OPTIMIZED allocation strategies. ([f042910](https://github.com/aws/aws-sdk-js-v3/commit/f042910e837f25d81f8c941c5ee8f94a3c10b884))
14+
* **client-glue:** Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage ([f8edcd3](https://github.com/aws/aws-sdk-js-v3/commit/f8edcd39b72ee84af81ad4af1c27c6b5ed0b3e5f))
15+
* **clients:** update client endpoints as of 2022-04-14 ([582ebd6](https://github.com/aws/aws-sdk-js-v3/commit/582ebd69e02aa014b961147dcb93781fb3d6d19c))
16+
17+
18+
19+
20+
621
# [3.70.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.69.0...v3.70.0) (2022-04-13)
722

823

benchmark/size/report.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|@aws-sdk/client-auto-scaling|3.58.0|1.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
88
|@aws-sdk/client-cloudformation|3.58.0|2.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
99
|@aws-sdk/client-cloudhsm-v2|3.58.0|517.4 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
10-
|@aws-sdk/client-cloudwatch|3.67.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
10+
|@aws-sdk/client-cloudwatch|3.70.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1111
|@aws-sdk/client-cloudwatch-logs|3.58.0|1.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1212
|@aws-sdk/client-codebuild|3.58.0|1.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1313
|@aws-sdk/client-codecommit|3.58.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
@@ -17,11 +17,11 @@
1717
|@aws-sdk/client-cognito-identity-provider|3.58.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1818
|@aws-sdk/client-cognito-sync|3.58.0|637.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1919
|@aws-sdk/client-dynamodb|3.58.0|2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
20-
|@aws-sdk/client-ec2|3.67.0|14.6 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
20+
|@aws-sdk/client-ec2|3.69.0|14.6 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2121
|@aws-sdk/client-efs|3.67.0|1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2222
|@aws-sdk/client-eventbridge|3.66.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2323
|@aws-sdk/client-firehose|3.58.0|781.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
24-
|@aws-sdk/client-glue|3.58.0|4.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
24+
|@aws-sdk/client-glue|3.67.0|4.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2525
|@aws-sdk/client-iam|3.58.0|3.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2626
|@aws-sdk/client-kinesis|3.58.0|940 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2727
|@aws-sdk/client-kms|3.58.0|1.6 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|

clients/client-appflow/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.71.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.70.0...v3.71.0) (2022-04-14)
7+
8+
9+
### Features
10+
11+
* **client-appflow:** Enables users to pass custom token URL parameters for Oauth2 authentication during create connector profile ([fc1c8ac](https://github.com/aws/aws-sdk-js-v3/commit/fc1c8ac67dc1386914d16433f972881676c11c64))
12+
13+
14+
15+
16+
617
# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
718

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

clients/client-appflow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-appflow",
33
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
4-
"version": "3.67.0",
4+
"version": "3.71.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-appstream/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.71.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.70.0...v3.71.0) (2022-04-14)
7+
8+
9+
### Features
10+
11+
* **client-appstream:** Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets. ([e52c79d](https://github.com/aws/aws-sdk-js-v3/commit/e52c79d9000e8a9794f979c4048316dd739f71fd))
12+
13+
14+
15+
16+
617
# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
718

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

clients/client-appstream/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-appstream",
33
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
4-
"version": "3.67.0",
4+
"version": "3.71.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-batch/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.71.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.70.0...v3.71.0) (2022-04-14)
7+
8+
9+
### Features
10+
11+
* **client-batch:** Enables configuration updates for compute environments with BEST_FIT_PROGRESSIVE and SPOT_CAPACITY_OPTIMIZED allocation strategies. ([f042910](https://github.com/aws/aws-sdk-js-v3/commit/f042910e837f25d81f8c941c5ee8f94a3c10b884))
12+
13+
14+
15+
16+
617
# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
718

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

clients/client-batch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-batch",
33
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4-
"version": "3.67.0",
4+
"version": "3.71.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-cloudwatch/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.71.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.70.0...v3.71.0) (2022-04-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudwatch
9+
10+
11+
12+
13+
614
# [3.70.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.69.0...v3.70.0) (2022-04-13)
715

816

clients/client-cloudwatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cloudwatch",
33
"description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native",
4-
"version": "3.70.0",
4+
"version": "3.71.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

+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.71.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.70.0...v3.71.0) (2022-04-14)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ec2
9+
10+
11+
12+
13+
614
# [3.69.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.68.0...v3.69.0) (2022-04-12)
715

816

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.69.0",
4+
"version": "3.71.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-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.71.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.70.0...v3.71.0) (2022-04-14)
7+
8+
9+
### Features
10+
11+
* **client-glue:** Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage ([f8edcd3](https://github.com/aws/aws-sdk-js-v3/commit/f8edcd39b72ee84af81ad4af1c27c6b5ed0b3e5f))
12+
13+
14+
15+
16+
617
# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
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.67.0",
4+
"version": "3.71.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.70.0",
2+
"version": "3.71.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)