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 VoiceChannelResponse = VoiceChannelResponse' {
- lastModifiedDate :: Maybe Text
- enabled :: Maybe Bool
- isArchived :: Maybe Bool
- applicationId :: Maybe Text
- version :: Maybe Int
- id :: Maybe Text
- creationDate :: Maybe Text
- lastModifiedBy :: Maybe Text
- hasCredential :: Maybe Bool
- platform :: Text
- newVoiceChannelResponse :: Text -> VoiceChannelResponse
- voiceChannelResponse_lastModifiedDate :: Lens' VoiceChannelResponse (Maybe Text)
- voiceChannelResponse_enabled :: Lens' VoiceChannelResponse (Maybe Bool)
- voiceChannelResponse_isArchived :: Lens' VoiceChannelResponse (Maybe Bool)
- voiceChannelResponse_applicationId :: Lens' VoiceChannelResponse (Maybe Text)
- voiceChannelResponse_version :: Lens' VoiceChannelResponse (Maybe Int)
- voiceChannelResponse_id :: Lens' VoiceChannelResponse (Maybe Text)
- voiceChannelResponse_creationDate :: Lens' VoiceChannelResponse (Maybe Text)
- voiceChannelResponse_lastModifiedBy :: Lens' VoiceChannelResponse (Maybe Text)
- voiceChannelResponse_hasCredential :: Lens' VoiceChannelResponse (Maybe Bool)
- voiceChannelResponse_platform :: Lens' VoiceChannelResponse Text
Documentation
data VoiceChannelResponse Source #
Provides information about the status and settings of the voice channel for an application.
See: newVoiceChannelResponse
smart constructor.
VoiceChannelResponse' | |
|
Instances
newVoiceChannelResponse Source #
Create a value of VoiceChannelResponse
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:VoiceChannelResponse'
, voiceChannelResponse_lastModifiedDate
- The date and time, in ISO 8601 format, when the voice channel was last
modified.
$sel:enabled:VoiceChannelResponse'
, voiceChannelResponse_enabled
- Specifies whether the voice channel is enabled for the application.
$sel:isArchived:VoiceChannelResponse'
, voiceChannelResponse_isArchived
- Specifies whether the voice channel is archived.
$sel:applicationId:VoiceChannelResponse'
, voiceChannelResponse_applicationId
- The unique identifier for the application that the voice channel applies
to.
$sel:version:VoiceChannelResponse'
, voiceChannelResponse_version
- The current version of the voice channel.
$sel:id:VoiceChannelResponse'
, voiceChannelResponse_id
- (Deprecated) An identifier for the voice channel. This property is
retained only for backward compatibility.
$sel:creationDate:VoiceChannelResponse'
, voiceChannelResponse_creationDate
- The date and time, in ISO 8601 format, when the voice channel was
enabled.
$sel:lastModifiedBy:VoiceChannelResponse'
, voiceChannelResponse_lastModifiedBy
- The user who last modified the voice channel.
$sel:hasCredential:VoiceChannelResponse'
, voiceChannelResponse_hasCredential
- (Not used) This property is retained only for backward compatibility.
$sel:platform:VoiceChannelResponse'
, voiceChannelResponse_platform
- The type of messaging or notification platform for the channel. For the
voice channel, this value is VOICE.
voiceChannelResponse_lastModifiedDate :: Lens' VoiceChannelResponse (Maybe Text) Source #
The date and time, in ISO 8601 format, when the voice channel was last modified.
voiceChannelResponse_enabled :: Lens' VoiceChannelResponse (Maybe Bool) Source #
Specifies whether the voice channel is enabled for the application.
voiceChannelResponse_isArchived :: Lens' VoiceChannelResponse (Maybe Bool) Source #
Specifies whether the voice channel is archived.
voiceChannelResponse_applicationId :: Lens' VoiceChannelResponse (Maybe Text) Source #
The unique identifier for the application that the voice channel applies to.
voiceChannelResponse_version :: Lens' VoiceChannelResponse (Maybe Int) Source #
The current version of the voice channel.
voiceChannelResponse_id :: Lens' VoiceChannelResponse (Maybe Text) Source #
(Deprecated) An identifier for the voice channel. This property is retained only for backward compatibility.
voiceChannelResponse_creationDate :: Lens' VoiceChannelResponse (Maybe Text) Source #
The date and time, in ISO 8601 format, when the voice channel was enabled.
voiceChannelResponse_lastModifiedBy :: Lens' VoiceChannelResponse (Maybe Text) Source #
The user who last modified the voice channel.
voiceChannelResponse_hasCredential :: Lens' VoiceChannelResponse (Maybe Bool) Source #
(Not used) This property is retained only for backward compatibility.
voiceChannelResponse_platform :: Lens' VoiceChannelResponse Text Source #
The type of messaging or notification platform for the channel. For the voice channel, this value is VOICE.