Skip to content

Commit c11f116

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.
1 parent c18dedd commit c11f116

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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",
4+
"contributor": "",
5+
"description": "Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits."
6+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@
12231223
},
12241224
"input":{"shape":"StartWorkspacesRequest"},
12251225
"output":{"shape":"StartWorkspacesResult"},
1226-
"documentation":"<p>Starts the specified WorkSpaces.</p> <p>You cannot start a WorkSpace unless it has a running mode of <code>AutoStop</code> and a state of <code>STOPPED</code>.</p>"
1226+
"documentation":"<p>Starts the specified WorkSpaces.</p> <p>You cannot start a WorkSpace unless it has a running mode of <code>AutoStop</code> or <code>Manual</code> and a state of <code>STOPPED</code>.</p>"
12271227
},
12281228
"StartWorkspacesPool":{
12291229
"name":"StartWorkspacesPool",
@@ -1252,7 +1252,7 @@
12521252
},
12531253
"input":{"shape":"StopWorkspacesRequest"},
12541254
"output":{"shape":"StopWorkspacesResult"},
1255-
"documentation":"<p> Stops the specified WorkSpaces.</p> <p>You cannot stop a WorkSpace unless it has a running mode of <code>AutoStop</code> and a state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or <code>ERROR</code>.</p>"
1255+
"documentation":"<p>Stops the specified WorkSpaces.</p> <p>You cannot stop a WorkSpace unless it has a running mode of <code>AutoStop</code> or <code>Manual</code> and a state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or <code>ERROR</code>.</p>"
12561256
},
12571257
"StopWorkspacesPool":{
12581258
"name":"StopWorkspacesPool",
@@ -6757,7 +6757,7 @@
67576757
},
67586758
"WorkspaceName":{
67596759
"shape":"WorkspaceName",
6760-
"documentation":"<p>The name of the user-decoupled WorkSpace.</p>"
6760+
"documentation":"<p>The name of the user-decoupled WorkSpace.</p> <note> <p> <code>WorkspaceName</code> is required if <code>UserName</code> is <code>[UNDEFINED]</code> for user-decoupled WorkSpaces. <code>WorkspaceName</code> is not applicable if <code>UserName</code> is specified for user-assigned WorkSpaces.</p> </note>"
67616761
}
67626762
},
67636763
"documentation":"<p>Describes the information used to create a WorkSpace.</p>"

0 commit comments

Comments
 (0)