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 APNSVoipSandboxChannelResponse = APNSVoipSandboxChannelResponse' {
- lastModifiedDate :: Maybe Text
- enabled :: Maybe Bool
- hasTokenKey :: Maybe Bool
- defaultAuthenticationMethod :: Maybe Text
- isArchived :: Maybe Bool
- applicationId :: Maybe Text
- version :: Maybe Int
- id :: Maybe Text
- creationDate :: Maybe Text
- lastModifiedBy :: Maybe Text
- hasCredential :: Maybe Bool
- platform :: Text
- newAPNSVoipSandboxChannelResponse :: Text -> APNSVoipSandboxChannelResponse
- aPNSVoipSandboxChannelResponse_lastModifiedDate :: Lens' APNSVoipSandboxChannelResponse (Maybe Text)
- aPNSVoipSandboxChannelResponse_enabled :: Lens' APNSVoipSandboxChannelResponse (Maybe Bool)
- aPNSVoipSandboxChannelResponse_hasTokenKey :: Lens' APNSVoipSandboxChannelResponse (Maybe Bool)
- aPNSVoipSandboxChannelResponse_defaultAuthenticationMethod :: Lens' APNSVoipSandboxChannelResponse (Maybe Text)
- aPNSVoipSandboxChannelResponse_isArchived :: Lens' APNSVoipSandboxChannelResponse (Maybe Bool)
- aPNSVoipSandboxChannelResponse_applicationId :: Lens' APNSVoipSandboxChannelResponse (Maybe Text)
- aPNSVoipSandboxChannelResponse_version :: Lens' APNSVoipSandboxChannelResponse (Maybe Int)
- aPNSVoipSandboxChannelResponse_id :: Lens' APNSVoipSandboxChannelResponse (Maybe Text)
- aPNSVoipSandboxChannelResponse_creationDate :: Lens' APNSVoipSandboxChannelResponse (Maybe Text)
- aPNSVoipSandboxChannelResponse_lastModifiedBy :: Lens' APNSVoipSandboxChannelResponse (Maybe Text)
- aPNSVoipSandboxChannelResponse_hasCredential :: Lens' APNSVoipSandboxChannelResponse (Maybe Bool)
- aPNSVoipSandboxChannelResponse_platform :: Lens' APNSVoipSandboxChannelResponse Text
Documentation
data APNSVoipSandboxChannelResponse Source #
Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.
See: newAPNSVoipSandboxChannelResponse
smart constructor.
APNSVoipSandboxChannelResponse' | |
|
Instances
newAPNSVoipSandboxChannelResponse Source #
Create a value of APNSVoipSandboxChannelResponse
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:lastModifiedDate:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_lastModifiedDate
- The date and time when the APNs VoIP sandbox channel was last modified.
$sel:enabled:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_enabled
- Specifies whether the APNs VoIP sandbox channel is enabled for the
application.
$sel:hasTokenKey:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_hasTokenKey
- Specifies whether the APNs VoIP sandbox 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:defaultAuthenticationMethod:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_defaultAuthenticationMethod
- The default authentication method that Amazon Pinpoint uses to
authenticate with the APNs sandbox environment for this channel, key or
certificate.
$sel:isArchived:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_isArchived
- Specifies whether the APNs VoIP sandbox channel is archived.
$sel:applicationId:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_applicationId
- The unique identifier for the application that the APNs VoIP sandbox
channel applies to.
$sel:version:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_version
- The current version of the APNs VoIP sandbox channel.
$sel:id:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_id
- (Deprecated) An identifier for the APNs VoIP sandbox channel. This
property is retained only for backward compatibility.
$sel:creationDate:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_creationDate
- The date and time when the APNs VoIP sandbox channel was enabled.
$sel:lastModifiedBy:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_lastModifiedBy
- The user who last modified the APNs VoIP sandbox channel.
$sel:hasCredential:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_hasCredential
- (Not used) This property is retained only for backward compatibility.
$sel:platform:APNSVoipSandboxChannelResponse'
, aPNSVoipSandboxChannelResponse_platform
- The type of messaging or notification platform for the channel. For the
APNs VoIP sandbox channel, this value is APNS_VOIP_SANDBOX.
aPNSVoipSandboxChannelResponse_lastModifiedDate :: Lens' APNSVoipSandboxChannelResponse (Maybe Text) Source #
The date and time when the APNs VoIP sandbox channel was last modified.
aPNSVoipSandboxChannelResponse_enabled :: Lens' APNSVoipSandboxChannelResponse (Maybe Bool) Source #
Specifies whether the APNs VoIP sandbox channel is enabled for the application.
aPNSVoipSandboxChannelResponse_hasTokenKey :: Lens' APNSVoipSandboxChannelResponse (Maybe Bool) Source #
Specifies whether the APNs VoIP sandbox 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.
aPNSVoipSandboxChannelResponse_defaultAuthenticationMethod :: Lens' APNSVoipSandboxChannelResponse (Maybe Text) Source #
The default authentication method that Amazon Pinpoint uses to authenticate with the APNs sandbox environment for this channel, key or certificate.
aPNSVoipSandboxChannelResponse_isArchived :: Lens' APNSVoipSandboxChannelResponse (Maybe Bool) Source #
Specifies whether the APNs VoIP sandbox channel is archived.
aPNSVoipSandboxChannelResponse_applicationId :: Lens' APNSVoipSandboxChannelResponse (Maybe Text) Source #
The unique identifier for the application that the APNs VoIP sandbox channel applies to.
aPNSVoipSandboxChannelResponse_version :: Lens' APNSVoipSandboxChannelResponse (Maybe Int) Source #
The current version of the APNs VoIP sandbox channel.
aPNSVoipSandboxChannelResponse_id :: Lens' APNSVoipSandboxChannelResponse (Maybe Text) Source #
(Deprecated) An identifier for the APNs VoIP sandbox channel. This property is retained only for backward compatibility.
aPNSVoipSandboxChannelResponse_creationDate :: Lens' APNSVoipSandboxChannelResponse (Maybe Text) Source #
The date and time when the APNs VoIP sandbox channel was enabled.
aPNSVoipSandboxChannelResponse_lastModifiedBy :: Lens' APNSVoipSandboxChannelResponse (Maybe Text) Source #
The user who last modified the APNs VoIP sandbox channel.
aPNSVoipSandboxChannelResponse_hasCredential :: Lens' APNSVoipSandboxChannelResponse (Maybe Bool) Source #
(Not used) This property is retained only for backward compatibility.
aPNSVoipSandboxChannelResponse_platform :: Lens' APNSVoipSandboxChannelResponse Text Source #
The type of messaging or notification platform for the channel. For the APNs VoIP sandbox channel, this value is APNS_VOIP_SANDBOX.