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 ConnectionAuthResponseParameters = ConnectionAuthResponseParameters' {}
- newConnectionAuthResponseParameters :: ConnectionAuthResponseParameters
- connectionAuthResponseParameters_oAuthParameters :: Lens' ConnectionAuthResponseParameters (Maybe ConnectionOAuthResponseParameters)
- connectionAuthResponseParameters_invocationHttpParameters :: Lens' ConnectionAuthResponseParameters (Maybe ConnectionHttpParameters)
- connectionAuthResponseParameters_apiKeyAuthParameters :: Lens' ConnectionAuthResponseParameters (Maybe ConnectionApiKeyAuthResponseParameters)
- connectionAuthResponseParameters_basicAuthParameters :: Lens' ConnectionAuthResponseParameters (Maybe ConnectionBasicAuthResponseParameters)
Documentation
data ConnectionAuthResponseParameters Source #
Contains the authorization parameters to use for the connection.
See: newConnectionAuthResponseParameters
smart constructor.
ConnectionAuthResponseParameters' | |
|
Instances
newConnectionAuthResponseParameters :: ConnectionAuthResponseParameters Source #
Create a value of ConnectionAuthResponseParameters
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:oAuthParameters:ConnectionAuthResponseParameters'
, connectionAuthResponseParameters_oAuthParameters
- The OAuth parameters to use for authorization.
$sel:invocationHttpParameters:ConnectionAuthResponseParameters'
, connectionAuthResponseParameters_invocationHttpParameters
- Additional parameters for the connection that are passed through with
every invocation to the HTTP endpoint.
$sel:apiKeyAuthParameters:ConnectionAuthResponseParameters'
, connectionAuthResponseParameters_apiKeyAuthParameters
- The API Key parameters to use for authorization.
$sel:basicAuthParameters:ConnectionAuthResponseParameters'
, connectionAuthResponseParameters_basicAuthParameters
- The authorization parameters for Basic authorization.
connectionAuthResponseParameters_oAuthParameters :: Lens' ConnectionAuthResponseParameters (Maybe ConnectionOAuthResponseParameters) Source #
The OAuth parameters to use for authorization.
connectionAuthResponseParameters_invocationHttpParameters :: Lens' ConnectionAuthResponseParameters (Maybe ConnectionHttpParameters) Source #
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
connectionAuthResponseParameters_apiKeyAuthParameters :: Lens' ConnectionAuthResponseParameters (Maybe ConnectionApiKeyAuthResponseParameters) Source #
The API Key parameters to use for authorization.
connectionAuthResponseParameters_basicAuthParameters :: Lens' ConnectionAuthResponseParameters (Maybe ConnectionBasicAuthResponseParameters) Source #
The authorization parameters for Basic authorization.