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

Description

 
Synopsis

Documentation

data BatchDetachObject Source #

Represents the output of a DetachObject operation.

See: newBatchDetachObject smart constructor.

Constructors

BatchDetachObject' 

Fields

Instances

Instances details
Eq BatchDetachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObject

Read BatchDetachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObject

Show BatchDetachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObject

Generic BatchDetachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObject

Associated Types

type Rep BatchDetachObject :: Type -> Type #

NFData BatchDetachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObject

Methods

rnf :: BatchDetachObject -> () #

Hashable BatchDetachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObject

ToJSON BatchDetachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObject

type Rep BatchDetachObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObject

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

newBatchDetachObject Source #

Create a value of BatchDetachObject 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:batchReferenceName:BatchDetachObject', batchDetachObject_batchReferenceName - The batch reference name. See Transaction Support for more information.

$sel:parentReference:BatchDetachObject', batchDetachObject_parentReference - Parent reference from which the object with the specified link name is detached.

$sel:linkName:BatchDetachObject', batchDetachObject_linkName - The name of the link.

batchDetachObject_batchReferenceName :: Lens' BatchDetachObject (Maybe Text) Source #

The batch reference name. See Transaction Support for more information.

batchDetachObject_parentReference :: Lens' BatchDetachObject ObjectReference Source #

Parent reference from which the object with the specified link name is detached.