Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Oct 1, 2018
1 parent 2295a26 commit 2302d45
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 56 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Unreleased Changes
------------------

* Feature - Aws::GuardDuty - Updated the API, and documentation for Amazon GuardDuty.

* Feature - Aws::Rekognition - Updated the documentation for Amazon Rekognition.

2.11.140 (2018-09-28)
------------------

Expand Down
72 changes: 53 additions & 19 deletions aws-sdk-core/apis/guardduty/2017-11-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@
"locationName" : "masterId"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "MasterId", "InvitationId" ]
},
"AcceptInvitationResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -925,7 +925,7 @@
"locationName" : "findingIds"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "FindingIds" ]
},
"ArchiveFindingsResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -1033,11 +1033,21 @@
"CreateDetectorRequest" : {
"type" : "structure",
"members" : {
"ClientToken" : {
"shape" : "__stringMin0Max64",
"locationName" : "clientToken",
"idempotencyToken" : true
},
"Enable" : {
"shape" : "Enable",
"locationName" : "enable"
},
"FindingPublishingFrequency" : {
"shape" : "FindingPublishingFrequency",
"locationName" : "findingPublishingFrequency"
}
}
},
"required" : [ "Enable" ]
},
"CreateDetectorResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -1082,7 +1092,7 @@
"locationName" : "rank"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "FindingCriteria", "Name" ]
},
"CreateFilterResponse" : {
"type" : "structure",
Expand All @@ -1100,6 +1110,11 @@
"shape" : "Activate",
"locationName" : "activate"
},
"ClientToken" : {
"shape" : "__stringMin0Max64",
"locationName" : "clientToken",
"idempotencyToken" : true
},
"DetectorId" : {
"shape" : "__string",
"location" : "uri",
Expand All @@ -1118,7 +1133,7 @@
"locationName" : "name"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "Format", "Activate", "Location", "Name" ]
},
"CreateIPSetResponse" : {
"type" : "structure",
Expand All @@ -1142,7 +1157,7 @@
"locationName" : "detectorId"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "AccountDetails" ]
},
"CreateMembersResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -1179,6 +1194,11 @@
"shape" : "Activate",
"locationName" : "activate"
},
"ClientToken" : {
"shape" : "__stringMin0Max64",
"locationName" : "clientToken",
"idempotencyToken" : true
},
"DetectorId" : {
"shape" : "__string",
"location" : "uri",
Expand All @@ -1197,7 +1217,7 @@
"locationName" : "name"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "Format", "Activate", "Location", "Name" ]
},
"CreateThreatIntelSetResponse" : {
"type" : "structure",
Expand All @@ -1218,7 +1238,8 @@
"shape" : "AccountIds",
"locationName" : "accountIds"
}
}
},
"required" : [ "AccountIds" ]
},
"DeclineInvitationsResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -1291,7 +1312,8 @@
"shape" : "AccountIds",
"locationName" : "accountIds"
}
}
},
"required" : [ "AccountIds" ]
},
"DeleteInvitationsResponse" : {
"type" : "structure",
Expand All @@ -1315,7 +1337,7 @@
"locationName" : "detectorId"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "AccountIds" ]
},
"DeleteMembersResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -1387,7 +1409,7 @@
"locationName" : "detectorId"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "AccountIds" ]
},
"DisassociateMembersResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -1546,6 +1568,10 @@
"shape" : "FindingId"
}
},
"FindingPublishingFrequency" : {
"type" : "string",
"enum" : [ "FIFTEEN_MINUTES", "ONE_HOUR", "SIX_HOURS" ]
},
"FindingStatisticType" : {
"type" : "string",
"enum" : [ "COUNT_BY_SEVERITY" ]
Expand Down Expand Up @@ -1611,6 +1637,10 @@
"shape" : "CreatedAt",
"locationName" : "createdAt"
},
"FindingPublishingFrequency" : {
"shape" : "FindingPublishingFrequency",
"locationName" : "findingPublishingFrequency"
},
"ServiceRole" : {
"shape" : "ServiceRole",
"locationName" : "serviceRole"
Expand Down Expand Up @@ -1683,7 +1713,7 @@
"locationName" : "sortCriteria"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "FindingIds" ]
},
"GetFindingsResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -1711,7 +1741,7 @@
"locationName" : "findingStatisticTypes"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "FindingStatisticTypes" ]
},
"GetFindingsStatisticsResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -1805,7 +1835,7 @@
"locationName" : "detectorId"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "AccountIds" ]
},
"GetMembersResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -1991,7 +2021,7 @@
"locationName" : "message"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "AccountIds" ]
},
"InviteMembersResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -2690,7 +2720,7 @@
"locationName" : "detectorId"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "AccountIds" ]
},
"StartMonitoringMembersResponse" : {
"type" : "structure",
Expand All @@ -2714,7 +2744,7 @@
"locationName" : "detectorId"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "AccountIds" ]
},
"StopMonitoringMembersResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -2774,7 +2804,7 @@
"locationName" : "findingIds"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "FindingIds" ]
},
"UnarchiveFindingsResponse" : {
"type" : "structure",
Expand Down Expand Up @@ -2811,6 +2841,10 @@
"Enable" : {
"shape" : "Enable",
"locationName" : "enable"
},
"FindingPublishingFrequency" : {
"shape" : "FindingPublishingFrequency",
"locationName" : "findingPublishingFrequency"
}
},
"required" : [ "DetectorId" ]
Expand Down Expand Up @@ -2881,7 +2915,7 @@
"locationName" : "findingIds"
}
},
"required" : [ "DetectorId" ]
"required" : [ "DetectorId", "Feedback", "FindingIds" ]
},
"UpdateFindingsFeedbackResponse" : {
"type" : "structure",
Expand Down
13 changes: 12 additions & 1 deletion aws-sdk-core/apis/guardduty/2017-11-28/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,14 @@
"UpdateFindingsFeedbackRequest$FindingIds" : "IDs of the findings that you want to mark as useful or not useful."
}
},
"FindingPublishingFrequency" : {
"base" : "A enum value that specifies how frequently customer got Finding updates published.",
"refs" : {
"CreateDetectorRequest$FindingPublishingFrequency" : "A enum value that specifies how frequently customer got Finding updates published.",
"GetDetectorResponse$FindingPublishingFrequency" : null,
"UpdateDetectorRequest$FindingPublishingFrequency" : "A enum value that specifies how frequently customer got Finding updates published."
}
},
"FindingStatisticType" : {
"base" : "The types of finding statistics.",
"refs" : {
Expand Down Expand Up @@ -1041,7 +1049,10 @@
"__stringMin0Max64" : {
"base" : null,
"refs" : {
"CreateFilterRequest$ClientToken" : "The idempotency token for the create request."
"CreateDetectorRequest$ClientToken" : "The idempotency token for the create request.",
"CreateFilterRequest$ClientToken" : "The idempotency token for the create request.",
"CreateIPSetRequest$ClientToken" : "The idempotency token for the create request.",
"CreateThreatIntelSetRequest$ClientToken" : "The idempotency token for the create request."
}
}
}
Expand Down

0 comments on commit 2302d45

Please sign in to comment.