Skip to content

Commit

Permalink
Amazon Detective Update: The API definition now indicates that the fo…
Browse files Browse the repository at this point in the history
…rmat for timestamps is an ISO 8601 date-time string
  • Loading branch information
AWS committed Feb 12, 2021
1 parent 63436bd commit bd8847c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AmazonDetective-a0fc126.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Detective",
"contributor": "",
"description": "The API definition now indicates that the format for timestamps is an ISO 8601 date-time string"
}
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,10 @@
}
}
},
"Timestamp":{"type":"timestamp"},
"Timestamp":{
"type":"timestamp",
"timestampFormat":"iso8601"
},
"UnprocessedAccount":{
"type":"structure",
"members":{
Expand Down

0 comments on commit bd8847c

Please sign in to comment.