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

Description

 
Synopsis

Documentation

data BatchAttachObject Source #

Represents the output of an AttachObject operation.

See: newBatchAttachObject smart constructor.

Constructors

BatchAttachObject' 

Fields

Instances

Instances details
Eq BatchAttachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObject

Read BatchAttachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObject

Show BatchAttachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObject

Generic BatchAttachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObject

Associated Types

type Rep BatchAttachObject :: Type -> Type #

NFData BatchAttachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObject

Methods

rnf :: BatchAttachObject -> () #

Hashable BatchAttachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObject

ToJSON BatchAttachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObject

type Rep BatchAttachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObject

type Rep BatchAttachObject = D1 ('MetaData "BatchAttachObject" "Amazonka.CloudDirectory.Types.BatchAttachObject" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchAttachObject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parentReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference) :*: (S1 ('MetaSel ('Just "childReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference) :*: S1 ('MetaSel ('Just "linkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newBatchAttachObject Source #

Create a value of BatchAttachObject 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:parentReference:BatchAttachObject', batchAttachObject_parentReference - The parent object reference.

$sel:childReference:BatchAttachObject', batchAttachObject_childReference - The child object reference that is to be attached to the object.

$sel:linkName:BatchAttachObject', batchAttachObject_linkName - The name of the link.

batchAttachObject_childReference :: Lens' BatchAttachObject ObjectReference Source #

The child object reference that is to be attached to the object.