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.UnshareTarget

Description

 
Synopsis

Documentation

data UnshareTarget Source #

Identifier that contains details about the directory consumer account with whom the directory is being unshared.

See: newUnshareTarget smart constructor.

Constructors

UnshareTarget' 

Fields

  • id :: Text

    Identifier of the directory consumer account.

  • type' :: TargetType

    Type of identifier to be used in the Id field.

Instances

Instances details
Eq UnshareTarget Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UnshareTarget

Read UnshareTarget Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UnshareTarget

Show UnshareTarget Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UnshareTarget

Generic UnshareTarget Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UnshareTarget

Associated Types

type Rep UnshareTarget :: Type -> Type #

NFData UnshareTarget Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UnshareTarget

Methods

rnf :: UnshareTarget -> () #

Hashable UnshareTarget Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UnshareTarget

ToJSON UnshareTarget Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UnshareTarget

type Rep UnshareTarget Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UnshareTarget

type Rep UnshareTarget = D1 ('MetaData "UnshareTarget" "Amazonka.DirectoryService.Types.UnshareTarget" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "UnshareTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TargetType)))

newUnshareTarget Source #

Create a value of UnshareTarget 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:id:UnshareTarget', unshareTarget_id - Identifier of the directory consumer account.

$sel:type':UnshareTarget', unshareTarget_type - Type of identifier to be used in the Id field.

unshareTarget_id :: Lens' UnshareTarget Text Source #

Identifier of the directory consumer account.

unshareTarget_type :: Lens' UnshareTarget TargetType Source #

Type of identifier to be used in the Id field.