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 APNSSandboxChannelResponse = APNSSandboxChannelResponse' {
- 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
- newAPNSSandboxChannelResponse :: Text -> APNSSandboxChannelResponse
- aPNSSandboxChannelResponse_lastModifiedDate :: Lens' APNSSandboxChannelResponse (Maybe Text)
- aPNSSandboxChannelResponse_enabled :: Lens' APNSSandboxChannelResponse (Maybe Bool)
- aPNSSandboxChannelResponse_hasTokenKey :: Lens' APNSSandboxChannelResponse (Maybe Bool)
- aPNSSandboxChannelResponse_defaultAuthenticationMethod :: Lens' APNSSandboxChannelResponse (Maybe Text)
- aPNSSandboxChannelResponse_isArchived :: Lens' APNSSandboxChannelResponse (Maybe Bool)
- aPNSSandboxChannelResponse_applicationId :: Lens' APNSSandboxChannelResponse (Maybe Text)
- aPNSSandboxChannelResponse_version :: Lens' APNSSandboxChannelResponse (Maybe Int)
- aPNSSandboxChannelResponse_id :: Lens' APNSSandboxChannelResponse (Maybe Text)
- aPNSSandboxChannelResponse_creationDate :: Lens' APNSSandboxChannelResponse (Maybe Text)
- aPNSSandboxChannelResponse_lastModifiedBy :: Lens' APNSSandboxChannelResponse (Maybe Text)
- aPNSSandboxChannelResponse_hasCredential :: Lens' APNSSandboxChannelResponse (Maybe Bool)
- aPNSSandboxChannelResponse_platform :: Lens' APNSSandboxChannelResponse Text
Documentation
data APNSSandboxChannelResponse Source #
Provides information about the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.
See: newAPNSSandboxChannelResponse
smart constructor.
APNSSandboxChannelResponse' | |
|
Instances
newAPNSSandboxChannelResponse Source #
Create a value of APNSSandboxChannelResponse
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:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_lastModifiedDate
- The date and time when the APNs sandbox channel was last modified.
$sel:enabled:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_enabled
- Specifies whether the APNs sandbox channel is enabled for the
application.
$sel:hasTokenKey:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_hasTokenKey
- Specifies whether the APNs 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:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_defaultAuthenticationMethod
- The default authentication method that Amazon Pinpoint uses to
authenticate with the APNs sandbox environment for this channel, key or
certificate.
$sel:isArchived:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_isArchived
- Specifies whether the APNs sandbox channel is archived.
$sel:applicationId:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_applicationId
- The unique identifier for the application that the APNs sandbox channel
applies to.
$sel:version:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_version
- The current version of the APNs sandbox channel.
$sel:id:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_id
- (Deprecated) An identifier for the APNs sandbox channel. This property
is retained only for backward compatibility.
$sel:creationDate:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_creationDate
- The date and time when the APNs sandbox channel was enabled.
$sel:lastModifiedBy:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_lastModifiedBy
- The user who last modified the APNs sandbox channel.
$sel:hasCredential:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_hasCredential
- (Not used) This property is retained only for backward compatibility.
$sel:platform:APNSSandboxChannelResponse'
, aPNSSandboxChannelResponse_platform
- The type of messaging or notification platform for the channel. For the
APNs sandbox channel, this value is APNS_SANDBOX.
aPNSSandboxChannelResponse_lastModifiedDate :: Lens' APNSSandboxChannelResponse (Maybe Text) Source #
The date and time when the APNs sandbox channel was last modified.
aPNSSandboxChannelResponse_enabled :: Lens' APNSSandboxChannelResponse (Maybe Bool) Source #
Specifies whether the APNs sandbox channel is enabled for the application.
aPNSSandboxChannelResponse_hasTokenKey :: Lens' APNSSandboxChannelResponse (Maybe Bool) Source #
Specifies whether the APNs 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.
aPNSSandboxChannelResponse_defaultAuthenticationMethod :: Lens' APNSSandboxChannelResponse (Maybe Text) Source #
The default authentication method that Amazon Pinpoint uses to authenticate with the APNs sandbox environment for this channel, key or certificate.
aPNSSandboxChannelResponse_isArchived :: Lens' APNSSandboxChannelResponse (Maybe Bool) Source #
Specifies whether the APNs sandbox channel is archived.
aPNSSandboxChannelResponse_applicationId :: Lens' APNSSandboxChannelResponse (Maybe Text) Source #
The unique identifier for the application that the APNs sandbox channel applies to.
aPNSSandboxChannelResponse_version :: Lens' APNSSandboxChannelResponse (Maybe Int) Source #
The current version of the APNs sandbox channel.
aPNSSandboxChannelResponse_id :: Lens' APNSSandboxChannelResponse (Maybe Text) Source #
(Deprecated) An identifier for the APNs sandbox channel. This property is retained only for backward compatibility.
aPNSSandboxChannelResponse_creationDate :: Lens' APNSSandboxChannelResponse (Maybe Text) Source #
The date and time when the APNs sandbox channel was enabled.
aPNSSandboxChannelResponse_lastModifiedBy :: Lens' APNSSandboxChannelResponse (Maybe Text) Source #
The user who last modified the APNs sandbox channel.
aPNSSandboxChannelResponse_hasCredential :: Lens' APNSSandboxChannelResponse (Maybe Bool) Source #
(Not used) This property is retained only for backward compatibility.
aPNSSandboxChannelResponse_platform :: Lens' APNSSandboxChannelResponse Text Source #
The type of messaging or notification platform for the channel. For the APNs sandbox channel, this value is APNS_SANDBOX.