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 |
Synopsis
Documentation
data BatchUpdateObjectAttributesResponse Source #
Represents the output of a BatchUpdate
response operation.
See: newBatchUpdateObjectAttributesResponse
smart constructor.
BatchUpdateObjectAttributesResponse' | |
|
Instances
Eq BatchUpdateObjectAttributesResponse Source # | |
Read BatchUpdateObjectAttributesResponse Source # | |
Show BatchUpdateObjectAttributesResponse Source # | |
Generic BatchUpdateObjectAttributesResponse Source # | |
NFData BatchUpdateObjectAttributesResponse Source # | |
Hashable BatchUpdateObjectAttributesResponse Source # | |
FromJSON BatchUpdateObjectAttributesResponse Source # | |
type Rep BatchUpdateObjectAttributesResponse Source # | |
Defined in Amazonka.CloudDirectory.Types.BatchUpdateObjectAttributesResponse type Rep BatchUpdateObjectAttributesResponse = D1 ('MetaData "BatchUpdateObjectAttributesResponse" "Amazonka.CloudDirectory.Types.BatchUpdateObjectAttributesResponse" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchUpdateObjectAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newBatchUpdateObjectAttributesResponse :: BatchUpdateObjectAttributesResponse Source #
Create a value of BatchUpdateObjectAttributesResponse
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:BatchUpdateObjectAttributesResponse'
, batchUpdateObjectAttributesResponse_objectIdentifier
- ID that is associated with the object.
batchUpdateObjectAttributesResponse_objectIdentifier :: Lens' BatchUpdateObjectAttributesResponse (Maybe Text) Source #
ID that is associated with the object.