| 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.SMS.Types.VmServerAddress
Description
Synopsis
Documentation
data VmServerAddress Source #
Represents a VM server location.
See: newVmServerAddress smart constructor.
Constructors
| VmServerAddress' | |
Instances
newVmServerAddress :: VmServerAddress Source #
Create a value of VmServerAddress 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:vmId:VmServerAddress', vmServerAddress_vmId - The ID of the VM.
$sel:vmManagerId:VmServerAddress', vmServerAddress_vmManagerId - The ID of the VM manager.
vmServerAddress_vmId :: Lens' VmServerAddress (Maybe Text) Source #
The ID of the VM.
vmServerAddress_vmManagerId :: Lens' VmServerAddress (Maybe Text) Source #
The ID of the VM manager.