Skip to content

Commit

Permalink
Release v1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Aug 9, 2019
1 parent 62608c7 commit 1f4898f
Show file tree
Hide file tree
Showing 20 changed files with 2,573 additions and 388 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.22.3 (2019-08-09)
===

### Service Client Updates
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/guardduty`: Updates service API and documentation
* 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.
* `service/iot`: Updates service API and documentation
* This release adds Quality of Service (QoS) support for AWS IoT rules engine republish action.
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert has added support for multi-DRM SPEKE with CMAF outputs, MP3 ingest, and options for improved video quality.
* `service/redshift`: Updates service API and documentation
* Add expectedNextSnapshotScheduleTime and expectedNextSnapshotScheduleTimeStatus to redshift cluster object.
* `service/runtime.lex`: Updates service API and documentation

Release v1.22.2 (2019-08-08)
===

Expand Down
34 changes: 29 additions & 5 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.22.2"
const SDKVersion = "1.22.3"
34 changes: 34 additions & 0 deletions models/apis/guardduty/2017-11-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,15 @@
"type":"list",
"member":{"shape":"String"}
},
"Evidence":{
"type":"structure",
"members":{
"ThreatIntelligenceDetails":{
"shape":"ThreatIntelligenceDetails",
"locationName":"threatIntelligenceDetails"
}
}
},
"Feedback":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2725,6 +2734,10 @@
"shape":"Action",
"locationName":"action"
},
"Evidence":{
"shape":"Evidence",
"locationName":"evidence"
},
"Archived":{
"shape":"Boolean",
"locationName":"archived"
Expand Down Expand Up @@ -2925,6 +2938,27 @@
"max":300,
"min":1
},
"ThreatIntelligenceDetail":{
"type":"structure",
"members":{
"ThreatListName":{
"shape":"String",
"locationName":"threatListName"
},
"ThreatNames":{
"shape":"ThreatNames",
"locationName":"threatNames"
}
}
},
"ThreatIntelligenceDetails":{
"type":"list",
"member":{"shape":"ThreatIntelligenceDetail"}
},
"ThreatNames":{
"type":"list",
"member":{"shape":"String"}
},
"UnarchiveFindingsRequest":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit 1f4898f

Please sign in to comment.