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 |
Documentation
data ConnectionOAuthClientResponseParameters Source #
Contains the client response parameters for the connection when OAuth is specified as the authorization type.
See: newConnectionOAuthClientResponseParameters
smart constructor.
Instances
Eq ConnectionOAuthClientResponseParameters Source # | |
Read ConnectionOAuthClientResponseParameters Source # | |
Show ConnectionOAuthClientResponseParameters Source # | |
Generic ConnectionOAuthClientResponseParameters Source # | |
NFData ConnectionOAuthClientResponseParameters Source # | |
Hashable ConnectionOAuthClientResponseParameters Source # | |
FromJSON ConnectionOAuthClientResponseParameters Source # | |
type Rep ConnectionOAuthClientResponseParameters Source # | |
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.