Skip to content

Commit c704cee

Browse files
author
AWS
committed
Amazon Augmented AI Runtime Update: Fix bug with parsing ISO-8601 CreationTime in Java SDK in DescribeHumanLoop
1 parent faf2981 commit c704cee

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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 Augmented AI Runtime",
4+
"contributor": "",
5+
"description": "Fix bug with parsing ISO-8601 CreationTime in Java SDK in DescribeHumanLoop"
6+
}

services/sagemakera2iruntime/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"metadata":{
44
"apiVersion":"2019-11-07",
55
"endpointPrefix":"a2i-runtime.sagemaker",
6-
"jsonVersion":"1.1",
76
"protocol":"rest-json",
87
"serviceFullName":"Amazon Augmented AI Runtime",
98
"serviceId":"SageMaker A2I Runtime",
@@ -447,7 +446,10 @@
447446
"error":{"httpStatusCode":429},
448447
"exception":true
449448
},
450-
"Timestamp":{"type":"timestamp"},
449+
"Timestamp":{
450+
"type":"timestamp",
451+
"timestampFormat":"iso8601"
452+
},
451453
"ValidationException":{
452454
"type":"structure",
453455
"members":{

0 commit comments

Comments
 (0)