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

Description

 
Synopsis

Documentation

data WorkspaceBundle Source #

Describes a WorkSpace bundle.

See: newWorkspaceBundle smart constructor.

Constructors

WorkspaceBundle' 

Fields

Instances

Instances details
Eq WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Read WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Show 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 #

NFData WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Methods

rnf :: WorkspaceBundle -> () #

Hashable WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

FromJSON WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

type Rep WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

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:creationTime:WorkspaceBundle', workspaceBundle_creationTime - The time when the bundle was created.

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

$sel:bundleId:WorkspaceBundle', workspaceBundle_bundleId - The identifier 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:name:WorkspaceBundle', workspaceBundle_name - The name of the bundle.

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

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

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

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

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

The time when the bundle was created.

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

The last time that the bundle was updated.

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

The identifier of the bundle.

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.

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

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

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

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