| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudDirectory.Types.BatchDetachObjectResponse
Description
Documentation
data BatchDetachObjectResponse Source #
Represents the output of a DetachObject response operation.
See: newBatchDetachObjectResponse smart constructor.
Constructors
| BatchDetachObjectResponse' | |
Fields
| |
Instances
newBatchDetachObjectResponse :: BatchDetachObjectResponse Source #
Create a value of BatchDetachObjectResponse 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:BatchDetachObjectResponse', batchDetachObjectResponse_detachedObjectIdentifier - The ObjectIdentifier of the detached object.
batchDetachObjectResponse_detachedObjectIdentifier :: Lens' BatchDetachObjectResponse (Maybe Text) Source #
The ObjectIdentifier of the detached object.