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 UpdateConnectionOAuthRequestParameters = UpdateConnectionOAuthRequestParameters' {}
- newUpdateConnectionOAuthRequestParameters :: UpdateConnectionOAuthRequestParameters
- updateConnectionOAuthRequestParameters_httpMethod :: Lens' UpdateConnectionOAuthRequestParameters (Maybe ConnectionOAuthHttpMethod)
- updateConnectionOAuthRequestParameters_clientParameters :: Lens' UpdateConnectionOAuthRequestParameters (Maybe UpdateConnectionOAuthClientRequestParameters)
- updateConnectionOAuthRequestParameters_oAuthHttpParameters :: Lens' UpdateConnectionOAuthRequestParameters (Maybe ConnectionHttpParameters)
- updateConnectionOAuthRequestParameters_authorizationEndpoint :: Lens' UpdateConnectionOAuthRequestParameters (Maybe Text)
Documentation
data UpdateConnectionOAuthRequestParameters Source #
Contains the OAuth request parameters to use for the connection.
See: newUpdateConnectionOAuthRequestParameters
smart constructor.
UpdateConnectionOAuthRequestParameters' | |
|
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:httpMethod:UpdateConnectionOAuthRequestParameters'
, updateConnectionOAuthRequestParameters_httpMethod
- The method used to connect to the HTTP endpoint.
$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:oAuthHttpParameters:UpdateConnectionOAuthRequestParameters'
, updateConnectionOAuthRequestParameters_oAuthHttpParameters
- The additional HTTP parameters used for the OAuth authorization request.
$sel:authorizationEndpoint:UpdateConnectionOAuthRequestParameters'
, updateConnectionOAuthRequestParameters_authorizationEndpoint
- The URL to the authorization endpoint 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_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_oAuthHttpParameters :: Lens' UpdateConnectionOAuthRequestParameters (Maybe ConnectionHttpParameters) Source #
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.