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 ConnectionHeaderParameter = ConnectionHeaderParameter' {}
- newConnectionHeaderParameter :: ConnectionHeaderParameter
- connectionHeaderParameter_isValueSecret :: Lens' ConnectionHeaderParameter (Maybe Bool)
- connectionHeaderParameter_value :: Lens' ConnectionHeaderParameter (Maybe Text)
- connectionHeaderParameter_key :: Lens' ConnectionHeaderParameter (Maybe Text)
Documentation
data ConnectionHeaderParameter Source #
Additional parameter included in the header. You can include up to 100 additional header parameters per request. An event payload cannot exceed 64 KB.
See: newConnectionHeaderParameter
smart constructor.
Instances
newConnectionHeaderParameter :: ConnectionHeaderParameter Source #
Create a value of ConnectionHeaderParameter
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:isValueSecret:ConnectionHeaderParameter'
, connectionHeaderParameter_isValueSecret
- Specified whether the value is a secret.
$sel:value:ConnectionHeaderParameter'
, connectionHeaderParameter_value
- The value associated with the key.
$sel:key:ConnectionHeaderParameter'
, connectionHeaderParameter_key
- The key for the parameter.
connectionHeaderParameter_isValueSecret :: Lens' ConnectionHeaderParameter (Maybe Bool) Source #
Specified whether the value is a secret.
connectionHeaderParameter_value :: Lens' ConnectionHeaderParameter (Maybe Text) Source #
The value associated with the key.
connectionHeaderParameter_key :: Lens' ConnectionHeaderParameter (Maybe Text) Source #
The key for the parameter.