libZSservicesZSamazonka-workspacesZSamazonka-workspaces
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WorkSpaces.Types.StartRequest

Description

 
Synopsis

Documentation

data StartRequest Source #

Information used to start a WorkSpace.

See: newStartRequest smart constructor.

Constructors

StartRequest' 

Fields

Instances

Instances details
Eq StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

Read StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

Show StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

Generic StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

Associated Types

type Rep StartRequest :: Type -> Type #

NFData StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

Methods

rnf :: StartRequest -> () #

Hashable StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

ToJSON StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

type Rep StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

type Rep StartRequest = D1 ('MetaData "StartRequest" "Amazonka.WorkSpaces.Types.StartRequest" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "StartRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStartRequest :: StartRequest Source #

Create a value of StartRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workspaceId:StartRequest', startRequest_workspaceId - The identifier of the WorkSpace.

startRequest_workspaceId :: Lens' StartRequest (Maybe Text) Source #

The identifier of the WorkSpace.