| 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 |
Amazonka.APIGatewayManagementAPI.Types.Identity
Description
Documentation
See: newIdentity smart constructor.
Constructors
| Identity' | |
Instances
| Eq Identity Source # | |
| Read Identity Source # | |
| Show Identity Source # | |
| Generic Identity Source # | |
| NFData Identity Source # | |
| Hashable Identity Source # | |
| FromJSON Identity Source # | |
| type Rep Identity Source # | |
Defined in Amazonka.APIGatewayManagementAPI.Types.Identity type Rep Identity = D1 ('MetaData "Identity" "Amazonka.APIGatewayManagementAPI.Types.Identity" "libZSservicesZSamazonka-apigatewaymanagementapiZSamazonka-apigatewaymanagementapi" '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.