| 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.BatchCreateObjectResponse
Description
Documentation
data BatchCreateObjectResponse Source #
Represents the output of a CreateObject response operation.
See: newBatchCreateObjectResponse smart constructor.
Constructors
| BatchCreateObjectResponse' | |
Fields
| |
Instances
newBatchCreateObjectResponse :: BatchCreateObjectResponse Source #
Create a value of BatchCreateObjectResponse 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:objectIdentifier:BatchCreateObjectResponse', batchCreateObjectResponse_objectIdentifier - The ID that is associated with the object.
batchCreateObjectResponse_objectIdentifier :: Lens' BatchCreateObjectResponse (Maybe Text) Source #
The ID that is associated with the object.