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 |
Synopsis
- data EndpointDemographic = EndpointDemographic' {}
- newEndpointDemographic :: EndpointDemographic
- endpointDemographic_platform :: Lens' EndpointDemographic (Maybe Text)
- endpointDemographic_platformVersion :: Lens' EndpointDemographic (Maybe Text)
- endpointDemographic_locale :: Lens' EndpointDemographic (Maybe Text)
- endpointDemographic_appVersion :: Lens' EndpointDemographic (Maybe Text)
- endpointDemographic_model :: Lens' EndpointDemographic (Maybe Text)
- endpointDemographic_make :: Lens' EndpointDemographic (Maybe Text)
- endpointDemographic_modelVersion :: Lens' EndpointDemographic (Maybe Text)
- endpointDemographic_timezone :: Lens' EndpointDemographic (Maybe Text)
Documentation
data EndpointDemographic Source #
Specifies demographic information about an endpoint, such as the applicable time zone and platform.
See: newEndpointDemographic
smart constructor.
EndpointDemographic' | |
|
Instances
newEndpointDemographic :: EndpointDemographic Source #
Create a value of EndpointDemographic
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:platform:EndpointDemographic'
, endpointDemographic_platform
- The platform of the endpoint device, such as ios.
$sel:platformVersion:EndpointDemographic'
, endpointDemographic_platformVersion
- The platform version of the endpoint device.
$sel:locale:EndpointDemographic'
, endpointDemographic_locale
- The locale of the endpoint, in the following format: the ISO 639-1
alpha-2 code, followed by an underscore (_), followed by an ISO 3166-1
alpha-2 value.
$sel:appVersion:EndpointDemographic'
, endpointDemographic_appVersion
- The version of the app that's associated with the endpoint.
$sel:model:EndpointDemographic'
, endpointDemographic_model
- The model name or number of the endpoint device, such as iPhone or
SM-G900F.
$sel:make:EndpointDemographic'
, endpointDemographic_make
- The manufacturer of the endpoint device, such as apple or samsung.
$sel:modelVersion:EndpointDemographic'
, endpointDemographic_modelVersion
- The model version of the endpoint device.
$sel:timezone:EndpointDemographic'
, endpointDemographic_timezone
- The time zone of the endpoint, specified as a tz database name value,
such as America/Los_Angeles.
endpointDemographic_platform :: Lens' EndpointDemographic (Maybe Text) Source #
The platform of the endpoint device, such as ios.
endpointDemographic_platformVersion :: Lens' EndpointDemographic (Maybe Text) Source #
The platform version of the endpoint device.
endpointDemographic_locale :: Lens' EndpointDemographic (Maybe Text) Source #
The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2 value.
endpointDemographic_appVersion :: Lens' EndpointDemographic (Maybe Text) Source #
The version of the app that's associated with the endpoint.
endpointDemographic_model :: Lens' EndpointDemographic (Maybe Text) Source #
The model name or number of the endpoint device, such as iPhone or SM-G900F.
endpointDemographic_make :: Lens' EndpointDemographic (Maybe Text) Source #
The manufacturer of the endpoint device, such as apple or samsung.
endpointDemographic_modelVersion :: Lens' EndpointDemographic (Maybe Text) Source #
The model version of the endpoint device.
endpointDemographic_timezone :: Lens' EndpointDemographic (Maybe Text) Source #
The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.