Skip to content

Commit

Permalink
Updates SDK to v2.507.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 9, 2019
1 parent d7b80fb commit 5dff802
Show file tree
Hide file tree
Showing 24 changed files with 2,436 additions and 1,014 deletions.
27 changes: 27 additions & 0 deletions .changes/2.507.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "GuardDuty",
"description": "New \"evidence\" field in the finding model to provide evidence information explaining why the finding has been triggered. Currently only threat-intelligence findings have this field. Some documentation updates."
},
{
"type": "feature",
"category": "Iot",
"description": "This release adds Quality of Service (QoS) support for AWS IoT rules engine republish action."
},
{
"type": "feature",
"category": "LexRuntime",
"description": "Manage Amazon Lex session state using APIs on the client"
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert has added support for multi-DRM SPEKE with CMAF outputs, MP3 ingest, and options for improved video quality. "
},
{
"type": "feature",
"category": "Redshift",
"description": "Add expectedNextSnapshotScheduleTime and expectedNextSnapshotScheduleTimeStatus to redshift cluster object."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.506.0-->
<!--LATEST=2.507.0-->
<!--ENTRYINSERT-->

## 2.507.0
* feature: GuardDuty: New "evidence" field in the finding model to provide evidence information explaining why the finding has been triggered. Currently only threat-intelligence findings have this field. Some documentation updates.
* feature: Iot: This release adds Quality of Service (QoS) support for AWS IoT rules engine republish action.
* feature: LexRuntime: Manage Amazon Lex session state using APIs on the client
* feature: MediaConvert: AWS Elemental MediaConvert has added support for multi-DRM SPEKE with CMAF outputs, MP3 ingest, and options for improved video quality.
* feature: Redshift: Add expectedNextSnapshotScheduleTime and expectedNextSnapshotScheduleTimeStatus to redshift cluster object.

## 2.506.0
* feature: CodeBuild: CodeBuild adds CloudFormation support for SourceCredential
* feature: Glue: You can now use AWS Glue to find matching records across dataset even without identifiers to join on by using the new FindMatches ML Transform. Find related products, places, suppliers, customers, and more by teaching a custom machine learning transformation that you can use to identify matching matching records as part of your analysis, data cleaning, or master data management project by adding the FindMatches transformation to your Glue ETL Jobs. If your problem is more along the lines of deduplication, you can use the FindMatches in much the same way to identify customers who have signed up more than ones, products that have accidentally been added to your product catalog more than once, and so forth. Using the FindMatches MLTransform, you can teach a Transform your definition of a duplicate through examples, and it will use machine learning to identify other potential duplicates in your dataset. As with data integration, you can then use your new Transform in your deduplication projects by adding the FindMatches transformation to your Glue ETL Jobs. This release also contains additional APIs that support AWS Lake Formation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.506.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.507.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
29 changes: 26 additions & 3 deletions apis/guardduty-2017-11-28.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,29 @@
}
}
},
"Evidence": {
"locationName": "evidence",
"type": "structure",
"members": {
"ThreatIntelligenceDetails": {
"locationName": "threatIntelligenceDetails",
"type": "list",
"member": {
"type": "structure",
"members": {
"ThreatListName": {
"locationName": "threatListName"
},
"ThreatNames": {
"locationName": "threatNames",
"type": "list",
"member": {}
}
}
}
}
}
},
"Archived": {
"locationName": "archived",
"type": "boolean"
Expand Down Expand Up @@ -1307,7 +1330,7 @@
],
"members": {
"Members": {
"shape": "S3m",
"shape": "S3q",
"locationName": "members"
},
"UnprocessedAccounts": {
Expand Down Expand Up @@ -1668,7 +1691,7 @@
"type": "structure",
"members": {
"Members": {
"shape": "S3m",
"shape": "S3q",
"locationName": "members"
},
"NextToken": {
Expand Down Expand Up @@ -2278,7 +2301,7 @@
}
}
},
"S3m": {
"S3q": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 5dff802

Please sign in to comment.