Skip to content

Commit d54142c

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 599392a commit d54142c

File tree

6 files changed

+964
-33
lines changed

6 files changed

+964
-33
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -2404,6 +2404,9 @@
24042404
{
24052405
"target": "com.amazonaws.appstream#LimitExceededException"
24062406
},
2407+
{
2408+
"target": "com.amazonaws.appstream#OperationNotPermittedException"
2409+
},
24072410
{
24082411
"target": "com.amazonaws.appstream#ResourceAlreadyExistsException"
24092412
},
@@ -10142,6 +10145,12 @@
1014210145
"smithy.api#documentation": "<p>Indicates whether the action is enabled or disabled.</p>",
1014310146
"smithy.api#required": {}
1014410147
}
10148+
},
10149+
"MaximumLength": {
10150+
"target": "com.amazonaws.appstream#Integer",
10151+
"traits": {
10152+
"smithy.api#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>\n <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>\n <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>\n <p>This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.</p>\n <p>The value can be between 1 and 20,971,520 (20 MB).</p>"
10153+
}
1014510154
}
1014610155
},
1014710156
"traits": {

0 commit comments

Comments
 (0)