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

Description

 
Synopsis

Documentation

data WorkspaceBundle Source #

Describes a WorkSpace bundle.

See: newWorkspaceBundle smart constructor.

Constructors

WorkspaceBundle' 

Fields

Instances

Instances details
FromJSON WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Generic WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Associated Types

type Rep WorkspaceBundle :: Type -> Type #

Read WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Show WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

NFData WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Methods

rnf :: WorkspaceBundle -> () #

Eq WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Hashable WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

type Rep WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

type Rep WorkspaceBundle = D1 ('MetaData "WorkspaceBundle" "Amazonka.WorkSpaces.Types.WorkspaceBundle" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "WorkspaceBundle'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bundleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bundleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BundleType)) :*: S1 ('MetaSel ('Just "computeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeType)))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "rootStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RootStorage)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceBundleState)) :*: S1 ('MetaSel ('Just "userStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserStorage)))))))

newWorkspaceBundle :: WorkspaceBundle Source #

Create a value of WorkspaceBundle 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:bundleId:WorkspaceBundle', workspaceBundle_bundleId - The identifier of the bundle.

$sel:bundleType:WorkspaceBundle', workspaceBundle_bundleType - The type of WorkSpace bundle.

$sel:computeType:WorkspaceBundle', workspaceBundle_computeType - The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.

$sel:creationTime:WorkspaceBundle', workspaceBundle_creationTime - The time when the bundle was created.

$sel:description:WorkspaceBundle', workspaceBundle_description - The description of the bundle.

$sel:imageId:WorkspaceBundle', workspaceBundle_imageId - The identifier of the image that was used to create the bundle.

$sel:lastUpdatedTime:WorkspaceBundle', workspaceBundle_lastUpdatedTime - The last time that the bundle was updated.

WorkspaceBundle, workspaceBundle_name - The name of the bundle.

$sel:owner:WorkspaceBundle', workspaceBundle_owner - The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is provided by Amazon Web Services.

$sel:rootStorage:WorkspaceBundle', workspaceBundle_rootStorage - The size of the root volume.

$sel:state:WorkspaceBundle', workspaceBundle_state - The state of the WorkSpace bundle.

$sel:userStorage:WorkspaceBundle', workspaceBundle_userStorage - The size of the user volume.

workspaceBundle_bundleId :: Lens' WorkspaceBundle (Maybe Text) Source #

The identifier of the bundle.

workspaceBundle_computeType :: Lens' WorkspaceBundle (Maybe ComputeType) Source #

The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.

workspaceBundle_creationTime :: Lens' WorkspaceBundle (Maybe UTCTime) Source #

The time when the bundle was created.

workspaceBundle_imageId :: Lens' WorkspaceBundle (Maybe Text) Source #

The identifier of the image that was used to create the bundle.

workspaceBundle_lastUpdatedTime :: Lens' WorkspaceBundle (Maybe UTCTime) Source #

The last time that the bundle was updated.

workspaceBundle_owner :: Lens' WorkspaceBundle (Maybe Text) Source #

The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is provided by Amazon Web Services.