| 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
Contents
- Service Configuration
- Errors
- Waiters
- Operations
- AssociatePhoneNumbersWithVoiceConnector
- AssociatePhoneNumbersWithVoiceConnectorGroup
- BatchDeletePhoneNumber
- BatchUpdatePhoneNumber
- CreatePhoneNumberOrder
- CreateProxySession
- CreateSipMediaApplication
- CreateSipMediaApplicationCall
- CreateSipRule
- CreateVoiceConnector
- CreateVoiceConnectorGroup
- DeletePhoneNumber
- DeleteProxySession
- DeleteSipMediaApplication
- DeleteSipRule
- DeleteVoiceConnector
- DeleteVoiceConnectorEmergencyCallingConfiguration
- DeleteVoiceConnectorGroup
- DeleteVoiceConnectorOrigination
- DeleteVoiceConnectorProxy
- DeleteVoiceConnectorStreamingConfiguration
- DeleteVoiceConnectorTermination
- DeleteVoiceConnectorTerminationCredentials
- DisassociatePhoneNumbersFromVoiceConnector
- DisassociatePhoneNumbersFromVoiceConnectorGroup
- GetGlobalSettings
- GetPhoneNumber
- GetPhoneNumberOrder
- GetPhoneNumberSettings
- GetProxySession
- GetSipMediaApplication
- GetSipMediaApplicationAlexaSkillConfiguration
- GetSipMediaApplicationLoggingConfiguration
- GetSipRule
- GetVoiceConnector
- GetVoiceConnectorEmergencyCallingConfiguration
- GetVoiceConnectorGroup
- GetVoiceConnectorLoggingConfiguration
- GetVoiceConnectorOrigination
- GetVoiceConnectorProxy
- GetVoiceConnectorStreamingConfiguration
- GetVoiceConnectorTermination
- GetVoiceConnectorTerminationHealth
- ListAvailableVoiceConnectorRegions
- ListPhoneNumberOrders
- ListPhoneNumbers
- ListProxySessions
- ListSipMediaApplications (Paginated)
- ListSipRules (Paginated)
- ListSupportedPhoneNumberCountries
- ListVoiceConnectorGroups
- ListVoiceConnectorTerminationCredentials
- ListVoiceConnectors
- PutSipMediaApplicationAlexaSkillConfiguration
- PutSipMediaApplicationLoggingConfiguration
- PutVoiceConnectorEmergencyCallingConfiguration
- PutVoiceConnectorLoggingConfiguration
- PutVoiceConnectorOrigination
- PutVoiceConnectorProxy
- PutVoiceConnectorStreamingConfiguration
- PutVoiceConnectorTermination
- PutVoiceConnectorTerminationCredentials
- RestorePhoneNumber
- SearchAvailablePhoneNumbers
- UpdateGlobalSettings
- UpdatePhoneNumber
- UpdatePhoneNumberSettings
- UpdateProxySession
- UpdateSipMediaApplication
- UpdateSipMediaApplicationCall
- UpdateSipRule
- UpdateVoiceConnector
- UpdateVoiceConnectorGroup
- ValidateE911Address
- Types
- 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
Derived from API version 2022-08-03 of the AWS service descriptions, licensed under Apache 2.0.
The Amazon Chime SDK Voice APIs enable software developers to add telephony capabilties to their custom communication solutions. You use these APIs with SIP infrastructure and Amazon Chime SDK Voice Connectors. For more information, see Amazon Chime SDK Voice.
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
- data AssociatePhoneNumbersWithVoiceConnector = AssociatePhoneNumbersWithVoiceConnector' (Maybe Bool) Text [Sensitive Text]
- newAssociatePhoneNumbersWithVoiceConnector :: Text -> AssociatePhoneNumbersWithVoiceConnector
- data AssociatePhoneNumbersWithVoiceConnectorResponse = AssociatePhoneNumbersWithVoiceConnectorResponse' (Maybe [PhoneNumberError]) Int
- newAssociatePhoneNumbersWithVoiceConnectorResponse :: Int -> AssociatePhoneNumbersWithVoiceConnectorResponse
- data AssociatePhoneNumbersWithVoiceConnectorGroup = AssociatePhoneNumbersWithVoiceConnectorGroup' (Maybe Bool) Text [Sensitive Text]
- newAssociatePhoneNumbersWithVoiceConnectorGroup :: Text -> AssociatePhoneNumbersWithVoiceConnectorGroup
- data AssociatePhoneNumbersWithVoiceConnectorGroupResponse = AssociatePhoneNumbersWithVoiceConnectorGroupResponse' (Maybe [PhoneNumberError]) Int
- newAssociatePhoneNumbersWithVoiceConnectorGroupResponse :: Int -> AssociatePhoneNumbersWithVoiceConnectorGroupResponse
- data BatchDeletePhoneNumber = BatchDeletePhoneNumber' (NonEmpty Text)
- newBatchDeletePhoneNumber :: NonEmpty Text -> BatchDeletePhoneNumber
- data BatchDeletePhoneNumberResponse = BatchDeletePhoneNumberResponse' (Maybe [PhoneNumberError]) Int
- newBatchDeletePhoneNumberResponse :: Int -> BatchDeletePhoneNumberResponse
- data BatchUpdatePhoneNumber = BatchUpdatePhoneNumber' [UpdatePhoneNumberRequestItem]
- newBatchUpdatePhoneNumber :: BatchUpdatePhoneNumber
- data BatchUpdatePhoneNumberResponse = BatchUpdatePhoneNumberResponse' (Maybe [PhoneNumberError]) Int
- newBatchUpdatePhoneNumberResponse :: Int -> BatchUpdatePhoneNumberResponse
- data CreatePhoneNumberOrder = CreatePhoneNumberOrder' PhoneNumberProductType [Sensitive Text]
- newCreatePhoneNumberOrder :: PhoneNumberProductType -> CreatePhoneNumberOrder
- data CreatePhoneNumberOrderResponse = CreatePhoneNumberOrderResponse' (Maybe PhoneNumberOrder) Int
- newCreatePhoneNumberOrderResponse :: Int -> CreatePhoneNumberOrderResponse
- data CreateProxySession = CreateProxySession' (Maybe Natural) (Maybe GeoMatchLevel) (Maybe GeoMatchParams) (Maybe (Sensitive Text)) (Maybe NumberSelectionBehavior) (NonEmpty (Sensitive Text)) [Capability] Text
- newCreateProxySession :: NonEmpty Text -> Text -> CreateProxySession
- data CreateProxySessionResponse = CreateProxySessionResponse' (Maybe ProxySession) Int
- newCreateProxySessionResponse :: Int -> CreateProxySessionResponse
- data CreateSipMediaApplication = CreateSipMediaApplication' Text Text (NonEmpty SipMediaApplicationEndpoint)
- newCreateSipMediaApplication :: Text -> Text -> NonEmpty SipMediaApplicationEndpoint -> CreateSipMediaApplication
- data CreateSipMediaApplicationResponse = CreateSipMediaApplicationResponse' (Maybe SipMediaApplication) Int
- newCreateSipMediaApplicationResponse :: Int -> CreateSipMediaApplicationResponse
- data CreateSipMediaApplicationCall = CreateSipMediaApplicationCall' (Maybe (HashMap Text (Sensitive Text))) (Maybe (HashMap Text (Sensitive Text))) (Sensitive Text) (Sensitive Text) Text
- newCreateSipMediaApplicationCall :: Text -> Text -> Text -> CreateSipMediaApplicationCall
- data CreateSipMediaApplicationCallResponse = CreateSipMediaApplicationCallResponse' (Maybe SipMediaApplicationCall) Int
- newCreateSipMediaApplicationCallResponse :: Int -> CreateSipMediaApplicationCallResponse
- data CreateSipRule = CreateSipRule' (Maybe Bool) (Maybe (NonEmpty SipRuleTargetApplication)) Text SipRuleTriggerType Text
- newCreateSipRule :: Text -> SipRuleTriggerType -> Text -> CreateSipRule
- data CreateSipRuleResponse = CreateSipRuleResponse' (Maybe SipRule) Int
- newCreateSipRuleResponse :: Int -> CreateSipRuleResponse
- data CreateVoiceConnector = CreateVoiceConnector' (Maybe VoiceConnectorAwsRegion) Text Bool
- newCreateVoiceConnector :: Text -> Bool -> CreateVoiceConnector
- data CreateVoiceConnectorResponse = CreateVoiceConnectorResponse' (Maybe VoiceConnector) Int
- newCreateVoiceConnectorResponse :: Int -> CreateVoiceConnectorResponse
- data CreateVoiceConnectorGroup = CreateVoiceConnectorGroup' (Maybe [VoiceConnectorItem]) Text
- newCreateVoiceConnectorGroup :: Text -> CreateVoiceConnectorGroup
- data CreateVoiceConnectorGroupResponse = CreateVoiceConnectorGroupResponse' (Maybe VoiceConnectorGroup) Int
- newCreateVoiceConnectorGroupResponse :: Int -> CreateVoiceConnectorGroupResponse
- data DeletePhoneNumber = DeletePhoneNumber' (Sensitive Text)
- newDeletePhoneNumber :: Text -> DeletePhoneNumber
- data DeletePhoneNumberResponse = DeletePhoneNumberResponse' {
- newDeletePhoneNumberResponse :: DeletePhoneNumberResponse
- data DeleteProxySession = DeleteProxySession' Text Text
- newDeleteProxySession :: Text -> Text -> DeleteProxySession
- data DeleteProxySessionResponse = DeleteProxySessionResponse' {
- newDeleteProxySessionResponse :: DeleteProxySessionResponse
- data DeleteSipMediaApplication = DeleteSipMediaApplication' Text
- newDeleteSipMediaApplication :: Text -> DeleteSipMediaApplication
- data DeleteSipMediaApplicationResponse = DeleteSipMediaApplicationResponse' {
- newDeleteSipMediaApplicationResponse :: DeleteSipMediaApplicationResponse
- data DeleteSipRule = DeleteSipRule' Text
- newDeleteSipRule :: Text -> DeleteSipRule
- data DeleteSipRuleResponse = DeleteSipRuleResponse' {
- newDeleteSipRuleResponse :: DeleteSipRuleResponse
- data DeleteVoiceConnector = DeleteVoiceConnector' Text
- newDeleteVoiceConnector :: Text -> DeleteVoiceConnector
- data DeleteVoiceConnectorResponse = DeleteVoiceConnectorResponse' {
- newDeleteVoiceConnectorResponse :: DeleteVoiceConnectorResponse
- data DeleteVoiceConnectorEmergencyCallingConfiguration = DeleteVoiceConnectorEmergencyCallingConfiguration' Text
- newDeleteVoiceConnectorEmergencyCallingConfiguration :: Text -> DeleteVoiceConnectorEmergencyCallingConfiguration
- data DeleteVoiceConnectorEmergencyCallingConfigurationResponse = DeleteVoiceConnectorEmergencyCallingConfigurationResponse' {
- newDeleteVoiceConnectorEmergencyCallingConfigurationResponse :: DeleteVoiceConnectorEmergencyCallingConfigurationResponse
- data DeleteVoiceConnectorGroup = DeleteVoiceConnectorGroup' Text
- newDeleteVoiceConnectorGroup :: Text -> DeleteVoiceConnectorGroup
- data DeleteVoiceConnectorGroupResponse = DeleteVoiceConnectorGroupResponse' {
- newDeleteVoiceConnectorGroupResponse :: DeleteVoiceConnectorGroupResponse
- data DeleteVoiceConnectorOrigination = DeleteVoiceConnectorOrigination' Text
- newDeleteVoiceConnectorOrigination :: Text -> DeleteVoiceConnectorOrigination
- data DeleteVoiceConnectorOriginationResponse = DeleteVoiceConnectorOriginationResponse' {
- newDeleteVoiceConnectorOriginationResponse :: DeleteVoiceConnectorOriginationResponse
- data DeleteVoiceConnectorProxy = DeleteVoiceConnectorProxy' Text
- newDeleteVoiceConnectorProxy :: Text -> DeleteVoiceConnectorProxy
- data DeleteVoiceConnectorProxyResponse = DeleteVoiceConnectorProxyResponse' {
- newDeleteVoiceConnectorProxyResponse :: DeleteVoiceConnectorProxyResponse
- data DeleteVoiceConnectorStreamingConfiguration = DeleteVoiceConnectorStreamingConfiguration' Text
- newDeleteVoiceConnectorStreamingConfiguration :: Text -> DeleteVoiceConnectorStreamingConfiguration
- data DeleteVoiceConnectorStreamingConfigurationResponse = DeleteVoiceConnectorStreamingConfigurationResponse' {
- newDeleteVoiceConnectorStreamingConfigurationResponse :: DeleteVoiceConnectorStreamingConfigurationResponse
- data DeleteVoiceConnectorTermination = DeleteVoiceConnectorTermination' Text
- newDeleteVoiceConnectorTermination :: Text -> DeleteVoiceConnectorTermination
- data DeleteVoiceConnectorTerminationResponse = DeleteVoiceConnectorTerminationResponse' {
- newDeleteVoiceConnectorTerminationResponse :: DeleteVoiceConnectorTerminationResponse
- data DeleteVoiceConnectorTerminationCredentials = DeleteVoiceConnectorTerminationCredentials' [Sensitive Text] Text
- newDeleteVoiceConnectorTerminationCredentials :: Text -> DeleteVoiceConnectorTerminationCredentials
- data DeleteVoiceConnectorTerminationCredentialsResponse = DeleteVoiceConnectorTerminationCredentialsResponse' {
- newDeleteVoiceConnectorTerminationCredentialsResponse :: DeleteVoiceConnectorTerminationCredentialsResponse
- data DisassociatePhoneNumbersFromVoiceConnector = DisassociatePhoneNumbersFromVoiceConnector' Text [Sensitive Text]
- newDisassociatePhoneNumbersFromVoiceConnector :: Text -> DisassociatePhoneNumbersFromVoiceConnector
- data DisassociatePhoneNumbersFromVoiceConnectorResponse = DisassociatePhoneNumbersFromVoiceConnectorResponse' (Maybe [PhoneNumberError]) Int
- newDisassociatePhoneNumbersFromVoiceConnectorResponse :: Int -> DisassociatePhoneNumbersFromVoiceConnectorResponse
- data DisassociatePhoneNumbersFromVoiceConnectorGroup = DisassociatePhoneNumbersFromVoiceConnectorGroup' Text [Sensitive Text]
- newDisassociatePhoneNumbersFromVoiceConnectorGroup :: Text -> DisassociatePhoneNumbersFromVoiceConnectorGroup
- data DisassociatePhoneNumbersFromVoiceConnectorGroupResponse = DisassociatePhoneNumbersFromVoiceConnectorGroupResponse' (Maybe [PhoneNumberError]) Int
- newDisassociatePhoneNumbersFromVoiceConnectorGroupResponse :: Int -> DisassociatePhoneNumbersFromVoiceConnectorGroupResponse
- data GetGlobalSettings = GetGlobalSettings' {
- newGetGlobalSettings :: GetGlobalSettings
- data GetGlobalSettingsResponse = GetGlobalSettingsResponse' (Maybe VoiceConnectorSettings) Int
- newGetGlobalSettingsResponse :: Int -> GetGlobalSettingsResponse
- data GetPhoneNumber = GetPhoneNumber' (Sensitive Text)
- newGetPhoneNumber :: Text -> GetPhoneNumber
- data GetPhoneNumberResponse = GetPhoneNumberResponse' (Maybe PhoneNumber) Int
- newGetPhoneNumberResponse :: Int -> GetPhoneNumberResponse
- data GetPhoneNumberOrder = GetPhoneNumberOrder' Text
- newGetPhoneNumberOrder :: Text -> GetPhoneNumberOrder
- data GetPhoneNumberOrderResponse = GetPhoneNumberOrderResponse' (Maybe PhoneNumberOrder) Int
- newGetPhoneNumberOrderResponse :: Int -> GetPhoneNumberOrderResponse
- data GetPhoneNumberSettings = GetPhoneNumberSettings' {
- newGetPhoneNumberSettings :: GetPhoneNumberSettings
- data GetPhoneNumberSettingsResponse = GetPhoneNumberSettingsResponse' (Maybe (Sensitive Text)) (Maybe ISO8601) Int
- newGetPhoneNumberSettingsResponse :: Int -> GetPhoneNumberSettingsResponse
- data GetProxySession = GetProxySession' Text Text
- newGetProxySession :: Text -> Text -> GetProxySession
- data GetProxySessionResponse = GetProxySessionResponse' (Maybe ProxySession) Int
- newGetProxySessionResponse :: Int -> GetProxySessionResponse
- data GetSipMediaApplication = GetSipMediaApplication' Text
- newGetSipMediaApplication :: Text -> GetSipMediaApplication
- data GetSipMediaApplicationResponse = GetSipMediaApplicationResponse' (Maybe SipMediaApplication) Int
- newGetSipMediaApplicationResponse :: Int -> GetSipMediaApplicationResponse
- data GetSipMediaApplicationAlexaSkillConfiguration = GetSipMediaApplicationAlexaSkillConfiguration' Text
- newGetSipMediaApplicationAlexaSkillConfiguration :: Text -> GetSipMediaApplicationAlexaSkillConfiguration
- data GetSipMediaApplicationAlexaSkillConfigurationResponse = GetSipMediaApplicationAlexaSkillConfigurationResponse' (Maybe SipMediaApplicationAlexaSkillConfiguration) Int
- newGetSipMediaApplicationAlexaSkillConfigurationResponse :: Int -> GetSipMediaApplicationAlexaSkillConfigurationResponse
- data GetSipMediaApplicationLoggingConfiguration = GetSipMediaApplicationLoggingConfiguration' Text
- newGetSipMediaApplicationLoggingConfiguration :: Text -> GetSipMediaApplicationLoggingConfiguration
- data GetSipMediaApplicationLoggingConfigurationResponse = GetSipMediaApplicationLoggingConfigurationResponse' (Maybe SipMediaApplicationLoggingConfiguration) Int
- newGetSipMediaApplicationLoggingConfigurationResponse :: Int -> GetSipMediaApplicationLoggingConfigurationResponse
- data GetSipRule = GetSipRule' Text
- newGetSipRule :: Text -> GetSipRule
- data GetSipRuleResponse = GetSipRuleResponse' (Maybe SipRule) Int
- newGetSipRuleResponse :: Int -> GetSipRuleResponse
- data GetVoiceConnector = GetVoiceConnector' Text
- newGetVoiceConnector :: Text -> GetVoiceConnector
- data GetVoiceConnectorResponse = GetVoiceConnectorResponse' (Maybe VoiceConnector) Int
- newGetVoiceConnectorResponse :: Int -> GetVoiceConnectorResponse
- data GetVoiceConnectorEmergencyCallingConfiguration = GetVoiceConnectorEmergencyCallingConfiguration' Text
- newGetVoiceConnectorEmergencyCallingConfiguration :: Text -> GetVoiceConnectorEmergencyCallingConfiguration
- data GetVoiceConnectorEmergencyCallingConfigurationResponse = GetVoiceConnectorEmergencyCallingConfigurationResponse' (Maybe EmergencyCallingConfiguration) Int
- newGetVoiceConnectorEmergencyCallingConfigurationResponse :: Int -> GetVoiceConnectorEmergencyCallingConfigurationResponse
- data GetVoiceConnectorGroup = GetVoiceConnectorGroup' Text
- newGetVoiceConnectorGroup :: Text -> GetVoiceConnectorGroup
- data GetVoiceConnectorGroupResponse = GetVoiceConnectorGroupResponse' (Maybe VoiceConnectorGroup) Int
- newGetVoiceConnectorGroupResponse :: Int -> GetVoiceConnectorGroupResponse
- data GetVoiceConnectorLoggingConfiguration = GetVoiceConnectorLoggingConfiguration' Text
- newGetVoiceConnectorLoggingConfiguration :: Text -> GetVoiceConnectorLoggingConfiguration
- data GetVoiceConnectorLoggingConfigurationResponse = GetVoiceConnectorLoggingConfigurationResponse' (Maybe LoggingConfiguration) Int
- newGetVoiceConnectorLoggingConfigurationResponse :: Int -> GetVoiceConnectorLoggingConfigurationResponse
- data GetVoiceConnectorOrigination = GetVoiceConnectorOrigination' Text
- newGetVoiceConnectorOrigination :: Text -> GetVoiceConnectorOrigination
- data GetVoiceConnectorOriginationResponse = GetVoiceConnectorOriginationResponse' (Maybe Origination) Int
- newGetVoiceConnectorOriginationResponse :: Int -> GetVoiceConnectorOriginationResponse
- data GetVoiceConnectorProxy = GetVoiceConnectorProxy' Text
- newGetVoiceConnectorProxy :: Text -> GetVoiceConnectorProxy
- data GetVoiceConnectorProxyResponse = GetVoiceConnectorProxyResponse' (Maybe Proxy) Int
- newGetVoiceConnectorProxyResponse :: Int -> GetVoiceConnectorProxyResponse
- data GetVoiceConnectorStreamingConfiguration = GetVoiceConnectorStreamingConfiguration' Text
- newGetVoiceConnectorStreamingConfiguration :: Text -> GetVoiceConnectorStreamingConfiguration
- data GetVoiceConnectorStreamingConfigurationResponse = GetVoiceConnectorStreamingConfigurationResponse' (Maybe StreamingConfiguration) Int
- newGetVoiceConnectorStreamingConfigurationResponse :: Int -> GetVoiceConnectorStreamingConfigurationResponse
- data GetVoiceConnectorTermination = GetVoiceConnectorTermination' Text
- newGetVoiceConnectorTermination :: Text -> GetVoiceConnectorTermination
- data GetVoiceConnectorTerminationResponse = GetVoiceConnectorTerminationResponse' (Maybe Termination) Int
- newGetVoiceConnectorTerminationResponse :: Int -> GetVoiceConnectorTerminationResponse
- data GetVoiceConnectorTerminationHealth = GetVoiceConnectorTerminationHealth' Text
- newGetVoiceConnectorTerminationHealth :: Text -> GetVoiceConnectorTerminationHealth
- data GetVoiceConnectorTerminationHealthResponse = GetVoiceConnectorTerminationHealthResponse' (Maybe TerminationHealth) Int
- newGetVoiceConnectorTerminationHealthResponse :: Int -> GetVoiceConnectorTerminationHealthResponse
- data ListAvailableVoiceConnectorRegions = ListAvailableVoiceConnectorRegions' {
- newListAvailableVoiceConnectorRegions :: ListAvailableVoiceConnectorRegions
- data ListAvailableVoiceConnectorRegionsResponse = ListAvailableVoiceConnectorRegionsResponse' (Maybe [VoiceConnectorAwsRegion]) Int
- newListAvailableVoiceConnectorRegionsResponse :: Int -> ListAvailableVoiceConnectorRegionsResponse
- data ListPhoneNumberOrders = ListPhoneNumberOrders' (Maybe Natural) (Maybe Text)
- newListPhoneNumberOrders :: ListPhoneNumberOrders
- data ListPhoneNumberOrdersResponse = ListPhoneNumberOrdersResponse' (Maybe Text) (Maybe [PhoneNumberOrder]) Int
- newListPhoneNumberOrdersResponse :: Int -> ListPhoneNumberOrdersResponse
- data ListPhoneNumbers = ListPhoneNumbers' (Maybe PhoneNumberAssociationName) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe PhoneNumberProductType) (Maybe Text)
- newListPhoneNumbers :: ListPhoneNumbers
- data ListPhoneNumbersResponse = ListPhoneNumbersResponse' (Maybe Text) (Maybe [PhoneNumber]) Int
- newListPhoneNumbersResponse :: Int -> ListPhoneNumbersResponse
- data ListProxySessions = ListProxySessions' (Maybe Natural) (Maybe Text) (Maybe ProxySessionStatus) Text
- newListProxySessions :: Text -> ListProxySessions
- data ListProxySessionsResponse = ListProxySessionsResponse' (Maybe Text) (Maybe [ProxySession]) Int
- newListProxySessionsResponse :: Int -> ListProxySessionsResponse
- data ListSipMediaApplications = ListSipMediaApplications' (Maybe Natural) (Maybe Text)
- newListSipMediaApplications :: ListSipMediaApplications
- data ListSipMediaApplicationsResponse = ListSipMediaApplicationsResponse' (Maybe Text) (Maybe [SipMediaApplication]) Int
- newListSipMediaApplicationsResponse :: Int -> ListSipMediaApplicationsResponse
- data ListSipRules = ListSipRules' (Maybe Natural) (Maybe Text) (Maybe Text)
- newListSipRules :: ListSipRules
- data ListSipRulesResponse = ListSipRulesResponse' (Maybe Text) (Maybe [SipRule]) Int
- newListSipRulesResponse :: Int -> ListSipRulesResponse
- data ListSupportedPhoneNumberCountries = ListSupportedPhoneNumberCountries' PhoneNumberProductType
- newListSupportedPhoneNumberCountries :: PhoneNumberProductType -> ListSupportedPhoneNumberCountries
- data ListSupportedPhoneNumberCountriesResponse = ListSupportedPhoneNumberCountriesResponse' (Maybe [PhoneNumberCountry]) Int
- newListSupportedPhoneNumberCountriesResponse :: Int -> ListSupportedPhoneNumberCountriesResponse
- data ListVoiceConnectorGroups = ListVoiceConnectorGroups' (Maybe Natural) (Maybe Text)
- newListVoiceConnectorGroups :: ListVoiceConnectorGroups
- data ListVoiceConnectorGroupsResponse = ListVoiceConnectorGroupsResponse' (Maybe Text) (Maybe [VoiceConnectorGroup]) Int
- newListVoiceConnectorGroupsResponse :: Int -> ListVoiceConnectorGroupsResponse
- data ListVoiceConnectorTerminationCredentials = ListVoiceConnectorTerminationCredentials' Text
- newListVoiceConnectorTerminationCredentials :: Text -> ListVoiceConnectorTerminationCredentials
- data ListVoiceConnectorTerminationCredentialsResponse = ListVoiceConnectorTerminationCredentialsResponse' (Maybe [Sensitive Text]) Int
- newListVoiceConnectorTerminationCredentialsResponse :: Int -> ListVoiceConnectorTerminationCredentialsResponse
- data ListVoiceConnectors = ListVoiceConnectors' (Maybe Natural) (Maybe Text)
- newListVoiceConnectors :: ListVoiceConnectors
- data ListVoiceConnectorsResponse = ListVoiceConnectorsResponse' (Maybe Text) (Maybe [VoiceConnector]) Int
- newListVoiceConnectorsResponse :: Int -> ListVoiceConnectorsResponse
- data PutSipMediaApplicationAlexaSkillConfiguration = PutSipMediaApplicationAlexaSkillConfiguration' (Maybe SipMediaApplicationAlexaSkillConfiguration) Text
- newPutSipMediaApplicationAlexaSkillConfiguration :: Text -> PutSipMediaApplicationAlexaSkillConfiguration
- data PutSipMediaApplicationAlexaSkillConfigurationResponse = PutSipMediaApplicationAlexaSkillConfigurationResponse' (Maybe SipMediaApplicationAlexaSkillConfiguration) Int
- newPutSipMediaApplicationAlexaSkillConfigurationResponse :: Int -> PutSipMediaApplicationAlexaSkillConfigurationResponse
- data PutSipMediaApplicationLoggingConfiguration = PutSipMediaApplicationLoggingConfiguration' (Maybe SipMediaApplicationLoggingConfiguration) Text
- newPutSipMediaApplicationLoggingConfiguration :: Text -> PutSipMediaApplicationLoggingConfiguration
- data PutSipMediaApplicationLoggingConfigurationResponse = PutSipMediaApplicationLoggingConfigurationResponse' (Maybe SipMediaApplicationLoggingConfiguration) Int
- newPutSipMediaApplicationLoggingConfigurationResponse :: Int -> PutSipMediaApplicationLoggingConfigurationResponse
- data PutVoiceConnectorEmergencyCallingConfiguration = PutVoiceConnectorEmergencyCallingConfiguration' Text EmergencyCallingConfiguration
- newPutVoiceConnectorEmergencyCallingConfiguration :: Text -> EmergencyCallingConfiguration -> PutVoiceConnectorEmergencyCallingConfiguration
- data PutVoiceConnectorEmergencyCallingConfigurationResponse = PutVoiceConnectorEmergencyCallingConfigurationResponse' (Maybe EmergencyCallingConfiguration) Int
- newPutVoiceConnectorEmergencyCallingConfigurationResponse :: Int -> PutVoiceConnectorEmergencyCallingConfigurationResponse
- data PutVoiceConnectorLoggingConfiguration = PutVoiceConnectorLoggingConfiguration' Text LoggingConfiguration
- newPutVoiceConnectorLoggingConfiguration :: Text -> LoggingConfiguration -> PutVoiceConnectorLoggingConfiguration
- data PutVoiceConnectorLoggingConfigurationResponse = PutVoiceConnectorLoggingConfigurationResponse' (Maybe LoggingConfiguration) Int
- newPutVoiceConnectorLoggingConfigurationResponse :: Int -> PutVoiceConnectorLoggingConfigurationResponse
- data PutVoiceConnectorOrigination = PutVoiceConnectorOrigination' Text Origination
- newPutVoiceConnectorOrigination :: Text -> Origination -> PutVoiceConnectorOrigination
- data PutVoiceConnectorOriginationResponse = PutVoiceConnectorOriginationResponse' (Maybe Origination) Int
- newPutVoiceConnectorOriginationResponse :: Int -> PutVoiceConnectorOriginationResponse
- data PutVoiceConnectorProxy = PutVoiceConnectorProxy' (Maybe Bool) (Maybe (Sensitive Text)) Int (NonEmpty Text) Text
- newPutVoiceConnectorProxy :: Int -> NonEmpty Text -> Text -> PutVoiceConnectorProxy
- data PutVoiceConnectorProxyResponse = PutVoiceConnectorProxyResponse' (Maybe Proxy) Int
- newPutVoiceConnectorProxyResponse :: Int -> PutVoiceConnectorProxyResponse
- data PutVoiceConnectorStreamingConfiguration = PutVoiceConnectorStreamingConfiguration' Text StreamingConfiguration
- newPutVoiceConnectorStreamingConfiguration :: Text -> StreamingConfiguration -> PutVoiceConnectorStreamingConfiguration
- data PutVoiceConnectorStreamingConfigurationResponse = PutVoiceConnectorStreamingConfigurationResponse' (Maybe StreamingConfiguration) Int
- newPutVoiceConnectorStreamingConfigurationResponse :: Int -> PutVoiceConnectorStreamingConfigurationResponse
- data PutVoiceConnectorTermination = PutVoiceConnectorTermination' Text Termination
- newPutVoiceConnectorTermination :: Text -> Termination -> PutVoiceConnectorTermination
- data PutVoiceConnectorTerminationResponse = PutVoiceConnectorTerminationResponse' (Maybe Termination) Int
- newPutVoiceConnectorTerminationResponse :: Int -> PutVoiceConnectorTerminationResponse
- data PutVoiceConnectorTerminationCredentials = PutVoiceConnectorTerminationCredentials' (Maybe [Credential]) Text
- newPutVoiceConnectorTerminationCredentials :: Text -> PutVoiceConnectorTerminationCredentials
- data PutVoiceConnectorTerminationCredentialsResponse = PutVoiceConnectorTerminationCredentialsResponse' {
- newPutVoiceConnectorTerminationCredentialsResponse :: PutVoiceConnectorTerminationCredentialsResponse
- data RestorePhoneNumber = RestorePhoneNumber' (Sensitive Text)
- newRestorePhoneNumber :: Text -> RestorePhoneNumber
- data RestorePhoneNumberResponse = RestorePhoneNumberResponse' (Maybe PhoneNumber) Int
- newRestorePhoneNumberResponse :: Int -> RestorePhoneNumberResponse
- data SearchAvailablePhoneNumbers = SearchAvailablePhoneNumbers' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe PhoneNumberType) (Maybe Text) (Maybe Text)
- newSearchAvailablePhoneNumbers :: SearchAvailablePhoneNumbers
- data SearchAvailablePhoneNumbersResponse = SearchAvailablePhoneNumbersResponse' (Maybe [Sensitive Text]) (Maybe Text) Int
- newSearchAvailablePhoneNumbersResponse :: Int -> SearchAvailablePhoneNumbersResponse
- data UpdateGlobalSettings = UpdateGlobalSettings' (Maybe VoiceConnectorSettings)
- newUpdateGlobalSettings :: UpdateGlobalSettings
- data UpdateGlobalSettingsResponse = UpdateGlobalSettingsResponse' {
- newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse
- data UpdatePhoneNumber = UpdatePhoneNumber' (Maybe (Sensitive Text)) (Maybe PhoneNumberProductType) (Sensitive Text)
- newUpdatePhoneNumber :: Text -> UpdatePhoneNumber
- data UpdatePhoneNumberResponse = UpdatePhoneNumberResponse' (Maybe PhoneNumber) Int
- newUpdatePhoneNumberResponse :: Int -> UpdatePhoneNumberResponse
- data UpdatePhoneNumberSettings = UpdatePhoneNumberSettings' (Sensitive Text)
- newUpdatePhoneNumberSettings :: Text -> UpdatePhoneNumberSettings
- data UpdatePhoneNumberSettingsResponse = UpdatePhoneNumberSettingsResponse' {
- newUpdatePhoneNumberSettingsResponse :: UpdatePhoneNumberSettingsResponse
- data UpdateProxySession = UpdateProxySession' (Maybe Natural) [Capability] Text Text
- newUpdateProxySession :: Text -> Text -> UpdateProxySession
- data UpdateProxySessionResponse = UpdateProxySessionResponse' (Maybe ProxySession) Int
- newUpdateProxySessionResponse :: Int -> UpdateProxySessionResponse
- data UpdateSipMediaApplication = UpdateSipMediaApplication' (Maybe (NonEmpty SipMediaApplicationEndpoint)) (Maybe Text) Text
- newUpdateSipMediaApplication :: Text -> UpdateSipMediaApplication
- data UpdateSipMediaApplicationResponse = UpdateSipMediaApplicationResponse' (Maybe SipMediaApplication) Int
- newUpdateSipMediaApplicationResponse :: Int -> UpdateSipMediaApplicationResponse
- data UpdateSipMediaApplicationCall = UpdateSipMediaApplicationCall' Text Text (HashMap Text (Sensitive Text))
- newUpdateSipMediaApplicationCall :: Text -> Text -> UpdateSipMediaApplicationCall
- data UpdateSipMediaApplicationCallResponse = UpdateSipMediaApplicationCallResponse' (Maybe SipMediaApplicationCall) Int
- newUpdateSipMediaApplicationCallResponse :: Int -> UpdateSipMediaApplicationCallResponse
- data UpdateSipRule = UpdateSipRule' (Maybe Bool) (Maybe (NonEmpty SipRuleTargetApplication)) Text Text
- newUpdateSipRule :: Text -> Text -> UpdateSipRule
- data UpdateSipRuleResponse = UpdateSipRuleResponse' (Maybe SipRule) Int
- newUpdateSipRuleResponse :: Int -> UpdateSipRuleResponse
- data UpdateVoiceConnector = UpdateVoiceConnector' Text Text Bool
- newUpdateVoiceConnector :: Text -> Text -> Bool -> UpdateVoiceConnector
- data UpdateVoiceConnectorResponse = UpdateVoiceConnectorResponse' (Maybe VoiceConnector) Int
- newUpdateVoiceConnectorResponse :: Int -> UpdateVoiceConnectorResponse
- data UpdateVoiceConnectorGroup = UpdateVoiceConnectorGroup' Text Text [VoiceConnectorItem]
- newUpdateVoiceConnectorGroup :: Text -> Text -> UpdateVoiceConnectorGroup
- data UpdateVoiceConnectorGroupResponse = UpdateVoiceConnectorGroupResponse' (Maybe VoiceConnectorGroup) Int
- newUpdateVoiceConnectorGroupResponse :: Int -> UpdateVoiceConnectorGroupResponse
- data ValidateE911Address = ValidateE911Address' Text (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text)
- newValidateE911Address :: Text -> Text -> Text -> Text -> Text -> Text -> Text -> ValidateE911Address
- data ValidateE911AddressResponse = ValidateE911AddressResponse' (Maybe Address) (Maybe Text) (Maybe [CandidateAddress]) (Maybe Natural) Int
- newValidateE911AddressResponse :: Int -> ValidateE911AddressResponse
- 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' (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text))
- newAddress :: Address
- data CandidateAddress = CandidateAddress' (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text))
- newCandidateAddress :: CandidateAddress
- data Credential = Credential' (Maybe (Sensitive Text)) (Maybe (Sensitive Text))
- newCredential :: Credential
- data DNISEmergencyCallingConfiguration = DNISEmergencyCallingConfiguration' (Maybe (Sensitive Text)) (Sensitive Text) Text
- newDNISEmergencyCallingConfiguration :: Text -> Text -> DNISEmergencyCallingConfiguration
- data EmergencyCallingConfiguration = EmergencyCallingConfiguration' (Maybe [DNISEmergencyCallingConfiguration])
- newEmergencyCallingConfiguration :: EmergencyCallingConfiguration
- data GeoMatchParams = GeoMatchParams' Text Text
- newGeoMatchParams :: Text -> Text -> GeoMatchParams
- data LoggingConfiguration = LoggingConfiguration' (Maybe Bool)
- newLoggingConfiguration :: LoggingConfiguration
- data OrderedPhoneNumber = OrderedPhoneNumber' (Maybe (Sensitive Text)) (Maybe OrderedPhoneNumberStatus)
- newOrderedPhoneNumber :: OrderedPhoneNumber
- data Origination = Origination' (Maybe Bool) (Maybe [OriginationRoute])
- newOrigination :: Origination
- data OriginationRoute = OriginationRoute' (Maybe Text) (Maybe Natural) (Maybe Natural) (Maybe OriginationRouteProtocol) (Maybe Natural)
- newOriginationRoute :: OriginationRoute
- data Participant = Participant' (Maybe (Sensitive Text)) (Maybe (Sensitive Text))
- newParticipant :: Participant
- data PhoneNumber = PhoneNumber' (Maybe [PhoneNumberAssociation]) (Maybe (Sensitive Text)) (Maybe CallingNameStatus) (Maybe PhoneNumberCapabilities) (Maybe Text) (Maybe ISO8601) (Maybe ISO8601) (Maybe (Sensitive Text)) (Maybe Text) (Maybe (Sensitive Text)) (Maybe PhoneNumberProductType) (Maybe PhoneNumberStatus) (Maybe PhoneNumberType) (Maybe ISO8601)
- newPhoneNumber :: PhoneNumber
- data PhoneNumberAssociation = PhoneNumberAssociation' (Maybe ISO8601) (Maybe PhoneNumberAssociationName) (Maybe Text)
- newPhoneNumberAssociation :: PhoneNumberAssociation
- data PhoneNumberCapabilities = PhoneNumberCapabilities' (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Bool)
- newPhoneNumberCapabilities :: PhoneNumberCapabilities
- data PhoneNumberCountry = PhoneNumberCountry' (Maybe Text) (Maybe [PhoneNumberType])
- newPhoneNumberCountry :: PhoneNumberCountry
- data PhoneNumberError = PhoneNumberError' (Maybe ErrorCode) (Maybe Text) (Maybe (Sensitive Text))
- newPhoneNumberError :: PhoneNumberError
- data PhoneNumberOrder = PhoneNumberOrder' (Maybe ISO8601) (Maybe PhoneNumberOrderType) (Maybe [OrderedPhoneNumber]) (Maybe Text) (Maybe PhoneNumberProductType) (Maybe PhoneNumberOrderStatus) (Maybe ISO8601)
- newPhoneNumberOrder :: PhoneNumberOrder
- data Proxy = Proxy' (Maybe Int) (Maybe Bool) (Maybe (Sensitive Text)) (Maybe [Text])
- newProxy :: Proxy
- data ProxySession = ProxySession' (Maybe [Capability]) (Maybe ISO8601) (Maybe ISO8601) (Maybe Natural) (Maybe GeoMatchLevel) (Maybe GeoMatchParams) (Maybe Text) (Maybe NumberSelectionBehavior) (Maybe [Participant]) (Maybe Text) (Maybe ProxySessionStatus) (Maybe ISO8601) (Maybe Text)
- newProxySession :: ProxySession
- data SipMediaApplication = SipMediaApplication' (Maybe Text) (Maybe ISO8601) (Maybe (NonEmpty SipMediaApplicationEndpoint)) (Maybe Text) (Maybe Text) (Maybe ISO8601)
- newSipMediaApplication :: SipMediaApplication
- data SipMediaApplicationAlexaSkillConfiguration = SipMediaApplicationAlexaSkillConfiguration' AlexaSkillStatus (NonEmpty (Sensitive Text))
- newSipMediaApplicationAlexaSkillConfiguration :: AlexaSkillStatus -> NonEmpty Text -> SipMediaApplicationAlexaSkillConfiguration
- data SipMediaApplicationCall = SipMediaApplicationCall' (Maybe Text)
- newSipMediaApplicationCall :: SipMediaApplicationCall
- data SipMediaApplicationEndpoint = SipMediaApplicationEndpoint' (Maybe (Sensitive Text))
- newSipMediaApplicationEndpoint :: SipMediaApplicationEndpoint
- data SipMediaApplicationLoggingConfiguration = SipMediaApplicationLoggingConfiguration' (Maybe Bool)
- newSipMediaApplicationLoggingConfiguration :: SipMediaApplicationLoggingConfiguration
- data SipRule = SipRule' (Maybe ISO8601) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe (NonEmpty SipRuleTargetApplication)) (Maybe SipRuleTriggerType) (Maybe Text) (Maybe ISO8601)
- newSipRule :: SipRule
- data SipRuleTargetApplication = SipRuleTargetApplication' (Maybe Text) (Maybe Natural) (Maybe Text)
- newSipRuleTargetApplication :: SipRuleTargetApplication
- data StreamingConfiguration = StreamingConfiguration' (Maybe (NonEmpty StreamingNotificationTarget)) Natural Bool
- newStreamingConfiguration :: Natural -> Bool -> StreamingConfiguration
- data StreamingNotificationTarget = StreamingNotificationTarget' (Maybe NotificationTarget)
- newStreamingNotificationTarget :: StreamingNotificationTarget
- data Termination = Termination' (Maybe [Text]) (Maybe [Text]) (Maybe Natural) (Maybe (Sensitive Text)) (Maybe Bool)
- newTermination :: Termination
- data TerminationHealth = TerminationHealth' (Maybe Text) (Maybe ISO8601)
- newTerminationHealth :: TerminationHealth
- data UpdatePhoneNumberRequestItem = UpdatePhoneNumberRequestItem' (Maybe (Sensitive Text)) (Maybe PhoneNumberProductType) (Sensitive Text)
- newUpdatePhoneNumberRequestItem :: Text -> UpdatePhoneNumberRequestItem
- data VoiceConnector = VoiceConnector' (Maybe VoiceConnectorAwsRegion) (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe ISO8601) (Maybe Text) (Maybe Text)
- newVoiceConnector :: VoiceConnector
- data VoiceConnectorGroup = VoiceConnectorGroup' (Maybe ISO8601) (Maybe Text) (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe [VoiceConnectorItem])
- newVoiceConnectorGroup :: VoiceConnectorGroup
- data VoiceConnectorItem = VoiceConnectorItem' Text Natural
- newVoiceConnectorItem :: Text -> Natural -> VoiceConnectorItem
- data VoiceConnectorSettings = VoiceConnectorSettings' (Maybe Text)
- newVoiceConnectorSettings :: VoiceConnectorSettings
Service Configuration
defaultService :: Service Source #
API version 2022-08-03 of the Amazon Chime SDK Voice SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by ChimeSdkVoice.
AccessDeniedException
_AccessDeniedException :: AsError a => Fold a ServiceError Source #
Prism for AccessDeniedException' errors.
BadRequestException
_BadRequestException :: AsError a => Fold a ServiceError Source #
Prism for BadRequestException' errors.
ConflictException
_ConflictException :: AsError a => Fold a ServiceError Source #
Prism for ConflictException' errors.
ForbiddenException
_ForbiddenException :: AsError a => Fold a ServiceError Source #
Prism for ForbiddenException' errors.
NotFoundException
_NotFoundException :: AsError a => Fold a ServiceError Source #
Prism for NotFoundException' errors.
ResourceLimitExceededException
_ResourceLimitExceededException :: AsError a => Fold a ServiceError Source #
Prism for ResourceLimitExceededException' errors.
ServiceFailureException
_ServiceFailureException :: AsError a => Fold a ServiceError Source #
Prism for ServiceFailureException' errors.
ServiceUnavailableException
_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #
Prism for ServiceUnavailableException' errors.
ThrottledClientException
_ThrottledClientException :: AsError a => Fold a ServiceError Source #
Prism for ThrottledClientException' errors.
UnauthorizedClientException
_UnauthorizedClientException :: AsError a => Fold a ServiceError Source #
Prism for UnauthorizedClientException' errors.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait specification is fulfilled. The Wait specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
AssociatePhoneNumbersWithVoiceConnector
data AssociatePhoneNumbersWithVoiceConnector Source #
See: newAssociatePhoneNumbersWithVoiceConnector smart constructor.
Instances
newAssociatePhoneNumbersWithVoiceConnector Source #
Create a value of AssociatePhoneNumbersWithVoiceConnector 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:forceAssociate:AssociatePhoneNumbersWithVoiceConnector', associatePhoneNumbersWithVoiceConnector_forceAssociate - Undocumented member.
AssociatePhoneNumbersWithVoiceConnector, associatePhoneNumbersWithVoiceConnector_voiceConnectorId - Undocumented member.
$sel:e164PhoneNumbers:AssociatePhoneNumbersWithVoiceConnector', associatePhoneNumbersWithVoiceConnector_e164PhoneNumbers - Undocumented member.
data AssociatePhoneNumbersWithVoiceConnectorResponse Source #
See: newAssociatePhoneNumbersWithVoiceConnectorResponse smart constructor.
Constructors
| AssociatePhoneNumbersWithVoiceConnectorResponse' (Maybe [PhoneNumberError]) Int |
Instances
newAssociatePhoneNumbersWithVoiceConnectorResponse Source #
Arguments
| :: Int |
|
| -> AssociatePhoneNumbersWithVoiceConnectorResponse |
Create a value of AssociatePhoneNumbersWithVoiceConnectorResponse 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:phoneNumberErrors:AssociatePhoneNumbersWithVoiceConnectorResponse', associatePhoneNumbersWithVoiceConnectorResponse_phoneNumberErrors - Undocumented member.
$sel:httpStatus:AssociatePhoneNumbersWithVoiceConnectorResponse', associatePhoneNumbersWithVoiceConnectorResponse_httpStatus - The response's http status code.
AssociatePhoneNumbersWithVoiceConnectorGroup
data AssociatePhoneNumbersWithVoiceConnectorGroup Source #
See: newAssociatePhoneNumbersWithVoiceConnectorGroup smart constructor.
Instances
newAssociatePhoneNumbersWithVoiceConnectorGroup Source #
Arguments
| :: Text | |
| -> AssociatePhoneNumbersWithVoiceConnectorGroup |
Create a value of AssociatePhoneNumbersWithVoiceConnectorGroup 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:forceAssociate:AssociatePhoneNumbersWithVoiceConnectorGroup', associatePhoneNumbersWithVoiceConnectorGroup_forceAssociate - Undocumented member.
AssociatePhoneNumbersWithVoiceConnectorGroup, associatePhoneNumbersWithVoiceConnectorGroup_voiceConnectorGroupId - Undocumented member.
$sel:e164PhoneNumbers:AssociatePhoneNumbersWithVoiceConnectorGroup', associatePhoneNumbersWithVoiceConnectorGroup_e164PhoneNumbers - Undocumented member.
data AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source #
See: newAssociatePhoneNumbersWithVoiceConnectorGroupResponse smart constructor.
Instances
newAssociatePhoneNumbersWithVoiceConnectorGroupResponse Source #
Arguments
| :: Int |
|
| -> AssociatePhoneNumbersWithVoiceConnectorGroupResponse |
Create a value of AssociatePhoneNumbersWithVoiceConnectorGroupResponse 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:phoneNumberErrors:AssociatePhoneNumbersWithVoiceConnectorGroupResponse', associatePhoneNumbersWithVoiceConnectorGroupResponse_phoneNumberErrors - Undocumented member.
$sel:httpStatus:AssociatePhoneNumbersWithVoiceConnectorGroupResponse', associatePhoneNumbersWithVoiceConnectorGroupResponse_httpStatus - The response's http status code.
BatchDeletePhoneNumber
data BatchDeletePhoneNumber Source #
See: newBatchDeletePhoneNumber smart constructor.
Constructors
| BatchDeletePhoneNumber' (NonEmpty Text) |
Instances
newBatchDeletePhoneNumber Source #
Create a value of BatchDeletePhoneNumber 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:phoneNumberIds:BatchDeletePhoneNumber', batchDeletePhoneNumber_phoneNumberIds - Undocumented member.
data BatchDeletePhoneNumberResponse Source #
See: newBatchDeletePhoneNumberResponse smart constructor.
Constructors
| BatchDeletePhoneNumberResponse' (Maybe [PhoneNumberError]) Int |
Instances
newBatchDeletePhoneNumberResponse Source #
Create a value of BatchDeletePhoneNumberResponse 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:phoneNumberErrors:BatchDeletePhoneNumberResponse', batchDeletePhoneNumberResponse_phoneNumberErrors - Undocumented member.
$sel:httpStatus:BatchDeletePhoneNumberResponse', batchDeletePhoneNumberResponse_httpStatus - The response's http status code.
BatchUpdatePhoneNumber
data BatchUpdatePhoneNumber Source #
See: newBatchUpdatePhoneNumber smart constructor.
Constructors
| BatchUpdatePhoneNumber' [UpdatePhoneNumberRequestItem] |
Instances
newBatchUpdatePhoneNumber :: BatchUpdatePhoneNumber Source #
Create a value of BatchUpdatePhoneNumber 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:updatePhoneNumberRequestItems:BatchUpdatePhoneNumber', batchUpdatePhoneNumber_updatePhoneNumberRequestItems - Undocumented member.
data BatchUpdatePhoneNumberResponse Source #
See: newBatchUpdatePhoneNumberResponse smart constructor.
Constructors
| BatchUpdatePhoneNumberResponse' (Maybe [PhoneNumberError]) Int |
Instances
newBatchUpdatePhoneNumberResponse Source #
Create a value of BatchUpdatePhoneNumberResponse 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:phoneNumberErrors:BatchUpdatePhoneNumberResponse', batchUpdatePhoneNumberResponse_phoneNumberErrors - Undocumented member.
$sel:httpStatus:BatchUpdatePhoneNumberResponse', batchUpdatePhoneNumberResponse_httpStatus - The response's http status code.
CreatePhoneNumberOrder
data CreatePhoneNumberOrder Source #
See: newCreatePhoneNumberOrder smart constructor.
Constructors
| CreatePhoneNumberOrder' PhoneNumberProductType [Sensitive Text] |
Instances
newCreatePhoneNumberOrder Source #
Create a value of CreatePhoneNumberOrder 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:
CreatePhoneNumberOrder, createPhoneNumberOrder_productType - Undocumented member.
$sel:e164PhoneNumbers:CreatePhoneNumberOrder', createPhoneNumberOrder_e164PhoneNumbers - Undocumented member.
data CreatePhoneNumberOrderResponse Source #
See: newCreatePhoneNumberOrderResponse smart constructor.
Constructors
| CreatePhoneNumberOrderResponse' (Maybe PhoneNumberOrder) Int |
Instances
newCreatePhoneNumberOrderResponse Source #
Create a value of CreatePhoneNumberOrderResponse 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:phoneNumberOrder:CreatePhoneNumberOrderResponse', createPhoneNumberOrderResponse_phoneNumberOrder - Undocumented member.
$sel:httpStatus:CreatePhoneNumberOrderResponse', createPhoneNumberOrderResponse_httpStatus - The response's http status code.
CreateProxySession
data CreateProxySession Source #
See: newCreateProxySession smart constructor.
Constructors
| CreateProxySession' (Maybe Natural) (Maybe GeoMatchLevel) (Maybe GeoMatchParams) (Maybe (Sensitive Text)) (Maybe NumberSelectionBehavior) (NonEmpty (Sensitive Text)) [Capability] Text |
Instances
newCreateProxySession Source #
Arguments
| :: NonEmpty Text | |
| -> Text | |
| -> CreateProxySession |
Create a value of CreateProxySession 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:
CreateProxySession, createProxySession_expiryMinutes - Undocumented member.
CreateProxySession, createProxySession_geoMatchLevel - Undocumented member.
CreateProxySession, createProxySession_geoMatchParams - Undocumented member.
CreateProxySession, createProxySession_name - Undocumented member.
CreateProxySession, createProxySession_numberSelectionBehavior - Undocumented member.
$sel:participantPhoneNumbers:CreateProxySession', createProxySession_participantPhoneNumbers - Undocumented member.
CreateProxySession, createProxySession_capabilities - Undocumented member.
CreateProxySession, createProxySession_voiceConnectorId - Undocumented member.
data CreateProxySessionResponse Source #
See: newCreateProxySessionResponse smart constructor.
Constructors
| CreateProxySessionResponse' (Maybe ProxySession) Int |
Instances
newCreateProxySessionResponse Source #
Create a value of CreateProxySessionResponse 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:proxySession:CreateProxySessionResponse', createProxySessionResponse_proxySession - Undocumented member.
$sel:httpStatus:CreateProxySessionResponse', createProxySessionResponse_httpStatus - The response's http status code.
CreateSipMediaApplication
data CreateSipMediaApplication Source #
See: newCreateSipMediaApplication smart constructor.
Constructors
| CreateSipMediaApplication' Text Text (NonEmpty SipMediaApplicationEndpoint) |
Instances
newCreateSipMediaApplication Source #
Arguments
| :: Text | |
| -> Text | |
| -> NonEmpty SipMediaApplicationEndpoint | |
| -> CreateSipMediaApplication |
Create a value of CreateSipMediaApplication 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:
CreateSipMediaApplication, createSipMediaApplication_awsRegion - Undocumented member.
CreateSipMediaApplication, createSipMediaApplication_name - Undocumented member.
CreateSipMediaApplication, createSipMediaApplication_endpoints - Undocumented member.
data CreateSipMediaApplicationResponse Source #
See: newCreateSipMediaApplicationResponse smart constructor.
Constructors
| CreateSipMediaApplicationResponse' (Maybe SipMediaApplication) Int |
Instances
newCreateSipMediaApplicationResponse Source #
Arguments
| :: Int | |
| -> CreateSipMediaApplicationResponse |
Create a value of CreateSipMediaApplicationResponse 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:sipMediaApplication:CreateSipMediaApplicationResponse', createSipMediaApplicationResponse_sipMediaApplication - Undocumented member.
$sel:httpStatus:CreateSipMediaApplicationResponse', createSipMediaApplicationResponse_httpStatus - The response's http status code.
CreateSipMediaApplicationCall
data CreateSipMediaApplicationCall Source #
See: newCreateSipMediaApplicationCall smart constructor.
Constructors
| CreateSipMediaApplicationCall' (Maybe (HashMap Text (Sensitive Text))) (Maybe (HashMap Text (Sensitive Text))) (Sensitive Text) (Sensitive Text) Text |
Instances
newCreateSipMediaApplicationCall Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> CreateSipMediaApplicationCall |
Create a value of CreateSipMediaApplicationCall 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:argumentsMap:CreateSipMediaApplicationCall', createSipMediaApplicationCall_argumentsMap - Undocumented member.
$sel:sipHeaders:CreateSipMediaApplicationCall', createSipMediaApplicationCall_sipHeaders - Undocumented member.
$sel:fromPhoneNumber:CreateSipMediaApplicationCall', createSipMediaApplicationCall_fromPhoneNumber - Undocumented member.
$sel:toPhoneNumber:CreateSipMediaApplicationCall', createSipMediaApplicationCall_toPhoneNumber - Undocumented member.
CreateSipMediaApplicationCall, createSipMediaApplicationCall_sipMediaApplicationId - Undocumented member.
data CreateSipMediaApplicationCallResponse Source #
See: newCreateSipMediaApplicationCallResponse smart constructor.
Instances
newCreateSipMediaApplicationCallResponse Source #
Arguments
| :: Int | |
| -> CreateSipMediaApplicationCallResponse |
Create a value of CreateSipMediaApplicationCallResponse 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:sipMediaApplicationCall:CreateSipMediaApplicationCallResponse', createSipMediaApplicationCallResponse_sipMediaApplicationCall - Undocumented member.
$sel:httpStatus:CreateSipMediaApplicationCallResponse', createSipMediaApplicationCallResponse_httpStatus - The response's http status code.
CreateSipRule
data CreateSipRule Source #
See: newCreateSipRule smart constructor.
Constructors
| CreateSipRule' (Maybe Bool) (Maybe (NonEmpty SipRuleTargetApplication)) Text SipRuleTriggerType Text |
Instances
Arguments
| :: Text | |
| -> SipRuleTriggerType | |
| -> Text | |
| -> CreateSipRule |
Create a value of CreateSipRule 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:
CreateSipRule, createSipRule_disabled - Undocumented member.
CreateSipRule, createSipRule_targetApplications - Undocumented member.
CreateSipRule, createSipRule_name - Undocumented member.
CreateSipRule, createSipRule_triggerType - Undocumented member.
CreateSipRule, createSipRule_triggerValue - Undocumented member.
data CreateSipRuleResponse Source #
See: newCreateSipRuleResponse smart constructor.
Constructors
| CreateSipRuleResponse' (Maybe SipRule) Int |
Instances
newCreateSipRuleResponse Source #
Create a value of CreateSipRuleResponse 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:sipRule:CreateSipRuleResponse', createSipRuleResponse_sipRule - Undocumented member.
$sel:httpStatus:CreateSipRuleResponse', createSipRuleResponse_httpStatus - The response's http status code.
CreateVoiceConnector
data CreateVoiceConnector Source #
See: newCreateVoiceConnector smart constructor.
Constructors
| CreateVoiceConnector' (Maybe VoiceConnectorAwsRegion) Text Bool |
Instances
newCreateVoiceConnector Source #
Arguments
| :: Text | |
| -> Bool | |
| -> CreateVoiceConnector |
Create a value of CreateVoiceConnector 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:
CreateVoiceConnector, createVoiceConnector_awsRegion - Undocumented member.
CreateVoiceConnector, createVoiceConnector_name - Undocumented member.
CreateVoiceConnector, createVoiceConnector_requireEncryption - Undocumented member.
data CreateVoiceConnectorResponse Source #
See: newCreateVoiceConnectorResponse smart constructor.
Constructors
| CreateVoiceConnectorResponse' (Maybe VoiceConnector) Int |
Instances
newCreateVoiceConnectorResponse Source #
Create a value of CreateVoiceConnectorResponse 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:voiceConnector:CreateVoiceConnectorResponse', createVoiceConnectorResponse_voiceConnector - Undocumented member.
$sel:httpStatus:CreateVoiceConnectorResponse', createVoiceConnectorResponse_httpStatus - The response's http status code.
CreateVoiceConnectorGroup
data CreateVoiceConnectorGroup Source #
See: newCreateVoiceConnectorGroup smart constructor.
Constructors
| CreateVoiceConnectorGroup' (Maybe [VoiceConnectorItem]) Text |
Instances
newCreateVoiceConnectorGroup Source #
Arguments
| :: Text | |
| -> CreateVoiceConnectorGroup |
Create a value of CreateVoiceConnectorGroup 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:
CreateVoiceConnectorGroup, createVoiceConnectorGroup_voiceConnectorItems - Undocumented member.
CreateVoiceConnectorGroup, createVoiceConnectorGroup_name - Undocumented member.
data CreateVoiceConnectorGroupResponse Source #
See: newCreateVoiceConnectorGroupResponse smart constructor.
Constructors
| CreateVoiceConnectorGroupResponse' (Maybe VoiceConnectorGroup) Int |
Instances
newCreateVoiceConnectorGroupResponse Source #
Arguments
| :: Int | |
| -> CreateVoiceConnectorGroupResponse |
Create a value of CreateVoiceConnectorGroupResponse 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:voiceConnectorGroup:CreateVoiceConnectorGroupResponse', createVoiceConnectorGroupResponse_voiceConnectorGroup - Undocumented member.
$sel:httpStatus:CreateVoiceConnectorGroupResponse', createVoiceConnectorGroupResponse_httpStatus - The response's http status code.
DeletePhoneNumber
data DeletePhoneNumber Source #
See: newDeletePhoneNumber smart constructor.
Constructors
| DeletePhoneNumber' (Sensitive Text) |
Instances
Arguments
| :: Text | |
| -> DeletePhoneNumber |
Create a value of DeletePhoneNumber 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:
DeletePhoneNumber, deletePhoneNumber_phoneNumberId - Undocumented member.
data DeletePhoneNumberResponse Source #
See: newDeletePhoneNumberResponse smart constructor.
Constructors
| DeletePhoneNumberResponse' | |
Instances
newDeletePhoneNumberResponse :: DeletePhoneNumberResponse Source #
Create a value of DeletePhoneNumberResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteProxySession
data DeleteProxySession Source #
See: newDeleteProxySession smart constructor.
Constructors
| DeleteProxySession' Text Text |
Instances
newDeleteProxySession Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteProxySession |
Create a value of DeleteProxySession 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:
DeleteProxySession, deleteProxySession_voiceConnectorId - Undocumented member.
DeleteProxySession, deleteProxySession_proxySessionId - Undocumented member.
data DeleteProxySessionResponse Source #
See: newDeleteProxySessionResponse smart constructor.
Constructors
| DeleteProxySessionResponse' | |
Instances
newDeleteProxySessionResponse :: DeleteProxySessionResponse Source #
Create a value of DeleteProxySessionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteSipMediaApplication
data DeleteSipMediaApplication Source #
See: newDeleteSipMediaApplication smart constructor.
Constructors
| DeleteSipMediaApplication' Text |
Instances
newDeleteSipMediaApplication Source #
Arguments
| :: Text | |
| -> DeleteSipMediaApplication |
Create a value of DeleteSipMediaApplication 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:
DeleteSipMediaApplication, deleteSipMediaApplication_sipMediaApplicationId - Undocumented member.
data DeleteSipMediaApplicationResponse Source #
See: newDeleteSipMediaApplicationResponse smart constructor.
Constructors
| DeleteSipMediaApplicationResponse' | |
Instances
| Generic DeleteSipMediaApplicationResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication Associated Types type Rep DeleteSipMediaApplicationResponse :: Type -> Type # | |
| Read DeleteSipMediaApplicationResponse Source # | |
| Show DeleteSipMediaApplicationResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication Methods showsPrec :: Int -> DeleteSipMediaApplicationResponse -> ShowS # | |
| NFData DeleteSipMediaApplicationResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication Methods rnf :: DeleteSipMediaApplicationResponse -> () # | |
| Eq DeleteSipMediaApplicationResponse Source # | |
| type Rep DeleteSipMediaApplicationResponse Source # | |
newDeleteSipMediaApplicationResponse :: DeleteSipMediaApplicationResponse Source #
Create a value of DeleteSipMediaApplicationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteSipRule
data DeleteSipRule Source #
See: newDeleteSipRule smart constructor.
Constructors
| DeleteSipRule' Text |
Instances
Arguments
| :: Text | |
| -> DeleteSipRule |
Create a value of DeleteSipRule 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:
DeleteSipRule, deleteSipRule_sipRuleId - Undocumented member.
data DeleteSipRuleResponse Source #
See: newDeleteSipRuleResponse smart constructor.
Constructors
| DeleteSipRuleResponse' | |
Instances
newDeleteSipRuleResponse :: DeleteSipRuleResponse Source #
Create a value of DeleteSipRuleResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteVoiceConnector
data DeleteVoiceConnector Source #
See: newDeleteVoiceConnector smart constructor.
Constructors
| DeleteVoiceConnector' Text |
Instances
newDeleteVoiceConnector Source #
Arguments
| :: Text | |
| -> DeleteVoiceConnector |
Create a value of DeleteVoiceConnector 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:
DeleteVoiceConnector, deleteVoiceConnector_voiceConnectorId - Undocumented member.
data DeleteVoiceConnectorResponse Source #
See: newDeleteVoiceConnectorResponse smart constructor.
Constructors
| DeleteVoiceConnectorResponse' | |
Instances
| Generic DeleteVoiceConnectorResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector Associated Types type Rep DeleteVoiceConnectorResponse :: Type -> Type # | |
| Read DeleteVoiceConnectorResponse Source # | |
| Show DeleteVoiceConnectorResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector Methods showsPrec :: Int -> DeleteVoiceConnectorResponse -> ShowS # show :: DeleteVoiceConnectorResponse -> String # showList :: [DeleteVoiceConnectorResponse] -> ShowS # | |
| NFData DeleteVoiceConnectorResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector Methods rnf :: DeleteVoiceConnectorResponse -> () # | |
| Eq DeleteVoiceConnectorResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector Methods (==) :: DeleteVoiceConnectorResponse -> DeleteVoiceConnectorResponse -> Bool # (/=) :: DeleteVoiceConnectorResponse -> DeleteVoiceConnectorResponse -> Bool # | |
| type Rep DeleteVoiceConnectorResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector | |
newDeleteVoiceConnectorResponse :: DeleteVoiceConnectorResponse Source #
Create a value of DeleteVoiceConnectorResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteVoiceConnectorEmergencyCallingConfiguration
data DeleteVoiceConnectorEmergencyCallingConfiguration Source #
See: newDeleteVoiceConnectorEmergencyCallingConfiguration smart constructor.
Instances
newDeleteVoiceConnectorEmergencyCallingConfiguration Source #
Arguments
| :: Text | |
| -> DeleteVoiceConnectorEmergencyCallingConfiguration |
Create a value of DeleteVoiceConnectorEmergencyCallingConfiguration 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:
DeleteVoiceConnectorEmergencyCallingConfiguration, deleteVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId - Undocumented member.
data DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source #
See: newDeleteVoiceConnectorEmergencyCallingConfigurationResponse smart constructor.
Instances
newDeleteVoiceConnectorEmergencyCallingConfigurationResponse :: DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source #
Create a value of DeleteVoiceConnectorEmergencyCallingConfigurationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteVoiceConnectorGroup
data DeleteVoiceConnectorGroup Source #
See: newDeleteVoiceConnectorGroup smart constructor.
Constructors
| DeleteVoiceConnectorGroup' Text |
Instances
newDeleteVoiceConnectorGroup Source #
Arguments
| :: Text | |
| -> DeleteVoiceConnectorGroup |
Create a value of DeleteVoiceConnectorGroup 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:
DeleteVoiceConnectorGroup, deleteVoiceConnectorGroup_voiceConnectorGroupId - Undocumented member.
data DeleteVoiceConnectorGroupResponse Source #
See: newDeleteVoiceConnectorGroupResponse smart constructor.
Constructors
| DeleteVoiceConnectorGroupResponse' | |
Instances
| Generic DeleteVoiceConnectorGroupResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup Associated Types type Rep DeleteVoiceConnectorGroupResponse :: Type -> Type # | |
| Read DeleteVoiceConnectorGroupResponse Source # | |
| Show DeleteVoiceConnectorGroupResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup Methods showsPrec :: Int -> DeleteVoiceConnectorGroupResponse -> ShowS # | |
| NFData DeleteVoiceConnectorGroupResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup Methods rnf :: DeleteVoiceConnectorGroupResponse -> () # | |
| Eq DeleteVoiceConnectorGroupResponse Source # | |
| type Rep DeleteVoiceConnectorGroupResponse Source # | |
newDeleteVoiceConnectorGroupResponse :: DeleteVoiceConnectorGroupResponse Source #
Create a value of DeleteVoiceConnectorGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteVoiceConnectorOrigination
data DeleteVoiceConnectorOrigination Source #
See: newDeleteVoiceConnectorOrigination smart constructor.
Constructors
| DeleteVoiceConnectorOrigination' Text |
Instances
newDeleteVoiceConnectorOrigination Source #
Create a value of DeleteVoiceConnectorOrigination 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:
DeleteVoiceConnectorOrigination, deleteVoiceConnectorOrigination_voiceConnectorId - Undocumented member.
data DeleteVoiceConnectorOriginationResponse Source #
See: newDeleteVoiceConnectorOriginationResponse smart constructor.
Constructors
| DeleteVoiceConnectorOriginationResponse' | |
Instances
| Generic DeleteVoiceConnectorOriginationResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination Associated Types type Rep DeleteVoiceConnectorOriginationResponse :: Type -> Type # | |
| Read DeleteVoiceConnectorOriginationResponse Source # | |
| Show DeleteVoiceConnectorOriginationResponse Source # | |
| NFData DeleteVoiceConnectorOriginationResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination Methods rnf :: DeleteVoiceConnectorOriginationResponse -> () # | |
| Eq DeleteVoiceConnectorOriginationResponse Source # | |
| type Rep DeleteVoiceConnectorOriginationResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination type Rep DeleteVoiceConnectorOriginationResponse = D1 ('MetaData "DeleteVoiceConnectorOriginationResponse" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorOriginationResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) | |
newDeleteVoiceConnectorOriginationResponse :: DeleteVoiceConnectorOriginationResponse Source #
Create a value of DeleteVoiceConnectorOriginationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteVoiceConnectorProxy
data DeleteVoiceConnectorProxy Source #
See: newDeleteVoiceConnectorProxy smart constructor.
Constructors
| DeleteVoiceConnectorProxy' Text |
Instances
newDeleteVoiceConnectorProxy Source #
Arguments
| :: Text | |
| -> DeleteVoiceConnectorProxy |
Create a value of DeleteVoiceConnectorProxy 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:
DeleteVoiceConnectorProxy, deleteVoiceConnectorProxy_voiceConnectorId - Undocumented member.
data DeleteVoiceConnectorProxyResponse Source #
See: newDeleteVoiceConnectorProxyResponse smart constructor.
Constructors
| DeleteVoiceConnectorProxyResponse' | |
Instances
| Generic DeleteVoiceConnectorProxyResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy Associated Types type Rep DeleteVoiceConnectorProxyResponse :: Type -> Type # | |
| Read DeleteVoiceConnectorProxyResponse Source # | |
| Show DeleteVoiceConnectorProxyResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy Methods showsPrec :: Int -> DeleteVoiceConnectorProxyResponse -> ShowS # | |
| NFData DeleteVoiceConnectorProxyResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy Methods rnf :: DeleteVoiceConnectorProxyResponse -> () # | |
| Eq DeleteVoiceConnectorProxyResponse Source # | |
| type Rep DeleteVoiceConnectorProxyResponse Source # | |
newDeleteVoiceConnectorProxyResponse :: DeleteVoiceConnectorProxyResponse Source #
Create a value of DeleteVoiceConnectorProxyResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteVoiceConnectorStreamingConfiguration
data DeleteVoiceConnectorStreamingConfiguration Source #
See: newDeleteVoiceConnectorStreamingConfiguration smart constructor.
Constructors
| DeleteVoiceConnectorStreamingConfiguration' Text |
Instances
newDeleteVoiceConnectorStreamingConfiguration Source #
Arguments
| :: Text | |
| -> DeleteVoiceConnectorStreamingConfiguration |
Create a value of DeleteVoiceConnectorStreamingConfiguration 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:
DeleteVoiceConnectorStreamingConfiguration, deleteVoiceConnectorStreamingConfiguration_voiceConnectorId - Undocumented member.
data DeleteVoiceConnectorStreamingConfigurationResponse Source #
See: newDeleteVoiceConnectorStreamingConfigurationResponse smart constructor.
Instances
newDeleteVoiceConnectorStreamingConfigurationResponse :: DeleteVoiceConnectorStreamingConfigurationResponse Source #
Create a value of DeleteVoiceConnectorStreamingConfigurationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteVoiceConnectorTermination
data DeleteVoiceConnectorTermination Source #
See: newDeleteVoiceConnectorTermination smart constructor.
Constructors
| DeleteVoiceConnectorTermination' Text |
Instances
newDeleteVoiceConnectorTermination Source #
Create a value of DeleteVoiceConnectorTermination 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:
DeleteVoiceConnectorTermination, deleteVoiceConnectorTermination_voiceConnectorId - Undocumented member.
data DeleteVoiceConnectorTerminationResponse Source #
See: newDeleteVoiceConnectorTerminationResponse smart constructor.
Constructors
| DeleteVoiceConnectorTerminationResponse' | |
Instances
| Generic DeleteVoiceConnectorTerminationResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination Associated Types type Rep DeleteVoiceConnectorTerminationResponse :: Type -> Type # | |
| Read DeleteVoiceConnectorTerminationResponse Source # | |
| Show DeleteVoiceConnectorTerminationResponse Source # | |
| NFData DeleteVoiceConnectorTerminationResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination Methods rnf :: DeleteVoiceConnectorTerminationResponse -> () # | |
| Eq DeleteVoiceConnectorTerminationResponse Source # | |
| type Rep DeleteVoiceConnectorTerminationResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination type Rep DeleteVoiceConnectorTerminationResponse = D1 ('MetaData "DeleteVoiceConnectorTerminationResponse" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorTerminationResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) | |
newDeleteVoiceConnectorTerminationResponse :: DeleteVoiceConnectorTerminationResponse Source #
Create a value of DeleteVoiceConnectorTerminationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteVoiceConnectorTerminationCredentials
data DeleteVoiceConnectorTerminationCredentials Source #
See: newDeleteVoiceConnectorTerminationCredentials smart constructor.
Constructors
| DeleteVoiceConnectorTerminationCredentials' [Sensitive Text] Text |
Instances
newDeleteVoiceConnectorTerminationCredentials Source #
Arguments
| :: Text | |
| -> DeleteVoiceConnectorTerminationCredentials |
Create a value of DeleteVoiceConnectorTerminationCredentials 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:usernames:DeleteVoiceConnectorTerminationCredentials', deleteVoiceConnectorTerminationCredentials_usernames - Undocumented member.
DeleteVoiceConnectorTerminationCredentials, deleteVoiceConnectorTerminationCredentials_voiceConnectorId - Undocumented member.
data DeleteVoiceConnectorTerminationCredentialsResponse Source #
See: newDeleteVoiceConnectorTerminationCredentialsResponse smart constructor.
Instances
newDeleteVoiceConnectorTerminationCredentialsResponse :: DeleteVoiceConnectorTerminationCredentialsResponse Source #
Create a value of DeleteVoiceConnectorTerminationCredentialsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DisassociatePhoneNumbersFromVoiceConnector
data DisassociatePhoneNumbersFromVoiceConnector Source #
See: newDisassociatePhoneNumbersFromVoiceConnector smart constructor.
Constructors
| DisassociatePhoneNumbersFromVoiceConnector' Text [Sensitive Text] |
Instances
newDisassociatePhoneNumbersFromVoiceConnector Source #
Arguments
| :: Text | |
| -> DisassociatePhoneNumbersFromVoiceConnector |
Create a value of DisassociatePhoneNumbersFromVoiceConnector 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:
DisassociatePhoneNumbersFromVoiceConnector, disassociatePhoneNumbersFromVoiceConnector_voiceConnectorId - Undocumented member.
$sel:e164PhoneNumbers:DisassociatePhoneNumbersFromVoiceConnector', disassociatePhoneNumbersFromVoiceConnector_e164PhoneNumbers - Undocumented member.
data DisassociatePhoneNumbersFromVoiceConnectorResponse Source #
See: newDisassociatePhoneNumbersFromVoiceConnectorResponse smart constructor.
Constructors
| DisassociatePhoneNumbersFromVoiceConnectorResponse' (Maybe [PhoneNumberError]) Int |
Instances
newDisassociatePhoneNumbersFromVoiceConnectorResponse Source #
Arguments
| :: Int |
|
| -> DisassociatePhoneNumbersFromVoiceConnectorResponse |
Create a value of DisassociatePhoneNumbersFromVoiceConnectorResponse 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:phoneNumberErrors:DisassociatePhoneNumbersFromVoiceConnectorResponse', disassociatePhoneNumbersFromVoiceConnectorResponse_phoneNumberErrors - Undocumented member.
$sel:httpStatus:DisassociatePhoneNumbersFromVoiceConnectorResponse', disassociatePhoneNumbersFromVoiceConnectorResponse_httpStatus - The response's http status code.
DisassociatePhoneNumbersFromVoiceConnectorGroup
data DisassociatePhoneNumbersFromVoiceConnectorGroup Source #
See: newDisassociatePhoneNumbersFromVoiceConnectorGroup smart constructor.
Constructors
| DisassociatePhoneNumbersFromVoiceConnectorGroup' Text [Sensitive Text] |
Instances
newDisassociatePhoneNumbersFromVoiceConnectorGroup Source #
Arguments
| :: Text | |
| -> DisassociatePhoneNumbersFromVoiceConnectorGroup |
Create a value of DisassociatePhoneNumbersFromVoiceConnectorGroup 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:
DisassociatePhoneNumbersFromVoiceConnectorGroup, disassociatePhoneNumbersFromVoiceConnectorGroup_voiceConnectorGroupId - Undocumented member.
$sel:e164PhoneNumbers:DisassociatePhoneNumbersFromVoiceConnectorGroup', disassociatePhoneNumbersFromVoiceConnectorGroup_e164PhoneNumbers - Undocumented member.
data DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source #
See: newDisassociatePhoneNumbersFromVoiceConnectorGroupResponse smart constructor.
Instances
newDisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source #
Arguments
| :: Int |
|
| -> DisassociatePhoneNumbersFromVoiceConnectorGroupResponse |
Create a value of DisassociatePhoneNumbersFromVoiceConnectorGroupResponse 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:phoneNumberErrors:DisassociatePhoneNumbersFromVoiceConnectorGroupResponse', disassociatePhoneNumbersFromVoiceConnectorGroupResponse_phoneNumberErrors - Undocumented member.
$sel:httpStatus:DisassociatePhoneNumbersFromVoiceConnectorGroupResponse', disassociatePhoneNumbersFromVoiceConnectorGroupResponse_httpStatus - The response's http status code.
GetGlobalSettings
data GetGlobalSettings Source #
See: newGetGlobalSettings smart constructor.
Constructors
| GetGlobalSettings' | |
Instances
newGetGlobalSettings :: GetGlobalSettings Source #
Create a value of GetGlobalSettings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
data GetGlobalSettingsResponse Source #
See: newGetGlobalSettingsResponse smart constructor.
Constructors
| GetGlobalSettingsResponse' (Maybe VoiceConnectorSettings) Int |
Instances
newGetGlobalSettingsResponse Source #
Create a value of GetGlobalSettingsResponse 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:voiceConnector:GetGlobalSettingsResponse', getGlobalSettingsResponse_voiceConnector - Undocumented member.
$sel:httpStatus:GetGlobalSettingsResponse', getGlobalSettingsResponse_httpStatus - The response's http status code.
GetPhoneNumber
data GetPhoneNumber Source #
See: newGetPhoneNumber smart constructor.
Constructors
| GetPhoneNumber' (Sensitive Text) |
Instances
Arguments
| :: Text | |
| -> GetPhoneNumber |
Create a value of GetPhoneNumber 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:
GetPhoneNumber, getPhoneNumber_phoneNumberId - Undocumented member.
data GetPhoneNumberResponse Source #
See: newGetPhoneNumberResponse smart constructor.
Constructors
| GetPhoneNumberResponse' (Maybe PhoneNumber) Int |
Instances
newGetPhoneNumberResponse Source #
Create a value of GetPhoneNumberResponse 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:
GetPhoneNumberResponse, getPhoneNumberResponse_phoneNumber - Undocumented member.
$sel:httpStatus:GetPhoneNumberResponse', getPhoneNumberResponse_httpStatus - The response's http status code.
GetPhoneNumberOrder
data GetPhoneNumberOrder Source #
See: newGetPhoneNumberOrder smart constructor.
Constructors
| GetPhoneNumberOrder' Text |
Instances
newGetPhoneNumberOrder Source #
Arguments
| :: Text | |
| -> GetPhoneNumberOrder |
Create a value of GetPhoneNumberOrder 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:
GetPhoneNumberOrder, getPhoneNumberOrder_phoneNumberOrderId - Undocumented member.
data GetPhoneNumberOrderResponse Source #
See: newGetPhoneNumberOrderResponse smart constructor.
Constructors
| GetPhoneNumberOrderResponse' (Maybe PhoneNumberOrder) Int |
Instances
newGetPhoneNumberOrderResponse Source #
Create a value of GetPhoneNumberOrderResponse 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:phoneNumberOrder:GetPhoneNumberOrderResponse', getPhoneNumberOrderResponse_phoneNumberOrder - Undocumented member.
$sel:httpStatus:GetPhoneNumberOrderResponse', getPhoneNumberOrderResponse_httpStatus - The response's http status code.
GetPhoneNumberSettings
data GetPhoneNumberSettings Source #
See: newGetPhoneNumberSettings smart constructor.
Constructors
| GetPhoneNumberSettings' | |
Instances
newGetPhoneNumberSettings :: GetPhoneNumberSettings Source #
Create a value of GetPhoneNumberSettings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
data GetPhoneNumberSettingsResponse Source #
See: newGetPhoneNumberSettingsResponse smart constructor.
Instances
newGetPhoneNumberSettingsResponse Source #
Create a value of GetPhoneNumberSettingsResponse 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:
GetPhoneNumberSettingsResponse, getPhoneNumberSettingsResponse_callingName - Undocumented member.
$sel:callingNameUpdatedTimestamp:GetPhoneNumberSettingsResponse', getPhoneNumberSettingsResponse_callingNameUpdatedTimestamp - Undocumented member.
$sel:httpStatus:GetPhoneNumberSettingsResponse', getPhoneNumberSettingsResponse_httpStatus - The response's http status code.
GetProxySession
data GetProxySession Source #
See: newGetProxySession smart constructor.
Constructors
| GetProxySession' Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> GetProxySession |
Create a value of GetProxySession 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:
GetProxySession, getProxySession_voiceConnectorId - Undocumented member.
GetProxySession, getProxySession_proxySessionId - Undocumented member.
data GetProxySessionResponse Source #
See: newGetProxySessionResponse smart constructor.
Constructors
| GetProxySessionResponse' (Maybe ProxySession) Int |
Instances
newGetProxySessionResponse Source #
Create a value of GetProxySessionResponse 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:proxySession:GetProxySessionResponse', getProxySessionResponse_proxySession - Undocumented member.
$sel:httpStatus:GetProxySessionResponse', getProxySessionResponse_httpStatus - The response's http status code.
GetSipMediaApplication
data GetSipMediaApplication Source #
See: newGetSipMediaApplication smart constructor.
Constructors
| GetSipMediaApplication' Text |
Instances
newGetSipMediaApplication Source #
Arguments
| :: Text | |
| -> GetSipMediaApplication |
Create a value of GetSipMediaApplication 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:
GetSipMediaApplication, getSipMediaApplication_sipMediaApplicationId - Undocumented member.
data GetSipMediaApplicationResponse Source #
See: newGetSipMediaApplicationResponse smart constructor.
Constructors
| GetSipMediaApplicationResponse' (Maybe SipMediaApplication) Int |
Instances
newGetSipMediaApplicationResponse Source #
Create a value of GetSipMediaApplicationResponse 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:sipMediaApplication:GetSipMediaApplicationResponse', getSipMediaApplicationResponse_sipMediaApplication - Undocumented member.
$sel:httpStatus:GetSipMediaApplicationResponse', getSipMediaApplicationResponse_httpStatus - The response's http status code.
GetSipMediaApplicationAlexaSkillConfiguration
data GetSipMediaApplicationAlexaSkillConfiguration Source #
See: newGetSipMediaApplicationAlexaSkillConfiguration smart constructor.
Constructors
| GetSipMediaApplicationAlexaSkillConfiguration' Text |
Instances
newGetSipMediaApplicationAlexaSkillConfiguration Source #
Arguments
| :: Text | |
| -> GetSipMediaApplicationAlexaSkillConfiguration |
Create a value of GetSipMediaApplicationAlexaSkillConfiguration 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:
GetSipMediaApplicationAlexaSkillConfiguration, getSipMediaApplicationAlexaSkillConfiguration_sipMediaApplicationId - Undocumented member.
data GetSipMediaApplicationAlexaSkillConfigurationResponse Source #
See: newGetSipMediaApplicationAlexaSkillConfigurationResponse smart constructor.
Constructors
| GetSipMediaApplicationAlexaSkillConfigurationResponse' (Maybe SipMediaApplicationAlexaSkillConfiguration) Int |
Instances
newGetSipMediaApplicationAlexaSkillConfigurationResponse Source #
Arguments
| :: Int |
|
| -> GetSipMediaApplicationAlexaSkillConfigurationResponse |
Create a value of GetSipMediaApplicationAlexaSkillConfigurationResponse 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:sipMediaApplicationAlexaSkillConfiguration:GetSipMediaApplicationAlexaSkillConfigurationResponse', getSipMediaApplicationAlexaSkillConfigurationResponse_sipMediaApplicationAlexaSkillConfiguration - Undocumented member.
$sel:httpStatus:GetSipMediaApplicationAlexaSkillConfigurationResponse', getSipMediaApplicationAlexaSkillConfigurationResponse_httpStatus - The response's http status code.
GetSipMediaApplicationLoggingConfiguration
data GetSipMediaApplicationLoggingConfiguration Source #
See: newGetSipMediaApplicationLoggingConfiguration smart constructor.
Constructors
| GetSipMediaApplicationLoggingConfiguration' Text |
Instances
newGetSipMediaApplicationLoggingConfiguration Source #
Arguments
| :: Text | |
| -> GetSipMediaApplicationLoggingConfiguration |
Create a value of GetSipMediaApplicationLoggingConfiguration 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:
GetSipMediaApplicationLoggingConfiguration, getSipMediaApplicationLoggingConfiguration_sipMediaApplicationId - Undocumented member.
data GetSipMediaApplicationLoggingConfigurationResponse Source #
See: newGetSipMediaApplicationLoggingConfigurationResponse smart constructor.
Constructors
| GetSipMediaApplicationLoggingConfigurationResponse' (Maybe SipMediaApplicationLoggingConfiguration) Int |
Instances
newGetSipMediaApplicationLoggingConfigurationResponse Source #
Arguments
| :: Int |
|
| -> GetSipMediaApplicationLoggingConfigurationResponse |
Create a value of GetSipMediaApplicationLoggingConfigurationResponse 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:sipMediaApplicationLoggingConfiguration:GetSipMediaApplicationLoggingConfigurationResponse', getSipMediaApplicationLoggingConfigurationResponse_sipMediaApplicationLoggingConfiguration - Undocumented member.
$sel:httpStatus:GetSipMediaApplicationLoggingConfigurationResponse', getSipMediaApplicationLoggingConfigurationResponse_httpStatus - The response's http status code.
GetSipRule
data GetSipRule Source #
See: newGetSipRule smart constructor.
Constructors
| GetSipRule' Text |
Instances
Arguments
| :: Text | |
| -> GetSipRule |
Create a value of GetSipRule 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:
GetSipRule, getSipRule_sipRuleId - Undocumented member.
data GetSipRuleResponse Source #
See: newGetSipRuleResponse smart constructor.
Constructors
| GetSipRuleResponse' (Maybe SipRule) Int |
Instances
newGetSipRuleResponse Source #
Arguments
| :: Int | |
| -> GetSipRuleResponse |
Create a value of GetSipRuleResponse 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:sipRule:GetSipRuleResponse', getSipRuleResponse_sipRule - Undocumented member.
$sel:httpStatus:GetSipRuleResponse', getSipRuleResponse_httpStatus - The response's http status code.
GetVoiceConnector
data GetVoiceConnector Source #
See: newGetVoiceConnector smart constructor.
Constructors
| GetVoiceConnector' Text |
Instances
Arguments
| :: Text | |
| -> GetVoiceConnector |
Create a value of GetVoiceConnector 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:
GetVoiceConnector, getVoiceConnector_voiceConnectorId - Undocumented member.
data GetVoiceConnectorResponse Source #
See: newGetVoiceConnectorResponse smart constructor.
Constructors
| GetVoiceConnectorResponse' (Maybe VoiceConnector) Int |
Instances
newGetVoiceConnectorResponse Source #
Create a value of GetVoiceConnectorResponse 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:voiceConnector:GetVoiceConnectorResponse', getVoiceConnectorResponse_voiceConnector - Undocumented member.
$sel:httpStatus:GetVoiceConnectorResponse', getVoiceConnectorResponse_httpStatus - The response's http status code.
GetVoiceConnectorEmergencyCallingConfiguration
data GetVoiceConnectorEmergencyCallingConfiguration Source #
See: newGetVoiceConnectorEmergencyCallingConfiguration smart constructor.
Constructors
| GetVoiceConnectorEmergencyCallingConfiguration' Text |
Instances
newGetVoiceConnectorEmergencyCallingConfiguration Source #
Arguments
| :: Text | |
| -> GetVoiceConnectorEmergencyCallingConfiguration |
Create a value of GetVoiceConnectorEmergencyCallingConfiguration 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:
GetVoiceConnectorEmergencyCallingConfiguration, getVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId - Undocumented member.
data GetVoiceConnectorEmergencyCallingConfigurationResponse Source #
See: newGetVoiceConnectorEmergencyCallingConfigurationResponse smart constructor.
Constructors
| GetVoiceConnectorEmergencyCallingConfigurationResponse' (Maybe EmergencyCallingConfiguration) Int |
Instances
newGetVoiceConnectorEmergencyCallingConfigurationResponse Source #
Arguments
| :: Int |
|
| -> GetVoiceConnectorEmergencyCallingConfigurationResponse |
Create a value of GetVoiceConnectorEmergencyCallingConfigurationResponse 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:emergencyCallingConfiguration:GetVoiceConnectorEmergencyCallingConfigurationResponse', getVoiceConnectorEmergencyCallingConfigurationResponse_emergencyCallingConfiguration - Undocumented member.
$sel:httpStatus:GetVoiceConnectorEmergencyCallingConfigurationResponse', getVoiceConnectorEmergencyCallingConfigurationResponse_httpStatus - The response's http status code.
GetVoiceConnectorGroup
data GetVoiceConnectorGroup Source #
See: newGetVoiceConnectorGroup smart constructor.
Constructors
| GetVoiceConnectorGroup' Text |
Instances
newGetVoiceConnectorGroup Source #
Arguments
| :: Text | |
| -> GetVoiceConnectorGroup |
Create a value of GetVoiceConnectorGroup 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:
GetVoiceConnectorGroup, getVoiceConnectorGroup_voiceConnectorGroupId - Undocumented member.
data GetVoiceConnectorGroupResponse Source #
See: newGetVoiceConnectorGroupResponse smart constructor.
Constructors
| GetVoiceConnectorGroupResponse' (Maybe VoiceConnectorGroup) Int |
Instances
newGetVoiceConnectorGroupResponse Source #
Create a value of GetVoiceConnectorGroupResponse 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:voiceConnectorGroup:GetVoiceConnectorGroupResponse', getVoiceConnectorGroupResponse_voiceConnectorGroup - Undocumented member.
$sel:httpStatus:GetVoiceConnectorGroupResponse', getVoiceConnectorGroupResponse_httpStatus - The response's http status code.
GetVoiceConnectorLoggingConfiguration
data GetVoiceConnectorLoggingConfiguration Source #
See: newGetVoiceConnectorLoggingConfiguration smart constructor.
Constructors
| GetVoiceConnectorLoggingConfiguration' Text |
Instances
newGetVoiceConnectorLoggingConfiguration Source #
Create a value of GetVoiceConnectorLoggingConfiguration 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:
GetVoiceConnectorLoggingConfiguration, getVoiceConnectorLoggingConfiguration_voiceConnectorId - Undocumented member.
data GetVoiceConnectorLoggingConfigurationResponse Source #
See: newGetVoiceConnectorLoggingConfigurationResponse smart constructor.
Instances
newGetVoiceConnectorLoggingConfigurationResponse Source #
Arguments
| :: Int |
|
| -> GetVoiceConnectorLoggingConfigurationResponse |
Create a value of GetVoiceConnectorLoggingConfigurationResponse 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:loggingConfiguration:GetVoiceConnectorLoggingConfigurationResponse', getVoiceConnectorLoggingConfigurationResponse_loggingConfiguration - Undocumented member.
$sel:httpStatus:GetVoiceConnectorLoggingConfigurationResponse', getVoiceConnectorLoggingConfigurationResponse_httpStatus - The response's http status code.
GetVoiceConnectorOrigination
data GetVoiceConnectorOrigination Source #
See: newGetVoiceConnectorOrigination smart constructor.
Constructors
| GetVoiceConnectorOrigination' Text |
Instances
newGetVoiceConnectorOrigination Source #
Arguments
| :: Text | |
| -> GetVoiceConnectorOrigination |
Create a value of GetVoiceConnectorOrigination 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:
GetVoiceConnectorOrigination, getVoiceConnectorOrigination_voiceConnectorId - Undocumented member.
data GetVoiceConnectorOriginationResponse Source #
See: newGetVoiceConnectorOriginationResponse smart constructor.
Constructors
| GetVoiceConnectorOriginationResponse' (Maybe Origination) Int |
Instances
newGetVoiceConnectorOriginationResponse Source #
Arguments
| :: Int | |
| -> GetVoiceConnectorOriginationResponse |
Create a value of GetVoiceConnectorOriginationResponse 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:origination:GetVoiceConnectorOriginationResponse', getVoiceConnectorOriginationResponse_origination - Undocumented member.
$sel:httpStatus:GetVoiceConnectorOriginationResponse', getVoiceConnectorOriginationResponse_httpStatus - The response's http status code.
GetVoiceConnectorProxy
data GetVoiceConnectorProxy Source #
See: newGetVoiceConnectorProxy smart constructor.
Constructors
| GetVoiceConnectorProxy' Text |
Instances
newGetVoiceConnectorProxy Source #
Arguments
| :: Text | |
| -> GetVoiceConnectorProxy |
Create a value of GetVoiceConnectorProxy 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:
GetVoiceConnectorProxy, getVoiceConnectorProxy_voiceConnectorId - Undocumented member.
data GetVoiceConnectorProxyResponse Source #
See: newGetVoiceConnectorProxyResponse smart constructor.
Constructors
| GetVoiceConnectorProxyResponse' (Maybe Proxy) Int |
Instances
newGetVoiceConnectorProxyResponse Source #
Create a value of GetVoiceConnectorProxyResponse 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:proxy:GetVoiceConnectorProxyResponse', getVoiceConnectorProxyResponse_proxy - Undocumented member.
$sel:httpStatus:GetVoiceConnectorProxyResponse', getVoiceConnectorProxyResponse_httpStatus - The response's http status code.
GetVoiceConnectorStreamingConfiguration
data GetVoiceConnectorStreamingConfiguration Source #
See: newGetVoiceConnectorStreamingConfiguration smart constructor.
Constructors
| GetVoiceConnectorStreamingConfiguration' Text |
Instances
newGetVoiceConnectorStreamingConfiguration Source #
Create a value of GetVoiceConnectorStreamingConfiguration 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:
GetVoiceConnectorStreamingConfiguration, getVoiceConnectorStreamingConfiguration_voiceConnectorId - Undocumented member.
data GetVoiceConnectorStreamingConfigurationResponse Source #
See: newGetVoiceConnectorStreamingConfigurationResponse smart constructor.
Instances
newGetVoiceConnectorStreamingConfigurationResponse Source #
Arguments
| :: Int |
|
| -> GetVoiceConnectorStreamingConfigurationResponse |
Create a value of GetVoiceConnectorStreamingConfigurationResponse 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:streamingConfiguration:GetVoiceConnectorStreamingConfigurationResponse', getVoiceConnectorStreamingConfigurationResponse_streamingConfiguration - Undocumented member.
$sel:httpStatus:GetVoiceConnectorStreamingConfigurationResponse', getVoiceConnectorStreamingConfigurationResponse_httpStatus - The response's http status code.
GetVoiceConnectorTermination
data GetVoiceConnectorTermination Source #
See: newGetVoiceConnectorTermination smart constructor.
Constructors
| GetVoiceConnectorTermination' Text |
Instances
newGetVoiceConnectorTermination Source #
Arguments
| :: Text | |
| -> GetVoiceConnectorTermination |
Create a value of GetVoiceConnectorTermination 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:
GetVoiceConnectorTermination, getVoiceConnectorTermination_voiceConnectorId - Undocumented member.
data GetVoiceConnectorTerminationResponse Source #
See: newGetVoiceConnectorTerminationResponse smart constructor.
Constructors
| GetVoiceConnectorTerminationResponse' (Maybe Termination) Int |
Instances
newGetVoiceConnectorTerminationResponse Source #
Arguments
| :: Int | |
| -> GetVoiceConnectorTerminationResponse |
Create a value of GetVoiceConnectorTerminationResponse 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:termination:GetVoiceConnectorTerminationResponse', getVoiceConnectorTerminationResponse_termination - Undocumented member.
$sel:httpStatus:GetVoiceConnectorTerminationResponse', getVoiceConnectorTerminationResponse_httpStatus - The response's http status code.
GetVoiceConnectorTerminationHealth
data GetVoiceConnectorTerminationHealth Source #
See: newGetVoiceConnectorTerminationHealth smart constructor.
Constructors
| GetVoiceConnectorTerminationHealth' Text |
Instances
newGetVoiceConnectorTerminationHealth Source #
Create a value of GetVoiceConnectorTerminationHealth 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:
GetVoiceConnectorTerminationHealth, getVoiceConnectorTerminationHealth_voiceConnectorId - Undocumented member.
data GetVoiceConnectorTerminationHealthResponse Source #
See: newGetVoiceConnectorTerminationHealthResponse smart constructor.
Constructors
| GetVoiceConnectorTerminationHealthResponse' (Maybe TerminationHealth) Int |
Instances
newGetVoiceConnectorTerminationHealthResponse Source #
Arguments
| :: Int | |
| -> GetVoiceConnectorTerminationHealthResponse |
Create a value of GetVoiceConnectorTerminationHealthResponse 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:terminationHealth:GetVoiceConnectorTerminationHealthResponse', getVoiceConnectorTerminationHealthResponse_terminationHealth - Undocumented member.
$sel:httpStatus:GetVoiceConnectorTerminationHealthResponse', getVoiceConnectorTerminationHealthResponse_httpStatus - The response's http status code.
ListAvailableVoiceConnectorRegions
data ListAvailableVoiceConnectorRegions Source #
See: newListAvailableVoiceConnectorRegions smart constructor.
Constructors
| ListAvailableVoiceConnectorRegions' | |
Instances
newListAvailableVoiceConnectorRegions :: ListAvailableVoiceConnectorRegions Source #
Create a value of ListAvailableVoiceConnectorRegions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
data ListAvailableVoiceConnectorRegionsResponse Source #
See: newListAvailableVoiceConnectorRegionsResponse smart constructor.
Constructors
| ListAvailableVoiceConnectorRegionsResponse' (Maybe [VoiceConnectorAwsRegion]) Int |
Instances
newListAvailableVoiceConnectorRegionsResponse Source #
Arguments
| :: Int | |
| -> ListAvailableVoiceConnectorRegionsResponse |
Create a value of ListAvailableVoiceConnectorRegionsResponse 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:voiceConnectorRegions:ListAvailableVoiceConnectorRegionsResponse', listAvailableVoiceConnectorRegionsResponse_voiceConnectorRegions - Undocumented member.
$sel:httpStatus:ListAvailableVoiceConnectorRegionsResponse', listAvailableVoiceConnectorRegionsResponse_httpStatus - The response's http status code.
ListPhoneNumberOrders
data ListPhoneNumberOrders Source #
See: newListPhoneNumberOrders smart constructor.
Constructors
| ListPhoneNumberOrders' (Maybe Natural) (Maybe Text) |
Instances
newListPhoneNumberOrders :: ListPhoneNumberOrders Source #
Create a value of ListPhoneNumberOrders 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:maxResults:ListPhoneNumberOrders', listPhoneNumberOrders_maxResults - Undocumented member.
ListPhoneNumberOrders, listPhoneNumberOrders_nextToken - Undocumented member.
data ListPhoneNumberOrdersResponse Source #
See: newListPhoneNumberOrdersResponse smart constructor.
Constructors
| ListPhoneNumberOrdersResponse' (Maybe Text) (Maybe [PhoneNumberOrder]) Int |
Instances
newListPhoneNumberOrdersResponse Source #
Create a value of ListPhoneNumberOrdersResponse 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:
ListPhoneNumberOrders, listPhoneNumberOrdersResponse_nextToken - Undocumented member.
$sel:phoneNumberOrders:ListPhoneNumberOrdersResponse', listPhoneNumberOrdersResponse_phoneNumberOrders - Undocumented member.
$sel:httpStatus:ListPhoneNumberOrdersResponse', listPhoneNumberOrdersResponse_httpStatus - The response's http status code.
ListPhoneNumbers
data ListPhoneNumbers Source #
See: newListPhoneNumbers smart constructor.
Constructors
| ListPhoneNumbers' (Maybe PhoneNumberAssociationName) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe PhoneNumberProductType) (Maybe Text) |
Instances
newListPhoneNumbers :: ListPhoneNumbers Source #
Create a value of ListPhoneNumbers 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:filterName:ListPhoneNumbers', listPhoneNumbers_filterName - Undocumented member.
$sel:filterValue:ListPhoneNumbers', listPhoneNumbers_filterValue - Undocumented member.
$sel:maxResults:ListPhoneNumbers', listPhoneNumbers_maxResults - Undocumented member.
ListPhoneNumbers, listPhoneNumbers_nextToken - Undocumented member.
ListPhoneNumbers, listPhoneNumbers_productType - Undocumented member.
ListPhoneNumbers, listPhoneNumbers_status - Undocumented member.
data ListPhoneNumbersResponse Source #
See: newListPhoneNumbersResponse smart constructor.
Constructors
| ListPhoneNumbersResponse' (Maybe Text) (Maybe [PhoneNumber]) Int |
Instances
newListPhoneNumbersResponse Source #
Create a value of ListPhoneNumbersResponse 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:
ListPhoneNumbers, listPhoneNumbersResponse_nextToken - Undocumented member.
$sel:phoneNumbers:ListPhoneNumbersResponse', listPhoneNumbersResponse_phoneNumbers - Undocumented member.
$sel:httpStatus:ListPhoneNumbersResponse', listPhoneNumbersResponse_httpStatus - The response's http status code.
ListProxySessions
data ListProxySessions Source #
See: newListProxySessions smart constructor.
Constructors
| ListProxySessions' (Maybe Natural) (Maybe Text) (Maybe ProxySessionStatus) Text |
Instances
Arguments
| :: Text | |
| -> ListProxySessions |
Create a value of ListProxySessions 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:maxResults:ListProxySessions', listProxySessions_maxResults - Undocumented member.
ListProxySessions, listProxySessions_nextToken - Undocumented member.
ListProxySessions, listProxySessions_status - Undocumented member.
ListProxySessions, listProxySessions_voiceConnectorId - Undocumented member.
data ListProxySessionsResponse Source #
See: newListProxySessionsResponse smart constructor.
Constructors
| ListProxySessionsResponse' (Maybe Text) (Maybe [ProxySession]) Int |
Instances
newListProxySessionsResponse Source #
Create a value of ListProxySessionsResponse 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:
ListProxySessions, listProxySessionsResponse_nextToken - Undocumented member.
$sel:proxySessions:ListProxySessionsResponse', listProxySessionsResponse_proxySessions - Undocumented member.
$sel:httpStatus:ListProxySessionsResponse', listProxySessionsResponse_httpStatus - The response's http status code.
ListSipMediaApplications (Paginated)
data ListSipMediaApplications Source #
See: newListSipMediaApplications smart constructor.
Constructors
| ListSipMediaApplications' (Maybe Natural) (Maybe Text) |
Instances
newListSipMediaApplications :: ListSipMediaApplications Source #
Create a value of ListSipMediaApplications 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:maxResults:ListSipMediaApplications', listSipMediaApplications_maxResults - Undocumented member.
ListSipMediaApplications, listSipMediaApplications_nextToken - Undocumented member.
data ListSipMediaApplicationsResponse Source #
See: newListSipMediaApplicationsResponse smart constructor.
Constructors
| ListSipMediaApplicationsResponse' (Maybe Text) (Maybe [SipMediaApplication]) Int |
Instances
newListSipMediaApplicationsResponse Source #
Create a value of ListSipMediaApplicationsResponse 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:
ListSipMediaApplications, listSipMediaApplicationsResponse_nextToken - Undocumented member.
$sel:sipMediaApplications:ListSipMediaApplicationsResponse', listSipMediaApplicationsResponse_sipMediaApplications - Undocumented member.
$sel:httpStatus:ListSipMediaApplicationsResponse', listSipMediaApplicationsResponse_httpStatus - The response's http status code.
ListSipRules (Paginated)
data ListSipRules Source #
See: newListSipRules smart constructor.
Instances
newListSipRules :: ListSipRules Source #
Create a value of ListSipRules 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:maxResults:ListSipRules', listSipRules_maxResults - Undocumented member.
ListSipRules, listSipRules_nextToken - Undocumented member.
ListSipRules, listSipRules_sipMediaApplicationId - Undocumented member.
data ListSipRulesResponse Source #
See: newListSipRulesResponse smart constructor.
Instances
newListSipRulesResponse Source #
Arguments
| :: Int | |
| -> ListSipRulesResponse |
Create a value of ListSipRulesResponse 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:
ListSipRules, listSipRulesResponse_nextToken - Undocumented member.
$sel:sipRules:ListSipRulesResponse', listSipRulesResponse_sipRules - Undocumented member.
$sel:httpStatus:ListSipRulesResponse', listSipRulesResponse_httpStatus - The response's http status code.
ListSupportedPhoneNumberCountries
data ListSupportedPhoneNumberCountries Source #
See: newListSupportedPhoneNumberCountries smart constructor.
Instances
newListSupportedPhoneNumberCountries Source #
Arguments
| :: PhoneNumberProductType | |
| -> ListSupportedPhoneNumberCountries |
Create a value of ListSupportedPhoneNumberCountries 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:
ListSupportedPhoneNumberCountries, listSupportedPhoneNumberCountries_productType - Undocumented member.
data ListSupportedPhoneNumberCountriesResponse Source #
See: newListSupportedPhoneNumberCountriesResponse smart constructor.
Constructors
| ListSupportedPhoneNumberCountriesResponse' (Maybe [PhoneNumberCountry]) Int |
Instances
newListSupportedPhoneNumberCountriesResponse Source #
Arguments
| :: Int | |
| -> ListSupportedPhoneNumberCountriesResponse |
Create a value of ListSupportedPhoneNumberCountriesResponse 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:
ListSupportedPhoneNumberCountriesResponse, listSupportedPhoneNumberCountriesResponse_phoneNumberCountries - Undocumented member.
$sel:httpStatus:ListSupportedPhoneNumberCountriesResponse', listSupportedPhoneNumberCountriesResponse_httpStatus - The response's http status code.
ListVoiceConnectorGroups
data ListVoiceConnectorGroups Source #
See: newListVoiceConnectorGroups smart constructor.
Constructors
| ListVoiceConnectorGroups' (Maybe Natural) (Maybe Text) |
Instances
newListVoiceConnectorGroups :: ListVoiceConnectorGroups Source #
Create a value of ListVoiceConnectorGroups 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:maxResults:ListVoiceConnectorGroups', listVoiceConnectorGroups_maxResults - Undocumented member.
ListVoiceConnectorGroups, listVoiceConnectorGroups_nextToken - Undocumented member.
data ListVoiceConnectorGroupsResponse Source #
See: newListVoiceConnectorGroupsResponse smart constructor.
Constructors
| ListVoiceConnectorGroupsResponse' (Maybe Text) (Maybe [VoiceConnectorGroup]) Int |
Instances
newListVoiceConnectorGroupsResponse Source #
Create a value of ListVoiceConnectorGroupsResponse 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:
ListVoiceConnectorGroups, listVoiceConnectorGroupsResponse_nextToken - Undocumented member.
$sel:voiceConnectorGroups:ListVoiceConnectorGroupsResponse', listVoiceConnectorGroupsResponse_voiceConnectorGroups - Undocumented member.
$sel:httpStatus:ListVoiceConnectorGroupsResponse', listVoiceConnectorGroupsResponse_httpStatus - The response's http status code.
ListVoiceConnectorTerminationCredentials
data ListVoiceConnectorTerminationCredentials Source #
See: newListVoiceConnectorTerminationCredentials smart constructor.
Constructors
| ListVoiceConnectorTerminationCredentials' Text |
Instances
newListVoiceConnectorTerminationCredentials Source #
Create a value of ListVoiceConnectorTerminationCredentials 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:
ListVoiceConnectorTerminationCredentials, listVoiceConnectorTerminationCredentials_voiceConnectorId - Undocumented member.
data ListVoiceConnectorTerminationCredentialsResponse Source #
See: newListVoiceConnectorTerminationCredentialsResponse smart constructor.
Constructors
| ListVoiceConnectorTerminationCredentialsResponse' (Maybe [Sensitive Text]) Int |
Instances
newListVoiceConnectorTerminationCredentialsResponse Source #
Arguments
| :: Int |
|
| -> ListVoiceConnectorTerminationCredentialsResponse |
Create a value of ListVoiceConnectorTerminationCredentialsResponse 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:usernames:ListVoiceConnectorTerminationCredentialsResponse', listVoiceConnectorTerminationCredentialsResponse_usernames - Undocumented member.
$sel:httpStatus:ListVoiceConnectorTerminationCredentialsResponse', listVoiceConnectorTerminationCredentialsResponse_httpStatus - The response's http status code.
ListVoiceConnectors
data ListVoiceConnectors Source #
See: newListVoiceConnectors smart constructor.
Constructors
| ListVoiceConnectors' (Maybe Natural) (Maybe Text) |
Instances
newListVoiceConnectors :: ListVoiceConnectors Source #
Create a value of ListVoiceConnectors 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:maxResults:ListVoiceConnectors', listVoiceConnectors_maxResults - Undocumented member.
ListVoiceConnectors, listVoiceConnectors_nextToken - Undocumented member.
data ListVoiceConnectorsResponse Source #
See: newListVoiceConnectorsResponse smart constructor.
Constructors
| ListVoiceConnectorsResponse' (Maybe Text) (Maybe [VoiceConnector]) Int |
Instances
newListVoiceConnectorsResponse Source #
Create a value of ListVoiceConnectorsResponse 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:
ListVoiceConnectors, listVoiceConnectorsResponse_nextToken - Undocumented member.
$sel:voiceConnectors:ListVoiceConnectorsResponse', listVoiceConnectorsResponse_voiceConnectors - Undocumented member.
$sel:httpStatus:ListVoiceConnectorsResponse', listVoiceConnectorsResponse_httpStatus - The response's http status code.
PutSipMediaApplicationAlexaSkillConfiguration
data PutSipMediaApplicationAlexaSkillConfiguration Source #
See: newPutSipMediaApplicationAlexaSkillConfiguration smart constructor.
Constructors
| PutSipMediaApplicationAlexaSkillConfiguration' (Maybe SipMediaApplicationAlexaSkillConfiguration) Text |
Instances
newPutSipMediaApplicationAlexaSkillConfiguration Source #
Arguments
| :: Text | |
| -> PutSipMediaApplicationAlexaSkillConfiguration |
Create a value of PutSipMediaApplicationAlexaSkillConfiguration 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:
PutSipMediaApplicationAlexaSkillConfiguration, putSipMediaApplicationAlexaSkillConfiguration_sipMediaApplicationAlexaSkillConfiguration - Undocumented member.
PutSipMediaApplicationAlexaSkillConfiguration, putSipMediaApplicationAlexaSkillConfiguration_sipMediaApplicationId - Undocumented member.
data PutSipMediaApplicationAlexaSkillConfigurationResponse Source #
See: newPutSipMediaApplicationAlexaSkillConfigurationResponse smart constructor.
Constructors
| PutSipMediaApplicationAlexaSkillConfigurationResponse' (Maybe SipMediaApplicationAlexaSkillConfiguration) Int |
Instances
newPutSipMediaApplicationAlexaSkillConfigurationResponse Source #
Arguments
| :: Int |
|
| -> PutSipMediaApplicationAlexaSkillConfigurationResponse |
Create a value of PutSipMediaApplicationAlexaSkillConfigurationResponse 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:
PutSipMediaApplicationAlexaSkillConfiguration, putSipMediaApplicationAlexaSkillConfigurationResponse_sipMediaApplicationAlexaSkillConfiguration - Undocumented member.
$sel:httpStatus:PutSipMediaApplicationAlexaSkillConfigurationResponse', putSipMediaApplicationAlexaSkillConfigurationResponse_httpStatus - The response's http status code.
PutSipMediaApplicationLoggingConfiguration
data PutSipMediaApplicationLoggingConfiguration Source #
See: newPutSipMediaApplicationLoggingConfiguration smart constructor.
Constructors
| PutSipMediaApplicationLoggingConfiguration' (Maybe SipMediaApplicationLoggingConfiguration) Text |
Instances
newPutSipMediaApplicationLoggingConfiguration Source #
Arguments
| :: Text | |
| -> PutSipMediaApplicationLoggingConfiguration |
Create a value of PutSipMediaApplicationLoggingConfiguration 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:
PutSipMediaApplicationLoggingConfiguration, putSipMediaApplicationLoggingConfiguration_sipMediaApplicationLoggingConfiguration - Undocumented member.
PutSipMediaApplicationLoggingConfiguration, putSipMediaApplicationLoggingConfiguration_sipMediaApplicationId - Undocumented member.
data PutSipMediaApplicationLoggingConfigurationResponse Source #
See: newPutSipMediaApplicationLoggingConfigurationResponse smart constructor.
Constructors
| PutSipMediaApplicationLoggingConfigurationResponse' (Maybe SipMediaApplicationLoggingConfiguration) Int |
Instances
newPutSipMediaApplicationLoggingConfigurationResponse Source #
Arguments
| :: Int |
|
| -> PutSipMediaApplicationLoggingConfigurationResponse |
Create a value of PutSipMediaApplicationLoggingConfigurationResponse 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:
PutSipMediaApplicationLoggingConfiguration, putSipMediaApplicationLoggingConfigurationResponse_sipMediaApplicationLoggingConfiguration - Undocumented member.
$sel:httpStatus:PutSipMediaApplicationLoggingConfigurationResponse', putSipMediaApplicationLoggingConfigurationResponse_httpStatus - The response's http status code.
PutVoiceConnectorEmergencyCallingConfiguration
data PutVoiceConnectorEmergencyCallingConfiguration Source #
See: newPutVoiceConnectorEmergencyCallingConfiguration smart constructor.
Instances
newPutVoiceConnectorEmergencyCallingConfiguration Source #
Create a value of PutVoiceConnectorEmergencyCallingConfiguration 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:
PutVoiceConnectorEmergencyCallingConfiguration, putVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId - Undocumented member.
PutVoiceConnectorEmergencyCallingConfiguration, putVoiceConnectorEmergencyCallingConfiguration_emergencyCallingConfiguration - Undocumented member.
data PutVoiceConnectorEmergencyCallingConfigurationResponse Source #
See: newPutVoiceConnectorEmergencyCallingConfigurationResponse smart constructor.
Constructors
| PutVoiceConnectorEmergencyCallingConfigurationResponse' (Maybe EmergencyCallingConfiguration) Int |
Instances
newPutVoiceConnectorEmergencyCallingConfigurationResponse Source #
Arguments
| :: Int |
|
| -> PutVoiceConnectorEmergencyCallingConfigurationResponse |
Create a value of PutVoiceConnectorEmergencyCallingConfigurationResponse 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:
PutVoiceConnectorEmergencyCallingConfiguration, putVoiceConnectorEmergencyCallingConfigurationResponse_emergencyCallingConfiguration - Undocumented member.
$sel:httpStatus:PutVoiceConnectorEmergencyCallingConfigurationResponse', putVoiceConnectorEmergencyCallingConfigurationResponse_httpStatus - The response's http status code.
PutVoiceConnectorLoggingConfiguration
data PutVoiceConnectorLoggingConfiguration Source #
See: newPutVoiceConnectorLoggingConfiguration smart constructor.
Instances
newPutVoiceConnectorLoggingConfiguration Source #
Arguments
| :: Text | |
| -> LoggingConfiguration | |
| -> PutVoiceConnectorLoggingConfiguration |
Create a value of PutVoiceConnectorLoggingConfiguration 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:
PutVoiceConnectorLoggingConfiguration, putVoiceConnectorLoggingConfiguration_voiceConnectorId - Undocumented member.
PutVoiceConnectorLoggingConfiguration, putVoiceConnectorLoggingConfiguration_loggingConfiguration - Undocumented member.
data PutVoiceConnectorLoggingConfigurationResponse Source #
See: newPutVoiceConnectorLoggingConfigurationResponse smart constructor.
Instances
newPutVoiceConnectorLoggingConfigurationResponse Source #
Arguments
| :: Int |
|
| -> PutVoiceConnectorLoggingConfigurationResponse |
Create a value of PutVoiceConnectorLoggingConfigurationResponse 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:
PutVoiceConnectorLoggingConfiguration, putVoiceConnectorLoggingConfigurationResponse_loggingConfiguration - Undocumented member.
$sel:httpStatus:PutVoiceConnectorLoggingConfigurationResponse', putVoiceConnectorLoggingConfigurationResponse_httpStatus - The response's http status code.
PutVoiceConnectorOrigination
data PutVoiceConnectorOrigination Source #
See: newPutVoiceConnectorOrigination smart constructor.
Constructors
| PutVoiceConnectorOrigination' Text Origination |
Instances
newPutVoiceConnectorOrigination Source #
Arguments
| :: Text | |
| -> Origination | |
| -> PutVoiceConnectorOrigination |
Create a value of PutVoiceConnectorOrigination 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:
PutVoiceConnectorOrigination, putVoiceConnectorOrigination_voiceConnectorId - Undocumented member.
PutVoiceConnectorOrigination, putVoiceConnectorOrigination_origination - Undocumented member.
data PutVoiceConnectorOriginationResponse Source #
See: newPutVoiceConnectorOriginationResponse smart constructor.
Constructors
| PutVoiceConnectorOriginationResponse' (Maybe Origination) Int |
Instances
newPutVoiceConnectorOriginationResponse Source #
Arguments
| :: Int | |
| -> PutVoiceConnectorOriginationResponse |
Create a value of PutVoiceConnectorOriginationResponse 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:
PutVoiceConnectorOrigination, putVoiceConnectorOriginationResponse_origination - Undocumented member.
$sel:httpStatus:PutVoiceConnectorOriginationResponse', putVoiceConnectorOriginationResponse_httpStatus - The response's http status code.
PutVoiceConnectorProxy
data PutVoiceConnectorProxy Source #
See: newPutVoiceConnectorProxy smart constructor.
Instances
newPutVoiceConnectorProxy Source #
Arguments
| :: Int | |
| -> NonEmpty Text | |
| -> Text | |
| -> PutVoiceConnectorProxy |
Create a value of PutVoiceConnectorProxy 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:
PutVoiceConnectorProxy, putVoiceConnectorProxy_disabled - Undocumented member.
PutVoiceConnectorProxy, putVoiceConnectorProxy_fallBackPhoneNumber - Undocumented member.
PutVoiceConnectorProxy, putVoiceConnectorProxy_defaultSessionExpiryMinutes - Undocumented member.
$sel:phoneNumberPoolCountries:PutVoiceConnectorProxy', putVoiceConnectorProxy_phoneNumberPoolCountries - Undocumented member.
PutVoiceConnectorProxy, putVoiceConnectorProxy_voiceConnectorId - Undocumented member.
data PutVoiceConnectorProxyResponse Source #
See: newPutVoiceConnectorProxyResponse smart constructor.
Constructors
| PutVoiceConnectorProxyResponse' (Maybe Proxy) Int |
Instances
newPutVoiceConnectorProxyResponse Source #
Create a value of PutVoiceConnectorProxyResponse 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:proxy:PutVoiceConnectorProxyResponse', putVoiceConnectorProxyResponse_proxy - Undocumented member.
$sel:httpStatus:PutVoiceConnectorProxyResponse', putVoiceConnectorProxyResponse_httpStatus - The response's http status code.
PutVoiceConnectorStreamingConfiguration
data PutVoiceConnectorStreamingConfiguration Source #
See: newPutVoiceConnectorStreamingConfiguration smart constructor.
Instances
newPutVoiceConnectorStreamingConfiguration Source #
Arguments
| :: Text | |
| -> StreamingConfiguration | |
| -> PutVoiceConnectorStreamingConfiguration |
Create a value of PutVoiceConnectorStreamingConfiguration 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:
PutVoiceConnectorStreamingConfiguration, putVoiceConnectorStreamingConfiguration_voiceConnectorId - Undocumented member.
PutVoiceConnectorStreamingConfiguration, putVoiceConnectorStreamingConfiguration_streamingConfiguration - Undocumented member.
data PutVoiceConnectorStreamingConfigurationResponse Source #
See: newPutVoiceConnectorStreamingConfigurationResponse smart constructor.
Instances
newPutVoiceConnectorStreamingConfigurationResponse Source #
Arguments
| :: Int |
|
| -> PutVoiceConnectorStreamingConfigurationResponse |
Create a value of PutVoiceConnectorStreamingConfigurationResponse 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:
PutVoiceConnectorStreamingConfiguration, putVoiceConnectorStreamingConfigurationResponse_streamingConfiguration - Undocumented member.
$sel:httpStatus:PutVoiceConnectorStreamingConfigurationResponse', putVoiceConnectorStreamingConfigurationResponse_httpStatus - The response's http status code.
PutVoiceConnectorTermination
data PutVoiceConnectorTermination Source #
See: newPutVoiceConnectorTermination smart constructor.
Constructors
| PutVoiceConnectorTermination' Text Termination |
Instances
newPutVoiceConnectorTermination Source #
Arguments
| :: Text | |
| -> Termination | |
| -> PutVoiceConnectorTermination |
Create a value of PutVoiceConnectorTermination 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:
PutVoiceConnectorTermination, putVoiceConnectorTermination_voiceConnectorId - Undocumented member.
PutVoiceConnectorTermination, putVoiceConnectorTermination_termination - Undocumented member.
data PutVoiceConnectorTerminationResponse Source #
See: newPutVoiceConnectorTerminationResponse smart constructor.
Constructors
| PutVoiceConnectorTerminationResponse' (Maybe Termination) Int |
Instances
newPutVoiceConnectorTerminationResponse Source #
Arguments
| :: Int | |
| -> PutVoiceConnectorTerminationResponse |
Create a value of PutVoiceConnectorTerminationResponse 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:
PutVoiceConnectorTermination, putVoiceConnectorTerminationResponse_termination - Undocumented member.
$sel:httpStatus:PutVoiceConnectorTerminationResponse', putVoiceConnectorTerminationResponse_httpStatus - The response's http status code.
PutVoiceConnectorTerminationCredentials
data PutVoiceConnectorTerminationCredentials Source #
See: newPutVoiceConnectorTerminationCredentials smart constructor.
Constructors
| PutVoiceConnectorTerminationCredentials' (Maybe [Credential]) Text |
Instances
newPutVoiceConnectorTerminationCredentials Source #
Create a value of PutVoiceConnectorTerminationCredentials 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:credentials:PutVoiceConnectorTerminationCredentials', putVoiceConnectorTerminationCredentials_credentials - Undocumented member.
PutVoiceConnectorTerminationCredentials, putVoiceConnectorTerminationCredentials_voiceConnectorId - Undocumented member.
data PutVoiceConnectorTerminationCredentialsResponse Source #
See: newPutVoiceConnectorTerminationCredentialsResponse smart constructor.
Constructors
| PutVoiceConnectorTerminationCredentialsResponse' | |
Instances
newPutVoiceConnectorTerminationCredentialsResponse :: PutVoiceConnectorTerminationCredentialsResponse Source #
Create a value of PutVoiceConnectorTerminationCredentialsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
RestorePhoneNumber
data RestorePhoneNumber Source #
See: newRestorePhoneNumber smart constructor.
Constructors
| RestorePhoneNumber' (Sensitive Text) |
Instances
newRestorePhoneNumber Source #
Arguments
| :: Text | |
| -> RestorePhoneNumber |
Create a value of RestorePhoneNumber 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:
RestorePhoneNumber, restorePhoneNumber_phoneNumberId - Undocumented member.
data RestorePhoneNumberResponse Source #
See: newRestorePhoneNumberResponse smart constructor.
Constructors
| RestorePhoneNumberResponse' (Maybe PhoneNumber) Int |
Instances
newRestorePhoneNumberResponse Source #
Create a value of RestorePhoneNumberResponse 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:
RestorePhoneNumberResponse, restorePhoneNumberResponse_phoneNumber - Undocumented member.
$sel:httpStatus:RestorePhoneNumberResponse', restorePhoneNumberResponse_httpStatus - The response's http status code.
SearchAvailablePhoneNumbers
data SearchAvailablePhoneNumbers Source #
See: newSearchAvailablePhoneNumbers smart constructor.
Constructors
| SearchAvailablePhoneNumbers' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe PhoneNumberType) (Maybe Text) (Maybe Text) |
Instances
newSearchAvailablePhoneNumbers :: SearchAvailablePhoneNumbers Source #
Create a value of SearchAvailablePhoneNumbers 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:
SearchAvailablePhoneNumbers, searchAvailablePhoneNumbers_areaCode - Undocumented member.
SearchAvailablePhoneNumbers, searchAvailablePhoneNumbers_city - Undocumented member.
SearchAvailablePhoneNumbers, searchAvailablePhoneNumbers_country - Undocumented member.
$sel:maxResults:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_maxResults - Undocumented member.
SearchAvailablePhoneNumbers, searchAvailablePhoneNumbers_nextToken - Undocumented member.
$sel:phoneNumberType:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_phoneNumberType - Undocumented member.
SearchAvailablePhoneNumbers, searchAvailablePhoneNumbers_state - Undocumented member.
$sel:tollFreePrefix:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_tollFreePrefix - Undocumented member.
data SearchAvailablePhoneNumbersResponse Source #
See: newSearchAvailablePhoneNumbersResponse smart constructor.
Instances
newSearchAvailablePhoneNumbersResponse Source #
Arguments
| :: Int | |
| -> SearchAvailablePhoneNumbersResponse |
Create a value of SearchAvailablePhoneNumbersResponse 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:e164PhoneNumbers:SearchAvailablePhoneNumbersResponse', searchAvailablePhoneNumbersResponse_e164PhoneNumbers - Undocumented member.
SearchAvailablePhoneNumbers, searchAvailablePhoneNumbersResponse_nextToken - Undocumented member.
$sel:httpStatus:SearchAvailablePhoneNumbersResponse', searchAvailablePhoneNumbersResponse_httpStatus - The response's http status code.
UpdateGlobalSettings
data UpdateGlobalSettings Source #
See: newUpdateGlobalSettings smart constructor.
Constructors
| UpdateGlobalSettings' (Maybe VoiceConnectorSettings) |
Instances
newUpdateGlobalSettings :: UpdateGlobalSettings Source #
Create a value of UpdateGlobalSettings 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:voiceConnector:UpdateGlobalSettings', updateGlobalSettings_voiceConnector - Undocumented member.
data UpdateGlobalSettingsResponse Source #
See: newUpdateGlobalSettingsResponse smart constructor.
Constructors
| UpdateGlobalSettingsResponse' | |
Instances
| Generic UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings Associated Types type Rep UpdateGlobalSettingsResponse :: Type -> Type # | |
| Read UpdateGlobalSettingsResponse Source # | |
| Show UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings Methods showsPrec :: Int -> UpdateGlobalSettingsResponse -> ShowS # show :: UpdateGlobalSettingsResponse -> String # showList :: [UpdateGlobalSettingsResponse] -> ShowS # | |
| NFData UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings Methods rnf :: UpdateGlobalSettingsResponse -> () # | |
| Eq UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings Methods (==) :: UpdateGlobalSettingsResponse -> UpdateGlobalSettingsResponse -> Bool # (/=) :: UpdateGlobalSettingsResponse -> UpdateGlobalSettingsResponse -> Bool # | |
| type Rep UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings | |
newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse Source #
Create a value of UpdateGlobalSettingsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
UpdatePhoneNumber
data UpdatePhoneNumber Source #
See: newUpdatePhoneNumber smart constructor.
Constructors
| UpdatePhoneNumber' (Maybe (Sensitive Text)) (Maybe PhoneNumberProductType) (Sensitive Text) |
Instances
Arguments
| :: Text | |
| -> UpdatePhoneNumber |
Create a value of UpdatePhoneNumber 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:
UpdatePhoneNumber, updatePhoneNumber_callingName - Undocumented member.
UpdatePhoneNumber, updatePhoneNumber_productType - Undocumented member.
UpdatePhoneNumber, updatePhoneNumber_phoneNumberId - Undocumented member.
data UpdatePhoneNumberResponse Source #
See: newUpdatePhoneNumberResponse smart constructor.
Constructors
| UpdatePhoneNumberResponse' (Maybe PhoneNumber) Int |
Instances
newUpdatePhoneNumberResponse Source #
Create a value of UpdatePhoneNumberResponse 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:
UpdatePhoneNumberResponse, updatePhoneNumberResponse_phoneNumber - Undocumented member.
$sel:httpStatus:UpdatePhoneNumberResponse', updatePhoneNumberResponse_httpStatus - The response's http status code.
UpdatePhoneNumberSettings
data UpdatePhoneNumberSettings Source #
See: newUpdatePhoneNumberSettings smart constructor.
Constructors
| UpdatePhoneNumberSettings' (Sensitive Text) |
Instances
newUpdatePhoneNumberSettings Source #
Arguments
| :: Text | |
| -> UpdatePhoneNumberSettings |
Create a value of UpdatePhoneNumberSettings 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:
UpdatePhoneNumberSettings, updatePhoneNumberSettings_callingName - Undocumented member.
data UpdatePhoneNumberSettingsResponse Source #
See: newUpdatePhoneNumberSettingsResponse smart constructor.
Constructors
| UpdatePhoneNumberSettingsResponse' | |
Instances
| Generic UpdatePhoneNumberSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings Associated Types type Rep UpdatePhoneNumberSettingsResponse :: Type -> Type # | |
| Read UpdatePhoneNumberSettingsResponse Source # | |
| Show UpdatePhoneNumberSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings Methods showsPrec :: Int -> UpdatePhoneNumberSettingsResponse -> ShowS # | |
| NFData UpdatePhoneNumberSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings Methods rnf :: UpdatePhoneNumberSettingsResponse -> () # | |
| Eq UpdatePhoneNumberSettingsResponse Source # | |
| type Rep UpdatePhoneNumberSettingsResponse Source # | |
newUpdatePhoneNumberSettingsResponse :: UpdatePhoneNumberSettingsResponse Source #
Create a value of UpdatePhoneNumberSettingsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
UpdateProxySession
data UpdateProxySession Source #
See: newUpdateProxySession smart constructor.
Constructors
| UpdateProxySession' (Maybe Natural) [Capability] Text Text |
Instances
newUpdateProxySession Source #
Arguments
| :: Text | |
| -> Text | |
| -> UpdateProxySession |
Create a value of UpdateProxySession 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:
UpdateProxySession, updateProxySession_expiryMinutes - Undocumented member.
UpdateProxySession, updateProxySession_capabilities - Undocumented member.
UpdateProxySession, updateProxySession_voiceConnectorId - Undocumented member.
UpdateProxySession, updateProxySession_proxySessionId - Undocumented member.
data UpdateProxySessionResponse Source #
See: newUpdateProxySessionResponse smart constructor.
Constructors
| UpdateProxySessionResponse' (Maybe ProxySession) Int |
Instances
newUpdateProxySessionResponse Source #
Create a value of UpdateProxySessionResponse 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:proxySession:UpdateProxySessionResponse', updateProxySessionResponse_proxySession - Undocumented member.
$sel:httpStatus:UpdateProxySessionResponse', updateProxySessionResponse_httpStatus - The response's http status code.
UpdateSipMediaApplication
data UpdateSipMediaApplication Source #
See: newUpdateSipMediaApplication smart constructor.
Constructors
| UpdateSipMediaApplication' (Maybe (NonEmpty SipMediaApplicationEndpoint)) (Maybe Text) Text |
Instances
newUpdateSipMediaApplication Source #
Arguments
| :: Text | |
| -> UpdateSipMediaApplication |
Create a value of UpdateSipMediaApplication 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:
UpdateSipMediaApplication, updateSipMediaApplication_endpoints - Undocumented member.
UpdateSipMediaApplication, updateSipMediaApplication_name - Undocumented member.
UpdateSipMediaApplication, updateSipMediaApplication_sipMediaApplicationId - Undocumented member.
data UpdateSipMediaApplicationResponse Source #
See: newUpdateSipMediaApplicationResponse smart constructor.
Constructors
| UpdateSipMediaApplicationResponse' (Maybe SipMediaApplication) Int |
Instances
newUpdateSipMediaApplicationResponse Source #
Arguments
| :: Int | |
| -> UpdateSipMediaApplicationResponse |
Create a value of UpdateSipMediaApplicationResponse 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:sipMediaApplication:UpdateSipMediaApplicationResponse', updateSipMediaApplicationResponse_sipMediaApplication - Undocumented member.
$sel:httpStatus:UpdateSipMediaApplicationResponse', updateSipMediaApplicationResponse_httpStatus - The response's http status code.
UpdateSipMediaApplicationCall
data UpdateSipMediaApplicationCall Source #
See: newUpdateSipMediaApplicationCall smart constructor.
Instances
newUpdateSipMediaApplicationCall Source #
Arguments
| :: Text | |
| -> Text | |
| -> UpdateSipMediaApplicationCall |
Create a value of UpdateSipMediaApplicationCall 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:
UpdateSipMediaApplicationCall, updateSipMediaApplicationCall_sipMediaApplicationId - Undocumented member.
UpdateSipMediaApplicationCall, updateSipMediaApplicationCall_transactionId - Undocumented member.
$sel:arguments:UpdateSipMediaApplicationCall', updateSipMediaApplicationCall_arguments - Undocumented member.
data UpdateSipMediaApplicationCallResponse Source #
See: newUpdateSipMediaApplicationCallResponse smart constructor.
Instances
newUpdateSipMediaApplicationCallResponse Source #
Arguments
| :: Int | |
| -> UpdateSipMediaApplicationCallResponse |
Create a value of UpdateSipMediaApplicationCallResponse 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:sipMediaApplicationCall:UpdateSipMediaApplicationCallResponse', updateSipMediaApplicationCallResponse_sipMediaApplicationCall - Undocumented member.
$sel:httpStatus:UpdateSipMediaApplicationCallResponse', updateSipMediaApplicationCallResponse_httpStatus - The response's http status code.
UpdateSipRule
data UpdateSipRule Source #
See: newUpdateSipRule smart constructor.
Constructors
| UpdateSipRule' (Maybe Bool) (Maybe (NonEmpty SipRuleTargetApplication)) Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UpdateSipRule |
Create a value of UpdateSipRule 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:
UpdateSipRule, updateSipRule_disabled - Undocumented member.
UpdateSipRule, updateSipRule_targetApplications - Undocumented member.
UpdateSipRule, updateSipRule_sipRuleId - Undocumented member.
UpdateSipRule, updateSipRule_name - Undocumented member.
data UpdateSipRuleResponse Source #
See: newUpdateSipRuleResponse smart constructor.
Constructors
| UpdateSipRuleResponse' (Maybe SipRule) Int |
Instances
newUpdateSipRuleResponse Source #
Create a value of UpdateSipRuleResponse 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:sipRule:UpdateSipRuleResponse', updateSipRuleResponse_sipRule - Undocumented member.
$sel:httpStatus:UpdateSipRuleResponse', updateSipRuleResponse_httpStatus - The response's http status code.
UpdateVoiceConnector
data UpdateVoiceConnector Source #
See: newUpdateVoiceConnector smart constructor.
Constructors
| UpdateVoiceConnector' Text Text Bool |
Instances
newUpdateVoiceConnector Source #
Arguments
| :: Text | |
| -> Text | |
| -> Bool | |
| -> UpdateVoiceConnector |
Create a value of UpdateVoiceConnector 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:
UpdateVoiceConnector, updateVoiceConnector_voiceConnectorId - Undocumented member.
UpdateVoiceConnector, updateVoiceConnector_name - Undocumented member.
UpdateVoiceConnector, updateVoiceConnector_requireEncryption - Undocumented member.
data UpdateVoiceConnectorResponse Source #
See: newUpdateVoiceConnectorResponse smart constructor.
Constructors
| UpdateVoiceConnectorResponse' (Maybe VoiceConnector) Int |
Instances
newUpdateVoiceConnectorResponse Source #
Create a value of UpdateVoiceConnectorResponse 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:voiceConnector:UpdateVoiceConnectorResponse', updateVoiceConnectorResponse_voiceConnector - Undocumented member.
$sel:httpStatus:UpdateVoiceConnectorResponse', updateVoiceConnectorResponse_httpStatus - The response's http status code.
UpdateVoiceConnectorGroup
data UpdateVoiceConnectorGroup Source #
See: newUpdateVoiceConnectorGroup smart constructor.
Constructors
| UpdateVoiceConnectorGroup' Text Text [VoiceConnectorItem] |
Instances
newUpdateVoiceConnectorGroup Source #
Arguments
| :: Text | |
| -> Text | |
| -> UpdateVoiceConnectorGroup |
Create a value of UpdateVoiceConnectorGroup 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:
UpdateVoiceConnectorGroup, updateVoiceConnectorGroup_voiceConnectorGroupId - Undocumented member.
UpdateVoiceConnectorGroup, updateVoiceConnectorGroup_name - Undocumented member.
UpdateVoiceConnectorGroup, updateVoiceConnectorGroup_voiceConnectorItems - Undocumented member.
data UpdateVoiceConnectorGroupResponse Source #
See: newUpdateVoiceConnectorGroupResponse smart constructor.
Constructors
| UpdateVoiceConnectorGroupResponse' (Maybe VoiceConnectorGroup) Int |
Instances
newUpdateVoiceConnectorGroupResponse Source #
Arguments
| :: Int | |
| -> UpdateVoiceConnectorGroupResponse |
Create a value of UpdateVoiceConnectorGroupResponse 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:voiceConnectorGroup:UpdateVoiceConnectorGroupResponse', updateVoiceConnectorGroupResponse_voiceConnectorGroup - Undocumented member.
$sel:httpStatus:UpdateVoiceConnectorGroupResponse', updateVoiceConnectorGroupResponse_httpStatus - The response's http status code.
ValidateE911Address
data ValidateE911Address Source #
See: newValidateE911Address smart constructor.
Constructors
| ValidateE911Address' Text (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text) |
Instances
newValidateE911Address Source #
Create a value of ValidateE911Address 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:awsAccountId:ValidateE911Address', validateE911Address_awsAccountId - Undocumented member.
ValidateE911Address, validateE911Address_streetNumber - Undocumented member.
ValidateE911Address, validateE911Address_streetInfo - Undocumented member.
ValidateE911Address, validateE911Address_city - Undocumented member.
ValidateE911Address, validateE911Address_state - Undocumented member.
ValidateE911Address, validateE911Address_country - Undocumented member.
ValidateE911Address, validateE911Address_postalCode - Undocumented member.
data ValidateE911AddressResponse Source #
See: newValidateE911AddressResponse smart constructor.
Constructors
| ValidateE911AddressResponse' (Maybe Address) (Maybe Text) (Maybe [CandidateAddress]) (Maybe Natural) Int |
Instances
newValidateE911AddressResponse Source #
Create a value of ValidateE911AddressResponse 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:address:ValidateE911AddressResponse', validateE911AddressResponse_address - Undocumented member.
$sel:addressExternalId:ValidateE911AddressResponse', validateE911AddressResponse_addressExternalId - Undocumented member.
$sel:candidateAddressList:ValidateE911AddressResponse', validateE911AddressResponse_candidateAddressList - Undocumented member.
$sel:validationResult:ValidateE911AddressResponse', validateE911AddressResponse_validationResult - Undocumented member.
$sel:httpStatus:ValidateE911AddressResponse', validateE911AddressResponse_httpStatus - The response's http status code.
Types
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' (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) |
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' (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) |
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.
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.
DNISEmergencyCallingConfiguration
data DNISEmergencyCallingConfiguration Source #
See: newDNISEmergencyCallingConfiguration smart constructor.
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.
EmergencyCallingConfiguration
data EmergencyCallingConfiguration Source #
See: newEmergencyCallingConfiguration smart constructor.
Constructors
| EmergencyCallingConfiguration' (Maybe [DNISEmergencyCallingConfiguration]) |
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.
GeoMatchParams
data GeoMatchParams Source #
See: newGeoMatchParams smart constructor.
Constructors
| GeoMatchParams' Text Text |
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.
LoggingConfiguration
data LoggingConfiguration Source #
See: newLoggingConfiguration smart constructor.
Constructors
| LoggingConfiguration' (Maybe Bool) |
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.
OrderedPhoneNumber
data OrderedPhoneNumber Source #
See: newOrderedPhoneNumber smart constructor.
Constructors
| OrderedPhoneNumber' (Maybe (Sensitive Text)) (Maybe OrderedPhoneNumberStatus) |
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.
Origination
data Origination Source #
See: newOrigination smart constructor.
Constructors
| Origination' (Maybe Bool) (Maybe [OriginationRoute]) |
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.
OriginationRoute
data OriginationRoute Source #
See: newOriginationRoute smart constructor.
Constructors
| OriginationRoute' (Maybe Text) (Maybe Natural) (Maybe Natural) (Maybe OriginationRouteProtocol) (Maybe Natural) |
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.
Participant
data Participant Source #
See: newParticipant smart constructor.
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.
PhoneNumber
data PhoneNumber Source #
See: newPhoneNumber smart constructor.
Constructors
| PhoneNumber' (Maybe [PhoneNumberAssociation]) (Maybe (Sensitive Text)) (Maybe CallingNameStatus) (Maybe PhoneNumberCapabilities) (Maybe Text) (Maybe ISO8601) (Maybe ISO8601) (Maybe (Sensitive Text)) (Maybe Text) (Maybe (Sensitive Text)) (Maybe PhoneNumberProductType) (Maybe PhoneNumberStatus) (Maybe PhoneNumberType) (Maybe ISO8601) |
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.
PhoneNumberAssociation
data PhoneNumberAssociation Source #
See: newPhoneNumberAssociation smart constructor.
Constructors
| PhoneNumberAssociation' (Maybe ISO8601) (Maybe PhoneNumberAssociationName) (Maybe Text) |
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.
PhoneNumberCapabilities
data PhoneNumberCapabilities Source #
See: newPhoneNumberCapabilities smart constructor.
Constructors
| PhoneNumberCapabilities' (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Bool) |
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.
PhoneNumberCountry
data PhoneNumberCountry Source #
See: newPhoneNumberCountry smart constructor.
Constructors
| PhoneNumberCountry' (Maybe Text) (Maybe [PhoneNumberType]) |
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.
PhoneNumberError
data PhoneNumberError Source #
See: newPhoneNumberError smart constructor.
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.
PhoneNumberOrder
data PhoneNumberOrder Source #
See: newPhoneNumberOrder smart constructor.
Constructors
| PhoneNumberOrder' (Maybe ISO8601) (Maybe PhoneNumberOrderType) (Maybe [OrderedPhoneNumber]) (Maybe Text) (Maybe PhoneNumberProductType) (Maybe PhoneNumberOrderStatus) (Maybe ISO8601) |
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.
Proxy
See: newProxy smart constructor.
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
| ProxySession' (Maybe [Capability]) (Maybe ISO8601) (Maybe ISO8601) (Maybe Natural) (Maybe GeoMatchLevel) (Maybe GeoMatchParams) (Maybe Text) (Maybe NumberSelectionBehavior) (Maybe [Participant]) (Maybe Text) (Maybe ProxySessionStatus) (Maybe ISO8601) (Maybe Text) |
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.
SipMediaApplication
data SipMediaApplication Source #
See: newSipMediaApplication smart constructor.
Constructors
| SipMediaApplication' (Maybe Text) (Maybe ISO8601) (Maybe (NonEmpty SipMediaApplicationEndpoint)) (Maybe Text) (Maybe Text) (Maybe ISO8601) |
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.
SipMediaApplicationAlexaSkillConfiguration
data SipMediaApplicationAlexaSkillConfiguration Source #
See: newSipMediaApplicationAlexaSkillConfiguration smart constructor.
Constructors
| SipMediaApplicationAlexaSkillConfiguration' AlexaSkillStatus (NonEmpty (Sensitive Text)) |
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.
SipMediaApplicationCall
data SipMediaApplicationCall Source #
See: newSipMediaApplicationCall smart constructor.
Constructors
| SipMediaApplicationCall' (Maybe Text) |
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.
SipMediaApplicationEndpoint
data SipMediaApplicationEndpoint Source #
See: newSipMediaApplicationEndpoint smart constructor.
Constructors
| SipMediaApplicationEndpoint' (Maybe (Sensitive Text)) |
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.
SipMediaApplicationLoggingConfiguration
data SipMediaApplicationLoggingConfiguration Source #
See: newSipMediaApplicationLoggingConfiguration smart constructor.
Constructors
| SipMediaApplicationLoggingConfiguration' (Maybe Bool) |
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.
SipRule
See: newSipRule smart constructor.
Constructors
| SipRule' (Maybe ISO8601) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe (NonEmpty SipRuleTargetApplication)) (Maybe SipRuleTriggerType) (Maybe Text) (Maybe ISO8601) |
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.
SipRuleTargetApplication
data SipRuleTargetApplication Source #
See: newSipRuleTargetApplication smart constructor.
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.
StreamingConfiguration
data StreamingConfiguration Source #
See: newStreamingConfiguration smart constructor.
Constructors
| StreamingConfiguration' (Maybe (NonEmpty StreamingNotificationTarget)) Natural Bool |
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.
StreamingNotificationTarget
data StreamingNotificationTarget Source #
See: newStreamingNotificationTarget smart constructor.
Constructors
| StreamingNotificationTarget' (Maybe NotificationTarget) |
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.
Termination
data Termination Source #
See: newTermination smart constructor.
Constructors
| Termination' (Maybe [Text]) (Maybe [Text]) (Maybe Natural) (Maybe (Sensitive Text)) (Maybe Bool) |
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.
TerminationHealth
data TerminationHealth Source #
See: newTerminationHealth smart constructor.
Constructors
| TerminationHealth' (Maybe Text) (Maybe ISO8601) |
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.
UpdatePhoneNumberRequestItem
data UpdatePhoneNumberRequestItem Source #
See: newUpdatePhoneNumberRequestItem smart constructor.
Constructors
| UpdatePhoneNumberRequestItem' (Maybe (Sensitive Text)) (Maybe PhoneNumberProductType) (Sensitive Text) |
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.
VoiceConnector
data VoiceConnector Source #
See: newVoiceConnector smart constructor.
Constructors
| VoiceConnector' (Maybe VoiceConnectorAwsRegion) (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe ISO8601) (Maybe Text) (Maybe Text) |
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.
VoiceConnectorGroup
data VoiceConnectorGroup Source #
See: newVoiceConnectorGroup smart constructor.
Constructors
| VoiceConnectorGroup' (Maybe ISO8601) (Maybe Text) (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe [VoiceConnectorItem]) |
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.
VoiceConnectorItem
data VoiceConnectorItem Source #
See: newVoiceConnectorItem smart constructor.
Constructors
| VoiceConnectorItem' Text Natural |
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.
VoiceConnectorSettings
data VoiceConnectorSettings Source #
See: newVoiceConnectorSettings smart constructor.
Constructors
| VoiceConnectorSettings' (Maybe Text) |
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.