| 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 |
Amazonka.ChimeSdkVoice.Types
Contents
- Service Configuration
- Errors
- AlexaSkillStatus
- CallingNameStatus
- Capability
- ErrorCode
- GeoMatchLevel
- NotificationTarget
- NumberSelectionBehavior
- OrderedPhoneNumberStatus
- OriginationRouteProtocol
- PhoneNumberAssociationName
- PhoneNumberOrderStatus
- PhoneNumberOrderType
- PhoneNumberProductType
- PhoneNumberStatus
- PhoneNumberType
- ProxySessionStatus
- SipRuleTriggerType
- VoiceConnectorAwsRegion
- Address
- CandidateAddress
- Credential
- DNISEmergencyCallingConfiguration
- EmergencyCallingConfiguration
- GeoMatchParams
- LoggingConfiguration
- OrderedPhoneNumber
- Origination
- OriginationRoute
- Participant
- PhoneNumber
- PhoneNumberAssociation
- PhoneNumberCapabilities
- PhoneNumberCountry
- PhoneNumberError
- PhoneNumberOrder
- Proxy
- ProxySession
- SipMediaApplication
- SipMediaApplicationAlexaSkillConfiguration
- SipMediaApplicationCall
- SipMediaApplicationEndpoint
- SipMediaApplicationLoggingConfiguration
- SipRule
- SipRuleTargetApplication
- StreamingConfiguration
- StreamingNotificationTarget
- Termination
- TerminationHealth
- UpdatePhoneNumberRequestItem
- VoiceConnector
- VoiceConnectorGroup
- VoiceConnectorItem
- VoiceConnectorSettings
Description
Synopsis
- defaultService :: Service
- _AccessDeniedException :: AsError a => Fold a ServiceError
- _BadRequestException :: AsError a => Fold a ServiceError
- _ConflictException :: AsError a => Fold a ServiceError
- _ForbiddenException :: AsError a => Fold a ServiceError
- _NotFoundException :: AsError a => Fold a ServiceError
- _ResourceLimitExceededException :: AsError a => Fold a ServiceError
- _ServiceFailureException :: AsError a => Fold a ServiceError
- _ServiceUnavailableException :: AsError a => Fold a ServiceError
- _ThrottledClientException :: AsError a => Fold a ServiceError
- _UnauthorizedClientException :: AsError a => Fold a ServiceError
- newtype AlexaSkillStatus where
- AlexaSkillStatus' { }
- pattern AlexaSkillStatus_ACTIVE :: AlexaSkillStatus
- pattern AlexaSkillStatus_INACTIVE :: AlexaSkillStatus
- newtype CallingNameStatus where
- newtype Capability where
- Capability' { }
- pattern Capability_SMS :: Capability
- pattern Capability_Voice :: Capability
- newtype ErrorCode where
- ErrorCode' { }
- pattern ErrorCode_AccessDenied :: ErrorCode
- pattern ErrorCode_BadRequest :: ErrorCode
- pattern ErrorCode_Conflict :: ErrorCode
- pattern ErrorCode_Forbidden :: ErrorCode
- pattern ErrorCode_Gone :: ErrorCode
- pattern ErrorCode_NotFound :: ErrorCode
- pattern ErrorCode_PhoneNumberAssociationsExist :: ErrorCode
- pattern ErrorCode_PreconditionFailed :: ErrorCode
- pattern ErrorCode_ResourceLimitExceeded :: ErrorCode
- pattern ErrorCode_ServiceFailure :: ErrorCode
- pattern ErrorCode_ServiceUnavailable :: ErrorCode
- pattern ErrorCode_Throttled :: ErrorCode
- pattern ErrorCode_Throttling :: ErrorCode
- pattern ErrorCode_Unauthorized :: ErrorCode
- pattern ErrorCode_Unprocessable :: ErrorCode
- pattern ErrorCode_VoiceConnectorGroupAssociationsExist :: ErrorCode
- newtype GeoMatchLevel where
- GeoMatchLevel' { }
- pattern GeoMatchLevel_AreaCode :: GeoMatchLevel
- pattern GeoMatchLevel_Country :: GeoMatchLevel
- newtype NotificationTarget where
- NotificationTarget' { }
- pattern NotificationTarget_EventBridge :: NotificationTarget
- pattern NotificationTarget_SNS :: NotificationTarget
- pattern NotificationTarget_SQS :: NotificationTarget
- newtype NumberSelectionBehavior where
- newtype OrderedPhoneNumberStatus where
- newtype OriginationRouteProtocol where
- newtype PhoneNumberAssociationName where
- newtype PhoneNumberOrderStatus where
- PhoneNumberOrderStatus' { }
- pattern PhoneNumberOrderStatus_CancelRequested :: PhoneNumberOrderStatus
- pattern PhoneNumberOrderStatus_Cancelled :: PhoneNumberOrderStatus
- pattern PhoneNumberOrderStatus_ChangeRequested :: PhoneNumberOrderStatus
- pattern PhoneNumberOrderStatus_Exception :: PhoneNumberOrderStatus
- pattern PhoneNumberOrderStatus_FOC :: PhoneNumberOrderStatus
- pattern PhoneNumberOrderStatus_Failed :: PhoneNumberOrderStatus
- pattern PhoneNumberOrderStatus_Partial :: PhoneNumberOrderStatus
- pattern PhoneNumberOrderStatus_PendingDocuments :: PhoneNumberOrderStatus
- pattern PhoneNumberOrderStatus_Processing :: PhoneNumberOrderStatus
- pattern PhoneNumberOrderStatus_Submitted :: PhoneNumberOrderStatus
- pattern PhoneNumberOrderStatus_Successful :: PhoneNumberOrderStatus
- newtype PhoneNumberOrderType where
- newtype PhoneNumberProductType where
- newtype PhoneNumberStatus where
- PhoneNumberStatus' { }
- pattern PhoneNumberStatus_AcquireFailed :: PhoneNumberStatus
- pattern PhoneNumberStatus_AcquireInProgress :: PhoneNumberStatus
- pattern PhoneNumberStatus_Assigned :: PhoneNumberStatus
- pattern PhoneNumberStatus_Cancelled :: PhoneNumberStatus
- pattern PhoneNumberStatus_DeleteFailed :: PhoneNumberStatus
- pattern PhoneNumberStatus_DeleteInProgress :: PhoneNumberStatus
- pattern PhoneNumberStatus_PortinCancelRequested :: PhoneNumberStatus
- pattern PhoneNumberStatus_PortinInProgress :: PhoneNumberStatus
- pattern PhoneNumberStatus_ReleaseFailed :: PhoneNumberStatus
- pattern PhoneNumberStatus_ReleaseInProgress :: PhoneNumberStatus
- pattern PhoneNumberStatus_Unassigned :: PhoneNumberStatus
- newtype PhoneNumberType where
- PhoneNumberType' { }
- pattern PhoneNumberType_Local :: PhoneNumberType
- pattern PhoneNumberType_TollFree :: PhoneNumberType
- newtype ProxySessionStatus where
- ProxySessionStatus' { }
- pattern ProxySessionStatus_Closed :: ProxySessionStatus
- pattern ProxySessionStatus_InProgress :: ProxySessionStatus
- pattern ProxySessionStatus_Open :: ProxySessionStatus
- newtype SipRuleTriggerType where
- newtype VoiceConnectorAwsRegion where
- VoiceConnectorAwsRegion' { }
- pattern VoiceConnectorAwsRegion_Ap_northeast_1 :: VoiceConnectorAwsRegion
- pattern VoiceConnectorAwsRegion_Ap_northeast_2 :: VoiceConnectorAwsRegion
- pattern VoiceConnectorAwsRegion_Ap_southeast_1 :: VoiceConnectorAwsRegion
- pattern VoiceConnectorAwsRegion_Ap_southeast_2 :: VoiceConnectorAwsRegion
- pattern VoiceConnectorAwsRegion_Ca_central_1 :: VoiceConnectorAwsRegion
- pattern VoiceConnectorAwsRegion_Eu_central_1 :: VoiceConnectorAwsRegion
- pattern VoiceConnectorAwsRegion_Eu_west_1 :: VoiceConnectorAwsRegion
- pattern VoiceConnectorAwsRegion_Eu_west_2 :: VoiceConnectorAwsRegion
- pattern VoiceConnectorAwsRegion_Us_east_1 :: VoiceConnectorAwsRegion
- pattern VoiceConnectorAwsRegion_Us_west_2 :: VoiceConnectorAwsRegion
- data Address = Address' {
- city :: Maybe (Sensitive Text)
- country :: Maybe (Sensitive Text)
- postDirectional :: Maybe (Sensitive Text)
- postalCode :: Maybe (Sensitive Text)
- postalCodePlus4 :: Maybe (Sensitive Text)
- preDirectional :: Maybe (Sensitive Text)
- state :: Maybe (Sensitive Text)
- streetName :: Maybe (Sensitive Text)
- streetNumber :: Maybe (Sensitive Text)
- streetSuffix :: Maybe (Sensitive Text)
- newAddress :: Address
- address_city :: Lens' Address (Maybe Text)
- address_country :: Lens' Address (Maybe Text)
- address_postDirectional :: Lens' Address (Maybe Text)
- address_postalCode :: Lens' Address (Maybe Text)
- address_postalCodePlus4 :: Lens' Address (Maybe Text)
- address_preDirectional :: Lens' Address (Maybe Text)
- address_state :: Lens' Address (Maybe Text)
- address_streetName :: Lens' Address (Maybe Text)
- address_streetNumber :: Lens' Address (Maybe Text)
- address_streetSuffix :: Lens' Address (Maybe Text)
- data CandidateAddress = CandidateAddress' {}
- newCandidateAddress :: CandidateAddress
- candidateAddress_city :: Lens' CandidateAddress (Maybe Text)
- candidateAddress_country :: Lens' CandidateAddress (Maybe Text)
- candidateAddress_postalCode :: Lens' CandidateAddress (Maybe Text)
- candidateAddress_postalCodePlus4 :: Lens' CandidateAddress (Maybe Text)
- candidateAddress_state :: Lens' CandidateAddress (Maybe Text)
- candidateAddress_streetInfo :: Lens' CandidateAddress (Maybe Text)
- candidateAddress_streetNumber :: Lens' CandidateAddress (Maybe Text)
- data Credential = Credential' {}
- newCredential :: Credential
- credential_password :: Lens' Credential (Maybe Text)
- credential_username :: Lens' Credential (Maybe Text)
- data DNISEmergencyCallingConfiguration = DNISEmergencyCallingConfiguration' {}
- newDNISEmergencyCallingConfiguration :: Text -> Text -> DNISEmergencyCallingConfiguration
- dNISEmergencyCallingConfiguration_testPhoneNumber :: Lens' DNISEmergencyCallingConfiguration (Maybe Text)
- dNISEmergencyCallingConfiguration_emergencyPhoneNumber :: Lens' DNISEmergencyCallingConfiguration Text
- dNISEmergencyCallingConfiguration_callingCountry :: Lens' DNISEmergencyCallingConfiguration Text
- data EmergencyCallingConfiguration = EmergencyCallingConfiguration' {}
- newEmergencyCallingConfiguration :: EmergencyCallingConfiguration
- emergencyCallingConfiguration_dnis :: Lens' EmergencyCallingConfiguration (Maybe [DNISEmergencyCallingConfiguration])
- data GeoMatchParams = GeoMatchParams' {}
- newGeoMatchParams :: Text -> Text -> GeoMatchParams
- geoMatchParams_country :: Lens' GeoMatchParams Text
- geoMatchParams_areaCode :: Lens' GeoMatchParams Text
- data LoggingConfiguration = LoggingConfiguration' {}
- newLoggingConfiguration :: LoggingConfiguration
- loggingConfiguration_enableSIPLogs :: Lens' LoggingConfiguration (Maybe Bool)
- data OrderedPhoneNumber = OrderedPhoneNumber' {}
- newOrderedPhoneNumber :: OrderedPhoneNumber
- orderedPhoneNumber_e164PhoneNumber :: Lens' OrderedPhoneNumber (Maybe Text)
- orderedPhoneNumber_status :: Lens' OrderedPhoneNumber (Maybe OrderedPhoneNumberStatus)
- data Origination = Origination' {}
- newOrigination :: Origination
- origination_disabled :: Lens' Origination (Maybe Bool)
- origination_routes :: Lens' Origination (Maybe [OriginationRoute])
- data OriginationRoute = OriginationRoute' {}
- newOriginationRoute :: OriginationRoute
- originationRoute_host :: Lens' OriginationRoute (Maybe Text)
- originationRoute_port :: Lens' OriginationRoute (Maybe Natural)
- originationRoute_priority :: Lens' OriginationRoute (Maybe Natural)
- originationRoute_protocol :: Lens' OriginationRoute (Maybe OriginationRouteProtocol)
- originationRoute_weight :: Lens' OriginationRoute (Maybe Natural)
- data Participant = Participant' {
- phoneNumber :: Maybe (Sensitive Text)
- proxyPhoneNumber :: Maybe (Sensitive Text)
- newParticipant :: Participant
- participant_phoneNumber :: Lens' Participant (Maybe Text)
- participant_proxyPhoneNumber :: Lens' Participant (Maybe Text)
- data PhoneNumber = PhoneNumber' {
- associations :: Maybe [PhoneNumberAssociation]
- callingName :: Maybe (Sensitive Text)
- callingNameStatus :: Maybe CallingNameStatus
- capabilities :: Maybe PhoneNumberCapabilities
- country :: Maybe Text
- createdTimestamp :: Maybe ISO8601
- deletionTimestamp :: Maybe ISO8601
- e164PhoneNumber :: Maybe (Sensitive Text)
- orderId :: Maybe Text
- phoneNumberId :: Maybe (Sensitive Text)
- productType :: Maybe PhoneNumberProductType
- status :: Maybe PhoneNumberStatus
- type' :: Maybe PhoneNumberType
- updatedTimestamp :: Maybe ISO8601
- newPhoneNumber :: PhoneNumber
- phoneNumber_associations :: Lens' PhoneNumber (Maybe [PhoneNumberAssociation])
- phoneNumber_callingName :: Lens' PhoneNumber (Maybe Text)
- phoneNumber_callingNameStatus :: Lens' PhoneNumber (Maybe CallingNameStatus)
- phoneNumber_capabilities :: Lens' PhoneNumber (Maybe PhoneNumberCapabilities)
- phoneNumber_country :: Lens' PhoneNumber (Maybe Text)
- phoneNumber_createdTimestamp :: Lens' PhoneNumber (Maybe UTCTime)
- phoneNumber_deletionTimestamp :: Lens' PhoneNumber (Maybe UTCTime)
- phoneNumber_e164PhoneNumber :: Lens' PhoneNumber (Maybe Text)
- phoneNumber_orderId :: Lens' PhoneNumber (Maybe Text)
- phoneNumber_phoneNumberId :: Lens' PhoneNumber (Maybe Text)
- phoneNumber_productType :: Lens' PhoneNumber (Maybe PhoneNumberProductType)
- phoneNumber_status :: Lens' PhoneNumber (Maybe PhoneNumberStatus)
- phoneNumber_type :: Lens' PhoneNumber (Maybe PhoneNumberType)
- phoneNumber_updatedTimestamp :: Lens' PhoneNumber (Maybe UTCTime)
- data PhoneNumberAssociation = PhoneNumberAssociation' {}
- newPhoneNumberAssociation :: PhoneNumberAssociation
- phoneNumberAssociation_associatedTimestamp :: Lens' PhoneNumberAssociation (Maybe UTCTime)
- phoneNumberAssociation_name :: Lens' PhoneNumberAssociation (Maybe PhoneNumberAssociationName)
- phoneNumberAssociation_value :: Lens' PhoneNumberAssociation (Maybe Text)
- data PhoneNumberCapabilities = PhoneNumberCapabilities' {
- inboundCall :: Maybe Bool
- inboundMMS :: Maybe Bool
- inboundSMS :: Maybe Bool
- outboundCall :: Maybe Bool
- outboundMMS :: Maybe Bool
- outboundSMS :: Maybe Bool
- newPhoneNumberCapabilities :: PhoneNumberCapabilities
- phoneNumberCapabilities_inboundCall :: Lens' PhoneNumberCapabilities (Maybe Bool)
- phoneNumberCapabilities_inboundMMS :: Lens' PhoneNumberCapabilities (Maybe Bool)
- phoneNumberCapabilities_inboundSMS :: Lens' PhoneNumberCapabilities (Maybe Bool)
- phoneNumberCapabilities_outboundCall :: Lens' PhoneNumberCapabilities (Maybe Bool)
- phoneNumberCapabilities_outboundMMS :: Lens' PhoneNumberCapabilities (Maybe Bool)
- phoneNumberCapabilities_outboundSMS :: Lens' PhoneNumberCapabilities (Maybe Bool)
- data PhoneNumberCountry = PhoneNumberCountry' {}
- newPhoneNumberCountry :: PhoneNumberCountry
- phoneNumberCountry_countryCode :: Lens' PhoneNumberCountry (Maybe Text)
- phoneNumberCountry_supportedPhoneNumberTypes :: Lens' PhoneNumberCountry (Maybe [PhoneNumberType])
- data PhoneNumberError = PhoneNumberError' {}
- newPhoneNumberError :: PhoneNumberError
- phoneNumberError_errorCode :: Lens' PhoneNumberError (Maybe ErrorCode)
- phoneNumberError_errorMessage :: Lens' PhoneNumberError (Maybe Text)
- phoneNumberError_phoneNumberId :: Lens' PhoneNumberError (Maybe Text)
- data PhoneNumberOrder = PhoneNumberOrder' {}
- newPhoneNumberOrder :: PhoneNumberOrder
- phoneNumberOrder_createdTimestamp :: Lens' PhoneNumberOrder (Maybe UTCTime)
- phoneNumberOrder_orderType :: Lens' PhoneNumberOrder (Maybe PhoneNumberOrderType)
- phoneNumberOrder_orderedPhoneNumbers :: Lens' PhoneNumberOrder (Maybe [OrderedPhoneNumber])
- phoneNumberOrder_phoneNumberOrderId :: Lens' PhoneNumberOrder (Maybe Text)
- phoneNumberOrder_productType :: Lens' PhoneNumberOrder (Maybe PhoneNumberProductType)
- phoneNumberOrder_status :: Lens' PhoneNumberOrder (Maybe PhoneNumberOrderStatus)
- phoneNumberOrder_updatedTimestamp :: Lens' PhoneNumberOrder (Maybe UTCTime)
- data Proxy = Proxy' {}
- newProxy :: Proxy
- proxy_defaultSessionExpiryMinutes :: Lens' Proxy (Maybe Int)
- proxy_disabled :: Lens' Proxy (Maybe Bool)
- proxy_fallBackPhoneNumber :: Lens' Proxy (Maybe Text)
- proxy_phoneNumberCountries :: Lens' Proxy (Maybe [Text])
- data ProxySession = ProxySession' {
- capabilities :: Maybe [Capability]
- createdTimestamp :: Maybe ISO8601
- endedTimestamp :: Maybe ISO8601
- expiryMinutes :: Maybe Natural
- geoMatchLevel :: Maybe GeoMatchLevel
- geoMatchParams :: Maybe GeoMatchParams
- name :: Maybe Text
- numberSelectionBehavior :: Maybe NumberSelectionBehavior
- participants :: Maybe [Participant]
- proxySessionId :: Maybe Text
- status :: Maybe ProxySessionStatus
- updatedTimestamp :: Maybe ISO8601
- voiceConnectorId :: Maybe Text
- newProxySession :: ProxySession
- proxySession_capabilities :: Lens' ProxySession (Maybe [Capability])
- proxySession_createdTimestamp :: Lens' ProxySession (Maybe UTCTime)
- proxySession_endedTimestamp :: Lens' ProxySession (Maybe UTCTime)
- proxySession_expiryMinutes :: Lens' ProxySession (Maybe Natural)
- proxySession_geoMatchLevel :: Lens' ProxySession (Maybe GeoMatchLevel)
- proxySession_geoMatchParams :: Lens' ProxySession (Maybe GeoMatchParams)
- proxySession_name :: Lens' ProxySession (Maybe Text)
- proxySession_numberSelectionBehavior :: Lens' ProxySession (Maybe NumberSelectionBehavior)
- proxySession_participants :: Lens' ProxySession (Maybe [Participant])
- proxySession_proxySessionId :: Lens' ProxySession (Maybe Text)
- proxySession_status :: Lens' ProxySession (Maybe ProxySessionStatus)
- proxySession_updatedTimestamp :: Lens' ProxySession (Maybe UTCTime)
- proxySession_voiceConnectorId :: Lens' ProxySession (Maybe Text)
- data SipMediaApplication = SipMediaApplication' {}
- newSipMediaApplication :: SipMediaApplication
- sipMediaApplication_awsRegion :: Lens' SipMediaApplication (Maybe Text)
- sipMediaApplication_createdTimestamp :: Lens' SipMediaApplication (Maybe UTCTime)
- sipMediaApplication_endpoints :: Lens' SipMediaApplication (Maybe (NonEmpty SipMediaApplicationEndpoint))
- sipMediaApplication_name :: Lens' SipMediaApplication (Maybe Text)
- sipMediaApplication_sipMediaApplicationId :: Lens' SipMediaApplication (Maybe Text)
- sipMediaApplication_updatedTimestamp :: Lens' SipMediaApplication (Maybe UTCTime)
- data SipMediaApplicationAlexaSkillConfiguration = SipMediaApplicationAlexaSkillConfiguration' {}
- newSipMediaApplicationAlexaSkillConfiguration :: AlexaSkillStatus -> NonEmpty Text -> SipMediaApplicationAlexaSkillConfiguration
- sipMediaApplicationAlexaSkillConfiguration_alexaSkillStatus :: Lens' SipMediaApplicationAlexaSkillConfiguration AlexaSkillStatus
- sipMediaApplicationAlexaSkillConfiguration_alexaSkillIds :: Lens' SipMediaApplicationAlexaSkillConfiguration (NonEmpty Text)
- data SipMediaApplicationCall = SipMediaApplicationCall' {}
- newSipMediaApplicationCall :: SipMediaApplicationCall
- sipMediaApplicationCall_transactionId :: Lens' SipMediaApplicationCall (Maybe Text)
- data SipMediaApplicationEndpoint = SipMediaApplicationEndpoint' {}
- newSipMediaApplicationEndpoint :: SipMediaApplicationEndpoint
- sipMediaApplicationEndpoint_lambdaArn :: Lens' SipMediaApplicationEndpoint (Maybe Text)
- data SipMediaApplicationLoggingConfiguration = SipMediaApplicationLoggingConfiguration' {}
- newSipMediaApplicationLoggingConfiguration :: SipMediaApplicationLoggingConfiguration
- sipMediaApplicationLoggingConfiguration_enableSipMediaApplicationMessageLogs :: Lens' SipMediaApplicationLoggingConfiguration (Maybe Bool)
- data SipRule = SipRule' {}
- newSipRule :: SipRule
- sipRule_createdTimestamp :: Lens' SipRule (Maybe UTCTime)
- sipRule_disabled :: Lens' SipRule (Maybe Bool)
- sipRule_name :: Lens' SipRule (Maybe Text)
- sipRule_sipRuleId :: Lens' SipRule (Maybe Text)
- sipRule_targetApplications :: Lens' SipRule (Maybe (NonEmpty SipRuleTargetApplication))
- sipRule_triggerType :: Lens' SipRule (Maybe SipRuleTriggerType)
- sipRule_triggerValue :: Lens' SipRule (Maybe Text)
- sipRule_updatedTimestamp :: Lens' SipRule (Maybe UTCTime)
- data SipRuleTargetApplication = SipRuleTargetApplication' {}
- newSipRuleTargetApplication :: SipRuleTargetApplication
- sipRuleTargetApplication_awsRegion :: Lens' SipRuleTargetApplication (Maybe Text)
- sipRuleTargetApplication_priority :: Lens' SipRuleTargetApplication (Maybe Natural)
- sipRuleTargetApplication_sipMediaApplicationId :: Lens' SipRuleTargetApplication (Maybe Text)
- data StreamingConfiguration = StreamingConfiguration' {}
- newStreamingConfiguration :: Natural -> Bool -> StreamingConfiguration
- streamingConfiguration_streamingNotificationTargets :: Lens' StreamingConfiguration (Maybe (NonEmpty StreamingNotificationTarget))
- streamingConfiguration_dataRetentionInHours :: Lens' StreamingConfiguration Natural
- streamingConfiguration_disabled :: Lens' StreamingConfiguration Bool
- data StreamingNotificationTarget = StreamingNotificationTarget' {}
- newStreamingNotificationTarget :: StreamingNotificationTarget
- streamingNotificationTarget_notificationTarget :: Lens' StreamingNotificationTarget (Maybe NotificationTarget)
- data Termination = Termination' {}
- newTermination :: Termination
- termination_callingRegions :: Lens' Termination (Maybe [Text])
- termination_cidrAllowedList :: Lens' Termination (Maybe [Text])
- termination_cpsLimit :: Lens' Termination (Maybe Natural)
- termination_defaultPhoneNumber :: Lens' Termination (Maybe Text)
- termination_disabled :: Lens' Termination (Maybe Bool)
- data TerminationHealth = TerminationHealth' {}
- newTerminationHealth :: TerminationHealth
- terminationHealth_source :: Lens' TerminationHealth (Maybe Text)
- terminationHealth_timestamp :: Lens' TerminationHealth (Maybe UTCTime)
- data UpdatePhoneNumberRequestItem = UpdatePhoneNumberRequestItem' {}
- newUpdatePhoneNumberRequestItem :: Text -> UpdatePhoneNumberRequestItem
- updatePhoneNumberRequestItem_callingName :: Lens' UpdatePhoneNumberRequestItem (Maybe Text)
- updatePhoneNumberRequestItem_productType :: Lens' UpdatePhoneNumberRequestItem (Maybe PhoneNumberProductType)
- updatePhoneNumberRequestItem_phoneNumberId :: Lens' UpdatePhoneNumberRequestItem Text
- data VoiceConnector = VoiceConnector' {}
- newVoiceConnector :: VoiceConnector
- voiceConnector_awsRegion :: Lens' VoiceConnector (Maybe VoiceConnectorAwsRegion)
- voiceConnector_createdTimestamp :: Lens' VoiceConnector (Maybe UTCTime)
- voiceConnector_name :: Lens' VoiceConnector (Maybe Text)
- voiceConnector_outboundHostName :: Lens' VoiceConnector (Maybe Text)
- voiceConnector_requireEncryption :: Lens' VoiceConnector (Maybe Bool)
- voiceConnector_updatedTimestamp :: Lens' VoiceConnector (Maybe UTCTime)
- voiceConnector_voiceConnectorArn :: Lens' VoiceConnector (Maybe Text)
- voiceConnector_voiceConnectorId :: Lens' VoiceConnector (Maybe Text)
- data VoiceConnectorGroup = VoiceConnectorGroup' {}
- newVoiceConnectorGroup :: VoiceConnectorGroup
- voiceConnectorGroup_createdTimestamp :: Lens' VoiceConnectorGroup (Maybe UTCTime)
- voiceConnectorGroup_name :: Lens' VoiceConnectorGroup (Maybe Text)
- voiceConnectorGroup_updatedTimestamp :: Lens' VoiceConnectorGroup (Maybe UTCTime)
- voiceConnectorGroup_voiceConnectorGroupArn :: Lens' VoiceConnectorGroup (Maybe Text)
- voiceConnectorGroup_voiceConnectorGroupId :: Lens' VoiceConnectorGroup (Maybe Text)
- voiceConnectorGroup_voiceConnectorItems :: Lens' VoiceConnectorGroup (Maybe [VoiceConnectorItem])
- data VoiceConnectorItem = VoiceConnectorItem' {}
- newVoiceConnectorItem :: Text -> Natural -> VoiceConnectorItem
- voiceConnectorItem_voiceConnectorId :: Lens' VoiceConnectorItem Text
- voiceConnectorItem_priority :: Lens' VoiceConnectorItem Natural
- data VoiceConnectorSettings = VoiceConnectorSettings' {}
- newVoiceConnectorSettings :: VoiceConnectorSettings
- voiceConnectorSettings_cdrBucket :: Lens' VoiceConnectorSettings (Maybe Text)
Service Configuration
defaultService :: Service Source #
API version 2022-08-03 of the Amazon Chime SDK Voice SDK configuration.
Errors
_AccessDeniedException :: AsError a => Fold a ServiceError Source #
Prism for AccessDeniedException' errors.
_BadRequestException :: AsError a => Fold a ServiceError Source #
Prism for BadRequestException' errors.
_ConflictException :: AsError a => Fold a ServiceError Source #
Prism for ConflictException' errors.
_ForbiddenException :: AsError a => Fold a ServiceError Source #
Prism for ForbiddenException' errors.
_NotFoundException :: AsError a => Fold a ServiceError Source #
Prism for NotFoundException' errors.
_ResourceLimitExceededException :: AsError a => Fold a ServiceError Source #
Prism for ResourceLimitExceededException' errors.
_ServiceFailureException :: AsError a => Fold a ServiceError Source #
Prism for ServiceFailureException' errors.
_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #
Prism for ServiceUnavailableException' errors.
_ThrottledClientException :: AsError a => Fold a ServiceError Source #
Prism for ThrottledClientException' errors.
_UnauthorizedClientException :: AsError a => Fold a ServiceError Source #
Prism for UnauthorizedClientException' errors.
AlexaSkillStatus
newtype AlexaSkillStatus Source #
Constructors
| AlexaSkillStatus' | |
Fields | |
Bundled Patterns
| pattern AlexaSkillStatus_ACTIVE :: AlexaSkillStatus | |
| pattern AlexaSkillStatus_INACTIVE :: AlexaSkillStatus |
Instances
CallingNameStatus
newtype CallingNameStatus Source #
Constructors
| CallingNameStatus' | |
Fields | |
Bundled Patterns
| pattern CallingNameStatus_Unassigned :: CallingNameStatus | |
| pattern CallingNameStatus_UpdateFailed :: CallingNameStatus | |
| pattern CallingNameStatus_UpdateInProgress :: CallingNameStatus | |
| pattern CallingNameStatus_UpdateSucceeded :: CallingNameStatus |
Instances
Capability
newtype Capability Source #
Constructors
| Capability' | |
Fields | |
Bundled Patterns
| pattern Capability_SMS :: Capability | |
| pattern Capability_Voice :: Capability |
Instances
ErrorCode
Constructors
| ErrorCode' | |
Fields | |
Bundled Patterns
| pattern ErrorCode_AccessDenied :: ErrorCode | |
| pattern ErrorCode_BadRequest :: ErrorCode | |
| pattern ErrorCode_Conflict :: ErrorCode | |
| pattern ErrorCode_Forbidden :: ErrorCode | |
| pattern ErrorCode_Gone :: ErrorCode | |
| pattern ErrorCode_NotFound :: ErrorCode | |
| pattern ErrorCode_PhoneNumberAssociationsExist :: ErrorCode | |
| pattern ErrorCode_PreconditionFailed :: ErrorCode | |
| pattern ErrorCode_ResourceLimitExceeded :: ErrorCode | |
| pattern ErrorCode_ServiceFailure :: ErrorCode | |
| pattern ErrorCode_ServiceUnavailable :: ErrorCode | |
| pattern ErrorCode_Throttled :: ErrorCode | |
| pattern ErrorCode_Throttling :: ErrorCode | |
| pattern ErrorCode_Unauthorized :: ErrorCode | |
| pattern ErrorCode_Unprocessable :: ErrorCode | |
| pattern ErrorCode_VoiceConnectorGroupAssociationsExist :: ErrorCode |
Instances
GeoMatchLevel
newtype GeoMatchLevel Source #
Constructors
| GeoMatchLevel' | |
Fields | |
Bundled Patterns
| pattern GeoMatchLevel_AreaCode :: GeoMatchLevel | |
| pattern GeoMatchLevel_Country :: GeoMatchLevel |
Instances
NotificationTarget
newtype NotificationTarget Source #
Constructors
| NotificationTarget' | |
Fields | |
Bundled Patterns
| pattern NotificationTarget_EventBridge :: NotificationTarget | |
| pattern NotificationTarget_SNS :: NotificationTarget | |
| pattern NotificationTarget_SQS :: NotificationTarget |
Instances
NumberSelectionBehavior
newtype NumberSelectionBehavior Source #
Constructors
| NumberSelectionBehavior' | |
Fields | |
Bundled Patterns
| pattern NumberSelectionBehavior_AvoidSticky :: NumberSelectionBehavior | |
| pattern NumberSelectionBehavior_PreferSticky :: NumberSelectionBehavior |
Instances
OrderedPhoneNumberStatus
newtype OrderedPhoneNumberStatus Source #
Constructors
| OrderedPhoneNumberStatus' | |
Fields | |
Bundled Patterns
Instances
OriginationRouteProtocol
newtype OriginationRouteProtocol Source #
Constructors
| OriginationRouteProtocol' | |
Fields | |
Bundled Patterns
| pattern OriginationRouteProtocol_TCP :: OriginationRouteProtocol | |
| pattern OriginationRouteProtocol_UDP :: OriginationRouteProtocol |
Instances
PhoneNumberAssociationName
newtype PhoneNumberAssociationName Source #
Constructors
| PhoneNumberAssociationName' | |
Fields | |
Bundled Patterns
Instances
PhoneNumberOrderStatus
newtype PhoneNumberOrderStatus Source #
Constructors
| PhoneNumberOrderStatus' | |
Fields | |
Bundled Patterns
Instances
PhoneNumberOrderType
newtype PhoneNumberOrderType Source #
Constructors
| PhoneNumberOrderType' | |
Fields | |
Bundled Patterns
| pattern PhoneNumberOrderType_New :: PhoneNumberOrderType | |
| pattern PhoneNumberOrderType_Porting :: PhoneNumberOrderType |
Instances
PhoneNumberProductType
newtype PhoneNumberProductType Source #
Constructors
| PhoneNumberProductType' | |
Fields | |
Bundled Patterns
| pattern PhoneNumberProductType_SipMediaApplicationDialIn :: PhoneNumberProductType | |
| pattern PhoneNumberProductType_VoiceConnector :: PhoneNumberProductType |
Instances
PhoneNumberStatus
newtype PhoneNumberStatus Source #
Constructors
| PhoneNumberStatus' | |
Fields | |
Bundled Patterns
| pattern PhoneNumberStatus_AcquireFailed :: PhoneNumberStatus | |
| pattern PhoneNumberStatus_AcquireInProgress :: PhoneNumberStatus | |
| pattern PhoneNumberStatus_Assigned :: PhoneNumberStatus | |
| pattern PhoneNumberStatus_Cancelled :: PhoneNumberStatus | |
| pattern PhoneNumberStatus_DeleteFailed :: PhoneNumberStatus | |
| pattern PhoneNumberStatus_DeleteInProgress :: PhoneNumberStatus | |
| pattern PhoneNumberStatus_PortinCancelRequested :: PhoneNumberStatus | |
| pattern PhoneNumberStatus_PortinInProgress :: PhoneNumberStatus | |
| pattern PhoneNumberStatus_ReleaseFailed :: PhoneNumberStatus | |
| pattern PhoneNumberStatus_ReleaseInProgress :: PhoneNumberStatus | |
| pattern PhoneNumberStatus_Unassigned :: PhoneNumberStatus |
Instances
PhoneNumberType
newtype PhoneNumberType Source #
Constructors
| PhoneNumberType' | |
Fields | |
Bundled Patterns
| pattern PhoneNumberType_Local :: PhoneNumberType | |
| pattern PhoneNumberType_TollFree :: PhoneNumberType |
Instances
ProxySessionStatus
newtype ProxySessionStatus Source #
Constructors
| ProxySessionStatus' | |
Fields | |
Bundled Patterns
| pattern ProxySessionStatus_Closed :: ProxySessionStatus | |
| pattern ProxySessionStatus_InProgress :: ProxySessionStatus | |
| pattern ProxySessionStatus_Open :: ProxySessionStatus |
Instances
SipRuleTriggerType
newtype SipRuleTriggerType Source #
Constructors
| SipRuleTriggerType' | |
Fields | |
Bundled Patterns
| pattern SipRuleTriggerType_RequestUriHostname :: SipRuleTriggerType | |
| pattern SipRuleTriggerType_ToPhoneNumber :: SipRuleTriggerType |
Instances
VoiceConnectorAwsRegion
newtype VoiceConnectorAwsRegion Source #
Constructors
| VoiceConnectorAwsRegion' | |
Fields | |
Bundled Patterns
Instances
Address
See: newAddress smart constructor.
Constructors
| Address' | |
Fields
| |
Instances
newAddress :: Address Source #
Create a value of Address 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:city:Address', address_city - Undocumented member.
$sel:country:Address', address_country - Undocumented member.
$sel:postDirectional:Address', address_postDirectional - Undocumented member.
$sel:postalCode:Address', address_postalCode - Undocumented member.
$sel:postalCodePlus4:Address', address_postalCodePlus4 - Undocumented member.
$sel:preDirectional:Address', address_preDirectional - Undocumented member.
$sel:state:Address', address_state - Undocumented member.
$sel:streetName:Address', address_streetName - Undocumented member.
$sel:streetNumber:Address', address_streetNumber - Undocumented member.
$sel:streetSuffix:Address', address_streetSuffix - Undocumented member.
CandidateAddress
data CandidateAddress Source #
See: newCandidateAddress smart constructor.
Constructors
| CandidateAddress' | |
Instances
newCandidateAddress :: CandidateAddress Source #
Create a value of CandidateAddress 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:city:CandidateAddress', candidateAddress_city - Undocumented member.
$sel:country:CandidateAddress', candidateAddress_country - Undocumented member.
$sel:postalCode:CandidateAddress', candidateAddress_postalCode - Undocumented member.
$sel:postalCodePlus4:CandidateAddress', candidateAddress_postalCodePlus4 - Undocumented member.
$sel:state:CandidateAddress', candidateAddress_state - Undocumented member.
$sel:streetInfo:CandidateAddress', candidateAddress_streetInfo - Undocumented member.
$sel:streetNumber:CandidateAddress', candidateAddress_streetNumber - Undocumented member.
candidateAddress_city :: Lens' CandidateAddress (Maybe Text) Source #
Undocumented member.
candidateAddress_country :: Lens' CandidateAddress (Maybe Text) Source #
Undocumented member.
candidateAddress_postalCode :: Lens' CandidateAddress (Maybe Text) Source #
Undocumented member.
candidateAddress_postalCodePlus4 :: Lens' CandidateAddress (Maybe Text) Source #
Undocumented member.
candidateAddress_state :: Lens' CandidateAddress (Maybe Text) Source #
Undocumented member.
candidateAddress_streetInfo :: Lens' CandidateAddress (Maybe Text) Source #
Undocumented member.
candidateAddress_streetNumber :: Lens' CandidateAddress (Maybe Text) Source #
Undocumented member.
Credential
data Credential Source #
See: newCredential smart constructor.
Instances
newCredential :: Credential Source #
Create a value of Credential 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:password:Credential', credential_password - Undocumented member.
$sel:username:Credential', credential_username - Undocumented member.
credential_password :: Lens' Credential (Maybe Text) Source #
Undocumented member.
credential_username :: Lens' Credential (Maybe Text) Source #
Undocumented member.
DNISEmergencyCallingConfiguration
data DNISEmergencyCallingConfiguration Source #
See: newDNISEmergencyCallingConfiguration smart constructor.
Constructors
| DNISEmergencyCallingConfiguration' | |
Fields | |
Instances
newDNISEmergencyCallingConfiguration Source #
Arguments
| :: Text |
|
| -> Text | |
| -> DNISEmergencyCallingConfiguration |
Create a value of DNISEmergencyCallingConfiguration 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:testPhoneNumber:DNISEmergencyCallingConfiguration', dNISEmergencyCallingConfiguration_testPhoneNumber - Undocumented member.
$sel:emergencyPhoneNumber:DNISEmergencyCallingConfiguration', dNISEmergencyCallingConfiguration_emergencyPhoneNumber - Undocumented member.
$sel:callingCountry:DNISEmergencyCallingConfiguration', dNISEmergencyCallingConfiguration_callingCountry - Undocumented member.
dNISEmergencyCallingConfiguration_testPhoneNumber :: Lens' DNISEmergencyCallingConfiguration (Maybe Text) Source #
Undocumented member.
dNISEmergencyCallingConfiguration_emergencyPhoneNumber :: Lens' DNISEmergencyCallingConfiguration Text Source #
Undocumented member.
dNISEmergencyCallingConfiguration_callingCountry :: Lens' DNISEmergencyCallingConfiguration Text Source #
Undocumented member.
EmergencyCallingConfiguration
data EmergencyCallingConfiguration Source #
See: newEmergencyCallingConfiguration smart constructor.
Constructors
| EmergencyCallingConfiguration' | |
Fields | |
Instances
newEmergencyCallingConfiguration :: EmergencyCallingConfiguration Source #
Create a value of EmergencyCallingConfiguration 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:dnis:EmergencyCallingConfiguration', emergencyCallingConfiguration_dnis - Undocumented member.
emergencyCallingConfiguration_dnis :: Lens' EmergencyCallingConfiguration (Maybe [DNISEmergencyCallingConfiguration]) Source #
Undocumented member.
GeoMatchParams
data GeoMatchParams Source #
See: newGeoMatchParams smart constructor.
Constructors
| GeoMatchParams' | |
Instances
Create a value of GeoMatchParams 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:country:GeoMatchParams', geoMatchParams_country - Undocumented member.
$sel:areaCode:GeoMatchParams', geoMatchParams_areaCode - Undocumented member.
geoMatchParams_country :: Lens' GeoMatchParams Text Source #
Undocumented member.
geoMatchParams_areaCode :: Lens' GeoMatchParams Text Source #
Undocumented member.
LoggingConfiguration
data LoggingConfiguration Source #
See: newLoggingConfiguration smart constructor.
Constructors
| LoggingConfiguration' | |
Fields | |
Instances
newLoggingConfiguration :: LoggingConfiguration Source #
Create a value of LoggingConfiguration 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:enableSIPLogs:LoggingConfiguration', loggingConfiguration_enableSIPLogs - Undocumented member.
loggingConfiguration_enableSIPLogs :: Lens' LoggingConfiguration (Maybe Bool) Source #
Undocumented member.
OrderedPhoneNumber
data OrderedPhoneNumber Source #
See: newOrderedPhoneNumber smart constructor.
Constructors
| OrderedPhoneNumber' | |
Fields | |
Instances
newOrderedPhoneNumber :: OrderedPhoneNumber Source #
Create a value of OrderedPhoneNumber 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:e164PhoneNumber:OrderedPhoneNumber', orderedPhoneNumber_e164PhoneNumber - Undocumented member.
$sel:status:OrderedPhoneNumber', orderedPhoneNumber_status - Undocumented member.
orderedPhoneNumber_e164PhoneNumber :: Lens' OrderedPhoneNumber (Maybe Text) Source #
Undocumented member.
orderedPhoneNumber_status :: Lens' OrderedPhoneNumber (Maybe OrderedPhoneNumberStatus) Source #
Undocumented member.
Origination
data Origination Source #
See: newOrigination smart constructor.
Constructors
| Origination' | |
Instances
newOrigination :: Origination Source #
Create a value of Origination 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:disabled:Origination', origination_disabled - Undocumented member.
$sel:routes:Origination', origination_routes - Undocumented member.
origination_disabled :: Lens' Origination (Maybe Bool) Source #
Undocumented member.
origination_routes :: Lens' Origination (Maybe [OriginationRoute]) Source #
Undocumented member.
OriginationRoute
data OriginationRoute Source #
See: newOriginationRoute smart constructor.
Constructors
| OriginationRoute' | |
Instances
newOriginationRoute :: OriginationRoute Source #
Create a value of OriginationRoute 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:host:OriginationRoute', originationRoute_host - Undocumented member.
$sel:port:OriginationRoute', originationRoute_port - Undocumented member.
$sel:priority:OriginationRoute', originationRoute_priority - Undocumented member.
$sel:protocol:OriginationRoute', originationRoute_protocol - Undocumented member.
$sel:weight:OriginationRoute', originationRoute_weight - Undocumented member.
originationRoute_host :: Lens' OriginationRoute (Maybe Text) Source #
Undocumented member.
originationRoute_port :: Lens' OriginationRoute (Maybe Natural) Source #
Undocumented member.
originationRoute_priority :: Lens' OriginationRoute (Maybe Natural) Source #
Undocumented member.
originationRoute_protocol :: Lens' OriginationRoute (Maybe OriginationRouteProtocol) Source #
Undocumented member.
originationRoute_weight :: Lens' OriginationRoute (Maybe Natural) Source #
Undocumented member.
Participant
data Participant Source #
See: newParticipant smart constructor.
Constructors
| Participant' | |
Fields
| |
Instances
newParticipant :: Participant Source #
Create a value of Participant 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:phoneNumber:Participant', participant_phoneNumber - Undocumented member.
$sel:proxyPhoneNumber:Participant', participant_proxyPhoneNumber - Undocumented member.
participant_phoneNumber :: Lens' Participant (Maybe Text) Source #
Undocumented member.
participant_proxyPhoneNumber :: Lens' Participant (Maybe Text) Source #
Undocumented member.
PhoneNumber
data PhoneNumber Source #
See: newPhoneNumber smart constructor.
Constructors
Instances
newPhoneNumber :: PhoneNumber Source #
Create a value of PhoneNumber 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:associations:PhoneNumber', phoneNumber_associations - Undocumented member.
$sel:callingName:PhoneNumber', phoneNumber_callingName - Undocumented member.
$sel:callingNameStatus:PhoneNumber', phoneNumber_callingNameStatus - Undocumented member.
$sel:capabilities:PhoneNumber', phoneNumber_capabilities - Undocumented member.
$sel:country:PhoneNumber', phoneNumber_country - Undocumented member.
$sel:createdTimestamp:PhoneNumber', phoneNumber_createdTimestamp - Undocumented member.
$sel:deletionTimestamp:PhoneNumber', phoneNumber_deletionTimestamp - Undocumented member.
$sel:e164PhoneNumber:PhoneNumber', phoneNumber_e164PhoneNumber - Undocumented member.
$sel:orderId:PhoneNumber', phoneNumber_orderId - Undocumented member.
$sel:phoneNumberId:PhoneNumber', phoneNumber_phoneNumberId - Undocumented member.
$sel:productType:PhoneNumber', phoneNumber_productType - Undocumented member.
$sel:status:PhoneNumber', phoneNumber_status - Undocumented member.
$sel:type':PhoneNumber', phoneNumber_type - Undocumented member.
$sel:updatedTimestamp:PhoneNumber', phoneNumber_updatedTimestamp - Undocumented member.
phoneNumber_associations :: Lens' PhoneNumber (Maybe [PhoneNumberAssociation]) Source #
Undocumented member.
phoneNumber_callingName :: Lens' PhoneNumber (Maybe Text) Source #
Undocumented member.
phoneNumber_callingNameStatus :: Lens' PhoneNumber (Maybe CallingNameStatus) Source #
Undocumented member.
phoneNumber_capabilities :: Lens' PhoneNumber (Maybe PhoneNumberCapabilities) Source #
Undocumented member.
phoneNumber_country :: Lens' PhoneNumber (Maybe Text) Source #
Undocumented member.
phoneNumber_createdTimestamp :: Lens' PhoneNumber (Maybe UTCTime) Source #
Undocumented member.
phoneNumber_deletionTimestamp :: Lens' PhoneNumber (Maybe UTCTime) Source #
Undocumented member.
phoneNumber_e164PhoneNumber :: Lens' PhoneNumber (Maybe Text) Source #
Undocumented member.
phoneNumber_orderId :: Lens' PhoneNumber (Maybe Text) Source #
Undocumented member.
phoneNumber_phoneNumberId :: Lens' PhoneNumber (Maybe Text) Source #
Undocumented member.
phoneNumber_productType :: Lens' PhoneNumber (Maybe PhoneNumberProductType) Source #
Undocumented member.
phoneNumber_status :: Lens' PhoneNumber (Maybe PhoneNumberStatus) Source #
Undocumented member.
phoneNumber_type :: Lens' PhoneNumber (Maybe PhoneNumberType) Source #
Undocumented member.
phoneNumber_updatedTimestamp :: Lens' PhoneNumber (Maybe UTCTime) Source #
Undocumented member.
PhoneNumberAssociation
data PhoneNumberAssociation Source #
See: newPhoneNumberAssociation smart constructor.
Constructors
| PhoneNumberAssociation' | |
Fields | |
Instances
newPhoneNumberAssociation :: PhoneNumberAssociation Source #
Create a value of PhoneNumberAssociation 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:associatedTimestamp:PhoneNumberAssociation', phoneNumberAssociation_associatedTimestamp - Undocumented member.
$sel:name:PhoneNumberAssociation', phoneNumberAssociation_name - Undocumented member.
$sel:value:PhoneNumberAssociation', phoneNumberAssociation_value - Undocumented member.
phoneNumberAssociation_associatedTimestamp :: Lens' PhoneNumberAssociation (Maybe UTCTime) Source #
Undocumented member.
phoneNumberAssociation_name :: Lens' PhoneNumberAssociation (Maybe PhoneNumberAssociationName) Source #
Undocumented member.
phoneNumberAssociation_value :: Lens' PhoneNumberAssociation (Maybe Text) Source #
Undocumented member.
PhoneNumberCapabilities
data PhoneNumberCapabilities Source #
See: newPhoneNumberCapabilities smart constructor.
Constructors
| PhoneNumberCapabilities' | |
Fields
| |
Instances
newPhoneNumberCapabilities :: PhoneNumberCapabilities Source #
Create a value of PhoneNumberCapabilities 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:inboundCall:PhoneNumberCapabilities', phoneNumberCapabilities_inboundCall - Undocumented member.
$sel:inboundMMS:PhoneNumberCapabilities', phoneNumberCapabilities_inboundMMS - Undocumented member.
$sel:inboundSMS:PhoneNumberCapabilities', phoneNumberCapabilities_inboundSMS - Undocumented member.
$sel:outboundCall:PhoneNumberCapabilities', phoneNumberCapabilities_outboundCall - Undocumented member.
$sel:outboundMMS:PhoneNumberCapabilities', phoneNumberCapabilities_outboundMMS - Undocumented member.
$sel:outboundSMS:PhoneNumberCapabilities', phoneNumberCapabilities_outboundSMS - Undocumented member.
phoneNumberCapabilities_inboundCall :: Lens' PhoneNumberCapabilities (Maybe Bool) Source #
Undocumented member.
phoneNumberCapabilities_inboundMMS :: Lens' PhoneNumberCapabilities (Maybe Bool) Source #
Undocumented member.
phoneNumberCapabilities_inboundSMS :: Lens' PhoneNumberCapabilities (Maybe Bool) Source #
Undocumented member.
phoneNumberCapabilities_outboundCall :: Lens' PhoneNumberCapabilities (Maybe Bool) Source #
Undocumented member.
phoneNumberCapabilities_outboundMMS :: Lens' PhoneNumberCapabilities (Maybe Bool) Source #
Undocumented member.
phoneNumberCapabilities_outboundSMS :: Lens' PhoneNumberCapabilities (Maybe Bool) Source #
Undocumented member.
PhoneNumberCountry
data PhoneNumberCountry Source #
See: newPhoneNumberCountry smart constructor.
Constructors
| PhoneNumberCountry' | |
Fields | |
Instances
newPhoneNumberCountry :: PhoneNumberCountry Source #
Create a value of PhoneNumberCountry 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:countryCode:PhoneNumberCountry', phoneNumberCountry_countryCode - Undocumented member.
$sel:supportedPhoneNumberTypes:PhoneNumberCountry', phoneNumberCountry_supportedPhoneNumberTypes - Undocumented member.
phoneNumberCountry_countryCode :: Lens' PhoneNumberCountry (Maybe Text) Source #
Undocumented member.
phoneNumberCountry_supportedPhoneNumberTypes :: Lens' PhoneNumberCountry (Maybe [PhoneNumberType]) Source #
Undocumented member.
PhoneNumberError
data PhoneNumberError Source #
See: newPhoneNumberError smart constructor.
Constructors
| PhoneNumberError' | |
Fields
| |
Instances
newPhoneNumberError :: PhoneNumberError Source #
Create a value of PhoneNumberError 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:errorCode:PhoneNumberError', phoneNumberError_errorCode - Undocumented member.
$sel:errorMessage:PhoneNumberError', phoneNumberError_errorMessage - Undocumented member.
$sel:phoneNumberId:PhoneNumberError', phoneNumberError_phoneNumberId - Undocumented member.
phoneNumberError_errorCode :: Lens' PhoneNumberError (Maybe ErrorCode) Source #
Undocumented member.
phoneNumberError_errorMessage :: Lens' PhoneNumberError (Maybe Text) Source #
Undocumented member.
phoneNumberError_phoneNumberId :: Lens' PhoneNumberError (Maybe Text) Source #
Undocumented member.
PhoneNumberOrder
data PhoneNumberOrder Source #
See: newPhoneNumberOrder smart constructor.
Constructors
| PhoneNumberOrder' | |
Instances
newPhoneNumberOrder :: PhoneNumberOrder Source #
Create a value of PhoneNumberOrder 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:createdTimestamp:PhoneNumberOrder', phoneNumberOrder_createdTimestamp - Undocumented member.
$sel:orderType:PhoneNumberOrder', phoneNumberOrder_orderType - Undocumented member.
$sel:orderedPhoneNumbers:PhoneNumberOrder', phoneNumberOrder_orderedPhoneNumbers - Undocumented member.
$sel:phoneNumberOrderId:PhoneNumberOrder', phoneNumberOrder_phoneNumberOrderId - Undocumented member.
$sel:productType:PhoneNumberOrder', phoneNumberOrder_productType - Undocumented member.
PhoneNumberOrder, phoneNumberOrder_status - Undocumented member.
$sel:updatedTimestamp:PhoneNumberOrder', phoneNumberOrder_updatedTimestamp - Undocumented member.
phoneNumberOrder_createdTimestamp :: Lens' PhoneNumberOrder (Maybe UTCTime) Source #
Undocumented member.
phoneNumberOrder_orderType :: Lens' PhoneNumberOrder (Maybe PhoneNumberOrderType) Source #
Undocumented member.
phoneNumberOrder_orderedPhoneNumbers :: Lens' PhoneNumberOrder (Maybe [OrderedPhoneNumber]) Source #
Undocumented member.
phoneNumberOrder_phoneNumberOrderId :: Lens' PhoneNumberOrder (Maybe Text) Source #
Undocumented member.
phoneNumberOrder_productType :: Lens' PhoneNumberOrder (Maybe PhoneNumberProductType) Source #
Undocumented member.
phoneNumberOrder_status :: Lens' PhoneNumberOrder (Maybe PhoneNumberOrderStatus) Source #
Undocumented member.
phoneNumberOrder_updatedTimestamp :: Lens' PhoneNumberOrder (Maybe UTCTime) Source #
Undocumented member.
Proxy
See: newProxy smart constructor.
Constructors
| Proxy' | |
Fields | |
Instances
| FromJSON Proxy Source # | |
| Generic Proxy Source # | |
| Show Proxy Source # | |
| NFData Proxy Source # | |
Defined in Amazonka.ChimeSdkVoice.Types.Proxy | |
| Eq Proxy Source # | |
| Hashable Proxy Source # | |
Defined in Amazonka.ChimeSdkVoice.Types.Proxy | |
| type Rep Proxy Source # | |
Defined in Amazonka.ChimeSdkVoice.Types.Proxy type Rep Proxy = D1 ('MetaData "Proxy" "Amazonka.ChimeSdkVoice.Types.Proxy" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "Proxy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultSessionExpiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "fallBackPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "phoneNumberCountries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) | |
Create a value of Proxy 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:defaultSessionExpiryMinutes:Proxy', proxy_defaultSessionExpiryMinutes - Undocumented member.
$sel:disabled:Proxy', proxy_disabled - Undocumented member.
$sel:fallBackPhoneNumber:Proxy', proxy_fallBackPhoneNumber - Undocumented member.
$sel:phoneNumberCountries:Proxy', proxy_phoneNumberCountries - Undocumented member.
ProxySession
data ProxySession Source #
See: newProxySession smart constructor.
Constructors
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:capabilities:ProxySession', proxySession_capabilities - Undocumented member.
$sel:createdTimestamp:ProxySession', proxySession_createdTimestamp - Undocumented member.
$sel:endedTimestamp:ProxySession', proxySession_endedTimestamp - Undocumented member.
$sel:expiryMinutes:ProxySession', proxySession_expiryMinutes - Undocumented member.
$sel:geoMatchLevel:ProxySession', proxySession_geoMatchLevel - Undocumented member.
$sel:geoMatchParams:ProxySession', proxySession_geoMatchParams - Undocumented member.
$sel:name:ProxySession', proxySession_name - Undocumented member.
$sel:numberSelectionBehavior:ProxySession', proxySession_numberSelectionBehavior - Undocumented member.
$sel:participants:ProxySession', proxySession_participants - Undocumented member.
$sel:proxySessionId:ProxySession', proxySession_proxySessionId - Undocumented member.
$sel:status:ProxySession', proxySession_status - Undocumented member.
$sel:updatedTimestamp:ProxySession', proxySession_updatedTimestamp - Undocumented member.
$sel:voiceConnectorId:ProxySession', proxySession_voiceConnectorId - Undocumented member.
proxySession_capabilities :: Lens' ProxySession (Maybe [Capability]) Source #
Undocumented member.
proxySession_createdTimestamp :: Lens' ProxySession (Maybe UTCTime) Source #
Undocumented member.
proxySession_endedTimestamp :: Lens' ProxySession (Maybe UTCTime) Source #
Undocumented member.
proxySession_expiryMinutes :: Lens' ProxySession (Maybe Natural) Source #
Undocumented member.
proxySession_geoMatchLevel :: Lens' ProxySession (Maybe GeoMatchLevel) Source #
Undocumented member.
proxySession_geoMatchParams :: Lens' ProxySession (Maybe GeoMatchParams) Source #
Undocumented member.
proxySession_name :: Lens' ProxySession (Maybe Text) Source #
Undocumented member.
proxySession_numberSelectionBehavior :: Lens' ProxySession (Maybe NumberSelectionBehavior) Source #
Undocumented member.
proxySession_participants :: Lens' ProxySession (Maybe [Participant]) Source #
Undocumented member.
proxySession_proxySessionId :: Lens' ProxySession (Maybe Text) Source #
Undocumented member.
proxySession_status :: Lens' ProxySession (Maybe ProxySessionStatus) Source #
Undocumented member.
proxySession_updatedTimestamp :: Lens' ProxySession (Maybe UTCTime) Source #
Undocumented member.
proxySession_voiceConnectorId :: Lens' ProxySession (Maybe Text) Source #
Undocumented member.
SipMediaApplication
data SipMediaApplication Source #
See: newSipMediaApplication smart constructor.
Constructors
| SipMediaApplication' | |
Fields | |
Instances
newSipMediaApplication :: SipMediaApplication Source #
Create a value of SipMediaApplication 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:awsRegion:SipMediaApplication', sipMediaApplication_awsRegion - Undocumented member.
$sel:createdTimestamp:SipMediaApplication', sipMediaApplication_createdTimestamp - Undocumented member.
$sel:endpoints:SipMediaApplication', sipMediaApplication_endpoints - Undocumented member.
$sel:name:SipMediaApplication', sipMediaApplication_name - Undocumented member.
$sel:sipMediaApplicationId:SipMediaApplication', sipMediaApplication_sipMediaApplicationId - Undocumented member.
$sel:updatedTimestamp:SipMediaApplication', sipMediaApplication_updatedTimestamp - Undocumented member.
sipMediaApplication_awsRegion :: Lens' SipMediaApplication (Maybe Text) Source #
Undocumented member.
sipMediaApplication_createdTimestamp :: Lens' SipMediaApplication (Maybe UTCTime) Source #
Undocumented member.
sipMediaApplication_endpoints :: Lens' SipMediaApplication (Maybe (NonEmpty SipMediaApplicationEndpoint)) Source #
Undocumented member.
sipMediaApplication_name :: Lens' SipMediaApplication (Maybe Text) Source #
Undocumented member.
sipMediaApplication_sipMediaApplicationId :: Lens' SipMediaApplication (Maybe Text) Source #
Undocumented member.
sipMediaApplication_updatedTimestamp :: Lens' SipMediaApplication (Maybe UTCTime) Source #
Undocumented member.
SipMediaApplicationAlexaSkillConfiguration
data SipMediaApplicationAlexaSkillConfiguration Source #
See: newSipMediaApplicationAlexaSkillConfiguration smart constructor.
Constructors
| SipMediaApplicationAlexaSkillConfiguration' | |
Fields | |
Instances
newSipMediaApplicationAlexaSkillConfiguration Source #
Arguments
Create a value of SipMediaApplicationAlexaSkillConfiguration 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:alexaSkillStatus:SipMediaApplicationAlexaSkillConfiguration', sipMediaApplicationAlexaSkillConfiguration_alexaSkillStatus - Undocumented member.
$sel:alexaSkillIds:SipMediaApplicationAlexaSkillConfiguration', sipMediaApplicationAlexaSkillConfiguration_alexaSkillIds - Undocumented member.
sipMediaApplicationAlexaSkillConfiguration_alexaSkillStatus :: Lens' SipMediaApplicationAlexaSkillConfiguration AlexaSkillStatus Source #
Undocumented member.
sipMediaApplicationAlexaSkillConfiguration_alexaSkillIds :: Lens' SipMediaApplicationAlexaSkillConfiguration (NonEmpty Text) Source #
Undocumented member.
SipMediaApplicationCall
data SipMediaApplicationCall Source #
See: newSipMediaApplicationCall smart constructor.
Constructors
| SipMediaApplicationCall' | |
Fields | |
Instances
newSipMediaApplicationCall :: SipMediaApplicationCall Source #
Create a value of SipMediaApplicationCall 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:transactionId:SipMediaApplicationCall', sipMediaApplicationCall_transactionId - Undocumented member.
sipMediaApplicationCall_transactionId :: Lens' SipMediaApplicationCall (Maybe Text) Source #
Undocumented member.
SipMediaApplicationEndpoint
data SipMediaApplicationEndpoint Source #
See: newSipMediaApplicationEndpoint smart constructor.
Constructors
| SipMediaApplicationEndpoint' | |
Instances
newSipMediaApplicationEndpoint :: SipMediaApplicationEndpoint Source #
Create a value of SipMediaApplicationEndpoint 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:lambdaArn:SipMediaApplicationEndpoint', sipMediaApplicationEndpoint_lambdaArn - Undocumented member.
sipMediaApplicationEndpoint_lambdaArn :: Lens' SipMediaApplicationEndpoint (Maybe Text) Source #
Undocumented member.
SipMediaApplicationLoggingConfiguration
data SipMediaApplicationLoggingConfiguration Source #
See: newSipMediaApplicationLoggingConfiguration smart constructor.
Constructors
| SipMediaApplicationLoggingConfiguration' | |
Instances
newSipMediaApplicationLoggingConfiguration :: SipMediaApplicationLoggingConfiguration Source #
Create a value of SipMediaApplicationLoggingConfiguration 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:enableSipMediaApplicationMessageLogs:SipMediaApplicationLoggingConfiguration', sipMediaApplicationLoggingConfiguration_enableSipMediaApplicationMessageLogs - Undocumented member.
sipMediaApplicationLoggingConfiguration_enableSipMediaApplicationMessageLogs :: Lens' SipMediaApplicationLoggingConfiguration (Maybe Bool) Source #
Undocumented member.
SipRule
See: newSipRule smart constructor.
Constructors
| SipRule' | |
Fields | |
Instances
newSipRule :: SipRule Source #
Create a value of SipRule 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:createdTimestamp:SipRule', sipRule_createdTimestamp - Undocumented member.
$sel:disabled:SipRule', sipRule_disabled - Undocumented member.
$sel:name:SipRule', sipRule_name - Undocumented member.
$sel:sipRuleId:SipRule', sipRule_sipRuleId - Undocumented member.
$sel:targetApplications:SipRule', sipRule_targetApplications - Undocumented member.
$sel:triggerType:SipRule', sipRule_triggerType - Undocumented member.
$sel:triggerValue:SipRule', sipRule_triggerValue - Undocumented member.
$sel:updatedTimestamp:SipRule', sipRule_updatedTimestamp - Undocumented member.
sipRule_targetApplications :: Lens' SipRule (Maybe (NonEmpty SipRuleTargetApplication)) Source #
Undocumented member.
sipRule_triggerType :: Lens' SipRule (Maybe SipRuleTriggerType) Source #
Undocumented member.
SipRuleTargetApplication
data SipRuleTargetApplication Source #
See: newSipRuleTargetApplication smart constructor.
Constructors
| SipRuleTargetApplication' | |
Instances
newSipRuleTargetApplication :: SipRuleTargetApplication Source #
Create a value of SipRuleTargetApplication 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:awsRegion:SipRuleTargetApplication', sipRuleTargetApplication_awsRegion - Undocumented member.
$sel:priority:SipRuleTargetApplication', sipRuleTargetApplication_priority - Undocumented member.
$sel:sipMediaApplicationId:SipRuleTargetApplication', sipRuleTargetApplication_sipMediaApplicationId - Undocumented member.
sipRuleTargetApplication_awsRegion :: Lens' SipRuleTargetApplication (Maybe Text) Source #
Undocumented member.
sipRuleTargetApplication_priority :: Lens' SipRuleTargetApplication (Maybe Natural) Source #
Undocumented member.
sipRuleTargetApplication_sipMediaApplicationId :: Lens' SipRuleTargetApplication (Maybe Text) Source #
Undocumented member.
StreamingConfiguration
data StreamingConfiguration Source #
See: newStreamingConfiguration smart constructor.
Constructors
| StreamingConfiguration' | |
Instances
newStreamingConfiguration Source #
Arguments
| :: Natural | |
| -> Bool | |
| -> StreamingConfiguration |
Create a value of StreamingConfiguration 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:streamingNotificationTargets:StreamingConfiguration', streamingConfiguration_streamingNotificationTargets - Undocumented member.
$sel:dataRetentionInHours:StreamingConfiguration', streamingConfiguration_dataRetentionInHours - Undocumented member.
$sel:disabled:StreamingConfiguration', streamingConfiguration_disabled - Undocumented member.
streamingConfiguration_streamingNotificationTargets :: Lens' StreamingConfiguration (Maybe (NonEmpty StreamingNotificationTarget)) Source #
Undocumented member.
streamingConfiguration_dataRetentionInHours :: Lens' StreamingConfiguration Natural Source #
Undocumented member.
streamingConfiguration_disabled :: Lens' StreamingConfiguration Bool Source #
Undocumented member.
StreamingNotificationTarget
data StreamingNotificationTarget Source #
See: newStreamingNotificationTarget smart constructor.
Constructors
| StreamingNotificationTarget' | |
Fields | |
Instances
newStreamingNotificationTarget :: StreamingNotificationTarget Source #
Create a value of StreamingNotificationTarget 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:notificationTarget:StreamingNotificationTarget', streamingNotificationTarget_notificationTarget - Undocumented member.
streamingNotificationTarget_notificationTarget :: Lens' StreamingNotificationTarget (Maybe NotificationTarget) Source #
Undocumented member.
Termination
data Termination Source #
See: newTermination smart constructor.
Constructors
| Termination' | |
Instances
newTermination :: Termination Source #
Create a value of Termination 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:callingRegions:Termination', termination_callingRegions - Undocumented member.
$sel:cidrAllowedList:Termination', termination_cidrAllowedList - Undocumented member.
$sel:cpsLimit:Termination', termination_cpsLimit - Undocumented member.
$sel:defaultPhoneNumber:Termination', termination_defaultPhoneNumber - Undocumented member.
$sel:disabled:Termination', termination_disabled - Undocumented member.
termination_callingRegions :: Lens' Termination (Maybe [Text]) Source #
Undocumented member.
termination_cidrAllowedList :: Lens' Termination (Maybe [Text]) Source #
Undocumented member.
termination_cpsLimit :: Lens' Termination (Maybe Natural) Source #
Undocumented member.
termination_defaultPhoneNumber :: Lens' Termination (Maybe Text) Source #
Undocumented member.
termination_disabled :: Lens' Termination (Maybe Bool) Source #
Undocumented member.
TerminationHealth
data TerminationHealth Source #
See: newTerminationHealth smart constructor.
Instances
newTerminationHealth :: TerminationHealth Source #
Create a value of TerminationHealth 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:source:TerminationHealth', terminationHealth_source - Undocumented member.
$sel:timestamp:TerminationHealth', terminationHealth_timestamp - Undocumented member.
terminationHealth_source :: Lens' TerminationHealth (Maybe Text) Source #
Undocumented member.
terminationHealth_timestamp :: Lens' TerminationHealth (Maybe UTCTime) Source #
Undocumented member.
UpdatePhoneNumberRequestItem
data UpdatePhoneNumberRequestItem Source #
See: newUpdatePhoneNumberRequestItem smart constructor.
Constructors
| UpdatePhoneNumberRequestItem' | |
Fields | |
Instances
newUpdatePhoneNumberRequestItem Source #
Create a value of UpdatePhoneNumberRequestItem 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:callingName:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_callingName - Undocumented member.
$sel:productType:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_productType - Undocumented member.
$sel:phoneNumberId:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_phoneNumberId - Undocumented member.
updatePhoneNumberRequestItem_callingName :: Lens' UpdatePhoneNumberRequestItem (Maybe Text) Source #
Undocumented member.
updatePhoneNumberRequestItem_productType :: Lens' UpdatePhoneNumberRequestItem (Maybe PhoneNumberProductType) Source #
Undocumented member.
updatePhoneNumberRequestItem_phoneNumberId :: Lens' UpdatePhoneNumberRequestItem Text Source #
Undocumented member.
VoiceConnector
data VoiceConnector Source #
See: newVoiceConnector smart constructor.
Constructors
| VoiceConnector' | |
Fields | |
Instances
newVoiceConnector :: VoiceConnector Source #
Create a value of VoiceConnector 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:awsRegion:VoiceConnector', voiceConnector_awsRegion - Undocumented member.
$sel:createdTimestamp:VoiceConnector', voiceConnector_createdTimestamp - Undocumented member.
$sel:name:VoiceConnector', voiceConnector_name - Undocumented member.
$sel:outboundHostName:VoiceConnector', voiceConnector_outboundHostName - Undocumented member.
$sel:requireEncryption:VoiceConnector', voiceConnector_requireEncryption - Undocumented member.
$sel:updatedTimestamp:VoiceConnector', voiceConnector_updatedTimestamp - Undocumented member.
$sel:voiceConnectorArn:VoiceConnector', voiceConnector_voiceConnectorArn - Undocumented member.
$sel:voiceConnectorId:VoiceConnector', voiceConnector_voiceConnectorId - Undocumented member.
voiceConnector_awsRegion :: Lens' VoiceConnector (Maybe VoiceConnectorAwsRegion) Source #
Undocumented member.
voiceConnector_createdTimestamp :: Lens' VoiceConnector (Maybe UTCTime) Source #
Undocumented member.
voiceConnector_name :: Lens' VoiceConnector (Maybe Text) Source #
Undocumented member.
voiceConnector_outboundHostName :: Lens' VoiceConnector (Maybe Text) Source #
Undocumented member.
voiceConnector_requireEncryption :: Lens' VoiceConnector (Maybe Bool) Source #
Undocumented member.
voiceConnector_updatedTimestamp :: Lens' VoiceConnector (Maybe UTCTime) Source #
Undocumented member.
voiceConnector_voiceConnectorArn :: Lens' VoiceConnector (Maybe Text) Source #
Undocumented member.
voiceConnector_voiceConnectorId :: Lens' VoiceConnector (Maybe Text) Source #
Undocumented member.
VoiceConnectorGroup
data VoiceConnectorGroup Source #
See: newVoiceConnectorGroup smart constructor.
Constructors
| VoiceConnectorGroup' | |
Fields | |
Instances
newVoiceConnectorGroup :: VoiceConnectorGroup Source #
Create a value of VoiceConnectorGroup 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:createdTimestamp:VoiceConnectorGroup', voiceConnectorGroup_createdTimestamp - Undocumented member.
$sel:name:VoiceConnectorGroup', voiceConnectorGroup_name - Undocumented member.
$sel:updatedTimestamp:VoiceConnectorGroup', voiceConnectorGroup_updatedTimestamp - Undocumented member.
$sel:voiceConnectorGroupArn:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorGroupArn - Undocumented member.
$sel:voiceConnectorGroupId:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorGroupId - Undocumented member.
$sel:voiceConnectorItems:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorItems - Undocumented member.
voiceConnectorGroup_createdTimestamp :: Lens' VoiceConnectorGroup (Maybe UTCTime) Source #
Undocumented member.
voiceConnectorGroup_name :: Lens' VoiceConnectorGroup (Maybe Text) Source #
Undocumented member.
voiceConnectorGroup_updatedTimestamp :: Lens' VoiceConnectorGroup (Maybe UTCTime) Source #
Undocumented member.
voiceConnectorGroup_voiceConnectorGroupArn :: Lens' VoiceConnectorGroup (Maybe Text) Source #
Undocumented member.
voiceConnectorGroup_voiceConnectorGroupId :: Lens' VoiceConnectorGroup (Maybe Text) Source #
Undocumented member.
voiceConnectorGroup_voiceConnectorItems :: Lens' VoiceConnectorGroup (Maybe [VoiceConnectorItem]) Source #
Undocumented member.
VoiceConnectorItem
data VoiceConnectorItem Source #
See: newVoiceConnectorItem smart constructor.
Constructors
| VoiceConnectorItem' | |
Fields
| |
Instances
newVoiceConnectorItem Source #
Arguments
| :: Text | |
| -> Natural | |
| -> VoiceConnectorItem |
Create a value of VoiceConnectorItem 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:voiceConnectorId:VoiceConnectorItem', voiceConnectorItem_voiceConnectorId - Undocumented member.
$sel:priority:VoiceConnectorItem', voiceConnectorItem_priority - Undocumented member.
voiceConnectorItem_voiceConnectorId :: Lens' VoiceConnectorItem Text Source #
Undocumented member.
voiceConnectorItem_priority :: Lens' VoiceConnectorItem Natural Source #
Undocumented member.
VoiceConnectorSettings
data VoiceConnectorSettings Source #
See: newVoiceConnectorSettings smart constructor.
Constructors
| VoiceConnectorSettings' | |
Instances
newVoiceConnectorSettings :: VoiceConnectorSettings Source #
Create a value of VoiceConnectorSettings 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:cdrBucket:VoiceConnectorSettings', voiceConnectorSettings_cdrBucket - Undocumented member.
voiceConnectorSettings_cdrBucket :: Lens' VoiceConnectorSettings (Maybe Text) Source #
Undocumented member.