Skip to content

Commit c80da9b

Browse files
author
awstools
committed
Updates SDK to v2.1087.0
1 parent a968d15 commit c80da9b

27 files changed

+1577
-1141
lines changed

.changes/2.1087.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "This release updates the *InstanceStorageConfig APIs so they support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_SEGMENTS. Use this resource type to enable streaming for real-time contact analysis and to associate the Kinesis stream where real-time contact analysis segments will be published."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DevOpsGuru",
10+
"description": "Amazon DevOps Guru now integrates with Amazon CodeGuru Profiler. You can view CodeGuru Profiler recommendations for your AWS Lambda function in DevOps Guru. This feature is enabled by default for new customers as of 3/4/2022. Existing customers can enable this feature with UpdateEventSourcesConfig."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Synthetics",
15+
"description": "Allow custom handler function."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Transfer",
20+
"description": "Add waiters for server online and offline."
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.1087.0
6+
* feature: Connect: This release updates the *InstanceStorageConfig APIs so they support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_SEGMENTS. Use this resource type to enable streaming for real-time contact analysis and to associate the Kinesis stream where real-time contact analysis segments will be published.
7+
* feature: DevOpsGuru: Amazon DevOps Guru now integrates with Amazon CodeGuru Profiler. You can view CodeGuru Profiler recommendations for your AWS Lambda function in DevOps Guru. This feature is enabled by default for new customers as of 3/4/2022. Existing customers can enable this feature with UpdateEventSourcesConfig.
8+
* feature: Synthetics: Allow custom handler function.
9+
* feature: Transfer: Add waiters for server online and offline.
10+
511
## 2.1086.0
612
* feature: Appflow: Launching Amazon AppFlow Marketo as a destination connector SDK.
713
* feature: FSx: This release adds support for data repository associations to use root ("/") as the file system path

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.1086.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1087.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
@@ -7601,7 +7601,8 @@
76017601
"SCHEDULED_REPORTS",
76027602
"MEDIA_STREAMS",
76037603
"CONTACT_TRACE_RECORDS",
7604-
"AGENT_EVENTS"
7604+
"AGENT_EVENTS",
7605+
"REAL_TIME_CONTACT_ANALYSIS_SEGMENTS"
76057606
]
76067607
},
76077608
"InstanceSummary": {

0 commit comments

Comments
 (0)