| 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.CloudWatchEvents.Types.ConnectionOAuthResponseParameters
Description
Synopsis
- data ConnectionOAuthResponseParameters = ConnectionOAuthResponseParameters' {}
- newConnectionOAuthResponseParameters :: ConnectionOAuthResponseParameters
- connectionOAuthResponseParameters_authorizationEndpoint :: Lens' ConnectionOAuthResponseParameters (Maybe Text)
- connectionOAuthResponseParameters_clientParameters :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionOAuthClientResponseParameters)
- connectionOAuthResponseParameters_httpMethod :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionOAuthHttpMethod)
- connectionOAuthResponseParameters_oAuthHttpParameters :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionHttpParameters)
Documentation
data ConnectionOAuthResponseParameters Source #
Contains the response parameters when OAuth is specified as the authorization type.
See: newConnectionOAuthResponseParameters smart constructor.
Constructors
| ConnectionOAuthResponseParameters' | |
Fields
| |
Instances
newConnectionOAuthResponseParameters :: ConnectionOAuthResponseParameters Source #
Create a value of ConnectionOAuthResponseParameters 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:authorizationEndpoint:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_authorizationEndpoint - The URL to the HTTP endpoint that authorized the request.
$sel:clientParameters:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_clientParameters - A ConnectionOAuthClientResponseParameters object that contains details
about the client parameters returned when OAuth is specified as the
authorization type.
$sel:httpMethod:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_httpMethod - The method used to connect to the HTTP endpoint.
$sel:oAuthHttpParameters:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_oAuthHttpParameters - The additional HTTP parameters used for the OAuth authorization request.
connectionOAuthResponseParameters_authorizationEndpoint :: Lens' ConnectionOAuthResponseParameters (Maybe Text) Source #
The URL to the HTTP endpoint that authorized the request.
connectionOAuthResponseParameters_clientParameters :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionOAuthClientResponseParameters) Source #
A ConnectionOAuthClientResponseParameters object that contains details
about the client parameters returned when OAuth is specified as the
authorization type.
connectionOAuthResponseParameters_httpMethod :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionOAuthHttpMethod) Source #
The method used to connect to the HTTP endpoint.
connectionOAuthResponseParameters_oAuthHttpParameters :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionHttpParameters) Source #
The additional HTTP parameters used for the OAuth authorization request.