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
- 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.
HttpEndpointCommonAttribute' | |
|
Instances
newHttpEndpointCommonAttribute Source #
:: 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.