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 |
Synopsis
- data APNSVoipChannelResponse = APNSVoipChannelResponse' {
- applicationId :: Maybe Text
- creationDate :: Maybe Text
- defaultAuthenticationMethod :: Maybe Text
- enabled :: Maybe Bool
- hasCredential :: Maybe Bool
- hasTokenKey :: Maybe Bool
- id :: Maybe Text
- isArchived :: Maybe Bool
- lastModifiedBy :: Maybe Text
- lastModifiedDate :: Maybe Text
- version :: Maybe Int
- platform :: Text
- newAPNSVoipChannelResponse :: Text -> APNSVoipChannelResponse
- aPNSVoipChannelResponse_applicationId :: Lens' APNSVoipChannelResponse (Maybe Text)
- aPNSVoipChannelResponse_creationDate :: Lens' APNSVoipChannelResponse (Maybe Text)
- aPNSVoipChannelResponse_defaultAuthenticationMethod :: Lens' APNSVoipChannelResponse (Maybe Text)
- aPNSVoipChannelResponse_enabled :: Lens' APNSVoipChannelResponse (Maybe Bool)
- aPNSVoipChannelResponse_hasCredential :: Lens' APNSVoipChannelResponse (Maybe Bool)
- aPNSVoipChannelResponse_hasTokenKey :: Lens' APNSVoipChannelResponse (Maybe Bool)
- aPNSVoipChannelResponse_id :: Lens' APNSVoipChannelResponse (Maybe Text)
- aPNSVoipChannelResponse_isArchived :: Lens' APNSVoipChannelResponse (Maybe Bool)
- aPNSVoipChannelResponse_lastModifiedBy :: Lens' APNSVoipChannelResponse (Maybe Text)
- aPNSVoipChannelResponse_lastModifiedDate :: Lens' APNSVoipChannelResponse (Maybe Text)
- aPNSVoipChannelResponse_version :: Lens' APNSVoipChannelResponse (Maybe Int)
- aPNSVoipChannelResponse_platform :: Lens' APNSVoipChannelResponse Text
Documentation
data APNSVoipChannelResponse Source #
Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.
See: newAPNSVoipChannelResponse
smart constructor.
APNSVoipChannelResponse' | |
|
Instances
newAPNSVoipChannelResponse Source #
Create a value of APNSVoipChannelResponse
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:applicationId:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_applicationId
- The unique identifier for the application that the APNs VoIP channel
applies to.
$sel:creationDate:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_creationDate
- The date and time when the APNs VoIP channel was enabled.
$sel:defaultAuthenticationMethod:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_defaultAuthenticationMethod
- The default authentication method that Amazon Pinpoint uses to
authenticate with APNs for this channel, key or certificate.
$sel:enabled:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_enabled
- Specifies whether the APNs VoIP channel is enabled for the application.
$sel:hasCredential:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_hasCredential
- (Not used) This property is retained only for backward compatibility.
$sel:hasTokenKey:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_hasTokenKey
- Specifies whether the APNs VoIP channel is configured to communicate
with APNs by using APNs tokens. To provide an authentication key for
APNs tokens, set the TokenKey property of the channel.
$sel:id:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_id
- (Deprecated) An identifier for the APNs VoIP channel. This property is
retained only for backward compatibility.
$sel:isArchived:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_isArchived
- Specifies whether the APNs VoIP channel is archived.
$sel:lastModifiedBy:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_lastModifiedBy
- The user who last modified the APNs VoIP channel.
$sel:lastModifiedDate:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_lastModifiedDate
- The date and time when the APNs VoIP channel was last modified.
$sel:version:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_version
- The current version of the APNs VoIP channel.
$sel:platform:APNSVoipChannelResponse'
, aPNSVoipChannelResponse_platform
- The type of messaging or notification platform for the channel. For the
APNs VoIP channel, this value is APNS_VOIP.
aPNSVoipChannelResponse_applicationId :: Lens' APNSVoipChannelResponse (Maybe Text) Source #
The unique identifier for the application that the APNs VoIP channel applies to.
aPNSVoipChannelResponse_creationDate :: Lens' APNSVoipChannelResponse (Maybe Text) Source #
The date and time when the APNs VoIP channel was enabled.
aPNSVoipChannelResponse_defaultAuthenticationMethod :: Lens' APNSVoipChannelResponse (Maybe Text) Source #
The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this channel, key or certificate.
aPNSVoipChannelResponse_enabled :: Lens' APNSVoipChannelResponse (Maybe Bool) Source #
Specifies whether the APNs VoIP channel is enabled for the application.
aPNSVoipChannelResponse_hasCredential :: Lens' APNSVoipChannelResponse (Maybe Bool) Source #
(Not used) This property is retained only for backward compatibility.
aPNSVoipChannelResponse_hasTokenKey :: Lens' APNSVoipChannelResponse (Maybe Bool) Source #
Specifies whether the APNs VoIP channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.
aPNSVoipChannelResponse_id :: Lens' APNSVoipChannelResponse (Maybe Text) Source #
(Deprecated) An identifier for the APNs VoIP channel. This property is retained only for backward compatibility.
aPNSVoipChannelResponse_isArchived :: Lens' APNSVoipChannelResponse (Maybe Bool) Source #
Specifies whether the APNs VoIP channel is archived.
aPNSVoipChannelResponse_lastModifiedBy :: Lens' APNSVoipChannelResponse (Maybe Text) Source #
The user who last modified the APNs VoIP channel.
aPNSVoipChannelResponse_lastModifiedDate :: Lens' APNSVoipChannelResponse (Maybe Text) Source #
The date and time when the APNs VoIP channel was last modified.
aPNSVoipChannelResponse_version :: Lens' APNSVoipChannelResponse (Maybe Int) Source #
The current version of the APNs VoIP channel.
aPNSVoipChannelResponse_platform :: Lens' APNSVoipChannelResponse Text Source #
The type of messaging or notification platform for the channel. For the APNs VoIP channel, this value is APNS_VOIP.