Skip to content

Commit a2423fd

Browse files
author
AWS
committed
Amazon AppStream Update: This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
1 parent 7d248ad commit a2423fd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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 AppStream",
4+
"contributor": "",
5+
"description": "This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa."
6+
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@
306306
{"shape":"ConcurrentModificationException"},
307307
{"shape":"InvalidRoleException"},
308308
{"shape":"ResourceNotFoundException"},
309-
{"shape":"InvalidParameterCombinationException"}
309+
{"shape":"InvalidParameterCombinationException"},
310+
{"shape":"OperationNotPermittedException"}
310311
],
311312
"documentation":"<p>Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations. </p>"
312313
},
@@ -5457,6 +5458,10 @@
54575458
"Permission":{
54585459
"shape":"Permission",
54595460
"documentation":"<p>Indicates whether the action is enabled or disabled.</p>"
5461+
},
5462+
"MaximumLength":{
5463+
"shape":"Integer",
5464+
"documentation":"<p>Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.</p> <p>This can be specified only for the <code>CLIPBOARD_COPY_FROM_LOCAL_DEVICE</code> and <code>CLIPBOARD_COPY_TO_LOCAL_DEVICE</code> actions.</p> <p>This defaults to 20,971,520 (20 MB) when unspecified and the permission is <code>ENABLED</code>. This can't be specified when the permission is <code>DISABLED</code>. </p> <p>This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.</p> <p>The value can be between 1 and 20,971,520 (20 MB).</p>"
54605465
}
54615466
},
54625467
"documentation":"<p>Describes an action and whether the action is enabled or disabled for users during their streaming sessions.</p>"

0 commit comments

Comments
 (0)