amazonka-workspaces-0.3.4: Amazon WorkSpaces SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.WorkSpaces.TerminateWorkspaces

Contents

Description

Terminates the specified WorkSpaces.

Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is not maintained and will be destroyed. If you need to archive any user data, contact Amazon Web Services before terminating the WorkSpace.

You can terminate a WorkSpace that is in any state except SUSPENDED.

This operation is asynchronous and will return before the WorkSpaces have been completely terminated.

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

Synopsis

Request

Request constructor

Request lenses

twTerminateWorkspaceRequests :: Lens' TerminateWorkspaces (NonEmpty TerminateRequest) Source

An array of structures that specify the WorkSpaces to terminate.

Response

Response constructor

Response lenses

twrFailedRequests :: Lens' TerminateWorkspacesResponse [FailedWorkspaceChangeRequest] Source

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