Skip to content

Commit 2e27d77

Browse files
author
awstools
committed
Updates SDK to v2.1229.0
1 parent e643b84 commit 2e27d77

32 files changed

+8114
-354
lines changed

.changes/2.1229.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConnectCases",
10+
"description": "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"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "S3Control",
20+
"description": "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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "WorkMail",
25+
"description": "This release adds support for impersonation roles in Amazon WorkMail."
26+
}
27+
]

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1228.0-->
2+
<!--LATEST=2.1229.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1229.0
6+
* feature: Connect: Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType.
7+
* feature: 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
8+
* feature: EC2: Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs.
9+
* feature: S3Control: 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.
10+
* feature: WorkMail: This release adds support for impersonation roles in Amazon WorkMail.
11+
512
## 2.1228.0
613
* feature: AccessAnalyzer: AWS IAM Access Analyzer policy validation introduces new checks for role trust policies. As customers author a policy, IAM Access Analyzer policy validation evaluates the policy for any issues to make it easier for customers to author secure policies.
714
* feature: EC2: Adding an imdsSupport attribute to EC2 AMIs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1228.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1229.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/connect-2017-08-08.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8954,7 +8954,8 @@
89548954
"VOICE_ID",
89558955
"PINPOINT_APP",
89568956
"WISDOM_ASSISTANT",
8957-
"WISDOM_KNOWLEDGE_BASE"
8957+
"WISDOM_KNOWLEDGE_BASE",
8958+
"CASES_DOMAIN"
89588959
]
89598960
},
89608961
"InvisibleFieldInfo": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)