Skip to content

Commit 822d606

Browse files
author
awstools
committed
feat(client-iottwinmaker): Support RESET_VALUE UpdateType for PropertyUpdates to reset property value to default or null
1 parent 813c1f6 commit 822d606

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

clients/client-iottwinmaker/src/models/models_0.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ export class ServiceQuotaExceededException extends __BaseException {
554554
export const PropertyUpdateType = {
555555
CREATE: "CREATE",
556556
DELETE: "DELETE",
557+
RESET_VALUE: "RESET_VALUE",
557558
UPDATE: "UPDATE",
558559
} as const;
559560

codegen/sdk-codegen/aws-models/iottwinmaker.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6782,6 +6782,10 @@
67826782
{
67836783
"name": "CREATE",
67846784
"value": "CREATE"
6785+
},
6786+
{
6787+
"name": "RESET_VALUE",
6788+
"value": "RESET_VALUE"
67856789
}
67866790
]
67876791
}

0 commit comments

Comments
 (0)