| 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.UpdateConnectionOAuthRequestParameters
Description
Synopsis
- data UpdateConnectionOAuthRequestParameters = UpdateConnectionOAuthRequestParameters' {}
- newUpdateConnectionOAuthRequestParameters :: UpdateConnectionOAuthRequestParameters
- updateConnectionOAuthRequestParameters_authorizationEndpoint :: Lens' UpdateConnectionOAuthRequestParameters (Maybe Text)
- updateConnectionOAuthRequestParameters_clientParameters :: Lens' UpdateConnectionOAuthRequestParameters (Maybe UpdateConnectionOAuthClientRequestParameters)
- updateConnectionOAuthRequestParameters_httpMethod :: Lens' UpdateConnectionOAuthRequestParameters (Maybe ConnectionOAuthHttpMethod)
- updateConnectionOAuthRequestParameters_oAuthHttpParameters :: Lens' UpdateConnectionOAuthRequestParameters (Maybe ConnectionHttpParameters)
Documentation
data UpdateConnectionOAuthRequestParameters Source #
Contains the OAuth request parameters to use for the connection.
See: newUpdateConnectionOAuthRequestParameters smart constructor.
Constructors
| UpdateConnectionOAuthRequestParameters' | |
Fields
| |
Instances
newUpdateConnectionOAuthRequestParameters :: UpdateConnectionOAuthRequestParameters Source #
Create a value of UpdateConnectionOAuthRequestParameters 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:UpdateConnectionOAuthRequestParameters', updateConnectionOAuthRequestParameters_authorizationEndpoint - The URL to the authorization endpoint when OAuth is specified as the
authorization type.
$sel:clientParameters:UpdateConnectionOAuthRequestParameters', updateConnectionOAuthRequestParameters_clientParameters - A UpdateConnectionOAuthClientRequestParameters object that contains
the client parameters to use for the connection when OAuth is specified
as the authorization type.
$sel:httpMethod:UpdateConnectionOAuthRequestParameters', updateConnectionOAuthRequestParameters_httpMethod - The method used to connect to the HTTP endpoint.
$sel:oAuthHttpParameters:UpdateConnectionOAuthRequestParameters', updateConnectionOAuthRequestParameters_oAuthHttpParameters - The additional HTTP parameters used for the OAuth authorization request.
updateConnectionOAuthRequestParameters_authorizationEndpoint :: Lens' UpdateConnectionOAuthRequestParameters (Maybe Text) Source #
The URL to the authorization endpoint when OAuth is specified as the authorization type.
updateConnectionOAuthRequestParameters_clientParameters :: Lens' UpdateConnectionOAuthRequestParameters (Maybe UpdateConnectionOAuthClientRequestParameters) Source #
A UpdateConnectionOAuthClientRequestParameters object that contains
the client parameters to use for the connection when OAuth is specified
as the authorization type.
updateConnectionOAuthRequestParameters_httpMethod :: Lens' UpdateConnectionOAuthRequestParameters (Maybe ConnectionOAuthHttpMethod) Source #
The method used to connect to the HTTP endpoint.
updateConnectionOAuthRequestParameters_oAuthHttpParameters :: Lens' UpdateConnectionOAuthRequestParameters (Maybe ConnectionHttpParameters) Source #
The additional HTTP parameters used for the OAuth authorization request.