From bd8847c8a74c59dc72a8203fc55694a7831cb8da Mon Sep 17 00:00:00 2001 From: AWS <> Date: Fri, 12 Feb 2021 19:06:43 +0000 Subject: [PATCH] Amazon Detective Update: The API definition now indicates that the format for timestamps is an ISO 8601 date-time string --- .changes/next-release/feature-AmazonDetective-a0fc126.json | 6 ++++++ .../src/main/resources/codegen-resources/service-2.json | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .changes/next-release/feature-AmazonDetective-a0fc126.json diff --git a/.changes/next-release/feature-AmazonDetective-a0fc126.json b/.changes/next-release/feature-AmazonDetective-a0fc126.json new file mode 100644 index 000000000000..53aa9f49cb67 --- /dev/null +++ b/.changes/next-release/feature-AmazonDetective-a0fc126.json @@ -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" +} diff --git a/services/detective/src/main/resources/codegen-resources/service-2.json b/services/detective/src/main/resources/codegen-resources/service-2.json index 67d527b795c3..6f1492876bb3 100644 --- a/services/detective/src/main/resources/codegen-resources/service-2.json +++ b/services/detective/src/main/resources/codegen-resources/service-2.json @@ -621,7 +621,10 @@ } } }, - "Timestamp":{"type":"timestamp"}, + "Timestamp":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, "UnprocessedAccount":{ "type":"structure", "members":{