Skip to content

Commit 86bd79e

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent c085375 commit 86bd79e

File tree

12 files changed

+783
-144
lines changed

12 files changed

+783
-144
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::GuardDuty - Updated the API, and documentation for Amazon GuardDuty.
5+
6+
* Feature - Aws::IoT - Updated the API, and documentation for AWS IoT.
7+
8+
* Feature - Aws::MediaConvert - Updated the API, and documentation for AWS Elemental MediaConvert.
9+
10+
* Feature - Aws::Redshift - Updated the API, and documentation for Amazon Redshift.
11+
12+
* Feature - Aws::Lex - Updated the API, and documentation for Amazon Lex Runtime Service.
13+
414
2.11.329 (2019-08-08)
515
------------------
616

aws-sdk-core/apis/guardduty/2017-11-28/api-2.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,15 @@
14021402
"type":"list",
14031403
"member":{"shape":"String"}
14041404
},
1405+
"Evidence":{
1406+
"type":"structure",
1407+
"members":{
1408+
"ThreatIntelligenceDetails":{
1409+
"shape":"ThreatIntelligenceDetails",
1410+
"locationName":"threatIntelligenceDetails"
1411+
}
1412+
}
1413+
},
14051414
"Feedback":{
14061415
"type":"string",
14071416
"enum":[
@@ -2725,6 +2734,10 @@
27252734
"shape":"Action",
27262735
"locationName":"action"
27272736
},
2737+
"Evidence":{
2738+
"shape":"Evidence",
2739+
"locationName":"evidence"
2740+
},
27282741
"Archived":{
27292742
"shape":"Boolean",
27302743
"locationName":"archived"
@@ -2925,6 +2938,27 @@
29252938
"max":300,
29262939
"min":1
29272940
},
2941+
"ThreatIntelligenceDetail":{
2942+
"type":"structure",
2943+
"members":{
2944+
"ThreatListName":{
2945+
"shape":"String",
2946+
"locationName":"threatListName"
2947+
},
2948+
"ThreatNames":{
2949+
"shape":"ThreatNames",
2950+
"locationName":"threatNames"
2951+
}
2952+
}
2953+
},
2954+
"ThreatIntelligenceDetails":{
2955+
"type":"list",
2956+
"member":{"shape":"ThreatIntelligenceDetail"}
2957+
},
2958+
"ThreatNames":{
2959+
"type":"list",
2960+
"member":{"shape":"String"}
2961+
},
29282962
"UnarchiveFindingsRequest":{
29292963
"type":"structure",
29302964
"required":[

0 commit comments

Comments
 (0)