libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Description

 
Synopsis

Documentation

data UpdateConnectionOAuthRequestParameters Source #

Contains the OAuth request parameters to use for the connection.

See: newUpdateConnectionOAuthRequestParameters smart constructor.

Constructors

UpdateConnectionOAuthRequestParameters' 

Fields

Instances

Instances details
Eq UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Read UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Show UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Generic UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

NFData UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Hashable UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

ToJSON UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

type Rep UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

type Rep UpdateConnectionOAuthRequestParameters = D1 ('MetaData "UpdateConnectionOAuthRequestParameters" "Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UpdateConnectionOAuthRequestParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionOAuthHttpMethod)) :*: S1 ('MetaSel ('Just "clientParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateConnectionOAuthClientRequestParameters))) :*: (S1 ('MetaSel ('Just "oAuthHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters)) :*: S1 ('MetaSel ('Just "authorizationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_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_authorizationEndpoint :: Lens' UpdateConnectionOAuthRequestParameters (Maybe Text) Source #

The URL to the authorization endpoint when OAuth is specified as the authorization type.