Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 20, 2023
1 parent 599392a commit d54142c
Show file tree
Hide file tree
Showing 6 changed files with 964 additions and 33 deletions.
9 changes: 9 additions & 0 deletions codegen/sdk-codegen/aws-models/appstream.json
Original file line number Diff line number Diff line change
Expand Up @@ -2404,6 +2404,9 @@
{
"target": "com.amazonaws.appstream#LimitExceededException"
},
{
"target": "com.amazonaws.appstream#OperationNotPermittedException"
},
{
"target": "com.amazonaws.appstream#ResourceAlreadyExistsException"
},
Expand Down Expand Up @@ -10142,6 +10145,12 @@
"smithy.api#documentation": "<p>Indicates whether the action is enabled or disabled.</p>",
"smithy.api#required": {}
}
},
"MaximumLength": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"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>"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit d54142c

Please sign in to comment.