Skip to content

Commit

Permalink
Updates SDK to v2.816.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 22, 2020
1 parent 3aeaba4 commit e04b818
Show file tree
Hide file tree
Showing 29 changed files with 1,893 additions and 421 deletions.
32 changes: 32 additions & 0 deletions .changes/2.816.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds support for quick connects. For details, see the Release Notes in the Amazon Connect Administrator Guide."
},
{
"type": "feature",
"category": "CostExplorer",
"description": "This release adds additional metadata that may be applicable to the Rightsizing Recommendations."
},
{
"type": "feature",
"category": "Glue",
"description": "AWS Glue Find Matches machine learning transforms now support column importance scores."
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Adding the ability to use Fingerprint in GetPartnerAccount and ListPartnerAccounts API responses to protect sensitive customer account information."
},
{
"type": "feature",
"category": "RDS",
"description": "Adds customer-owned IP address (CoIP) support to Amazon RDS on AWS Outposts."
},
{
"type": "feature",
"category": "SSM",
"description": "SSM Maintenance Window support for registering/updating maintenance window tasks without targets."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.815.0-->
<!--LATEST=2.816.0-->
<!--ENTRYINSERT-->

## 2.816.0
* feature: Connect: This release adds support for quick connects. For details, see the Release Notes in the Amazon Connect Administrator Guide.
* feature: CostExplorer: This release adds additional metadata that may be applicable to the Rightsizing Recommendations.
* feature: Glue: AWS Glue Find Matches machine learning transforms now support column importance scores.
* feature: IoTWireless: Adding the ability to use Fingerprint in GetPartnerAccount and ListPartnerAccounts API responses to protect sensitive customer account information.
* feature: RDS: Adds customer-owned IP address (CoIP) support to Amazon RDS on AWS Outposts.
* feature: SSM: SSM Maintenance Window support for registering/updating maintenance window tasks without targets.

## 2.815.0
* feature: ConfigService: AWS Config adds support to save advanced queries. New API operations - GetStoredQuery, PutStoredQuery, ListStoredQueries, DeleteStoredQuery
* feature: ConnectParticipant: This release adds three new APIs: StartAttachmentUpload, CompleteAttachmentUpload, and GetAttachment. For Amazon Connect Chat, you can use these APIs to share files in chat conversations.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version.
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.815.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.816.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/ce-2017-10-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,8 @@
"members": {
"RecommendationId": {},
"GenerationTimestamp": {},
"LookbackPeriodInDays": {}
"LookbackPeriodInDays": {},
"AdditionalMetadata": {}
}
},
"Summary": {
Expand Down
6 changes: 5 additions & 1 deletion apis/ce-2017-10-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3464,6 +3464,10 @@
"LookbackPeriodInDays": {
"shape": "LookbackPeriodInDays",
"documentation": "<p> How many days of previous usage that AWS considers when making this recommendation.</p>"
},
"AdditionalMetadata": {
"shape": "GenericString",
"documentation": "<p>Additional metadata that may be applicable to the recommendation.</p>"
}
},
"documentation": "<p>Metadata for this recommendation set.</p>"
Expand Down Expand Up @@ -4161,7 +4165,7 @@
},
"MonitorArnList": {
"shape": "MonitorArnList",
"documentation": "<p> A list of cost anomaly subscription ARNs. </p>"
"documentation": "<p> A list of cost anomaly monitor ARNs. </p>"
},
"Subscribers": {
"shape": "Subscribers",
Expand Down
Loading

0 comments on commit e04b818

Please sign in to comment.