| 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.Firehose.Types.HttpEndpointCommonAttribute
Description
Synopsis
- data HttpEndpointCommonAttribute = HttpEndpointCommonAttribute' {}
- newHttpEndpointCommonAttribute :: Text -> Text -> HttpEndpointCommonAttribute
- httpEndpointCommonAttribute_attributeName :: Lens' HttpEndpointCommonAttribute Text
- httpEndpointCommonAttribute_attributeValue :: Lens' HttpEndpointCommonAttribute Text
Documentation
data HttpEndpointCommonAttribute Source #
Describes the metadata that's delivered to the specified HTTP endpoint destination.
See: newHttpEndpointCommonAttribute smart constructor.
Constructors
| HttpEndpointCommonAttribute' | |
Fields
| |
Instances
newHttpEndpointCommonAttribute Source #
Arguments
| :: Text | |
| -> Text | |
| -> HttpEndpointCommonAttribute |
Create a value of HttpEndpointCommonAttribute 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:attributeName:HttpEndpointCommonAttribute', httpEndpointCommonAttribute_attributeName - The name of the HTTP endpoint common attribute.
$sel:attributeValue:HttpEndpointCommonAttribute', httpEndpointCommonAttribute_attributeValue - The value of the HTTP endpoint common attribute.
httpEndpointCommonAttribute_attributeName :: Lens' HttpEndpointCommonAttribute Text Source #
The name of the HTTP endpoint common attribute.
httpEndpointCommonAttribute_attributeValue :: Lens' HttpEndpointCommonAttribute Text Source #
The value of the HTTP endpoint common attribute.