Skip to content

Commit

Permalink
Updates SDK to v2.1389.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 1, 2023
1 parent 33141eb commit f2e3f49
Show file tree
Hide file tree
Showing 28 changed files with 4,380 additions and 1,119 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1389.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "amazonprometheus",
"description": "Enable CORS for Amazon Prometheus"
},
{
"type": "feature",
"category": "Appflow",
"description": "Added ability to select DataTransferApiType for DescribeConnector and CreateFlow requests when using Async supported connectors. Added supportedDataTransferType to DescribeConnector/DescribeConnectors/ListConnector response."
},
{
"type": "feature",
"category": "CustomerProfiles",
"description": "This release introduces calculated attribute related APIs."
},
{
"type": "feature",
"category": "IVS",
"description": "API Update for IVS Advanced Channel type"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-amazonprometheus-63359db9.json

This file was deleted.

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.1388.0-->
<!--LATEST=2.1389.0-->
<!--ENTRYINSERT-->

## 2.1389.0
* bugfix: amazonprometheus: Enable CORS for Amazon Prometheus
* feature: Appflow: Added ability to select DataTransferApiType for DescribeConnector and CreateFlow requests when using Async supported connectors. Added supportedDataTransferType to DescribeConnector/DescribeConnectors/ListConnector response.
* feature: CustomerProfiles: This release introduces calculated attribute related APIs.
* feature: IVS: API Update for IVS Advanced Channel type

## 2.1388.0
* feature: ConfigService: Resource Types Exclusion feature launch by AWS Config
* feature: FraudDetector: This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1388.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1389.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

0 comments on commit f2e3f49

Please sign in to comment.