| 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.RebootRequest
Description
Synopsis
Documentation
data RebootRequest Source #
Describes the information used to reboot a WorkSpace.
See: newRebootRequest smart constructor.
Constructors
| RebootRequest' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> RebootRequest |
Create a value of RebootRequest 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:workspaceId:RebootRequest', rebootRequest_workspaceId - The identifier of the WorkSpace.
rebootRequest_workspaceId :: Lens' RebootRequest Text Source #
The identifier of the WorkSpace.