amazonka-clouddirectory-2.0: Amazon CloudDirectory SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudDirectory.Types.BatchAttachTypedLinkResponse

Description

 
Synopsis

Documentation

data BatchAttachTypedLinkResponse Source #

Represents the output of a AttachTypedLink response operation.

See: newBatchAttachTypedLinkResponse smart constructor.

Constructors

BatchAttachTypedLinkResponse' 

Fields

Instances

Instances details
FromJSON BatchAttachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachTypedLinkResponse

Generic BatchAttachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachTypedLinkResponse

Associated Types

type Rep BatchAttachTypedLinkResponse :: Type -> Type #

Read BatchAttachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachTypedLinkResponse

Show BatchAttachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachTypedLinkResponse

NFData BatchAttachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachTypedLinkResponse

Eq BatchAttachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachTypedLinkResponse

Hashable BatchAttachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachTypedLinkResponse

type Rep BatchAttachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachTypedLinkResponse

type Rep BatchAttachTypedLinkResponse = D1 ('MetaData "BatchAttachTypedLinkResponse" "Amazonka.CloudDirectory.Types.BatchAttachTypedLinkResponse" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "BatchAttachTypedLinkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typedLinkSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TypedLinkSpecifier))))

newBatchAttachTypedLinkResponse :: BatchAttachTypedLinkResponse Source #

Create a value of BatchAttachTypedLinkResponse 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:BatchAttachTypedLinkResponse', batchAttachTypedLinkResponse_typedLinkSpecifier - Returns a typed link specifier as output.