Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data WorkspaceBundle = WorkspaceBundle' {}
- newWorkspaceBundle :: WorkspaceBundle
- workspaceBundle_creationTime :: Lens' WorkspaceBundle (Maybe UTCTime)
- workspaceBundle_lastUpdatedTime :: Lens' WorkspaceBundle (Maybe UTCTime)
- workspaceBundle_bundleId :: Lens' WorkspaceBundle (Maybe Text)
- workspaceBundle_owner :: Lens' WorkspaceBundle (Maybe Text)
- workspaceBundle_rootStorage :: Lens' WorkspaceBundle (Maybe RootStorage)
- workspaceBundle_name :: Lens' WorkspaceBundle (Maybe Text)
- workspaceBundle_imageId :: Lens' WorkspaceBundle (Maybe Text)
- workspaceBundle_computeType :: Lens' WorkspaceBundle (Maybe ComputeType)
- workspaceBundle_userStorage :: Lens' WorkspaceBundle (Maybe UserStorage)
- workspaceBundle_description :: Lens' WorkspaceBundle (Maybe Text)
Documentation
data WorkspaceBundle Source #
Describes a WorkSpace bundle.
See: newWorkspaceBundle
smart constructor.
WorkspaceBundle' | |
|
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: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_rootStorage :: Lens' WorkspaceBundle (Maybe RootStorage) Source #
The size of the root volume.
workspaceBundle_name :: Lens' WorkspaceBundle (Maybe Text) Source #
The name of the bundle.
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.
workspaceBundle_userStorage :: Lens' WorkspaceBundle (Maybe UserStorage) Source #
The size of the user volume.
workspaceBundle_description :: Lens' WorkspaceBundle (Maybe Text) Source #
The description of the bundle.