amazonka-workspaces-2.0: Amazon WorkSpaces SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Description

 
Synopsis

Documentation

data PendingCreateStandbyWorkspacesRequest Source #

Information about the Standby WorkSpace.

See: newPendingCreateStandbyWorkspacesRequest smart constructor.

Constructors

PendingCreateStandbyWorkspacesRequest' 

Fields

  • directoryId :: Maybe Text

    The identifier of the directory for the Standby WorkSpace.

  • state :: Maybe WorkspaceState

    The operational state of the Standby WorkSpace.

  • userName :: Maybe Text

    Describes the Standby WorkSpace that was created.

    Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.

  • workspaceId :: Maybe Text

    The identifier of the Standby WorkSpace.

Instances

Instances details
FromJSON PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Generic PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Read PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Show PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

NFData PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Eq PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Hashable PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

type Rep PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

type Rep PendingCreateStandbyWorkspacesRequest = D1 ('MetaData "PendingCreateStandbyWorkspacesRequest" "Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "PendingCreateStandbyWorkspacesRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceState))) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPendingCreateStandbyWorkspacesRequest :: PendingCreateStandbyWorkspacesRequest Source #

Create a value of PendingCreateStandbyWorkspacesRequest 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:directoryId:PendingCreateStandbyWorkspacesRequest', pendingCreateStandbyWorkspacesRequest_directoryId - The identifier of the directory for the Standby WorkSpace.

$sel:state:PendingCreateStandbyWorkspacesRequest', pendingCreateStandbyWorkspacesRequest_state - The operational state of the Standby WorkSpace.

$sel:userName:PendingCreateStandbyWorkspacesRequest', pendingCreateStandbyWorkspacesRequest_userName - Describes the Standby WorkSpace that was created.

Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.

$sel:workspaceId:PendingCreateStandbyWorkspacesRequest', pendingCreateStandbyWorkspacesRequest_workspaceId - The identifier of the Standby WorkSpace.

pendingCreateStandbyWorkspacesRequest_userName :: Lens' PendingCreateStandbyWorkspacesRequest (Maybe Text) Source #

Describes the Standby WorkSpace that was created.

Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.