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

Description

 
Synopsis

Documentation

data ConnectionOAuthClientResponseParameters Source #

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

See: newConnectionOAuthClientResponseParameters smart constructor.

Constructors

ConnectionOAuthClientResponseParameters' 

Fields

  • clientID :: Maybe Text

    The client ID associated with the response to the connection request.

Instances

Instances details
Eq ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

Read ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

Show ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

Generic ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

NFData ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

Hashable ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

FromJSON ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

type Rep ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

type Rep ConnectionOAuthClientResponseParameters = D1 ('MetaData "ConnectionOAuthClientResponseParameters" "Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ConnectionOAuthClientResponseParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newConnectionOAuthClientResponseParameters :: ConnectionOAuthClientResponseParameters Source #

Create a value of ConnectionOAuthClientResponseParameters 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:clientID:ConnectionOAuthClientResponseParameters', connectionOAuthClientResponseParameters_clientID - The client ID associated with the response to the connection request.

connectionOAuthClientResponseParameters_clientID :: Lens' ConnectionOAuthClientResponseParameters (Maybe Text) Source #

The client ID associated with the response to the connection request.