Skip to content

Commit ab145a1

Browse files
author
awstools
committed
Publish v3.184.0
1 parent 7180ca6 commit ab145a1

File tree

14 files changed

+86
-7
lines changed

14 files changed

+86
-7
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
7+
8+
9+
### Features
10+
11+
* **client-connectcases:** This release adds APIs for Amazon Connect Cases. Cases allows your agents to quickly track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. For more information, see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html ([424c2a5](https://github.com/aws/aws-sdk-js-v3/commit/424c2a55a090ea5678930aceb97b7931d8f4acd8))
12+
* **client-connect:** Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType. ([b544ac0](https://github.com/aws/aws-sdk-js-v3/commit/b544ac065c6aed6d6bb45645cba14a9193a1dd01))
13+
* **client-ec2:** Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs. ([cbd2640](https://github.com/aws/aws-sdk-js-v3/commit/cbd2640efb3ace31a5abb75d603599324c413f57))
14+
* **client-s3-control:** S3 Object Lambda adds support to allow customers to intercept HeadObject and ListObjects requests and introduce their own compute. These requests were previously proxied to S3. ([9915896](https://github.com/aws/aws-sdk-js-v3/commit/9915896feb5537e59f42a18f08eb65629dc5269b))
15+
* **client-workmail:** This release adds support for impersonation roles in Amazon WorkMail. ([f919ccd](https://github.com/aws/aws-sdk-js-v3/commit/f919ccdd3fc6b6bd0cdcebb351fc6d71ee1ee50f))
16+
* **clients:** update client endpoints as of 2022-10-04 ([7180ca6](https://github.com/aws/aws-sdk-js-v3/commit/7180ca677a78e0bde1816549d940aad10d3795f9))
17+
18+
19+
20+
21+
622
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
723

824

clients/client-connect/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.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
7+
8+
9+
### Features
10+
11+
* **client-connect:** Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType. ([b544ac0](https://github.com/aws/aws-sdk-js-v3/commit/b544ac065c6aed6d6bb45645cba14a9193a1dd01))
12+
13+
14+
15+
16+
617
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
718

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

clients/client-connect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-connect",
33
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4-
"version": "3.183.0",
4+
"version": "3.184.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
7+
8+
9+
### Features
10+
11+
* **client-connectcases:** This release adds APIs for Amazon Connect Cases. Cases allows your agents to quickly track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. For more information, see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html ([424c2a5](https://github.com/aws/aws-sdk-js-v3/commit/424c2a55a090ea5678930aceb97b7931d8f4acd8))

clients/client-connectcases/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-connectcases",
33
"description": "AWS SDK for JavaScript Connectcases Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.184.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.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs. ([cbd2640](https://github.com/aws/aws-sdk-js-v3/commit/cbd2640efb3ace31a5abb75d603599324c413f57))
12+
13+
14+
15+
16+
617
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
718

819

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.183.0",
4+
"version": "3.184.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-ecs/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.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ecs
9+
10+
11+
12+
13+
614
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
715

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

clients/client-ecs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ecs",
33
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4-
"version": "3.183.0",
4+
"version": "3.184.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-s3-control/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.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
7+
8+
9+
### Features
10+
11+
* **client-s3-control:** S3 Object Lambda adds support to allow customers to intercept HeadObject and ListObjects requests and introduce their own compute. These requests were previously proxied to S3. ([9915896](https://github.com/aws/aws-sdk-js-v3/commit/9915896feb5537e59f42a18f08eb65629dc5269b))
12+
13+
14+
15+
16+
617
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
718

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

clients/client-s3-control/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-s3-control",
33
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
4-
"version": "3.183.0",
4+
"version": "3.184.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-workmail/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.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
7+
8+
9+
### Features
10+
11+
* **client-workmail:** This release adds support for impersonation roles in Amazon WorkMail. ([f919ccd](https://github.com/aws/aws-sdk-js-v3/commit/f919ccdd3fc6b6bd0cdcebb351fc6d71ee1ee50f))
12+
13+
14+
15+
16+
617
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
718

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

clients/client-workmail/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-workmail",
33
"description": "AWS SDK for JavaScript Workmail Client for Node.js, Browser and React Native",
4-
"version": "3.183.0",
4+
"version": "3.184.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.183.0",
2+
"version": "3.184.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)