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