Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data BatchDetachFromIndexResponse Source #
Represents the output of a DetachFromIndex response operation.
See: newBatchDetachFromIndexResponse
smart constructor.
BatchDetachFromIndexResponse' | |
|
Instances
Eq BatchDetachFromIndexResponse Source # | |
Read BatchDetachFromIndexResponse Source # | |
Show BatchDetachFromIndexResponse Source # | |
Generic BatchDetachFromIndexResponse Source # | |
NFData BatchDetachFromIndexResponse Source # | |
Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndexResponse rnf :: BatchDetachFromIndexResponse -> () # | |
Hashable BatchDetachFromIndexResponse Source # | |
FromJSON BatchDetachFromIndexResponse Source # | |
type Rep BatchDetachFromIndexResponse Source # | |
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.