|
188 | 188 | ],
|
189 | 189 | "documentation":"<p>Creates the specified WorkSpace bundle. For more information about creating WorkSpace bundles, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/create-custom-bundle.html\"> Create a Custom WorkSpaces Image and Bundle</a>.</p>"
|
190 | 190 | },
|
| 191 | + "CreateWorkspaceImage":{ |
| 192 | + "name":"CreateWorkspaceImage", |
| 193 | + "http":{ |
| 194 | + "method":"POST", |
| 195 | + "requestUri":"/" |
| 196 | + }, |
| 197 | + "input":{"shape":"CreateWorkspaceImageRequest"}, |
| 198 | + "output":{"shape":"CreateWorkspaceImageResult"}, |
| 199 | + "errors":[ |
| 200 | + {"shape":"ResourceLimitExceededException"}, |
| 201 | + {"shape":"ResourceAlreadyExistsException"}, |
| 202 | + {"shape":"ResourceNotFoundException"}, |
| 203 | + {"shape":"OperationNotSupportedException"}, |
| 204 | + {"shape":"InvalidResourceStateException"}, |
| 205 | + {"shape":"AccessDeniedException"}, |
| 206 | + {"shape":"InvalidParameterValuesException"} |
| 207 | + ], |
| 208 | + "documentation":"<p>Creates a new WorkSpace image from an existing WorkSpace.</p>" |
| 209 | + }, |
191 | 210 | "CreateWorkspaces":{
|
192 | 211 | "name":"CreateWorkspaces",
|
193 | 212 | "http":{
|
|
1597 | 1616 | "WorkspaceBundle":{"shape":"WorkspaceBundle"}
|
1598 | 1617 | }
|
1599 | 1618 | },
|
| 1619 | + "CreateWorkspaceImageRequest":{ |
| 1620 | + "type":"structure", |
| 1621 | + "required":[ |
| 1622 | + "Name", |
| 1623 | + "Description", |
| 1624 | + "WorkspaceId" |
| 1625 | + ], |
| 1626 | + "members":{ |
| 1627 | + "Name":{ |
| 1628 | + "shape":"WorkspaceImageName", |
| 1629 | + "documentation":"<p>The name of the new WorkSpace image.</p>" |
| 1630 | + }, |
| 1631 | + "Description":{ |
| 1632 | + "shape":"WorkspaceImageDescription", |
| 1633 | + "documentation":"<p>The description of the new WorkSpace image.</p>" |
| 1634 | + }, |
| 1635 | + "WorkspaceId":{ |
| 1636 | + "shape":"WorkspaceId", |
| 1637 | + "documentation":"<p>The identifier of the source WorkSpace</p>" |
| 1638 | + }, |
| 1639 | + "Tags":{ |
| 1640 | + "shape":"TagList", |
| 1641 | + "documentation":"<p>The tags that you want to add to the new WorkSpace image. To add tags when you're creating the image, you must create an IAM policy that grants your IAM user permission to use <code>workspaces:CreateTags</code>.</p>" |
| 1642 | + } |
| 1643 | + } |
| 1644 | + }, |
| 1645 | + "CreateWorkspaceImageResult":{ |
| 1646 | + "type":"structure", |
| 1647 | + "members":{ |
| 1648 | + "ImageId":{ |
| 1649 | + "shape":"WorkspaceImageId", |
| 1650 | + "documentation":"<p>The identifier of the new WorkSpace image.</p>" |
| 1651 | + }, |
| 1652 | + "Name":{ |
| 1653 | + "shape":"WorkspaceImageName", |
| 1654 | + "documentation":"<p>The name of the image.</p>" |
| 1655 | + }, |
| 1656 | + "Description":{ |
| 1657 | + "shape":"WorkspaceImageDescription", |
| 1658 | + "documentation":"<p>The description of the image.</p>" |
| 1659 | + }, |
| 1660 | + "OperatingSystem":{ |
| 1661 | + "shape":"OperatingSystem", |
| 1662 | + "documentation":"<p>The operating system that the image is running.</p>" |
| 1663 | + }, |
| 1664 | + "State":{ |
| 1665 | + "shape":"WorkspaceImageState", |
| 1666 | + "documentation":"<p>The availability status of the image.</p>" |
| 1667 | + }, |
| 1668 | + "RequiredTenancy":{ |
| 1669 | + "shape":"WorkspaceImageRequiredTenancy", |
| 1670 | + "documentation":"<p>Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.htm\"> Bring Your Own Windows Desktop Images.</a> </p>" |
| 1671 | + }, |
| 1672 | + "Created":{ |
| 1673 | + "shape":"Timestamp", |
| 1674 | + "documentation":"<p>The date when the image was created.</p>" |
| 1675 | + }, |
| 1676 | + "OwnerAccountId":{ |
| 1677 | + "shape":"AwsAccount", |
| 1678 | + "documentation":"<p>The identifier of the AWS account that owns the image.</p>" |
| 1679 | + } |
| 1680 | + } |
| 1681 | + }, |
1600 | 1682 | "CreateWorkspacesRequest":{
|
1601 | 1683 | "type":"structure",
|
1602 | 1684 | "required":["Workspaces"],
|
|
1652 | 1734 | "members":{
|
1653 | 1735 | "LogoUrl":{
|
1654 | 1736 | "shape":"ClientUrl",
|
1655 |
| - "documentation":"<p>The logo URL. The only image format accepted is a binary data object that is converted from a <code>.png</code> file.</p>" |
| 1737 | + "documentation":"<p>The logo. The only image format accepted is a binary data object that is converted from a <code>.png</code> file.</p>" |
1656 | 1738 | },
|
1657 | 1739 | "SupportEmail":{
|
1658 | 1740 | "shape":"ClientEmail",
|
|
1668 | 1750 | },
|
1669 | 1751 | "LoginMessage":{
|
1670 | 1752 | "shape":"LoginMessage",
|
1671 |
| - "documentation":"<p>The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is <code>en_US</code>. </p>" |
| 1753 | + "documentation":"<p>The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>" |
1672 | 1754 | }
|
1673 | 1755 | },
|
1674 | 1756 | "documentation":"<p>Returns default client branding attributes that were imported. These attributes display on the client login screen.</p> <important> <p>Client branding attributes are public facing. Ensure that you don't include sensitive information.</p> </important>"
|
|
1694 | 1776 | },
|
1695 | 1777 | "LoginMessage":{
|
1696 | 1778 | "shape":"LoginMessage",
|
1697 |
| - "documentation":"<p>The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is <code>en_US</code>. </p>" |
| 1779 | + "documentation":"<p>The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>" |
1698 | 1780 | }
|
1699 | 1781 | },
|
1700 | 1782 | "documentation":"<p>The default client branding attributes to be imported. These attributes display on the client login screen.</p> <important> <p>Client branding attributes are public facing. Ensure that you do not include sensitive information.</p> </important>"
|
|
2654 | 2736 | },
|
2655 | 2737 | "LoginMessage":{
|
2656 | 2738 | "shape":"LoginMessage",
|
2657 |
| - "documentation":"<p>The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is <code>en_US</code>. </p>" |
| 2739 | + "documentation":"<p>The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>" |
2658 | 2740 | }
|
2659 | 2741 | },
|
2660 | 2742 | "documentation":"<p>The client branding attributes for iOS device types. These attributes are displayed on the iOS client login screen only.</p> <important> <p>Client branding attributes are public facing. Ensure you do not include sensitive information.</p> </important>"
|
|
2688 | 2770 | },
|
2689 | 2771 | "LoginMessage":{
|
2690 | 2772 | "shape":"LoginMessage",
|
2691 |
| - "documentation":"<p>The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is <code>en_US</code>. </p>" |
| 2773 | + "documentation":"<p>The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>" |
2692 | 2774 | }
|
2693 | 2775 | },
|
2694 | 2776 | "documentation":"<p>The client branding attributes to import for iOS device types. These attributes are displayed on the iOS client login screen.</p> <important> <p>Client branding attributes are public facing. Ensure you do not include sensitive information.</p> </important>"
|
|
0 commit comments