Skip to content

Commit

Permalink
2596.0.0: Update AWS APIs to v2.596.0
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jan 2, 2020
1 parent 06f2496 commit dfdfc11
Show file tree
Hide file tree
Showing 4 changed files with 1,957 additions and 751 deletions.
2 changes: 1 addition & 1 deletion atoz.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2595.0.0"
version = "2596.0.0"
author = "disruptek"
description = "Amazon Web Services (AWS) APIs"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions src/atoz/detective_20181026.nim
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ proc url_DeleteMembers_599993(protocol: Scheme; host: string; base: string;

proc validate_DeleteMembers_599992(path: JsonNode; query: JsonNode; header: JsonNode;
formData: JsonNode; body: JsonNode): JsonNode =
## <p>Amazon Detective is currently in preview.</p> <p>Deletes one or more member accounts from the master account behavior graph. This operation can only be called by a Detective master account. That account cannot use <code>DeleteMembers</code> to delete their own account from the Morocco graph. To disable a behavior graph, the master account uses the <code>DeleteGraph</code> API method.</p>
## <p>Amazon Detective is currently in preview.</p> <p>Deletes one or more member accounts from the master account behavior graph. This operation can only be called by a Detective master account. That account cannot use <code>DeleteMembers</code> to delete their own account from the behavior graph. To disable a behavior graph, the master account uses the <code>DeleteGraph</code> API method.</p>
##
var section: JsonNode
result = newJObject()
Expand Down Expand Up @@ -623,7 +623,7 @@ proc validate_DeleteMembers_599992(path: JsonNode; query: JsonNode; header: Json

proc call*(call_600002: Call_DeleteMembers_599991; path: JsonNode; query: JsonNode;
header: JsonNode; formData: JsonNode; body: JsonNode): Recallable =
## <p>Amazon Detective is currently in preview.</p> <p>Deletes one or more member accounts from the master account behavior graph. This operation can only be called by a Detective master account. That account cannot use <code>DeleteMembers</code> to delete their own account from the Morocco graph. To disable a behavior graph, the master account uses the <code>DeleteGraph</code> API method.</p>
## <p>Amazon Detective is currently in preview.</p> <p>Deletes one or more member accounts from the master account behavior graph. This operation can only be called by a Detective master account. That account cannot use <code>DeleteMembers</code> to delete their own account from the behavior graph. To disable a behavior graph, the master account uses the <code>DeleteGraph</code> API method.</p>
##
let valid = call_600002.validator(path, query, header, formData, body)
let scheme = call_600002.pickScheme
Expand All @@ -636,7 +636,7 @@ proc call*(call_600002: Call_DeleteMembers_599991; path: JsonNode; query: JsonNo

proc call*(call_600003: Call_DeleteMembers_599991; body: JsonNode): Recallable =
## deleteMembers
## <p>Amazon Detective is currently in preview.</p> <p>Deletes one or more member accounts from the master account behavior graph. This operation can only be called by a Detective master account. That account cannot use <code>DeleteMembers</code> to delete their own account from the Morocco graph. To disable a behavior graph, the master account uses the <code>DeleteGraph</code> API method.</p>
## <p>Amazon Detective is currently in preview.</p> <p>Deletes one or more member accounts from the master account behavior graph. This operation can only be called by a Detective master account. That account cannot use <code>DeleteMembers</code> to delete their own account from the behavior graph. To disable a behavior graph, the master account uses the <code>DeleteGraph</code> API method.</p>
## body: JObject (required)
var body_600004 = newJObject()
if body != nil:
Expand Down
Loading

0 comments on commit dfdfc11

Please sign in to comment.