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

Description

 
Synopsis

Documentation

data BatchDetachFromIndexResponse Source #

Represents the output of a DetachFromIndex response operation.

See: newBatchDetachFromIndexResponse smart constructor.

Constructors

BatchDetachFromIndexResponse' 

Fields

Instances

Instances details
Eq BatchDetachFromIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndexResponse

Read BatchDetachFromIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndexResponse

Show BatchDetachFromIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndexResponse

Generic BatchDetachFromIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndexResponse

Associated Types

type Rep BatchDetachFromIndexResponse :: Type -> Type #

NFData BatchDetachFromIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndexResponse

Hashable BatchDetachFromIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndexResponse

FromJSON BatchDetachFromIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndexResponse

type Rep BatchDetachFromIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndexResponse

type Rep BatchDetachFromIndexResponse = D1 ('MetaData "BatchDetachFromIndexResponse" "Amazonka.CloudDirectory.Types.BatchDetachFromIndexResponse" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchDetachFromIndexResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detachedObjectIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBatchDetachFromIndexResponse :: BatchDetachFromIndexResponse Source #

Create a value of BatchDetachFromIndexResponse 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:detachedObjectIdentifier:BatchDetachFromIndexResponse', batchDetachFromIndexResponse_detachedObjectIdentifier - The ObjectIdentifier of the object that was detached from the index.

batchDetachFromIndexResponse_detachedObjectIdentifier :: Lens' BatchDetachFromIndexResponse (Maybe Text) Source #

The ObjectIdentifier of the object that was detached from the index.