Skip to content

Commit 3de1493

Browse files
author
awstools
committed
Publish v3.106.0
1 parent 1718194 commit 3de1493

File tree

6 files changed

+38
-3
lines changed

6 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
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.106.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.105.0...v3.106.0) (2022-06-07)
7+
8+
9+
### Features
10+
11+
* **client-auditmanager:** This release introduces 2 updates to the Audit Manager API. The roleType and roleArn attributes are now required when you use the CreateAssessment or UpdateAssessment operation. We also added a throttling exception to the RegisterAccount API operation. ([e2597d4](https://github.com/aws/aws-sdk-js-v3/commit/e2597d4b102e3e62cc0b1c11d38447846c283f38))
12+
* **client-cost-explorer:** Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus. ([25dcf34](https://github.com/aws/aws-sdk-js-v3/commit/25dcf34b880a3243b6ce58a75d35ec717ff305c7))
13+
* **clients:** update client endpoints as of 2022-06-07 ([1718194](https://github.com/aws/aws-sdk-js-v3/commit/1718194ff61501e7e0febebc1043aff2ff137454))
14+
15+
16+
17+
18+
619
# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
720

821

clients/client-auditmanager/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.106.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.105.0...v3.106.0) (2022-06-07)
7+
8+
9+
### Features
10+
11+
* **client-auditmanager:** This release introduces 2 updates to the Audit Manager API. The roleType and roleArn attributes are now required when you use the CreateAssessment or UpdateAssessment operation. We also added a throttling exception to the RegisterAccount API operation. ([e2597d4](https://github.com/aws/aws-sdk-js-v3/commit/e2597d4b102e3e62cc0b1c11d38447846c283f38))
12+
13+
14+
15+
16+
617
# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
718

819

clients/client-auditmanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-auditmanager",
33
"description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
4-
"version": "3.105.0",
4+
"version": "3.106.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-cost-explorer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.106.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.105.0...v3.106.0) (2022-06-07)
7+
8+
9+
### Features
10+
11+
* **client-cost-explorer:** Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus. ([25dcf34](https://github.com/aws/aws-sdk-js-v3/commit/25dcf34b880a3243b6ce58a75d35ec717ff305c7))
12+
13+
14+
15+
16+
617
# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
718

819

clients/client-cost-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cost-explorer",
33
"description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
4-
"version": "3.105.0",
4+
"version": "3.106.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.105.0",
2+
"version": "3.106.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)