libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
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.CloudDirectory.Types.BatchGetLinkAttributes

Description

 
Synopsis

Documentation

data BatchGetLinkAttributes Source #

Retrieves attributes that are associated with a typed link inside a BatchRead operation. For more information, see GetLinkAttributes and BatchReadRequest$Operations.

See: newBatchGetLinkAttributes smart constructor.

Constructors

BatchGetLinkAttributes' 

Fields

Instances

Instances details
Eq BatchGetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetLinkAttributes

Read BatchGetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetLinkAttributes

Show BatchGetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetLinkAttributes

Generic BatchGetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetLinkAttributes

Associated Types

type Rep BatchGetLinkAttributes :: Type -> Type #

NFData BatchGetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetLinkAttributes

Methods

rnf :: BatchGetLinkAttributes -> () #

Hashable BatchGetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetLinkAttributes

ToJSON BatchGetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetLinkAttributes

type Rep BatchGetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetLinkAttributes

type Rep BatchGetLinkAttributes = D1 ('MetaData "BatchGetLinkAttributes" "Amazonka.CloudDirectory.Types.BatchGetLinkAttributes" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchGetLinkAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typedLinkSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TypedLinkSpecifier) :*: S1 ('MetaSel ('Just "attributeNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newBatchGetLinkAttributes Source #

Create a value of BatchGetLinkAttributes 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:typedLinkSpecifier:BatchGetLinkAttributes', batchGetLinkAttributes_typedLinkSpecifier - Allows a typed link specifier to be accepted as input.

$sel:attributeNames:BatchGetLinkAttributes', batchGetLinkAttributes_attributeNames - A list of attribute names whose values will be retrieved.

batchGetLinkAttributes_typedLinkSpecifier :: Lens' BatchGetLinkAttributes TypedLinkSpecifier Source #

Allows a typed link specifier to be accepted as input.

batchGetLinkAttributes_attributeNames :: Lens' BatchGetLinkAttributes [Text] Source #

A list of attribute names whose values will be retrieved.