Skip to content

Commit b7909e8

Browse files
author
AWS
committed
Amazon Detective Update: Added the ability to get data source package information for the behavior graph. Graph administrators can now start (or stop) optional datasources on the behavior graph.
1 parent 49c9a4c commit b7909e8

File tree

3 files changed

+362
-10
lines changed

3 files changed

+362
-10
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Detective",
4+
"contributor": "",
5+
"description": "Added the ability to get data source package information for the behavior graph. Graph administrators can now start (or stop) optional datasources on the behavior graph."
6+
}

services/detective/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"pagination": {
3+
"ListDatasourcePackages": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults"
7+
},
38
"ListGraphs": {
49
"input_token": "NextToken",
510
"output_token": "NextToken",

0 commit comments

Comments
 (0)