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 KeyValuePair Source #
Provides information about the tags that are associated with an S3 bucket or object. Each tag consists of a required tag key and an associated tag value.
See: newKeyValuePair
smart constructor.
KeyValuePair' | |
|
Instances
newKeyValuePair :: KeyValuePair Source #
Create a value of KeyValuePair
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:value:KeyValuePair'
, keyValuePair_value
- One part of a key-value pair that comprises a tag. A tag value acts as a
descriptor for a tag key. A tag value can be an empty string.
$sel:key:KeyValuePair'
, keyValuePair_key
- One part of a key-value pair that comprises a tag. A tag key is a
general label that acts as a category for more specific tag values.
keyValuePair_value :: Lens' KeyValuePair (Maybe Text) Source #
One part of a key-value pair that comprises a tag. A tag value acts as a descriptor for a tag key. A tag value can be an empty string.
keyValuePair_key :: Lens' KeyValuePair (Maybe Text) Source #
One part of a key-value pair that comprises a tag. A tag key is a general label that acts as a category for more specific tag values.