|
894 | 894 | "traits": { |
895 | 895 | "smithy.api#enumValue": "DeploymentError.WorkspaceUnreachable" |
896 | 896 | } |
| 897 | + }, |
| 898 | + "APPLICATION_OLDVERSIONEXIST_FAILURE": { |
| 899 | + "target": "smithy.api#Unit", |
| 900 | + "traits": { |
| 901 | + "smithy.api#enumValue": "ValidationError.ApplicationOldVersionExists" |
| 902 | + } |
897 | 903 | } |
898 | 904 | } |
899 | 905 | }, |
|
1857 | 1863 | } |
1858 | 1864 | ], |
1859 | 1865 | "traits": { |
1860 | | - "smithy.api#documentation": "<p>Copies the specified image from the specified Region to the current Region. For more\n information about copying images, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/copy-custom-image.html\"> Copy a Custom WorkSpaces\n Image</a>.</p>\n <p>In the China (Ningxia) Region, you can copy images only within the same Region.</p>\n <p>In Amazon Web Services GovCloud (US), to copy images to and from other Regions, contact Amazon Web ServicesSupport.</p>\n <important>\n <p>Before copying a shared image, be sure to verify that it has been shared from the\n correct Amazon Web Services account. To determine if an image has been shared and to see\n the ID of the Amazon Web Services account that owns an image, use the <a href=\"https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImages.html\">DescribeWorkSpaceImages</a> and <a href=\"https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImagePermissions.html\">DescribeWorkspaceImagePermissions</a> API operations. </p>\n </important>" |
| 1866 | + "smithy.api#documentation": "<p>Copies the specified image from the specified Region to the current Region. For more\n information about copying images, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/copy-custom-image.html\"> Copy a Custom WorkSpaces\n Image</a>.</p>\n <p>In the China (Ningxia) Region, you can copy images only within the same Region.</p>\n <p>In Amazon Web Services GovCloud (US), to copy images to and from other Regions, contact Amazon Web Services Support.</p>\n <important>\n <p>Before copying a shared image, be sure to verify that it has been shared from the\n correct Amazon Web Services account. To determine if an image has been shared and to see\n the ID of the Amazon Web Services account that owns an image, use the <a href=\"https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImages.html\">DescribeWorkSpaceImages</a> and <a href=\"https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImagePermissions.html\">DescribeWorkspaceImagePermissions</a> API operations. </p>\n </important>" |
1861 | 1867 | } |
1862 | 1868 | }, |
1863 | 1869 | "com.amazonaws.workspaces#CopyWorkspaceImageRequest": { |
|
2849 | 2855 | "smithy.api#enumValue": "IN_PROGRESS" |
2850 | 2856 | } |
2851 | 2857 | }, |
| 2858 | + "PROCESSING_SOURCE_IMAGE": { |
| 2859 | + "target": "smithy.api#Unit", |
| 2860 | + "traits": { |
| 2861 | + "smithy.api#enumValue": "PROCESSING_SOURCE_IMAGE" |
| 2862 | + } |
| 2863 | + }, |
| 2864 | + "IMAGE_TESTING_START": { |
| 2865 | + "target": "smithy.api#Unit", |
| 2866 | + "traits": { |
| 2867 | + "smithy.api#enumValue": "IMAGE_TESTING_START" |
| 2868 | + } |
| 2869 | + }, |
| 2870 | + "UPDATING_OPERATING_SYSTEM": { |
| 2871 | + "target": "smithy.api#Unit", |
| 2872 | + "traits": { |
| 2873 | + "smithy.api#enumValue": "UPDATING_OPERATING_SYSTEM" |
| 2874 | + } |
| 2875 | + }, |
| 2876 | + "IMAGE_COMPATIBILITY_CHECKING": { |
| 2877 | + "target": "smithy.api#Unit", |
| 2878 | + "traits": { |
| 2879 | + "smithy.api#enumValue": "IMAGE_COMPATIBILITY_CHECKING" |
| 2880 | + } |
| 2881 | + }, |
| 2882 | + "IMAGE_TESTING_GENERALIZATION": { |
| 2883 | + "target": "smithy.api#Unit", |
| 2884 | + "traits": { |
| 2885 | + "smithy.api#enumValue": "IMAGE_TESTING_GENERALIZATION" |
| 2886 | + } |
| 2887 | + }, |
| 2888 | + "CREATING_TEST_INSTANCE": { |
| 2889 | + "target": "smithy.api#Unit", |
| 2890 | + "traits": { |
| 2891 | + "smithy.api#enumValue": "CREATING_TEST_INSTANCE" |
| 2892 | + } |
| 2893 | + }, |
| 2894 | + "INSTALLING_COMPONENTS": { |
| 2895 | + "target": "smithy.api#Unit", |
| 2896 | + "traits": { |
| 2897 | + "smithy.api#enumValue": "INSTALLING_COMPONENTS" |
| 2898 | + } |
| 2899 | + }, |
| 2900 | + "GENERALIZING": { |
| 2901 | + "target": "smithy.api#Unit", |
| 2902 | + "traits": { |
| 2903 | + "smithy.api#enumValue": "GENERALIZING" |
| 2904 | + } |
| 2905 | + }, |
| 2906 | + "VALIDATING": { |
| 2907 | + "target": "smithy.api#Unit", |
| 2908 | + "traits": { |
| 2909 | + "smithy.api#enumValue": "VALIDATING" |
| 2910 | + } |
| 2911 | + }, |
| 2912 | + "PUBLISHING": { |
| 2913 | + "target": "smithy.api#Unit", |
| 2914 | + "traits": { |
| 2915 | + "smithy.api#enumValue": "PUBLISHING" |
| 2916 | + } |
| 2917 | + }, |
2852 | 2918 | "COMPLETED": { |
2853 | 2919 | "target": "smithy.api#Unit", |
2854 | 2920 | "traits": { |
|
4450 | 4516 | "smithy.api#documentation": "<p>The state of the WorkSpace image.</p>" |
4451 | 4517 | } |
4452 | 4518 | }, |
| 4519 | + "StateMessage": { |
| 4520 | + "target": "com.amazonaws.workspaces#WorkflowStateMessage", |
| 4521 | + "traits": { |
| 4522 | + "smithy.api#documentation": "<p>The state message of the WorkSpace image import workflow.</p>" |
| 4523 | + } |
| 4524 | + }, |
| 4525 | + "ProgressPercentage": { |
| 4526 | + "target": "com.amazonaws.workspaces#Percentage", |
| 4527 | + "traits": { |
| 4528 | + "smithy.api#documentation": "<p>The estimated progress percentage of the WorkSpace image import workflow.</p>" |
| 4529 | + } |
| 4530 | + }, |
4453 | 4531 | "Created": { |
4454 | 4532 | "target": "com.amazonaws.workspaces#Timestamp", |
4455 | 4533 | "traits": { |
|
8213 | 8291 | "target": "com.amazonaws.workspaces#PendingCreateStandbyWorkspacesRequest" |
8214 | 8292 | } |
8215 | 8293 | }, |
| 8294 | + "com.amazonaws.workspaces#Percentage": { |
| 8295 | + "type": "integer", |
| 8296 | + "traits": { |
| 8297 | + "smithy.api#range": { |
| 8298 | + "min": 0, |
| 8299 | + "max": 100 |
| 8300 | + } |
| 8301 | + } |
| 8302 | + }, |
8216 | 8303 | "com.amazonaws.workspaces#Platform": { |
8217 | 8304 | "type": "enum", |
8218 | 8305 | "members": { |
|
9734 | 9821 | "target": "com.amazonaws.workspaces#TerminateWorkspacesResult" |
9735 | 9822 | }, |
9736 | 9823 | "traits": { |
9737 | | - "smithy.api#documentation": "<p>Terminates the specified WorkSpaces.</p>\n <important>\n <p>Terminating a WorkSpace is a permanent action and cannot be undone. The user's data\n is destroyed. If you need to archive any user data, contact Amazon Web ServicesSupport before\n terminating the WorkSpace.</p>\n </important>\n <p>You can terminate a WorkSpace that is in any state except <code>SUSPENDED</code>.</p>\n <p>This operation is asynchronous and returns before the WorkSpaces have been completely\n terminated. After a WorkSpace is terminated, the <code>TERMINATED</code> state is returned\n only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely\n returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using\n <a href=\"https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html\">\n DescribeWorkSpaces</a>. If the WorkSpace ID isn't returned, then the WorkSpace has\n been successfully terminated.</p>\n <note>\n <p>Simple AD and AD Connector are made available to you free of charge to use with\n WorkSpaces. If there are no WorkSpaces being used with your Simple AD or AD Connector\n directory for 30 consecutive days, this directory will be automatically deregistered for\n use with Amazon WorkSpaces, and you will be charged for this directory as per the <a href=\"http://aws.amazon.com/directoryservice/pricing/\">Directory Service pricing\n terms</a>.</p>\n <p>To delete empty directories, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/delete-workspaces-directory.html\"> Delete the\n Directory for Your WorkSpaces</a>. If you delete your Simple AD or AD Connector\n directory, you can always create a new one when you want to start using WorkSpaces\n again.</p>\n </note>" |
| 9824 | + "smithy.api#documentation": "<p>Terminates the specified WorkSpaces.</p>\n <important>\n <p>Terminating a WorkSpace is a permanent action and cannot be undone. The user's data\n is destroyed. If you need to archive any user data, contact Amazon Web Services Support before\n terminating the WorkSpace.</p>\n </important>\n <p>You can terminate a WorkSpace that is in any state except <code>SUSPENDED</code>.</p>\n <p>This operation is asynchronous and returns before the WorkSpaces have been completely\n terminated. After a WorkSpace is terminated, the <code>TERMINATED</code> state is returned\n only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely\n returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using\n <a href=\"https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html\">\n DescribeWorkSpaces</a>. If the WorkSpace ID isn't returned, then the WorkSpace has\n been successfully terminated.</p>\n <note>\n <p>Simple AD and AD Connector are made available to you free of charge to use with\n WorkSpaces. If there are no WorkSpaces being used with your Simple AD or AD Connector\n directory for 30 consecutive days, this directory will be automatically deregistered for\n use with Amazon WorkSpaces, and you will be charged for this directory as per the <a href=\"http://aws.amazon.com/directoryservice/pricing/\">Directory Service pricing\n terms</a>.</p>\n <p>To delete empty directories, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/delete-workspaces-directory.html\"> Delete the\n Directory for Your WorkSpaces</a>. If you delete your Simple AD or AD Connector\n directory, you can always create a new one when you want to start using WorkSpaces\n again.</p>\n </note>" |
9738 | 9825 | } |
9739 | 9826 | }, |
9740 | 9827 | "com.amazonaws.workspaces#TerminateWorkspacesPool": { |
|
10219 | 10306 | } |
10220 | 10307 | ], |
10221 | 10308 | "traits": { |
10222 | | - "smithy.api#documentation": "<p>Shares or unshares an image with one account in the same Amazon Web Services Region by\n specifying whether that account has permission to copy the image. If the copy image\n permission is granted, the image is shared with that account. If the copy image permission\n is revoked, the image is unshared with the account.</p>\n <p>After an image has been shared, the recipient account can copy the image to other\n Regions as needed.</p>\n <p>In the China (Ningxia) Region, you can copy images only within the same Region.</p>\n <p>In Amazon Web Services GovCloud (US), to copy images to and from other Regions, contact Amazon Web ServicesSupport.</p>\n <p>For more information about sharing images, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html\"> Share or Unshare a Custom\n WorkSpaces Image</a>.</p>\n <note>\n <ul>\n <li>\n <p>To delete an image that has been shared, you must unshare the image before you\n delete it.</p>\n </li>\n <li>\n <p>Sharing Bring Your Own License (BYOL) images across Amazon Web Services accounts\n isn't supported at this time in Amazon Web Services GovCloud (US). To share BYOL images\n across accounts in Amazon Web Services GovCloud (US), contact Amazon Web ServicesSupport.</p>\n </li>\n </ul>\n </note>" |
| 10309 | + "smithy.api#documentation": "<p>Shares or unshares an image with one account in the same Amazon Web Services Region by\n specifying whether that account has permission to copy the image. If the copy image\n permission is granted, the image is shared with that account. If the copy image permission\n is revoked, the image is unshared with the account.</p>\n <p>After an image has been shared, the recipient account can copy the image to other\n Regions as needed.</p>\n <p>In the China (Ningxia) Region, you can copy images only within the same Region.</p>\n <p>In Amazon Web Services GovCloud (US), to copy images to and from other Regions, contact Amazon Web Services Support.</p>\n <p>For more information about sharing images, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html\"> Share or Unshare a Custom\n WorkSpaces Image</a>.</p>\n <note>\n <ul>\n <li>\n <p>To delete an image that has been shared, you must unshare the image before you\n delete it.</p>\n </li>\n <li>\n <p>Sharing Bring Your Own License (BYOL) images across Amazon Web Services accounts\n isn't supported at this time in Amazon Web Services GovCloud (US). To share BYOL images\n across accounts in Amazon Web Services GovCloud (US), contact Amazon Web Services Support.</p>\n </li>\n </ul>\n </note>" |
10223 | 10310 | } |
10224 | 10311 | }, |
10225 | 10312 | "com.amazonaws.workspaces#UpdateWorkspaceImagePermissionRequest": { |
|
10683 | 10770 | "target": "com.amazonaws.workspaces#WorkSpaceAssociatedResourceType" |
10684 | 10771 | } |
10685 | 10772 | }, |
| 10773 | + "com.amazonaws.workspaces#WorkflowStateMessage": { |
| 10774 | + "type": "string", |
| 10775 | + "traits": { |
| 10776 | + "smithy.api#length": { |
| 10777 | + "min": 1, |
| 10778 | + "max": 1000 |
| 10779 | + } |
| 10780 | + } |
| 10781 | + }, |
10686 | 10782 | "com.amazonaws.workspaces#Workspace": { |
10687 | 10783 | "type": "structure", |
10688 | 10784 | "members": { |
|
0 commit comments