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.ConnectionOAuthResponseParameters

Description

 
Synopsis

Documentation

data ConnectionOAuthResponseParameters Source #

Contains the response parameters when OAuth is specified as the authorization type.

See: newConnectionOAuthResponseParameters smart constructor.

Constructors

ConnectionOAuthResponseParameters' 

Fields

Instances

Instances details
Eq ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Read ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Show ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Generic ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Associated Types

type Rep ConnectionOAuthResponseParameters :: Type -> Type #

NFData ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Hashable ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

FromJSON ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

type Rep ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

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

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:httpMethod:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_httpMethod - The method used to connect to the HTTP endpoint.

$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:oAuthHttpParameters:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_oAuthHttpParameters - The additional HTTP parameters used for the OAuth authorization request.

$sel:authorizationEndpoint:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_authorizationEndpoint - 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.