Skip to content

Commit 2e0adcd

Browse files
author
AWS
committed
Amazon WorkSpaces Thin Client Update: Add ConflictException to UpdateEnvironment API
1 parent c0a722c commit 2e0adcd

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
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 WorkSpaces Thin Client",
4+
"contributor": "",
5+
"description": "Add ConflictException to UpdateEnvironment API"
6+
}

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
{"shape":"ServiceQuotaExceededException"},
2727
{"shape":"ValidationException"},
2828
{"shape":"AccessDeniedException"},
29+
{"shape":"ConflictException"},
2930
{"shape":"ResourceNotFoundException"},
3031
{"shape":"ThrottlingException"},
31-
{"shape":"ConflictException"},
3232
{"shape":"InternalServerException"}
3333
],
3434
"documentation":"<p>Creates an environment for your thin client devices.</p>",
@@ -46,9 +46,9 @@
4646
"errors":[
4747
{"shape":"ValidationException"},
4848
{"shape":"AccessDeniedException"},
49+
{"shape":"ConflictException"},
4950
{"shape":"ResourceNotFoundException"},
5051
{"shape":"ThrottlingException"},
51-
{"shape":"ConflictException"},
5252
{"shape":"InternalServerException"}
5353
],
5454
"documentation":"<p>Deletes a thin client device.</p>",
@@ -67,9 +67,9 @@
6767
"errors":[
6868
{"shape":"ValidationException"},
6969
{"shape":"AccessDeniedException"},
70+
{"shape":"ConflictException"},
7071
{"shape":"ResourceNotFoundException"},
7172
{"shape":"ThrottlingException"},
72-
{"shape":"ConflictException"},
7373
{"shape":"InternalServerException"}
7474
],
7575
"documentation":"<p>Deletes an environment.</p>",
@@ -88,9 +88,9 @@
8888
"errors":[
8989
{"shape":"ValidationException"},
9090
{"shape":"AccessDeniedException"},
91+
{"shape":"ConflictException"},
9192
{"shape":"ResourceNotFoundException"},
9293
{"shape":"ThrottlingException"},
93-
{"shape":"ConflictException"},
9494
{"shape":"InternalServerException"}
9595
],
9696
"documentation":"<p>Deregisters a thin client device.</p>",
@@ -239,9 +239,9 @@
239239
"errors":[
240240
{"shape":"ValidationException"},
241241
{"shape":"AccessDeniedException"},
242+
{"shape":"ConflictException"},
242243
{"shape":"ResourceNotFoundException"},
243244
{"shape":"ThrottlingException"},
244-
{"shape":"ConflictException"},
245245
{"shape":"InternalServerException"}
246246
],
247247
"documentation":"<p>Assigns one or more tags (key-value pairs) to the specified resource.</p>",
@@ -259,9 +259,9 @@
259259
"errors":[
260260
{"shape":"ValidationException"},
261261
{"shape":"AccessDeniedException"},
262+
{"shape":"ConflictException"},
262263
{"shape":"ResourceNotFoundException"},
263264
{"shape":"ThrottlingException"},
264-
{"shape":"ConflictException"},
265265
{"shape":"InternalServerException"}
266266
],
267267
"documentation":"<p>Removes a tag or tags from a resource.</p>",
@@ -300,6 +300,7 @@
300300
"errors":[
301301
{"shape":"ValidationException"},
302302
{"shape":"AccessDeniedException"},
303+
{"shape":"ConflictException"},
303304
{"shape":"ResourceNotFoundException"},
304305
{"shape":"ThrottlingException"},
305306
{"shape":"InternalServerException"}

0 commit comments

Comments
 (0)