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 ProxySession = ProxySession' {
- status :: Maybe ProxySessionStatus
- numberSelectionBehavior :: Maybe NumberSelectionBehavior
- geoMatchParams :: Maybe GeoMatchParams
- expiryMinutes :: Maybe Natural
- endedTimestamp :: Maybe POSIX
- updatedTimestamp :: Maybe POSIX
- participants :: Maybe [Participant]
- name :: Maybe Text
- proxySessionId :: Maybe Text
- geoMatchLevel :: Maybe GeoMatchLevel
- voiceConnectorId :: Maybe Text
- createdTimestamp :: Maybe POSIX
- capabilities :: Maybe [Capability]
- newProxySession :: ProxySession
- proxySession_status :: Lens' ProxySession (Maybe ProxySessionStatus)
- proxySession_numberSelectionBehavior :: Lens' ProxySession (Maybe NumberSelectionBehavior)
- proxySession_geoMatchParams :: Lens' ProxySession (Maybe GeoMatchParams)
- proxySession_expiryMinutes :: Lens' ProxySession (Maybe Natural)
- proxySession_endedTimestamp :: Lens' ProxySession (Maybe UTCTime)
- proxySession_updatedTimestamp :: Lens' ProxySession (Maybe UTCTime)
- proxySession_participants :: Lens' ProxySession (Maybe [Participant])
- proxySession_name :: Lens' ProxySession (Maybe Text)
- proxySession_proxySessionId :: Lens' ProxySession (Maybe Text)
- proxySession_geoMatchLevel :: Lens' ProxySession (Maybe GeoMatchLevel)
- proxySession_voiceConnectorId :: Lens' ProxySession (Maybe Text)
- proxySession_createdTimestamp :: Lens' ProxySession (Maybe UTCTime)
- proxySession_capabilities :: Lens' ProxySession (Maybe [Capability])
Documentation
data ProxySession Source #
The proxy session for an Amazon Chime Voice Connector.
See: newProxySession
smart constructor.
ProxySession' | |
|
Instances
newProxySession :: ProxySession Source #
Create a value of ProxySession
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:status:ProxySession'
, proxySession_status
- The status of the proxy session.
$sel:numberSelectionBehavior:ProxySession'
, proxySession_numberSelectionBehavior
- The preference for proxy phone number reuse, or stickiness, between the
same participants across sessions.
$sel:geoMatchParams:ProxySession'
, proxySession_geoMatchParams
- The country and area code for the proxy phone number.
$sel:expiryMinutes:ProxySession'
, proxySession_expiryMinutes
- The number of minutes allowed for the proxy session.
$sel:endedTimestamp:ProxySession'
, proxySession_endedTimestamp
- The ended time stamp, in ISO 8601 format.
$sel:updatedTimestamp:ProxySession'
, proxySession_updatedTimestamp
- The updated time stamp, in ISO 8601 format.
$sel:participants:ProxySession'
, proxySession_participants
- The proxy session participants.
$sel:name:ProxySession'
, proxySession_name
- The name of the proxy session.
$sel:proxySessionId:ProxySession'
, proxySession_proxySessionId
- The proxy session ID.
$sel:geoMatchLevel:ProxySession'
, proxySession_geoMatchLevel
- The preference for matching the country or area code of the proxy phone
number with that of the first participant.
$sel:voiceConnectorId:ProxySession'
, proxySession_voiceConnectorId
- The Amazon Chime voice connector ID.
$sel:createdTimestamp:ProxySession'
, proxySession_createdTimestamp
- The created time stamp, in ISO 8601 format.
$sel:capabilities:ProxySession'
, proxySession_capabilities
- The proxy session capabilities.
proxySession_status :: Lens' ProxySession (Maybe ProxySessionStatus) Source #
The status of the proxy session.
proxySession_numberSelectionBehavior :: Lens' ProxySession (Maybe NumberSelectionBehavior) Source #
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
proxySession_geoMatchParams :: Lens' ProxySession (Maybe GeoMatchParams) Source #
The country and area code for the proxy phone number.
proxySession_expiryMinutes :: Lens' ProxySession (Maybe Natural) Source #
The number of minutes allowed for the proxy session.
proxySession_endedTimestamp :: Lens' ProxySession (Maybe UTCTime) Source #
The ended time stamp, in ISO 8601 format.
proxySession_updatedTimestamp :: Lens' ProxySession (Maybe UTCTime) Source #
The updated time stamp, in ISO 8601 format.
proxySession_participants :: Lens' ProxySession (Maybe [Participant]) Source #
The proxy session participants.
proxySession_name :: Lens' ProxySession (Maybe Text) Source #
The name of the proxy session.
proxySession_proxySessionId :: Lens' ProxySession (Maybe Text) Source #
The proxy session ID.
proxySession_geoMatchLevel :: Lens' ProxySession (Maybe GeoMatchLevel) Source #
The preference for matching the country or area code of the proxy phone number with that of the first participant.
proxySession_voiceConnectorId :: Lens' ProxySession (Maybe Text) Source #
The Amazon Chime voice connector ID.
proxySession_createdTimestamp :: Lens' ProxySession (Maybe UTCTime) Source #
The created time stamp, in ISO 8601 format.
proxySession_capabilities :: Lens' ProxySession (Maybe [Capability]) Source #
The proxy session capabilities.