| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.APIGatewayManagementAPI.Types.Identity
Description
Documentation
See: newIdentity smart constructor.
Constructors
| Identity' | |
Instances
| FromJSON Identity Source # | |
| Generic Identity Source # | |
| Read Identity Source # | |
| Show Identity Source # | |
| NFData Identity Source # | |
| Eq Identity Source # | |
| Hashable Identity Source # | |
| type Rep Identity Source # | |
Defined in Amazonka.APIGatewayManagementAPI.Types.Identity type Rep Identity = D1 ('MetaData "Identity" "Amazonka.APIGatewayManagementAPI.Types.Identity" "amazonka-apigatewaymanagementapi-2.0-HxSVILnkEh6Hs18CaFx2Dr" 'False) (C1 ('MetaCons "Identity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userAgent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))  | |
Create a value of Identity 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:sourceIp:Identity', identity_sourceIp - The source IP address of the TCP connection making the request to API
 Gateway.
$sel:userAgent:Identity', identity_userAgent - The User Agent of the API caller.