libZSservicesZSamazonka-dsZSamazonka-ds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectoryService.Types.Computer

Description

 
Synopsis

Documentation

data Computer Source #

Contains information about a computer account in a directory.

See: newComputer smart constructor.

Constructors

Computer' 

Fields

Instances

Instances details
Eq Computer Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Computer

Read Computer Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Computer

Show Computer Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Computer

Generic Computer Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Computer

Associated Types

type Rep Computer :: Type -> Type #

Methods

from :: Computer -> Rep Computer x #

to :: Rep Computer x -> Computer #

NFData Computer Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Computer

Methods

rnf :: Computer -> () #

Hashable Computer Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Computer

Methods

hashWithSalt :: Int -> Computer -> Int #

hash :: Computer -> Int #

FromJSON Computer Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Computer

type Rep Computer Source # 
Instance details

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.

computer_computerId :: Lens' Computer (Maybe Text) Source #

The identifier of the computer.

computer_computerAttributes :: Lens' Computer (Maybe [Attribute]) Source #

An array of Attribute objects containing the LDAP attributes that belong to the computer account.