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 ObjectIdentifier Source #
Object Identifier is unique value to identify objects.
See: newObjectIdentifier
smart constructor.
ObjectIdentifier' | |
|
Instances
Create a value of ObjectIdentifier
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:versionId:ObjectIdentifier'
, objectIdentifier_versionId
- VersionId for the specific version of the object to delete.
$sel:key:ObjectIdentifier'
, objectIdentifier_key
- Key name of the object.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
objectIdentifier_versionId :: Lens' ObjectIdentifier (Maybe ObjectVersionId) Source #
VersionId for the specific version of the object to delete.
objectIdentifier_key :: Lens' ObjectIdentifier ObjectKey Source #
Key name of the object.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.