Skip to content

Commit

Permalink
feat(client-iottwinmaker): Support RESET_VALUE UpdateType for Propert…
Browse files Browse the repository at this point in the history
…yUpdates to reset property value to default or null
  • Loading branch information
awstools committed Jun 3, 2024
1 parent 813c1f6 commit 822d606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/client-iottwinmaker/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ export class ServiceQuotaExceededException extends __BaseException {
export const PropertyUpdateType = {
CREATE: "CREATE",
DELETE: "DELETE",
RESET_VALUE: "RESET_VALUE",
UPDATE: "UPDATE",
} as const;

Expand Down
4 changes: 4 additions & 0 deletions codegen/sdk-codegen/aws-models/iottwinmaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -6782,6 +6782,10 @@
{
"name": "CREATE",
"value": "CREATE"
},
{
"name": "RESET_VALUE",
"value": "RESET_VALUE"
}
]
}
Expand Down

0 comments on commit 822d606

Please sign in to comment.