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