| 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.DirectoryService.Types.Computer
Description
Synopsis
- data Computer = Computer' {}
- newComputer :: Computer
- computer_computerAttributes :: Lens' Computer (Maybe [Attribute])
- computer_computerId :: Lens' Computer (Maybe Text)
- computer_computerName :: Lens' Computer (Maybe Text)
Documentation
Contains information about a computer account in a directory.
See: newComputer smart constructor.
Constructors
| Computer' | |
Fields
| |
Instances
| FromJSON Computer Source # | |
| Generic Computer Source # | |
| Read Computer Source # | |
| Show Computer Source # | |
| NFData Computer Source # | |
Defined in Amazonka.DirectoryService.Types.Computer | |
| Eq Computer Source # | |
| Hashable Computer Source # | |
Defined in Amazonka.DirectoryService.Types.Computer | |
| type Rep Computer Source # | |
Defined in Amazonka.DirectoryService.Types.Computer type Rep Computer = D1 ('MetaData "Computer" "Amazonka.DirectoryService.Types.Computer" "amazonka-ds-2.0-AgXI5fcN8ZxCoi4kNvhD3" 'False) (C1 ('MetaCons "Computer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computerAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Attribute])) :*: (S1 ('MetaSel ('Just "computerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "computerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) | |
newComputer :: Computer Source #
Create a value of Computer 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:computerAttributes:Computer', computer_computerAttributes - An array of Attribute objects containing the LDAP attributes that belong
to the computer account.
$sel:computerId:Computer', computer_computerId - The identifier of the computer.
$sel:computerName:Computer', computer_computerName - The computer name.