amazonka-workspaces-0.3.5: Amazon WorkSpaces SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.WorkSpaces.RebootWorkspaces

Contents

Description

Reboots the specified WorkSpaces.

To be able to reboot a WorkSpace, the WorkSpace must have a State of AVAILABLE, IMPAIRED, or INOPERABLE.

This operation is asynchronous and will return before the WorkSpaces have rebooted.

http://docs.aws.amazon.com/workspaces/latest/devguide/API_RebootWorkspaces.html

Synopsis

Request

Request constructor

Request lenses

rwRebootWorkspaceRequests :: Lens' RebootWorkspaces (NonEmpty RebootRequest) Source

An array of structures that specify the WorkSpaces to reboot.

Response

Response constructor

Response lenses

rwr1FailedRequests :: Lens' RebootWorkspacesResponse [FailedWorkspaceChangeRequest] Source

An array of structures that represent any WorkSpaces that could not be rebooted.