Skip to content

Commit 5d1f217

Browse files
author
AWS
committed
AWS IoT TwinMaker Update: Support RESET_VALUE UpdateType for PropertyUpdates to reset property value to default or null
1 parent 9916698 commit 5d1f217

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-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": "AWS IoT TwinMaker",
4+
"contributor": "",
5+
"description": "Support RESET_VALUE UpdateType for PropertyUpdates to reset property value to default or null"
6+
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"metadata":{
44
"apiVersion":"2021-11-29",
55
"endpointPrefix":"iottwinmaker",
6-
"jsonVersion":"1.1",
76
"protocol":"rest-json",
7+
"protocols":["rest-json"],
88
"serviceFullName":"AWS IoT TwinMaker",
99
"serviceId":"IoTTwinMaker",
1010
"signatureVersion":"v4",
@@ -4096,7 +4096,8 @@
40964096
"enum":[
40974097
"UPDATE",
40984098
"DELETE",
4099-
"CREATE"
4099+
"CREATE",
4100+
"RESET_VALUE"
41004101
]
41014102
},
41024103
"PropertyValue":{

0 commit comments

Comments
 (0)