| 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.ChimeSDKIdentity.Types.EndpointAttributes
Description
Documentation
data EndpointAttributes Source #
The attributes of an Endpoint.
See: newEndpointAttributes smart constructor.
Constructors
| EndpointAttributes' | |
Fields
| |
Instances
newEndpointAttributes Source #
Arguments
| :: Text | |
| -> EndpointAttributes |
Create a value of EndpointAttributes 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:voipDeviceToken:EndpointAttributes', endpointAttributes_voipDeviceToken - The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
$sel:deviceToken:EndpointAttributes', endpointAttributes_deviceToken - The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
endpointAttributes_voipDeviceToken :: Lens' EndpointAttributes (Maybe Text) Source #
The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
endpointAttributes_deviceToken :: Lens' EndpointAttributes Text Source #
The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.