Skip to content

Commit

Permalink
Updates SDK to v2.1087.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 4, 2022
1 parent a968d15 commit c80da9b
Show file tree
Hide file tree
Showing 27 changed files with 1,577 additions and 1,141 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1087.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Connect",
"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."
},
{
"type": "feature",
"category": "DevOpsGuru",
"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."
},
{
"type": "feature",
"category": "Synthetics",
"description": "Allow custom handler function."
},
{
"type": "feature",
"category": "Transfer",
"description": "Add waiters for server online and offline."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1086.0-->
<!--LATEST=2.1087.0-->
<!--ENTRYINSERT-->

## 2.1087.0
* 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.
* 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.
* feature: Synthetics: Allow custom handler function.
* feature: Transfer: Add waiters for server online and offline.

## 2.1086.0
* feature: Appflow: Launching Amazon AppFlow Marketo as a destination connector SDK.
* feature: FSx: This release adds support for data repository associations to use root ("/") as the file system path
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1086.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1087.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 2 additions & 1 deletion apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7601,7 +7601,8 @@
"SCHEDULED_REPORTS",
"MEDIA_STREAMS",
"CONTACT_TRACE_RECORDS",
"AGENT_EVENTS"
"AGENT_EVENTS",
"REAL_TIME_CONTACT_ANALYSIS_SEGMENTS"
]
},
"InstanceSummary": {
Expand Down
Loading

0 comments on commit c80da9b

Please sign in to comment.