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.RelatedWorkspaceProperties

Description

 
Synopsis

Documentation

data RelatedWorkspaceProperties Source #

Describes the related WorkSpace. The related WorkSpace could be a Standby WorkSpace or Primary WorkSpace related to the specified WorkSpace.

See: newRelatedWorkspaceProperties smart constructor.

Constructors

RelatedWorkspaceProperties' 

Fields

Instances

Instances details
FromJSON RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

Generic RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

Associated Types

type Rep RelatedWorkspaceProperties :: Type -> Type #

Read RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

Show RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

NFData RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

Eq RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

Hashable RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

type Rep RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

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

newRelatedWorkspaceProperties :: RelatedWorkspaceProperties Source #

Create a value of RelatedWorkspaceProperties 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:region:RelatedWorkspaceProperties', relatedWorkspaceProperties_region - The Region of the related WorkSpace.

$sel:state:RelatedWorkspaceProperties', relatedWorkspaceProperties_state - Indicates the state of the WorkSpace.

$sel:type':RelatedWorkspaceProperties', relatedWorkspaceProperties_type - Indicates the type of WorkSpace.

$sel:workspaceId:RelatedWorkspaceProperties', relatedWorkspaceProperties_workspaceId - The identifier of the related WorkSpace.