| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WorkSpaces.Types.WorkspaceBundle
Description
Synopsis
- data WorkspaceBundle = WorkspaceBundle' {
- bundleId :: Maybe Text
- bundleType :: Maybe BundleType
- computeType :: Maybe ComputeType
- creationTime :: Maybe POSIX
- description :: Maybe Text
- imageId :: Maybe Text
- lastUpdatedTime :: Maybe POSIX
- name :: Maybe Text
- owner :: Maybe Text
- rootStorage :: Maybe RootStorage
- state :: Maybe WorkspaceBundleState
- userStorage :: Maybe UserStorage
- newWorkspaceBundle :: WorkspaceBundle
- workspaceBundle_bundleId :: Lens' WorkspaceBundle (Maybe Text)
- workspaceBundle_bundleType :: Lens' WorkspaceBundle (Maybe BundleType)
- workspaceBundle_computeType :: Lens' WorkspaceBundle (Maybe ComputeType)
- workspaceBundle_creationTime :: Lens' WorkspaceBundle (Maybe UTCTime)
- workspaceBundle_description :: Lens' WorkspaceBundle (Maybe Text)
- workspaceBundle_imageId :: Lens' WorkspaceBundle (Maybe Text)
- workspaceBundle_lastUpdatedTime :: Lens' WorkspaceBundle (Maybe UTCTime)
- workspaceBundle_name :: Lens' WorkspaceBundle (Maybe Text)
- workspaceBundle_owner :: Lens' WorkspaceBundle (Maybe Text)
- workspaceBundle_rootStorage :: Lens' WorkspaceBundle (Maybe RootStorage)
- workspaceBundle_state :: Lens' WorkspaceBundle (Maybe WorkspaceBundleState)
- workspaceBundle_userStorage :: Lens' WorkspaceBundle (Maybe UserStorage)
Documentation
data WorkspaceBundle Source #
Describes a WorkSpace bundle.
See: newWorkspaceBundle smart constructor.
Constructors
| WorkspaceBundle' | |
Fields
| |
Instances
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_bundleType :: Lens' WorkspaceBundle (Maybe BundleType) Source #
The type of WorkSpace 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_description :: Lens' WorkspaceBundle (Maybe Text) Source #
The description of the bundle.
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_name :: Lens' WorkspaceBundle (Maybe Text) Source #
The name 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_rootStorage :: Lens' WorkspaceBundle (Maybe RootStorage) Source #
The size of the root volume.
workspaceBundle_state :: Lens' WorkspaceBundle (Maybe WorkspaceBundleState) Source #
The state of the WorkSpace bundle.
workspaceBundle_userStorage :: Lens' WorkspaceBundle (Maybe UserStorage) Source #
The size of the user volume.