AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Creates a new updated WorkSpace image based on the specified source image. The new updated WorkSpace image has the latest drivers and other updates required by the Amazon WorkSpaces components.
To determine which WorkSpace images need to be updated with the latest Amazon WorkSpaces requirements, use DescribeWorkspaceImages.
Only Windows 10, Windows Server 2016, and Windows Server 2019 WorkSpace images can be programmatically updated at this time.
Microsoft Windows updates and other application updates are not included in the update process.
The source WorkSpace image is not deleted. You can delete the source image after you've verified your new updated image and created a new bundle.
For .NET Core this operation is only available in asynchronous form. Please refer to CreateUpdatedWorkspaceImageAsync.
Namespace: Amazon.WorkSpaces
Assembly: AWSSDK.WorkSpaces.dll
Version: 3.x.y.z
public abstract CreateUpdatedWorkspaceImageResponse CreateUpdatedWorkspaceImage( CreateUpdatedWorkspaceImageRequest request )
Container for the necessary parameters to execute the CreateUpdatedWorkspaceImage service method.
| Exception | Condition |
|---|---|
| AccessDeniedException | The user is not authorized to access a resource. |
| InvalidParameterValuesException | One or more parameter values are not valid. |
| InvalidResourceStateException | The state of the resource is not valid for this operation. |
| OperationNotSupportedException | This operation is not supported. |
| ResourceAlreadyExistsException | The specified resource already exists. |
| ResourceLimitExceededException | Your resource limits have been exceeded. |
| ResourceNotFoundException | The resource could not be found. |
.NET Framework:
Supported in: 4.7.2 and newer