amazonka-chime-sdk-voice-2.0: Amazon Chime SDK Voice SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ChimeSdkVoice

Contents

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

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 #

Instances

Instances details
ToJSON AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

ToHeaders AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

ToPath AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

ToQuery AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

AWSRequest AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

Generic AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

Show AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

NFData AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

Eq AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

Hashable AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

type AWSResponse AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

type Rep AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

type Rep AssociatePhoneNumbersWithVoiceConnector = D1 ('MetaData "AssociatePhoneNumbersWithVoiceConnector" "Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "AssociatePhoneNumbersWithVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forceAssociate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text]))))

data AssociatePhoneNumbersWithVoiceConnectorResponse Source #

Instances

Instances details
Generic AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

Show AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

NFData AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

Eq AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

type Rep AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector

type Rep AssociatePhoneNumbersWithVoiceConnectorResponse = D1 ('MetaData "AssociatePhoneNumbersWithVoiceConnectorResponse" "Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "AssociatePhoneNumbersWithVoiceConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

AssociatePhoneNumbersWithVoiceConnectorGroup

data AssociatePhoneNumbersWithVoiceConnectorGroup Source #

Instances

Instances details
ToJSON AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

ToHeaders AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

ToPath AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

ToQuery AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

AWSRequest AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

Generic AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

Show AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

NFData AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

Eq AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

Hashable AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

type AWSResponse AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

type Rep AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

type Rep AssociatePhoneNumbersWithVoiceConnectorGroup = D1 ('MetaData "AssociatePhoneNumbersWithVoiceConnectorGroup" "Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "AssociatePhoneNumbersWithVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forceAssociate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text]))))

data AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source #

Instances

Instances details
Generic AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

Show AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

NFData AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

Eq AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

type Rep AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup

type Rep AssociatePhoneNumbersWithVoiceConnectorGroupResponse = D1 ('MetaData "AssociatePhoneNumbersWithVoiceConnectorGroupResponse" "Amazonka.ChimeSdkVoice.AssociatePhoneNumbersWithVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "AssociatePhoneNumbersWithVoiceConnectorGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

BatchDeletePhoneNumber

data BatchDeletePhoneNumber Source #

See: newBatchDeletePhoneNumber smart constructor.

Instances

Instances details
ToJSON BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

ToHeaders BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

ToPath BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

ToQuery BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

AWSRequest BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

Associated Types

type AWSResponse BatchDeletePhoneNumber #

Generic BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

Associated Types

type Rep BatchDeletePhoneNumber :: Type -> Type #

Read BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

Show BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

NFData BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

Methods

rnf :: BatchDeletePhoneNumber -> () #

Eq BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

Hashable BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

type AWSResponse BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

type Rep BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

type Rep BatchDeletePhoneNumber = D1 ('MetaData "BatchDeletePhoneNumber" "Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "BatchDeletePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

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.

Instances

Instances details
Generic BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

Associated Types

type Rep BatchDeletePhoneNumberResponse :: Type -> Type #

Show BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

NFData BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

Eq BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

type Rep BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber

type Rep BatchDeletePhoneNumberResponse = D1 ('MetaData "BatchDeletePhoneNumberResponse" "Amazonka.ChimeSdkVoice.BatchDeletePhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "BatchDeletePhoneNumberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToJSON BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

ToHeaders BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

ToPath BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

ToQuery BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

AWSRequest BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

Associated Types

type AWSResponse BatchUpdatePhoneNumber #

Generic BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

Associated Types

type Rep BatchUpdatePhoneNumber :: Type -> Type #

Show BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

NFData BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

Methods

rnf :: BatchUpdatePhoneNumber -> () #

Eq BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

Hashable BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

type AWSResponse BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

type Rep BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

type Rep BatchUpdatePhoneNumber = D1 ('MetaData "BatchUpdatePhoneNumber" "Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "BatchUpdatePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "updatePhoneNumberRequestItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [UpdatePhoneNumberRequestItem])))

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.

Instances

Instances details
Generic BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

Associated Types

type Rep BatchUpdatePhoneNumberResponse :: Type -> Type #

Show BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

NFData BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

Eq BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

type Rep BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber

type Rep BatchUpdatePhoneNumberResponse = D1 ('MetaData "BatchUpdatePhoneNumberResponse" "Amazonka.ChimeSdkVoice.BatchUpdatePhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "BatchUpdatePhoneNumberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToJSON CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

ToHeaders CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

ToPath CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

ToQuery CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

AWSRequest CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

Associated Types

type AWSResponse CreatePhoneNumberOrder #

Generic CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

Associated Types

type Rep CreatePhoneNumberOrder :: Type -> Type #

Show CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

NFData CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

Methods

rnf :: CreatePhoneNumberOrder -> () #

Eq CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

Hashable CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

type AWSResponse CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

type Rep CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

type Rep CreatePhoneNumberOrder = D1 ('MetaData "CreatePhoneNumberOrder" "Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreatePhoneNumberOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PhoneNumberProductType) :*: S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text])))

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.

Instances

Instances details
Generic CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

Associated Types

type Rep CreatePhoneNumberOrderResponse :: Type -> Type #

Show CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

NFData CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

Eq CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

type Rep CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder

type Rep CreatePhoneNumberOrderResponse = D1 ('MetaData "CreatePhoneNumberOrderResponse" "Amazonka.ChimeSdkVoice.CreatePhoneNumberOrder" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreatePhoneNumberOrderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberOrder)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToJSON CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

ToHeaders CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

ToPath CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

ToQuery CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

AWSRequest CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

Associated Types

type AWSResponse CreateProxySession #

Generic CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

Associated Types

type Rep CreateProxySession :: Type -> Type #

Show CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

NFData CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

Methods

rnf :: CreateProxySession -> () #

Eq CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

Hashable CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

type AWSResponse CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

type Rep CreateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

type Rep CreateProxySession = D1 ('MetaData "CreateProxySession" "Amazonka.ChimeSdkVoice.CreateProxySession" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateProxySession'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "expiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "geoMatchLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoMatchLevel))) :*: (S1 ('MetaSel ('Just "geoMatchParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoMatchParams)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: ((S1 ('MetaSel ('Just "numberSelectionBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberSelectionBehavior)) :*: S1 ('MetaSel ('Just "participantPhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Capability]) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateProxySession Source #

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.

Instances

Instances details
Generic CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

Associated Types

type Rep CreateProxySessionResponse :: Type -> Type #

Show CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

NFData CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

Eq CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

type Rep CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateProxySession

type Rep CreateProxySessionResponse = D1 ('MetaData "CreateProxySessionResponse" "Amazonka.ChimeSdkVoice.CreateProxySession" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateProxySessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxySession") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySession)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToJSON CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

ToHeaders CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

ToPath CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

ToQuery CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

AWSRequest CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

Generic CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

Associated Types

type Rep CreateSipMediaApplication :: Type -> Type #

Show CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

NFData CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

Eq CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

Hashable CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

type AWSResponse CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

type Rep CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

type Rep CreateSipMediaApplication = D1 ('MetaData "CreateSipMediaApplication" "Amazonka.ChimeSdkVoice.CreateSipMediaApplication" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SipMediaApplicationEndpoint)))))

newCreateSipMediaApplication Source #

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.

Instances

Instances details
Generic CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

Associated Types

type Rep CreateSipMediaApplicationResponse :: Type -> Type #

Show CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

NFData CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

Eq CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

type Rep CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplication

type Rep CreateSipMediaApplicationResponse = D1 ('MetaData "CreateSipMediaApplicationResponse" "Amazonka.ChimeSdkVoice.CreateSipMediaApplication" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateSipMediaApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplication)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSipMediaApplicationResponse Source #

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.

Instances

Instances details
ToJSON CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

ToHeaders CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

ToPath CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

ToQuery CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

AWSRequest CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

Generic CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

Associated Types

type Rep CreateSipMediaApplicationCall :: Type -> Type #

Show CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

NFData CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

Eq CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

Hashable CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

type AWSResponse CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

type Rep CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

type Rep CreateSipMediaApplicationCall = D1 ('MetaData "CreateSipMediaApplicationCall" "Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateSipMediaApplicationCall'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "argumentsMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (Sensitive Text)))) :*: S1 ('MetaSel ('Just "sipHeaders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "fromPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: (S1 ('MetaSel ('Just "toPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

data CreateSipMediaApplicationCallResponse Source #

Instances

Instances details
Generic CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

Read CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

Show CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

NFData CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

Eq CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

type Rep CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall

type Rep CreateSipMediaApplicationCallResponse = D1 ('MetaData "CreateSipMediaApplicationCallResponse" "Amazonka.ChimeSdkVoice.CreateSipMediaApplicationCall" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateSipMediaApplicationCallResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationCall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationCall)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSipMediaApplicationCallResponse Source #

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.

Instances

Instances details
ToJSON CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

ToHeaders CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

ToPath CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

ToQuery CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

AWSRequest CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

Associated Types

type AWSResponse CreateSipRule #

Generic CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

Associated Types

type Rep CreateSipRule :: Type -> Type #

Read CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

Show CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

NFData CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

Methods

rnf :: CreateSipRule -> () #

Eq CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

Hashable CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

type AWSResponse CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

type Rep CreateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

type Rep CreateSipRule = D1 ('MetaData "CreateSipRule" "Amazonka.ChimeSdkVoice.CreateSipRule" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateSipRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "targetApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SipRuleTargetApplication)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "triggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SipRuleTriggerType) :*: S1 ('MetaSel ('Just "triggerValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateSipRule Source #

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.

Instances

Instances details
Generic CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

Associated Types

type Rep CreateSipRuleResponse :: Type -> Type #

Read CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

Show CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

NFData CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

Methods

rnf :: CreateSipRuleResponse -> () #

Eq CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

type Rep CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateSipRule

type Rep CreateSipRuleResponse = D1 ('MetaData "CreateSipRuleResponse" "Amazonka.ChimeSdkVoice.CreateSipRule" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateSipRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipRule)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToJSON CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

ToHeaders CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

ToPath CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

ToQuery CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

AWSRequest CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

Associated Types

type AWSResponse CreateVoiceConnector #

Generic CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

Associated Types

type Rep CreateVoiceConnector :: Type -> Type #

Read CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

Show CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

NFData CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

Methods

rnf :: CreateVoiceConnector -> () #

Eq CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

Hashable CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

type AWSResponse CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

type Rep CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

type Rep CreateVoiceConnector = D1 ('MetaData "CreateVoiceConnector" "Amazonka.ChimeSdkVoice.CreateVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorAwsRegion)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "requireEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newCreateVoiceConnector Source #

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.

Instances

Instances details
Generic CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

Associated Types

type Rep CreateVoiceConnectorResponse :: Type -> Type #

Read CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

Show CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

NFData CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

Eq CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

type Rep CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnector

type Rep CreateVoiceConnectorResponse = D1 ('MetaData "CreateVoiceConnectorResponse" "Amazonka.ChimeSdkVoice.CreateVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateVoiceConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnector)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToJSON CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

ToHeaders CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

ToPath CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

ToQuery CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

AWSRequest CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

Generic CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

Associated Types

type Rep CreateVoiceConnectorGroup :: Type -> Type #

Read CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

Show CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

NFData CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

Eq CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

Hashable CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

type AWSResponse CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

type Rep CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

type Rep CreateVoiceConnectorGroup = D1 ('MetaData "CreateVoiceConnectorGroup" "Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnectorItem])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateVoiceConnectorGroup Source #

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.

Instances

Instances details
Generic CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

Associated Types

type Rep CreateVoiceConnectorGroupResponse :: Type -> Type #

Read CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

Show CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

NFData CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

Eq CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

type Rep CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup

type Rep CreateVoiceConnectorGroupResponse = D1 ('MetaData "CreateVoiceConnectorGroupResponse" "Amazonka.ChimeSdkVoice.CreateVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "CreateVoiceConnectorGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateVoiceConnectorGroupResponse Source #

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.

Instances

Instances details
ToHeaders DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

ToPath DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

ToQuery DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

AWSRequest DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

Associated Types

type AWSResponse DeletePhoneNumber #

Generic DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

Associated Types

type Rep DeletePhoneNumber :: Type -> Type #

Show DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

NFData DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

Methods

rnf :: DeletePhoneNumber -> () #

Eq DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

Hashable DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

type AWSResponse DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

type Rep DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

type Rep DeletePhoneNumber = D1 ('MetaData "DeletePhoneNumber" "Amazonka.ChimeSdkVoice.DeletePhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeletePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newDeletePhoneNumber Source #

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.

Instances

Instances details
Generic DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

Associated Types

type Rep DeletePhoneNumberResponse :: Type -> Type #

Read DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

Show DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

NFData DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

Eq DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

type Rep DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeletePhoneNumber

type Rep DeletePhoneNumberResponse = D1 ('MetaData "DeletePhoneNumberResponse" "Amazonka.ChimeSdkVoice.DeletePhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeletePhoneNumberResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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.

Instances

Instances details
ToHeaders DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

ToPath DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

ToQuery DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

AWSRequest DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

Associated Types

type AWSResponse DeleteProxySession #

Generic DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

Associated Types

type Rep DeleteProxySession :: Type -> Type #

Read DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

Show DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

NFData DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

Methods

rnf :: DeleteProxySession -> () #

Eq DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

Hashable DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

type AWSResponse DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

type Rep DeleteProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

type Rep DeleteProxySession = D1 ('MetaData "DeleteProxySession" "Amazonka.ChimeSdkVoice.DeleteProxySession" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteProxySession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteProxySession Source #

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.

Instances

Instances details
Generic DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

Associated Types

type Rep DeleteProxySessionResponse :: Type -> Type #

Read DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

Show DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

NFData DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

Eq DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

type Rep DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteProxySession

type Rep DeleteProxySessionResponse = D1 ('MetaData "DeleteProxySessionResponse" "Amazonka.ChimeSdkVoice.DeleteProxySession" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteProxySessionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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.

Instances

Instances details
ToHeaders DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

ToPath DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

ToQuery DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

AWSRequest DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

Generic DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

Associated Types

type Rep DeleteSipMediaApplication :: Type -> Type #

Read DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

Show DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

NFData DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

Eq DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

Hashable DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

type AWSResponse DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

type Rep DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

type Rep DeleteSipMediaApplication = D1 ('MetaData "DeleteSipMediaApplication" "Amazonka.ChimeSdkVoice.DeleteSipMediaApplication" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteSipMediaApplication Source #

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.

Instances

Instances details
Generic DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

Associated Types

type Rep DeleteSipMediaApplicationResponse :: Type -> Type #

Read DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

Show DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

NFData DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

Eq DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

type Rep DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipMediaApplication

type Rep DeleteSipMediaApplicationResponse = D1 ('MetaData "DeleteSipMediaApplicationResponse" "Amazonka.ChimeSdkVoice.DeleteSipMediaApplication" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteSipMediaApplicationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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

Instances details
ToHeaders DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

ToPath DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

ToQuery DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

AWSRequest DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

Associated Types

type AWSResponse DeleteSipRule #

Generic DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

Associated Types

type Rep DeleteSipRule :: Type -> Type #

Read DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

Show DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

NFData DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

Methods

rnf :: DeleteSipRule -> () #

Eq DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

Hashable DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

type AWSResponse DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

type Rep DeleteSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

type Rep DeleteSipRule = D1 ('MetaData "DeleteSipRule" "Amazonka.ChimeSdkVoice.DeleteSipRule" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteSipRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteSipRule Source #

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.

Instances

Instances details
Generic DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

Associated Types

type Rep DeleteSipRuleResponse :: Type -> Type #

Read DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

Show DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

NFData DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

Methods

rnf :: DeleteSipRuleResponse -> () #

Eq DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

type Rep DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteSipRule

type Rep DeleteSipRuleResponse = D1 ('MetaData "DeleteSipRuleResponse" "Amazonka.ChimeSdkVoice.DeleteSipRule" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteSipRuleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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.

Instances

Instances details
ToHeaders DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

ToPath DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

ToQuery DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

AWSRequest DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

Associated Types

type AWSResponse DeleteVoiceConnector #

Generic DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

Associated Types

type Rep DeleteVoiceConnector :: Type -> Type #

Read DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

Show DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

NFData DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

Methods

rnf :: DeleteVoiceConnector -> () #

Eq DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

Hashable DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

type AWSResponse DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

type Rep DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

type Rep DeleteVoiceConnector = D1 ('MetaData "DeleteVoiceConnector" "Amazonka.ChimeSdkVoice.DeleteVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnector Source #

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.

Instances

Instances details
Generic DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

Associated Types

type Rep DeleteVoiceConnectorResponse :: Type -> Type #

Read DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

Show DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

NFData DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

Eq DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

type Rep DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnector

type Rep DeleteVoiceConnectorResponse = D1 ('MetaData "DeleteVoiceConnectorResponse" "Amazonka.ChimeSdkVoice.DeleteVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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 #

Instances

Instances details
ToHeaders DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

ToPath DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

ToQuery DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

AWSRequest DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

Generic DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

Read DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

Show DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

NFData DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

Eq DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

Hashable DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

type AWSResponse DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

type Rep DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

type Rep DeleteVoiceConnectorEmergencyCallingConfiguration = D1 ('MetaData "DeleteVoiceConnectorEmergencyCallingConfiguration" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorEmergencyCallingConfiguration Source #

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 #

Instances

Instances details
Generic DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

Read DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

Show DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

NFData DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

Eq DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

type Rep DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration

type Rep DeleteVoiceConnectorEmergencyCallingConfigurationResponse = D1 ('MetaData "DeleteVoiceConnectorEmergencyCallingConfigurationResponse" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorEmergencyCallingConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

DeleteVoiceConnectorGroup

data DeleteVoiceConnectorGroup Source #

See: newDeleteVoiceConnectorGroup smart constructor.

Instances

Instances details
ToHeaders DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

ToPath DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

ToQuery DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

AWSRequest DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

Generic DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

Associated Types

type Rep DeleteVoiceConnectorGroup :: Type -> Type #

Read DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

Show DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

NFData DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

Eq DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

Hashable DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

type AWSResponse DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

type Rep DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

type Rep DeleteVoiceConnectorGroup = D1 ('MetaData "DeleteVoiceConnectorGroup" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorGroup Source #

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.

Instances

Instances details
Generic DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

Associated Types

type Rep DeleteVoiceConnectorGroupResponse :: Type -> Type #

Read DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

Show DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

NFData DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

Eq DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

type Rep DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup

type Rep DeleteVoiceConnectorGroupResponse = D1 ('MetaData "DeleteVoiceConnectorGroupResponse" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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.

Instances

Instances details
ToHeaders DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

ToPath DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

ToQuery DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

AWSRequest DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

Generic DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

Associated Types

type Rep DeleteVoiceConnectorOrigination :: Type -> Type #

Read DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

Show DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

NFData DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

Eq DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

Hashable DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

type AWSResponse DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

type Rep DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

type Rep DeleteVoiceConnectorOrigination = D1 ('MetaData "DeleteVoiceConnectorOrigination" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorOrigination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 #

Instances

Instances details
Generic DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

Read DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

Show DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

NFData DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

Eq DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorOrigination

type Rep DeleteVoiceConnectorOriginationResponse Source # 
Instance details

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.

Instances

Instances details
ToHeaders DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

ToPath DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

ToQuery DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

AWSRequest DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

Generic DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

Associated Types

type Rep DeleteVoiceConnectorProxy :: Type -> Type #

Read DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

Show DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

NFData DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

Eq DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

Hashable DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

type AWSResponse DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

type Rep DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

type Rep DeleteVoiceConnectorProxy = D1 ('MetaData "DeleteVoiceConnectorProxy" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorProxy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorProxy Source #

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.

Instances

Instances details
Generic DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

Associated Types

type Rep DeleteVoiceConnectorProxyResponse :: Type -> Type #

Read DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

Show DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

NFData DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

Eq DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

type Rep DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy

type Rep DeleteVoiceConnectorProxyResponse = D1 ('MetaData "DeleteVoiceConnectorProxyResponse" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorProxy" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorProxyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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 #

Instances

Instances details
ToHeaders DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

ToPath DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

ToQuery DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

AWSRequest DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

Generic DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

Read DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

Show DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

NFData DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

Eq DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

Hashable DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

type AWSResponse DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

type Rep DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

type Rep DeleteVoiceConnectorStreamingConfiguration = D1 ('MetaData "DeleteVoiceConnectorStreamingConfiguration" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorStreamingConfiguration Source #

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 #

Instances

Instances details
Generic DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

Read DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

Show DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

NFData DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

Eq DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

type Rep DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration

type Rep DeleteVoiceConnectorStreamingConfigurationResponse = D1 ('MetaData "DeleteVoiceConnectorStreamingConfigurationResponse" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorStreamingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorStreamingConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

DeleteVoiceConnectorTermination

data DeleteVoiceConnectorTermination Source #

See: newDeleteVoiceConnectorTermination smart constructor.

Instances

Instances details
ToHeaders DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

ToPath DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

ToQuery DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

AWSRequest DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

Generic DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

Associated Types

type Rep DeleteVoiceConnectorTermination :: Type -> Type #

Read DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

Show DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

NFData DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

Eq DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

Hashable DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

type AWSResponse DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

type Rep DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

type Rep DeleteVoiceConnectorTermination = D1 ('MetaData "DeleteVoiceConnectorTermination" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorTermination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 #

Instances

Instances details
Generic DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

Read DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

Show DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

NFData DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

Eq DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTermination

type Rep DeleteVoiceConnectorTerminationResponse Source # 
Instance details

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 #

Instances

Instances details
ToJSON DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

ToHeaders DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

ToPath DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

ToQuery DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

AWSRequest DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

Generic DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

Show DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

NFData DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

Eq DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

Hashable DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

type AWSResponse DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

type Rep DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

type Rep DeleteVoiceConnectorTerminationCredentials = D1 ('MetaData "DeleteVoiceConnectorTerminationCredentials" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorTerminationCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usernames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text]) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

data DeleteVoiceConnectorTerminationCredentialsResponse Source #

Instances

Instances details
Generic DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

Read DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

Show DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

NFData DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

Eq DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

type Rep DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials

type Rep DeleteVoiceConnectorTerminationCredentialsResponse = D1 ('MetaData "DeleteVoiceConnectorTerminationCredentialsResponse" "Amazonka.ChimeSdkVoice.DeleteVoiceConnectorTerminationCredentials" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DeleteVoiceConnectorTerminationCredentialsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

DisassociatePhoneNumbersFromVoiceConnector

data DisassociatePhoneNumbersFromVoiceConnector Source #

Instances

Instances details
ToJSON DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

ToHeaders DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

ToPath DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

ToQuery DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

AWSRequest DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

Generic DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

Show DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

NFData DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

Eq DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

Hashable DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

type AWSResponse DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

type Rep DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

type Rep DisassociatePhoneNumbersFromVoiceConnector = D1 ('MetaData "DisassociatePhoneNumbersFromVoiceConnector" "Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DisassociatePhoneNumbersFromVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text])))

data DisassociatePhoneNumbersFromVoiceConnectorResponse Source #

Instances

Instances details
Generic DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

Show DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

NFData DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

Eq DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

type Rep DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector

type Rep DisassociatePhoneNumbersFromVoiceConnectorResponse = D1 ('MetaData "DisassociatePhoneNumbersFromVoiceConnectorResponse" "Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DisassociatePhoneNumbersFromVoiceConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DisassociatePhoneNumbersFromVoiceConnectorGroup

data DisassociatePhoneNumbersFromVoiceConnectorGroup Source #

Instances

Instances details
ToJSON DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

ToHeaders DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

ToPath DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

ToQuery DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

AWSRequest DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

Generic DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

Show DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

NFData DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

Eq DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

Hashable DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

type AWSResponse DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

type Rep DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

type Rep DisassociatePhoneNumbersFromVoiceConnectorGroup = D1 ('MetaData "DisassociatePhoneNumbersFromVoiceConnectorGroup" "Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DisassociatePhoneNumbersFromVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text])))

data DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source #

Instances

Instances details
Generic DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

Show DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

NFData DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

Eq DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

type Rep DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup

type Rep DisassociatePhoneNumbersFromVoiceConnectorGroupResponse = D1 ('MetaData "DisassociatePhoneNumbersFromVoiceConnectorGroupResponse" "Amazonka.ChimeSdkVoice.DisassociatePhoneNumbersFromVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DisassociatePhoneNumbersFromVoiceConnectorGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetGlobalSettings

data GetGlobalSettings Source #

See: newGetGlobalSettings smart constructor.

Constructors

GetGlobalSettings' 

Instances

Instances details
ToHeaders GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

ToPath GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

ToQuery GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

AWSRequest GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

Associated Types

type AWSResponse GetGlobalSettings #

Generic GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

Associated Types

type Rep GetGlobalSettings :: Type -> Type #

Read GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

Show GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

NFData GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

Methods

rnf :: GetGlobalSettings -> () #

Eq GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

Hashable GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

type AWSResponse GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

type Rep GetGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

type Rep GetGlobalSettings = D1 ('MetaData "GetGlobalSettings" "Amazonka.ChimeSdkVoice.GetGlobalSettings" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetGlobalSettings'" 'PrefixI 'False) (U1 :: Type -> Type))

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.

Instances

Instances details
Generic GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

Associated Types

type Rep GetGlobalSettingsResponse :: Type -> Type #

Read GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

Show GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

NFData GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

Eq GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

type Rep GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetGlobalSettings

type Rep GetGlobalSettingsResponse = D1 ('MetaData "GetGlobalSettingsResponse" "Amazonka.ChimeSdkVoice.GetGlobalSettings" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetGlobalSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorSettings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToHeaders GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

ToPath GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

ToQuery GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

AWSRequest GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

Associated Types

type AWSResponse GetPhoneNumber #

Generic GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

Associated Types

type Rep GetPhoneNumber :: Type -> Type #

Show GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

NFData GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

Methods

rnf :: GetPhoneNumber -> () #

Eq GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

Hashable GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

type AWSResponse GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

type Rep GetPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

type Rep GetPhoneNumber = D1 ('MetaData "GetPhoneNumber" "Amazonka.ChimeSdkVoice.GetPhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetPhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newGetPhoneNumber Source #

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.

Instances

Instances details
Generic GetPhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

Associated Types

type Rep GetPhoneNumberResponse :: Type -> Type #

Show GetPhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

NFData GetPhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

Methods

rnf :: GetPhoneNumberResponse -> () #

Eq GetPhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

type Rep GetPhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumber

type Rep GetPhoneNumberResponse = D1 ('MetaData "GetPhoneNumberResponse" "Amazonka.ChimeSdkVoice.GetPhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetPhoneNumberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumber)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToHeaders GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

ToPath GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

ToQuery GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

AWSRequest GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

Associated Types

type AWSResponse GetPhoneNumberOrder #

Generic GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

Associated Types

type Rep GetPhoneNumberOrder :: Type -> Type #

Read GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

Show GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

NFData GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

Methods

rnf :: GetPhoneNumberOrder -> () #

Eq GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

Hashable GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

type AWSResponse GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

type Rep GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

type Rep GetPhoneNumberOrder = D1 ('MetaData "GetPhoneNumberOrder" "Amazonka.ChimeSdkVoice.GetPhoneNumberOrder" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetPhoneNumberOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberOrderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetPhoneNumberOrder Source #

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.

Instances

Instances details
Generic GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

Associated Types

type Rep GetPhoneNumberOrderResponse :: Type -> Type #

Show GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

NFData GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

Eq GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

type Rep GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberOrder

type Rep GetPhoneNumberOrderResponse = D1 ('MetaData "GetPhoneNumberOrderResponse" "Amazonka.ChimeSdkVoice.GetPhoneNumberOrder" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetPhoneNumberOrderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberOrder)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToHeaders GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

ToPath GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

ToQuery GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

AWSRequest GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

Associated Types

type AWSResponse GetPhoneNumberSettings #

Generic GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

Associated Types

type Rep GetPhoneNumberSettings :: Type -> Type #

Read GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

Show GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

NFData GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

Methods

rnf :: GetPhoneNumberSettings -> () #

Eq GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

Hashable GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

type AWSResponse GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

type Rep GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

type Rep GetPhoneNumberSettings = D1 ('MetaData "GetPhoneNumberSettings" "Amazonka.ChimeSdkVoice.GetPhoneNumberSettings" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetPhoneNumberSettings'" 'PrefixI 'False) (U1 :: Type -> Type))

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

Instances details
Generic GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

Associated Types

type Rep GetPhoneNumberSettingsResponse :: Type -> Type #

Show GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

NFData GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

Eq GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

type Rep GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetPhoneNumberSettings

type Rep GetPhoneNumberSettingsResponse = D1 ('MetaData "GetPhoneNumberSettingsResponse" "Amazonka.ChimeSdkVoice.GetPhoneNumberSettings" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetPhoneNumberSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "callingNameUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
ToHeaders GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

ToPath GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

ToQuery GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

AWSRequest GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

Associated Types

type AWSResponse GetProxySession #

Generic GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

Associated Types

type Rep GetProxySession :: Type -> Type #

Read GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

Show GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

NFData GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

Methods

rnf :: GetProxySession -> () #

Eq GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

Hashable GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

type AWSResponse GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

type Rep GetProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

type Rep GetProxySession = D1 ('MetaData "GetProxySession" "Amazonka.ChimeSdkVoice.GetProxySession" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetProxySession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetProxySession Source #

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.

Instances

Instances details
Generic GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

Associated Types

type Rep GetProxySessionResponse :: Type -> Type #

Show GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

NFData GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

Methods

rnf :: GetProxySessionResponse -> () #

Eq GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

type Rep GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetProxySession

type Rep GetProxySessionResponse = D1 ('MetaData "GetProxySessionResponse" "Amazonka.ChimeSdkVoice.GetProxySession" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetProxySessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxySession") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySession)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToHeaders GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

ToPath GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

ToQuery GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

AWSRequest GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

Associated Types

type AWSResponse GetSipMediaApplication #

Generic GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

Associated Types

type Rep GetSipMediaApplication :: Type -> Type #

Read GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

Show GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

NFData GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

Methods

rnf :: GetSipMediaApplication -> () #

Eq GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

Hashable GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

type AWSResponse GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

type Rep GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

type Rep GetSipMediaApplication = D1 ('MetaData "GetSipMediaApplication" "Amazonka.ChimeSdkVoice.GetSipMediaApplication" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSipMediaApplication Source #

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.

Instances

Instances details
Generic GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

Associated Types

type Rep GetSipMediaApplicationResponse :: Type -> Type #

Show GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

NFData GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

Eq GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

type Rep GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplication

type Rep GetSipMediaApplicationResponse = D1 ('MetaData "GetSipMediaApplicationResponse" "Amazonka.ChimeSdkVoice.GetSipMediaApplication" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetSipMediaApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplication)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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 #

Instances

Instances details
ToHeaders GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

ToPath GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

ToQuery GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

AWSRequest GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

Generic GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

Read GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

Show GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

NFData GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

Eq GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

Hashable GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

type AWSResponse GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

type Rep GetSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

type Rep GetSipMediaApplicationAlexaSkillConfiguration = D1 ('MetaData "GetSipMediaApplicationAlexaSkillConfiguration" "Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetSipMediaApplicationAlexaSkillConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSipMediaApplicationAlexaSkillConfiguration Source #

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 #

Instances

Instances details
Generic GetSipMediaApplicationAlexaSkillConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

Show GetSipMediaApplicationAlexaSkillConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

NFData GetSipMediaApplicationAlexaSkillConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

Eq GetSipMediaApplicationAlexaSkillConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

type Rep GetSipMediaApplicationAlexaSkillConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration

type Rep GetSipMediaApplicationAlexaSkillConfigurationResponse = D1 ('MetaData "GetSipMediaApplicationAlexaSkillConfigurationResponse" "Amazonka.ChimeSdkVoice.GetSipMediaApplicationAlexaSkillConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetSipMediaApplicationAlexaSkillConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationAlexaSkillConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationAlexaSkillConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetSipMediaApplicationLoggingConfiguration

data GetSipMediaApplicationLoggingConfiguration Source #

Instances

Instances details
ToHeaders GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

ToPath GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

ToQuery GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

AWSRequest GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

Generic GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

Read GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

Show GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

NFData GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

Eq GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

Hashable GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

type AWSResponse GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

type Rep GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

type Rep GetSipMediaApplicationLoggingConfiguration = D1 ('MetaData "GetSipMediaApplicationLoggingConfiguration" "Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetSipMediaApplicationLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSipMediaApplicationLoggingConfiguration Source #

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 #

Instances

Instances details
Generic GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

Read GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

Show GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

NFData GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

Eq GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

type Rep GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration

type Rep GetSipMediaApplicationLoggingConfigurationResponse = D1 ('MetaData "GetSipMediaApplicationLoggingConfigurationResponse" "Amazonka.ChimeSdkVoice.GetSipMediaApplicationLoggingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetSipMediaApplicationLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationLoggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationLoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetSipRule

data GetSipRule Source #

See: newGetSipRule smart constructor.

Constructors

GetSipRule' Text 

Instances

Instances details
ToHeaders GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

Methods

toHeaders :: GetSipRule -> [Header] #

ToPath GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

ToQuery GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

AWSRequest GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

Associated Types

type AWSResponse GetSipRule #

Generic GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

Associated Types

type Rep GetSipRule :: Type -> Type #

Read GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

Show GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

NFData GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

Methods

rnf :: GetSipRule -> () #

Eq GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

Hashable GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

type AWSResponse GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

type Rep GetSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

type Rep GetSipRule = D1 ('MetaData "GetSipRule" "Amazonka.ChimeSdkVoice.GetSipRule" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetSipRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSipRule Source #

Arguments

:: Text

GetSipRule

-> 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.

Instances

Instances details
Generic GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

Associated Types

type Rep GetSipRuleResponse :: Type -> Type #

Read GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

Show GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

NFData GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

Methods

rnf :: GetSipRuleResponse -> () #

Eq GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

type Rep GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetSipRule

type Rep GetSipRuleResponse = D1 ('MetaData "GetSipRuleResponse" "Amazonka.ChimeSdkVoice.GetSipRule" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetSipRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipRule)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetSipRuleResponse Source #

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

Instances details
ToHeaders GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

ToPath GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

ToQuery GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

AWSRequest GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

Associated Types

type AWSResponse GetVoiceConnector #

Generic GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

Associated Types

type Rep GetVoiceConnector :: Type -> Type #

Read GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

Show GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

NFData GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

Methods

rnf :: GetVoiceConnector -> () #

Eq GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

Hashable GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

type AWSResponse GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

type Rep GetVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

type Rep GetVoiceConnector = D1 ('MetaData "GetVoiceConnector" "Amazonka.ChimeSdkVoice.GetVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnector Source #

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.

Instances

Instances details
Generic GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

Associated Types

type Rep GetVoiceConnectorResponse :: Type -> Type #

Read GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

Show GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

NFData GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

Eq GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

type Rep GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnector

type Rep GetVoiceConnectorResponse = D1 ('MetaData "GetVoiceConnectorResponse" "Amazonka.ChimeSdkVoice.GetVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnector)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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 #

Instances

Instances details
ToHeaders GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

ToPath GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

ToQuery GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

AWSRequest GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

Generic GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

Read GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

Show GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

NFData GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

Eq GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

Hashable GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

type AWSResponse GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

type Rep GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

type Rep GetVoiceConnectorEmergencyCallingConfiguration = D1 ('MetaData "GetVoiceConnectorEmergencyCallingConfiguration" "Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorEmergencyCallingConfiguration Source #

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 #

Instances

Instances details
Generic GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

Show GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

NFData GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

Eq GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

type Rep GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration

type Rep GetVoiceConnectorEmergencyCallingConfigurationResponse = D1 ('MetaData "GetVoiceConnectorEmergencyCallingConfigurationResponse" "Amazonka.ChimeSdkVoice.GetVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorEmergencyCallingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emergencyCallingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmergencyCallingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetVoiceConnectorGroup

data GetVoiceConnectorGroup Source #

See: newGetVoiceConnectorGroup smart constructor.

Instances

Instances details
ToHeaders GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

ToPath GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

ToQuery GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

AWSRequest GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

Associated Types

type AWSResponse GetVoiceConnectorGroup #

Generic GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

Associated Types

type Rep GetVoiceConnectorGroup :: Type -> Type #

Read GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

Show GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

NFData GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

Methods

rnf :: GetVoiceConnectorGroup -> () #

Eq GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

Hashable GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

type AWSResponse GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

type Rep GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

type Rep GetVoiceConnectorGroup = D1 ('MetaData "GetVoiceConnectorGroup" "Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorGroup Source #

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.

Instances

Instances details
Generic GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

Associated Types

type Rep GetVoiceConnectorGroupResponse :: Type -> Type #

Read GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

Show GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

NFData GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

Eq GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

type Rep GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup

type Rep GetVoiceConnectorGroupResponse = D1 ('MetaData "GetVoiceConnectorGroupResponse" "Amazonka.ChimeSdkVoice.GetVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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 #

Instances

Instances details
ToHeaders GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

ToPath GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

ToQuery GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

AWSRequest GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

Generic GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

Read GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

Show GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

NFData GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

Eq GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

Hashable GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

type AWSResponse GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

type Rep GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

type Rep GetVoiceConnectorLoggingConfiguration = D1 ('MetaData "GetVoiceConnectorLoggingConfiguration" "Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 #

Instances

Instances details
Generic GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

Read GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

Show GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

NFData GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

Eq GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

type Rep GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration

type Rep GetVoiceConnectorLoggingConfigurationResponse = D1 ('MetaData "GetVoiceConnectorLoggingConfigurationResponse" "Amazonka.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetVoiceConnectorOrigination

data GetVoiceConnectorOrigination Source #

See: newGetVoiceConnectorOrigination smart constructor.

Instances

Instances details
ToHeaders GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

ToPath GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

ToQuery GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

AWSRequest GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

Generic GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

Associated Types

type Rep GetVoiceConnectorOrigination :: Type -> Type #

Read GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

Show GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

NFData GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

Eq GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

Hashable GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

type AWSResponse GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

type Rep GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

type Rep GetVoiceConnectorOrigination = D1 ('MetaData "GetVoiceConnectorOrigination" "Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorOrigination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorOrigination Source #

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 #

Instances

Instances details
Generic GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

Read GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

Show GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

NFData GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

Eq GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

type Rep GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination

type Rep GetVoiceConnectorOriginationResponse = D1 ('MetaData "GetVoiceConnectorOriginationResponse" "Amazonka.ChimeSdkVoice.GetVoiceConnectorOrigination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorOriginationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "origination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Origination)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetVoiceConnectorOriginationResponse Source #

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.

Instances

Instances details
ToHeaders GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

ToPath GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

ToQuery GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

AWSRequest GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

Associated Types

type AWSResponse GetVoiceConnectorProxy #

Generic GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

Associated Types

type Rep GetVoiceConnectorProxy :: Type -> Type #

Read GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

Show GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

NFData GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

Methods

rnf :: GetVoiceConnectorProxy -> () #

Eq GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

Hashable GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

type AWSResponse GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

type Rep GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

type Rep GetVoiceConnectorProxy = D1 ('MetaData "GetVoiceConnectorProxy" "Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorProxy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorProxy Source #

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.

Instances

Instances details
Generic GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

Associated Types

type Rep GetVoiceConnectorProxyResponse :: Type -> Type #

Show GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

NFData GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

Eq GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

type Rep GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy

type Rep GetVoiceConnectorProxyResponse = D1 ('MetaData "GetVoiceConnectorProxyResponse" "Amazonka.ChimeSdkVoice.GetVoiceConnectorProxy" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorProxyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Proxy)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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 #

Instances

Instances details
ToHeaders GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

ToPath GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

ToQuery GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

AWSRequest GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

Generic GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

Read GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

Show GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

NFData GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

Eq GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

Hashable GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

type AWSResponse GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

type Rep GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

type Rep GetVoiceConnectorStreamingConfiguration = D1 ('MetaData "GetVoiceConnectorStreamingConfiguration" "Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 #

Instances

Instances details
Generic GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

Read GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

Show GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

NFData GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

Eq GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

type Rep GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration

type Rep GetVoiceConnectorStreamingConfigurationResponse = D1 ('MetaData "GetVoiceConnectorStreamingConfigurationResponse" "Amazonka.ChimeSdkVoice.GetVoiceConnectorStreamingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorStreamingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetVoiceConnectorTermination

data GetVoiceConnectorTermination Source #

See: newGetVoiceConnectorTermination smart constructor.

Instances

Instances details
ToHeaders GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

ToPath GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

ToQuery GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

AWSRequest GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

Generic GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

Associated Types

type Rep GetVoiceConnectorTermination :: Type -> Type #

Read GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

Show GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

NFData GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

Eq GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

Hashable GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

type AWSResponse GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

type Rep GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

type Rep GetVoiceConnectorTermination = D1 ('MetaData "GetVoiceConnectorTermination" "Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorTermination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorTermination Source #

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 #

Instances

Instances details
Generic GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

Show GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

NFData GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

Eq GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

type Rep GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination

type Rep GetVoiceConnectorTerminationResponse = D1 ('MetaData "GetVoiceConnectorTerminationResponse" "Amazonka.ChimeSdkVoice.GetVoiceConnectorTermination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorTerminationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "termination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Termination)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetVoiceConnectorTerminationResponse Source #

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 #

Instances

Instances details
ToHeaders GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

ToPath GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

ToQuery GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

AWSRequest GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

Generic GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

Associated Types

type Rep GetVoiceConnectorTerminationHealth :: Type -> Type #

Read GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

Show GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

NFData GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

Eq GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

Hashable GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

type AWSResponse GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

type Rep GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

type Rep GetVoiceConnectorTerminationHealth = D1 ('MetaData "GetVoiceConnectorTerminationHealth" "Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorTerminationHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 #

Instances

Instances details
Generic GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

Read GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

Show GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

NFData GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

Eq GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

type Rep GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth

type Rep GetVoiceConnectorTerminationHealthResponse = D1 ('MetaData "GetVoiceConnectorTerminationHealthResponse" "Amazonka.ChimeSdkVoice.GetVoiceConnectorTerminationHealth" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GetVoiceConnectorTerminationHealthResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "terminationHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TerminationHealth)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

ListAvailableVoiceConnectorRegions

data ListAvailableVoiceConnectorRegions Source #

Instances

Instances details
ToHeaders ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

ToPath ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

ToQuery ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

AWSRequest ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

Generic ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

Associated Types

type Rep ListAvailableVoiceConnectorRegions :: Type -> Type #

Read ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

Show ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

NFData ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

Eq ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

Hashable ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

type AWSResponse ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

type Rep ListAvailableVoiceConnectorRegions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

type Rep ListAvailableVoiceConnectorRegions = D1 ('MetaData "ListAvailableVoiceConnectorRegions" "Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListAvailableVoiceConnectorRegions'" 'PrefixI 'False) (U1 :: Type -> Type))

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 #

Instances

Instances details
Generic ListAvailableVoiceConnectorRegionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

Read ListAvailableVoiceConnectorRegionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

Show ListAvailableVoiceConnectorRegionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

NFData ListAvailableVoiceConnectorRegionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

Eq ListAvailableVoiceConnectorRegionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

type Rep ListAvailableVoiceConnectorRegionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions

type Rep ListAvailableVoiceConnectorRegionsResponse = D1 ('MetaData "ListAvailableVoiceConnectorRegionsResponse" "Amazonka.ChimeSdkVoice.ListAvailableVoiceConnectorRegions" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListAvailableVoiceConnectorRegionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnectorAwsRegion])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

ListPhoneNumberOrders

data ListPhoneNumberOrders Source #

See: newListPhoneNumberOrders smart constructor.

Instances

Instances details
ToHeaders ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

ToPath ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

ToQuery ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

AWSRequest ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

Associated Types

type AWSResponse ListPhoneNumberOrders #

Generic ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

Associated Types

type Rep ListPhoneNumberOrders :: Type -> Type #

Read ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

Show ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

NFData ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

Methods

rnf :: ListPhoneNumberOrders -> () #

Eq ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

Hashable ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

type AWSResponse ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

type Rep ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

type Rep ListPhoneNumberOrders = D1 ('MetaData "ListPhoneNumberOrders" "Amazonka.ChimeSdkVoice.ListPhoneNumberOrders" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListPhoneNumberOrders'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Generic ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

Associated Types

type Rep ListPhoneNumberOrdersResponse :: Type -> Type #

Show ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

NFData ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

Eq ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

type Rep ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumberOrders

type Rep ListPhoneNumberOrdersResponse = D1 ('MetaData "ListPhoneNumberOrdersResponse" "Amazonka.ChimeSdkVoice.ListPhoneNumberOrders" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListPhoneNumberOrdersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "phoneNumberOrders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberOrder])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

Instances

Instances details
ToHeaders ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

ToPath ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

ToQuery ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

AWSRequest ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

Associated Types

type AWSResponse ListPhoneNumbers #

Generic ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

Associated Types

type Rep ListPhoneNumbers :: Type -> Type #

Read ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

Show ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

NFData ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

Methods

rnf :: ListPhoneNumbers -> () #

Eq ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

Hashable ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

type AWSResponse ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

type Rep ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

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.

Instances

Instances details
Generic ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

Associated Types

type Rep ListPhoneNumbersResponse :: Type -> Type #

Show ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

NFData ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

Eq ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

type Rep ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListPhoneNumbers

type Rep ListPhoneNumbersResponse = D1 ('MetaData "ListPhoneNumbersResponse" "Amazonka.ChimeSdkVoice.ListPhoneNumbers" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListPhoneNumbersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "phoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumber])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

Instances

Instances details
ToHeaders ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

ToPath ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

ToQuery ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

AWSRequest ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Associated Types

type AWSResponse ListProxySessions #

Generic ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Associated Types

type Rep ListProxySessions :: Type -> Type #

Read ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Show ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

NFData ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Methods

rnf :: ListProxySessions -> () #

Eq ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Hashable ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

type AWSResponse ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

type Rep ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

type Rep ListProxySessions = D1 ('MetaData "ListProxySessions" "Amazonka.ChimeSdkVoice.ListProxySessions" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListProxySessions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySessionStatus)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListProxySessions Source #

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.

Instances

Instances details
Generic ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Associated Types

type Rep ListProxySessionsResponse :: Type -> Type #

Show ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

NFData ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Eq ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

type Rep ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

type Rep ListProxySessionsResponse = D1 ('MetaData "ListProxySessionsResponse" "Amazonka.ChimeSdkVoice.ListProxySessions" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListProxySessionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "proxySessions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProxySession])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

Instances

Instances details
ToHeaders ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

ToPath ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

ToQuery ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

AWSPager ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

AWSRequest ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

Generic ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

Associated Types

type Rep ListSipMediaApplications :: Type -> Type #

Read ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

Show ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

NFData ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

Eq ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

Hashable ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

type AWSResponse ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

type Rep ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

type Rep ListSipMediaApplications = D1 ('MetaData "ListSipMediaApplications" "Amazonka.ChimeSdkVoice.ListSipMediaApplications" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListSipMediaApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Generic ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

Associated Types

type Rep ListSipMediaApplicationsResponse :: Type -> Type #

Show ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

NFData ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

Eq ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

type Rep ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipMediaApplications

type Rep ListSipMediaApplicationsResponse = D1 ('MetaData "ListSipMediaApplicationsResponse" "Amazonka.ChimeSdkVoice.ListSipMediaApplications" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListSipMediaApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sipMediaApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SipMediaApplication])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
ToHeaders ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

ToPath ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

ToQuery ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

AWSPager ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

AWSRequest ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

Associated Types

type AWSResponse ListSipRules #

Generic ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

Associated Types

type Rep ListSipRules :: Type -> Type #

Read ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

Show ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

NFData ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

Methods

rnf :: ListSipRules -> () #

Eq ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

Hashable ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

type AWSResponse ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

type Rep ListSipRules Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

type Rep ListSipRules = D1 ('MetaData "ListSipRules" "Amazonka.ChimeSdkVoice.ListSipRules" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListSipRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

Instances details
Generic ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

Associated Types

type Rep ListSipRulesResponse :: Type -> Type #

Read ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

Show ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

NFData ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

Methods

rnf :: ListSipRulesResponse -> () #

Eq ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

type Rep ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSipRules

type Rep ListSipRulesResponse = D1 ('MetaData "ListSipRulesResponse" "Amazonka.ChimeSdkVoice.ListSipRules" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListSipRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sipRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SipRule])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSipRulesResponse Source #

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

Instances details
ToHeaders ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

ToPath ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

ToQuery ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

AWSRequest ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

Generic ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

Associated Types

type Rep ListSupportedPhoneNumberCountries :: Type -> Type #

Read ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

Show ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

NFData ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

Eq ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

Hashable ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

type AWSResponse ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

type Rep ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

type Rep ListSupportedPhoneNumberCountries = D1 ('MetaData "ListSupportedPhoneNumberCountries" "Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListSupportedPhoneNumberCountries'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PhoneNumberProductType)))

newListSupportedPhoneNumberCountries Source #

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 #

Instances

Instances details
Generic ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

Read ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

Show ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

NFData ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

Eq ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

type Rep ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries

type Rep ListSupportedPhoneNumberCountriesResponse = D1 ('MetaData "ListSupportedPhoneNumberCountriesResponse" "Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListSupportedPhoneNumberCountriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberCountries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberCountry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListSupportedPhoneNumberCountriesResponse Source #

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.

Instances

Instances details
ToHeaders ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

ToPath ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

ToQuery ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

AWSRequest ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

Generic ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

Associated Types

type Rep ListVoiceConnectorGroups :: Type -> Type #

Read ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

Show ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

NFData ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

Eq ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

Hashable ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

type AWSResponse ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

type Rep ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

type Rep ListVoiceConnectorGroups = D1 ('MetaData "ListVoiceConnectorGroups" "Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListVoiceConnectorGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Generic ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

Associated Types

type Rep ListVoiceConnectorGroupsResponse :: Type -> Type #

Read ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

Show ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

NFData ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

Eq ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

type Rep ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups

type Rep ListVoiceConnectorGroupsResponse = D1 ('MetaData "ListVoiceConnectorGroupsResponse" "Amazonka.ChimeSdkVoice.ListVoiceConnectorGroups" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListVoiceConnectorGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "voiceConnectorGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnectorGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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 #

Instances

Instances details
ToHeaders ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

ToPath ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

ToQuery ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

AWSRequest ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

Generic ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

Read ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

Show ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

NFData ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

Eq ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

Hashable ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

type AWSResponse ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

type Rep ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

type Rep ListVoiceConnectorTerminationCredentials = D1 ('MetaData "ListVoiceConnectorTerminationCredentials" "Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListVoiceConnectorTerminationCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 #

Instances

Instances details
Generic ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

Show ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

NFData ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

Eq ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

type Rep ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials

type Rep ListVoiceConnectorTerminationCredentialsResponse = D1 ('MetaData "ListVoiceConnectorTerminationCredentialsResponse" "Amazonka.ChimeSdkVoice.ListVoiceConnectorTerminationCredentials" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListVoiceConnectorTerminationCredentialsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usernames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

ListVoiceConnectors

data ListVoiceConnectors Source #

See: newListVoiceConnectors smart constructor.

Instances

Instances details
ToHeaders ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

ToPath ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

ToQuery ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

AWSRequest ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

Associated Types

type AWSResponse ListVoiceConnectors #

Generic ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

Associated Types

type Rep ListVoiceConnectors :: Type -> Type #

Read ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

Show ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

NFData ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

Methods

rnf :: ListVoiceConnectors -> () #

Eq ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

Hashable ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

type AWSResponse ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

type Rep ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

type Rep ListVoiceConnectors = D1 ('MetaData "ListVoiceConnectors" "Amazonka.ChimeSdkVoice.ListVoiceConnectors" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListVoiceConnectors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Generic ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

Associated Types

type Rep ListVoiceConnectorsResponse :: Type -> Type #

Read ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

Show ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

NFData ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

Eq ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

type Rep ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListVoiceConnectors

type Rep ListVoiceConnectorsResponse = D1 ('MetaData "ListVoiceConnectorsResponse" "Amazonka.ChimeSdkVoice.ListVoiceConnectors" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListVoiceConnectorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "voiceConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnector])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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 #

Instances

Instances details
ToJSON PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

ToHeaders PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

ToPath PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

ToQuery PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

AWSRequest PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

Generic PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

Show PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

NFData PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

Eq PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

Hashable PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

type AWSResponse PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

type Rep PutSipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

type Rep PutSipMediaApplicationAlexaSkillConfiguration = D1 ('MetaData "PutSipMediaApplicationAlexaSkillConfiguration" "Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutSipMediaApplicationAlexaSkillConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationAlexaSkillConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationAlexaSkillConfiguration)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

data PutSipMediaApplicationAlexaSkillConfigurationResponse Source #

Instances

Instances details
Generic PutSipMediaApplicationAlexaSkillConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

Show PutSipMediaApplicationAlexaSkillConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

NFData PutSipMediaApplicationAlexaSkillConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

Eq PutSipMediaApplicationAlexaSkillConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

type Rep PutSipMediaApplicationAlexaSkillConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration

type Rep PutSipMediaApplicationAlexaSkillConfigurationResponse = D1 ('MetaData "PutSipMediaApplicationAlexaSkillConfigurationResponse" "Amazonka.ChimeSdkVoice.PutSipMediaApplicationAlexaSkillConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutSipMediaApplicationAlexaSkillConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationAlexaSkillConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationAlexaSkillConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

PutSipMediaApplicationLoggingConfiguration

data PutSipMediaApplicationLoggingConfiguration Source #

Instances

Instances details
ToJSON PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

ToHeaders PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

ToPath PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

ToQuery PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

AWSRequest PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

Generic PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

Read PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

Show PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

NFData PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

Eq PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

Hashable PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

type AWSResponse PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

type Rep PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

type Rep PutSipMediaApplicationLoggingConfiguration = D1 ('MetaData "PutSipMediaApplicationLoggingConfiguration" "Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutSipMediaApplicationLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationLoggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationLoggingConfiguration)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

data PutSipMediaApplicationLoggingConfigurationResponse Source #

Instances

Instances details
Generic PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

Read PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

Show PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

NFData PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

Eq PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

type Rep PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration

type Rep PutSipMediaApplicationLoggingConfigurationResponse = D1 ('MetaData "PutSipMediaApplicationLoggingConfigurationResponse" "Amazonka.ChimeSdkVoice.PutSipMediaApplicationLoggingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutSipMediaApplicationLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationLoggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationLoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

PutVoiceConnectorEmergencyCallingConfiguration

data PutVoiceConnectorEmergencyCallingConfiguration Source #

Instances

Instances details
ToJSON PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

ToHeaders PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

ToPath PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

ToQuery PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

AWSRequest PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

Generic PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

Show PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

NFData PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

Eq PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

Hashable PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

type AWSResponse PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

type Rep PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

type Rep PutVoiceConnectorEmergencyCallingConfiguration = D1 ('MetaData "PutVoiceConnectorEmergencyCallingConfiguration" "Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "emergencyCallingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EmergencyCallingConfiguration)))

data PutVoiceConnectorEmergencyCallingConfigurationResponse Source #

Instances

Instances details
Generic PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

Show PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

NFData PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

Eq PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

type Rep PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration

type Rep PutVoiceConnectorEmergencyCallingConfigurationResponse = D1 ('MetaData "PutVoiceConnectorEmergencyCallingConfigurationResponse" "Amazonka.ChimeSdkVoice.PutVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorEmergencyCallingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emergencyCallingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmergencyCallingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

PutVoiceConnectorLoggingConfiguration

data PutVoiceConnectorLoggingConfiguration Source #

Instances

Instances details
ToJSON PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

ToHeaders PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

ToPath PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

ToQuery PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

AWSRequest PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

Generic PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

Read PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

Show PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

NFData PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

Eq PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

Hashable PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

type AWSResponse PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

type Rep PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

type Rep PutVoiceConnectorLoggingConfiguration = D1 ('MetaData "PutVoiceConnectorLoggingConfiguration" "Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LoggingConfiguration)))

data PutVoiceConnectorLoggingConfigurationResponse Source #

Instances

Instances details
Generic PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

Read PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

Show PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

NFData PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

Eq PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

type Rep PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration

type Rep PutVoiceConnectorLoggingConfigurationResponse = D1 ('MetaData "PutVoiceConnectorLoggingConfigurationResponse" "Amazonka.ChimeSdkVoice.PutVoiceConnectorLoggingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

PutVoiceConnectorOrigination

data PutVoiceConnectorOrigination Source #

See: newPutVoiceConnectorOrigination smart constructor.

Instances

Instances details
ToJSON PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

ToHeaders PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

ToPath PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

ToQuery PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

AWSRequest PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

Generic PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

Associated Types

type Rep PutVoiceConnectorOrigination :: Type -> Type #

Read PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

Show PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

NFData PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

Eq PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

Hashable PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

type AWSResponse PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

type Rep PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

type Rep PutVoiceConnectorOrigination = D1 ('MetaData "PutVoiceConnectorOrigination" "Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorOrigination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "origination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Origination)))

newPutVoiceConnectorOrigination Source #

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 #

Instances

Instances details
Generic PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

Read PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

Show PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

NFData PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

Eq PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

type Rep PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination

type Rep PutVoiceConnectorOriginationResponse = D1 ('MetaData "PutVoiceConnectorOriginationResponse" "Amazonka.ChimeSdkVoice.PutVoiceConnectorOrigination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorOriginationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "origination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Origination)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutVoiceConnectorOriginationResponse Source #

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

Instances details
ToJSON PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

ToHeaders PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

ToPath PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

ToQuery PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

AWSRequest PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

Associated Types

type AWSResponse PutVoiceConnectorProxy #

Generic PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

Associated Types

type Rep PutVoiceConnectorProxy :: Type -> Type #

Show PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

NFData PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

Methods

rnf :: PutVoiceConnectorProxy -> () #

Eq PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

Hashable PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

type AWSResponse PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

type Rep PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

type Rep PutVoiceConnectorProxy = D1 ('MetaData "PutVoiceConnectorProxy" "Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorProxy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "fallBackPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "defaultSessionExpiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "phoneNumberPoolCountries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

data PutVoiceConnectorProxyResponse Source #

See: newPutVoiceConnectorProxyResponse smart constructor.

Instances

Instances details
Generic PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

Associated Types

type Rep PutVoiceConnectorProxyResponse :: Type -> Type #

Show PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

NFData PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

Eq PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

type Rep PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy

type Rep PutVoiceConnectorProxyResponse = D1 ('MetaData "PutVoiceConnectorProxyResponse" "Amazonka.ChimeSdkVoice.PutVoiceConnectorProxy" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorProxyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Proxy)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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 #

Instances

Instances details
ToJSON PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

ToHeaders PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

ToPath PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

ToQuery PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

AWSRequest PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

Generic PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

Read PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

Show PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

NFData PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

Eq PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

Hashable PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

type AWSResponse PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

type Rep PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

type Rep PutVoiceConnectorStreamingConfiguration = D1 ('MetaData "PutVoiceConnectorStreamingConfiguration" "Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "streamingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StreamingConfiguration)))

data PutVoiceConnectorStreamingConfigurationResponse Source #

Instances

Instances details
Generic PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

Read PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

Show PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

NFData PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

Eq PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

type Rep PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration

type Rep PutVoiceConnectorStreamingConfigurationResponse = D1 ('MetaData "PutVoiceConnectorStreamingConfigurationResponse" "Amazonka.ChimeSdkVoice.PutVoiceConnectorStreamingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorStreamingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

PutVoiceConnectorTermination

data PutVoiceConnectorTermination Source #

See: newPutVoiceConnectorTermination smart constructor.

Instances

Instances details
ToJSON PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

ToHeaders PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

ToPath PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

ToQuery PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

AWSRequest PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

Generic PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

Associated Types

type Rep PutVoiceConnectorTermination :: Type -> Type #

Show PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

NFData PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

Eq PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

Hashable PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

type AWSResponse PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

type Rep PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

type Rep PutVoiceConnectorTermination = D1 ('MetaData "PutVoiceConnectorTermination" "Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorTermination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "termination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Termination)))

newPutVoiceConnectorTermination Source #

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 #

Instances

Instances details
Generic PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

Show PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

NFData PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

Eq PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

type Rep PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination

type Rep PutVoiceConnectorTerminationResponse = D1 ('MetaData "PutVoiceConnectorTerminationResponse" "Amazonka.ChimeSdkVoice.PutVoiceConnectorTermination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorTerminationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "termination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Termination)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutVoiceConnectorTerminationResponse Source #

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 #

Instances

Instances details
ToJSON PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

ToHeaders PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

ToPath PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

ToQuery PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

AWSRequest PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

Generic PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

Show PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

NFData PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

Eq PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

Hashable PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

type AWSResponse PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

type Rep PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

type Rep PutVoiceConnectorTerminationCredentials = D1 ('MetaData "PutVoiceConnectorTerminationCredentials" "Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorTerminationCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Credential])) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 #

Instances

Instances details
Generic PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

Read PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

Show PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

NFData PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

Eq PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

type Rep PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials

type Rep PutVoiceConnectorTerminationCredentialsResponse = D1 ('MetaData "PutVoiceConnectorTerminationCredentialsResponse" "Amazonka.ChimeSdkVoice.PutVoiceConnectorTerminationCredentials" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PutVoiceConnectorTerminationCredentialsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

RestorePhoneNumber

data RestorePhoneNumber Source #

See: newRestorePhoneNumber smart constructor.

Instances

Instances details
ToJSON RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

ToHeaders RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

ToPath RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

ToQuery RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

AWSRequest RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

Associated Types

type AWSResponse RestorePhoneNumber #

Generic RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

Associated Types

type Rep RestorePhoneNumber :: Type -> Type #

Show RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

NFData RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

Methods

rnf :: RestorePhoneNumber -> () #

Eq RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

Hashable RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

type AWSResponse RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

type Rep RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

type Rep RestorePhoneNumber = D1 ('MetaData "RestorePhoneNumber" "Amazonka.ChimeSdkVoice.RestorePhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "RestorePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newRestorePhoneNumber Source #

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.

Instances

Instances details
Generic RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

Associated Types

type Rep RestorePhoneNumberResponse :: Type -> Type #

Show RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

NFData RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

Eq RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

type Rep RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.RestorePhoneNumber

type Rep RestorePhoneNumberResponse = D1 ('MetaData "RestorePhoneNumberResponse" "Amazonka.ChimeSdkVoice.RestorePhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "RestorePhoneNumberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumber)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToHeaders SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

ToPath SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

ToQuery SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

AWSRequest SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

Generic SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

Associated Types

type Rep SearchAvailablePhoneNumbers :: Type -> Type #

Read SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

Show SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

NFData SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

Eq SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

Hashable SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

type AWSResponse SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

type Rep SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

type Rep SearchAvailablePhoneNumbers = D1 ('MetaData "SearchAvailablePhoneNumbers" "Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "SearchAvailablePhoneNumbers'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "areaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "city") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "country") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "phoneNumberType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberType))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tollFreePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

data SearchAvailablePhoneNumbersResponse Source #

Instances

Instances details
Generic SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

Show SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

NFData SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

Eq SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

type Rep SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers

type Rep SearchAvailablePhoneNumbersResponse = D1 ('MetaData "SearchAvailablePhoneNumbersResponse" "Amazonka.ChimeSdkVoice.SearchAvailablePhoneNumbers" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "SearchAvailablePhoneNumbersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

UpdateGlobalSettings

data UpdateGlobalSettings Source #

See: newUpdateGlobalSettings smart constructor.

Instances

Instances details
ToJSON UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

ToHeaders UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

ToPath UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

ToQuery UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

AWSRequest UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

Associated Types

type AWSResponse UpdateGlobalSettings #

Generic UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

Associated Types

type Rep UpdateGlobalSettings :: Type -> Type #

Read UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

Show UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

NFData UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

Methods

rnf :: UpdateGlobalSettings -> () #

Eq UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

Hashable UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

type AWSResponse UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

type Rep UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

type Rep UpdateGlobalSettings = D1 ('MetaData "UpdateGlobalSettings" "Amazonka.ChimeSdkVoice.UpdateGlobalSettings" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateGlobalSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorSettings))))

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.

Instances

Instances details
Generic UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

Associated Types

type Rep UpdateGlobalSettingsResponse :: Type -> Type #

Read UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

Show UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

NFData UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

Eq UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

type Rep UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings

type Rep UpdateGlobalSettingsResponse = D1 ('MetaData "UpdateGlobalSettingsResponse" "Amazonka.ChimeSdkVoice.UpdateGlobalSettings" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateGlobalSettingsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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.

Instances

Instances details
ToJSON UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

ToHeaders UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

ToPath UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

ToQuery UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

AWSRequest UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

Associated Types

type AWSResponse UpdatePhoneNumber #

Generic UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

Associated Types

type Rep UpdatePhoneNumber :: Type -> Type #

Show UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

NFData UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

Methods

rnf :: UpdatePhoneNumber -> () #

Eq UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

Hashable UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

type AWSResponse UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

type Rep UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

type Rep UpdatePhoneNumber = D1 ('MetaData "UpdatePhoneNumber" "Amazonka.ChimeSdkVoice.UpdatePhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdatePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newUpdatePhoneNumber Source #

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.

Instances

Instances details
Generic UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

Associated Types

type Rep UpdatePhoneNumberResponse :: Type -> Type #

Show UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

NFData UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

Eq UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

type Rep UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumber

type Rep UpdatePhoneNumberResponse = D1 ('MetaData "UpdatePhoneNumberResponse" "Amazonka.ChimeSdkVoice.UpdatePhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdatePhoneNumberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumber)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToJSON UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

ToHeaders UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

ToPath UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

ToQuery UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

AWSRequest UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

Generic UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

Associated Types

type Rep UpdatePhoneNumberSettings :: Type -> Type #

Show UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

NFData UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

Eq UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

Hashable UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

type AWSResponse UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettings = D1 ('MetaData "UpdatePhoneNumberSettings" "Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdatePhoneNumberSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newUpdatePhoneNumberSettings Source #

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.

Instances

Instances details
Generic UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

Associated Types

type Rep UpdatePhoneNumberSettingsResponse :: Type -> Type #

Read UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

Show UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

NFData UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

Eq UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettingsResponse = D1 ('MetaData "UpdatePhoneNumberSettingsResponse" "Amazonka.ChimeSdkVoice.UpdatePhoneNumberSettings" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdatePhoneNumberSettingsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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.

Instances

Instances details
ToJSON UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

ToHeaders UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

ToPath UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

ToQuery UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

AWSRequest UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

Associated Types

type AWSResponse UpdateProxySession #

Generic UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

Associated Types

type Rep UpdateProxySession :: Type -> Type #

Read UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

Show UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

NFData UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

Methods

rnf :: UpdateProxySession -> () #

Eq UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

Hashable UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

type AWSResponse UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

type Rep UpdateProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

type Rep UpdateProxySession = D1 ('MetaData "UpdateProxySession" "Amazonka.ChimeSdkVoice.UpdateProxySession" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateProxySession'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Capability])) :*: (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateProxySession Source #

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.

Instances

Instances details
Generic UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

Associated Types

type Rep UpdateProxySessionResponse :: Type -> Type #

Show UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

NFData UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

Eq UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

type Rep UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateProxySession

type Rep UpdateProxySessionResponse = D1 ('MetaData "UpdateProxySessionResponse" "Amazonka.ChimeSdkVoice.UpdateProxySession" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateProxySessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxySession") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySession)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToJSON UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

ToHeaders UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

ToPath UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

ToQuery UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

AWSRequest UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

Generic UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

Associated Types

type Rep UpdateSipMediaApplication :: Type -> Type #

Show UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

NFData UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

Eq UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

Hashable UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

type AWSResponse UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

type Rep UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

type Rep UpdateSipMediaApplication = D1 ('MetaData "UpdateSipMediaApplication" "Amazonka.ChimeSdkVoice.UpdateSipMediaApplication" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SipMediaApplicationEndpoint))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateSipMediaApplication Source #

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.

Instances

Instances details
Generic UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

Associated Types

type Rep UpdateSipMediaApplicationResponse :: Type -> Type #

Show UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

NFData UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

Eq UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

type Rep UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplication

type Rep UpdateSipMediaApplicationResponse = D1 ('MetaData "UpdateSipMediaApplicationResponse" "Amazonka.ChimeSdkVoice.UpdateSipMediaApplication" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateSipMediaApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplication)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSipMediaApplicationResponse Source #

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

Instances details
ToJSON UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

ToHeaders UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

ToPath UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

ToQuery UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

AWSRequest UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

Generic UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

Associated Types

type Rep UpdateSipMediaApplicationCall :: Type -> Type #

Show UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

NFData UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

Eq UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

Hashable UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

type AWSResponse UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

type Rep UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

type Rep UpdateSipMediaApplicationCall = D1 ('MetaData "UpdateSipMediaApplicationCall" "Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateSipMediaApplicationCall'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "transactionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "arguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text (Sensitive Text))))))

newUpdateSipMediaApplicationCall Source #

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 #

Instances

Instances details
Generic UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

Read UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

Show UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

NFData UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

Eq UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

type Rep UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall

type Rep UpdateSipMediaApplicationCallResponse = D1 ('MetaData "UpdateSipMediaApplicationCallResponse" "Amazonka.ChimeSdkVoice.UpdateSipMediaApplicationCall" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateSipMediaApplicationCallResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationCall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationCall)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSipMediaApplicationCallResponse Source #

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.

Instances

Instances details
ToJSON UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

ToHeaders UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

ToPath UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

ToQuery UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

AWSRequest UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

Associated Types

type AWSResponse UpdateSipRule #

Generic UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

Associated Types

type Rep UpdateSipRule :: Type -> Type #

Read UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

Show UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

NFData UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

Methods

rnf :: UpdateSipRule -> () #

Eq UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

Hashable UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

type AWSResponse UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

type Rep UpdateSipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

type Rep UpdateSipRule = D1 ('MetaData "UpdateSipRule" "Amazonka.ChimeSdkVoice.UpdateSipRule" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateSipRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "targetApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SipRuleTargetApplication)))) :*: (S1 ('MetaSel ('Just "sipRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateSipRule Source #

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.

Instances

Instances details
Generic UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

Associated Types

type Rep UpdateSipRuleResponse :: Type -> Type #

Read UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

Show UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

NFData UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

Methods

rnf :: UpdateSipRuleResponse -> () #

Eq UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

type Rep UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateSipRule

type Rep UpdateSipRuleResponse = D1 ('MetaData "UpdateSipRuleResponse" "Amazonka.ChimeSdkVoice.UpdateSipRule" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateSipRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipRule)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToJSON UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

ToHeaders UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

ToPath UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

ToQuery UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

AWSRequest UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

Associated Types

type AWSResponse UpdateVoiceConnector #

Generic UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

Associated Types

type Rep UpdateVoiceConnector :: Type -> Type #

Read UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

Show UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

NFData UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

Methods

rnf :: UpdateVoiceConnector -> () #

Eq UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

Hashable UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

type AWSResponse UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

type Rep UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

type Rep UpdateVoiceConnector = D1 ('MetaData "UpdateVoiceConnector" "Amazonka.ChimeSdkVoice.UpdateVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "requireEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newUpdateVoiceConnector Source #

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.

Instances

Instances details
Generic UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

Associated Types

type Rep UpdateVoiceConnectorResponse :: Type -> Type #

Read UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

Show UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

NFData UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

Eq UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

type Rep UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnector

type Rep UpdateVoiceConnectorResponse = D1 ('MetaData "UpdateVoiceConnectorResponse" "Amazonka.ChimeSdkVoice.UpdateVoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateVoiceConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnector)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
ToJSON UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

ToHeaders UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

ToPath UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

ToQuery UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

AWSRequest UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

Generic UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

Associated Types

type Rep UpdateVoiceConnectorGroup :: Type -> Type #

Read UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

Show UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

NFData UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

Eq UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

Hashable UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

type AWSResponse UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

type Rep UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

type Rep UpdateVoiceConnectorGroup = D1 ('MetaData "UpdateVoiceConnectorGroup" "Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "voiceConnectorItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [VoiceConnectorItem]))))

newUpdateVoiceConnectorGroup Source #

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.

Instances

Instances details
Generic UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

Associated Types

type Rep UpdateVoiceConnectorGroupResponse :: Type -> Type #

Read UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

Show UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

NFData UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

Eq UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

type Rep UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup

type Rep UpdateVoiceConnectorGroupResponse = D1 ('MetaData "UpdateVoiceConnectorGroupResponse" "Amazonka.ChimeSdkVoice.UpdateVoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdateVoiceConnectorGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateVoiceConnectorGroupResponse Source #

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.

Instances

Instances details
ToJSON ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

ToHeaders ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

ToPath ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

ToQuery ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

AWSRequest ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

Associated Types

type AWSResponse ValidateE911Address #

Generic ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

Associated Types

type Rep ValidateE911Address :: Type -> Type #

Show ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

NFData ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

Methods

rnf :: ValidateE911Address -> () #

Eq ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

Hashable ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

type AWSResponse ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

type Rep ValidateE911Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

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.

Instances

Instances details
Generic ValidateE911AddressResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

Associated Types

type Rep ValidateE911AddressResponse :: Type -> Type #

Show ValidateE911AddressResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

NFData ValidateE911AddressResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

Eq ValidateE911AddressResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

type Rep ValidateE911AddressResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ValidateE911Address

type Rep ValidateE911AddressResponse = D1 ('MetaData "ValidateE911AddressResponse" "Amazonka.ChimeSdkVoice.ValidateE911Address" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ValidateE911AddressResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Address)) :*: S1 ('MetaSel ('Just "addressExternalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "candidateAddressList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CandidateAddress])) :*: (S1 ('MetaSel ('Just "validationResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

Types

AlexaSkillStatus

newtype AlexaSkillStatus Source #

Instances

Instances details
FromJSON AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

FromJSONKey AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

ToJSON AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

ToJSONKey AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

ToByteString AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

ToHeader AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

ToLog AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

ToQuery AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

FromText AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

ToText AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

FromXML AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

ToXML AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

Generic AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

Associated Types

type Rep AlexaSkillStatus :: Type -> Type #

Read AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

Show AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

NFData AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

Methods

rnf :: AlexaSkillStatus -> () #

Eq AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

Ord AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

Hashable AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

type Rep AlexaSkillStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus

type Rep AlexaSkillStatus = D1 ('MetaData "AlexaSkillStatus" "Amazonka.ChimeSdkVoice.Types.AlexaSkillStatus" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "AlexaSkillStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlexaSkillStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CallingNameStatus

newtype CallingNameStatus Source #

Instances

Instances details
FromJSON CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

FromJSONKey CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

ToJSON CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

ToJSONKey CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

ToByteString CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

ToHeader CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

ToLog CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

ToQuery CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

FromText CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

ToText CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

FromXML CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

ToXML CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

Generic CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

Associated Types

type Rep CallingNameStatus :: Type -> Type #

Read CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

Show CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

NFData CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

Methods

rnf :: CallingNameStatus -> () #

Eq CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

Ord CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

Hashable CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

type Rep CallingNameStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CallingNameStatus

type Rep CallingNameStatus = D1 ('MetaData "CallingNameStatus" "Amazonka.ChimeSdkVoice.Types.CallingNameStatus" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "CallingNameStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCallingNameStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Capability

newtype Capability Source #

Constructors

Capability' 

Fields

Bundled Patterns

pattern Capability_SMS :: Capability 
pattern Capability_Voice :: Capability 

Instances

Instances details
FromJSON Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

FromJSONKey Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

ToJSON Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

ToJSONKey Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

ToByteString Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

ToHeader Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

ToLog Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

ToQuery Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

FromText Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

ToText Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

Methods

toText :: Capability -> Text #

FromXML Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

ToXML Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

Methods

toXML :: Capability -> XML #

Generic Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

Associated Types

type Rep Capability :: Type -> Type #

Read Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

Show Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

NFData Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

Methods

rnf :: Capability -> () #

Eq Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

Ord Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

Hashable Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

type Rep Capability Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Capability

type Rep Capability = D1 ('MetaData "Capability" "Amazonka.ChimeSdkVoice.Types.Capability" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "Capability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCapability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ErrorCode

newtype ErrorCode Source #

Constructors

ErrorCode' 

Fields

Instances

Instances details
FromJSON ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

FromJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

ToJSON ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

ToJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

ToByteString ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

Methods

toBS :: ErrorCode -> ByteString #

ToHeader ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

ToLog ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

ToQuery ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

FromText ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

ToText ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

Methods

toText :: ErrorCode -> Text #

FromXML ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

ToXML ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

Methods

toXML :: ErrorCode -> XML #

Generic ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

Associated Types

type Rep ErrorCode :: Type -> Type #

Read ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

Show ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

NFData ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

Methods

rnf :: ErrorCode -> () #

Eq ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

Ord ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

Hashable ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

type Rep ErrorCode Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ErrorCode

type Rep ErrorCode = D1 ('MetaData "ErrorCode" "Amazonka.ChimeSdkVoice.Types.ErrorCode" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "ErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GeoMatchLevel

newtype GeoMatchLevel Source #

Constructors

GeoMatchLevel' 

Instances

Instances details
FromJSON GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

FromJSONKey GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

ToJSON GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

ToJSONKey GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

ToByteString GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

ToHeader GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

ToLog GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

ToQuery GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

FromText GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

ToText GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

Methods

toText :: GeoMatchLevel -> Text #

FromXML GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

ToXML GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

Methods

toXML :: GeoMatchLevel -> XML #

Generic GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

Associated Types

type Rep GeoMatchLevel :: Type -> Type #

Read GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

Show GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

NFData GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

Methods

rnf :: GeoMatchLevel -> () #

Eq GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

Ord GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

Hashable GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

type Rep GeoMatchLevel Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchLevel

type Rep GeoMatchLevel = D1 ('MetaData "GeoMatchLevel" "Amazonka.ChimeSdkVoice.Types.GeoMatchLevel" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "GeoMatchLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGeoMatchLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotificationTarget

newtype NotificationTarget Source #

Instances

Instances details
FromJSON NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

FromJSONKey NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

ToJSON NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

ToJSONKey NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

ToByteString NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

ToHeader NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

ToLog NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

ToQuery NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

FromText NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

ToText NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

FromXML NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

ToXML NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

Generic NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

Associated Types

type Rep NotificationTarget :: Type -> Type #

Read NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

Show NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

NFData NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

Methods

rnf :: NotificationTarget -> () #

Eq NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

Ord NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

Hashable NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

type Rep NotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NotificationTarget

type Rep NotificationTarget = D1 ('MetaData "NotificationTarget" "Amazonka.ChimeSdkVoice.Types.NotificationTarget" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "NotificationTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotificationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NumberSelectionBehavior

newtype NumberSelectionBehavior Source #

Instances

Instances details
FromJSON NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

FromJSONKey NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

ToJSON NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

ToJSONKey NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

ToByteString NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

ToHeader NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

ToLog NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

ToQuery NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

FromText NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

ToText NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

FromXML NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

ToXML NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

Generic NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

Associated Types

type Rep NumberSelectionBehavior :: Type -> Type #

Read NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

Show NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

NFData NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

Methods

rnf :: NumberSelectionBehavior -> () #

Eq NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

Ord NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

Hashable NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

type Rep NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior

type Rep NumberSelectionBehavior = D1 ('MetaData "NumberSelectionBehavior" "Amazonka.ChimeSdkVoice.Types.NumberSelectionBehavior" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "NumberSelectionBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNumberSelectionBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderedPhoneNumberStatus

newtype OrderedPhoneNumberStatus Source #

Instances

Instances details
FromJSON OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

FromJSONKey OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

ToJSON OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

ToJSONKey OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

ToByteString OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

ToHeader OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

ToLog OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

ToQuery OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

FromText OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

ToText OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

FromXML OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

ToXML OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

Generic OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

Associated Types

type Rep OrderedPhoneNumberStatus :: Type -> Type #

Read OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

Show OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

NFData OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

Eq OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

Ord OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

Hashable OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

type Rep OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus

type Rep OrderedPhoneNumberStatus = D1 ('MetaData "OrderedPhoneNumberStatus" "Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumberStatus" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "OrderedPhoneNumberStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderedPhoneNumberStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OriginationRouteProtocol

newtype OriginationRouteProtocol Source #

Instances

Instances details
FromJSON OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

FromJSONKey OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

ToJSON OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

ToJSONKey OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

ToByteString OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

ToHeader OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

ToLog OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

ToQuery OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

FromText OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

ToText OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

FromXML OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

ToXML OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

Generic OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

Associated Types

type Rep OriginationRouteProtocol :: Type -> Type #

Read OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

Show OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

NFData OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

Eq OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

Ord OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

Hashable OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

type Rep OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol

type Rep OriginationRouteProtocol = D1 ('MetaData "OriginationRouteProtocol" "Amazonka.ChimeSdkVoice.Types.OriginationRouteProtocol" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "OriginationRouteProtocol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOriginationRouteProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberAssociationName

newtype PhoneNumberAssociationName Source #

Instances

Instances details
FromJSON PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

FromJSONKey PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

ToJSON PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

ToJSONKey PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

ToByteString PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

ToHeader PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

ToLog PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

ToQuery PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

FromText PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

ToText PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

FromXML PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

ToXML PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

Generic PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

Associated Types

type Rep PhoneNumberAssociationName :: Type -> Type #

Read PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

Show PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

NFData PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

Eq PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

Ord PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

Hashable PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

type Rep PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName

type Rep PhoneNumberAssociationName = D1 ('MetaData "PhoneNumberAssociationName" "Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociationName" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "PhoneNumberAssociationName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberAssociationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberOrderStatus

newtype PhoneNumberOrderStatus Source #

Instances

Instances details
FromJSON PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

FromJSONKey PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

ToJSON PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

ToJSONKey PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

ToByteString PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

ToHeader PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

ToLog PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

ToQuery PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

FromText PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

ToText PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

FromXML PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

ToXML PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

Generic PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

Associated Types

type Rep PhoneNumberOrderStatus :: Type -> Type #

Read PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

Show PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

NFData PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

Methods

rnf :: PhoneNumberOrderStatus -> () #

Eq PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

Ord PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

Hashable PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

type Rep PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus

type Rep PhoneNumberOrderStatus = D1 ('MetaData "PhoneNumberOrderStatus" "Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderStatus" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "PhoneNumberOrderStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberOrderStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberOrderType

newtype PhoneNumberOrderType Source #

Instances

Instances details
FromJSON PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

FromJSONKey PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

ToJSON PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

ToJSONKey PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

ToByteString PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

ToHeader PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

ToLog PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

ToQuery PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

FromText PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

ToText PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

FromXML PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

ToXML PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

Generic PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

Associated Types

type Rep PhoneNumberOrderType :: Type -> Type #

Read PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

Show PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

NFData PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

Methods

rnf :: PhoneNumberOrderType -> () #

Eq PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

Ord PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

Hashable PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

type Rep PhoneNumberOrderType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType

type Rep PhoneNumberOrderType = D1 ('MetaData "PhoneNumberOrderType" "Amazonka.ChimeSdkVoice.Types.PhoneNumberOrderType" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "PhoneNumberOrderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberOrderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberProductType

newtype PhoneNumberProductType Source #

Instances

Instances details
FromJSON PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

FromJSONKey PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

ToJSON PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

ToJSONKey PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

ToByteString PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

ToHeader PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

ToLog PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

ToQuery PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

FromText PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

ToText PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

FromXML PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

ToXML PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

Generic PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

Associated Types

type Rep PhoneNumberProductType :: Type -> Type #

Read PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

Show PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

NFData PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

Methods

rnf :: PhoneNumberProductType -> () #

Eq PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

Ord PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

Hashable PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

type Rep PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType

type Rep PhoneNumberProductType = D1 ('MetaData "PhoneNumberProductType" "Amazonka.ChimeSdkVoice.Types.PhoneNumberProductType" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "PhoneNumberProductType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberProductType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberStatus

newtype PhoneNumberStatus Source #

Instances

Instances details
FromJSON PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

FromJSONKey PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

ToJSON PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

ToJSONKey PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

ToByteString PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

ToHeader PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

ToLog PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

ToQuery PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

FromText PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

ToText PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

FromXML PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

ToXML PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

Generic PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

Associated Types

type Rep PhoneNumberStatus :: Type -> Type #

Read PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

Show PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

NFData PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

Methods

rnf :: PhoneNumberStatus -> () #

Eq PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

Ord PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

Hashable PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

type Rep PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus

type Rep PhoneNumberStatus = D1 ('MetaData "PhoneNumberStatus" "Amazonka.ChimeSdkVoice.Types.PhoneNumberStatus" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "PhoneNumberStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberType

newtype PhoneNumberType Source #

Constructors

PhoneNumberType' 

Instances

Instances details
FromJSON PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

FromJSONKey PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

ToJSON PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

ToJSONKey PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

ToByteString PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

ToHeader PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

ToLog PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

ToQuery PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

FromText PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

ToText PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

FromXML PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

ToXML PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

Methods

toXML :: PhoneNumberType -> XML #

Generic PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

Associated Types

type Rep PhoneNumberType :: Type -> Type #

Read PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

Show PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

NFData PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

Methods

rnf :: PhoneNumberType -> () #

Eq PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

Ord PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

Hashable PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

type Rep PhoneNumberType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberType

type Rep PhoneNumberType = D1 ('MetaData "PhoneNumberType" "Amazonka.ChimeSdkVoice.Types.PhoneNumberType" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "PhoneNumberType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProxySessionStatus

newtype ProxySessionStatus Source #

Instances

Instances details
FromJSON ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

FromJSONKey ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

ToJSON ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

ToJSONKey ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

ToByteString ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

ToHeader ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

ToLog ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

ToQuery ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

FromText ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

ToText ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

FromXML ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

ToXML ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

Generic ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

Associated Types

type Rep ProxySessionStatus :: Type -> Type #

Read ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

Show ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

NFData ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

Methods

rnf :: ProxySessionStatus -> () #

Eq ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

Ord ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

Hashable ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

type Rep ProxySessionStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySessionStatus

type Rep ProxySessionStatus = D1 ('MetaData "ProxySessionStatus" "Amazonka.ChimeSdkVoice.Types.ProxySessionStatus" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "ProxySessionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProxySessionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SipRuleTriggerType

newtype SipRuleTriggerType Source #

Instances

Instances details
FromJSON SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

FromJSONKey SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

ToJSON SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

ToJSONKey SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

ToByteString SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

ToHeader SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

ToLog SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

ToQuery SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

FromText SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

ToText SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

FromXML SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

ToXML SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

Generic SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

Associated Types

type Rep SipRuleTriggerType :: Type -> Type #

Read SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

Show SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

NFData SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

Methods

rnf :: SipRuleTriggerType -> () #

Eq SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

Ord SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

Hashable SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

type Rep SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType

type Rep SipRuleTriggerType = D1 ('MetaData "SipRuleTriggerType" "Amazonka.ChimeSdkVoice.Types.SipRuleTriggerType" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "SipRuleTriggerType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSipRuleTriggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VoiceConnectorAwsRegion

newtype VoiceConnectorAwsRegion Source #

Instances

Instances details
FromJSON VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

FromJSONKey VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

ToJSON VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

ToJSONKey VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

ToByteString VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

ToHeader VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

ToLog VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

ToQuery VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

FromText VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

ToText VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

FromXML VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

ToXML VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

Generic VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

Associated Types

type Rep VoiceConnectorAwsRegion :: Type -> Type #

Read VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

Show VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

NFData VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

Methods

rnf :: VoiceConnectorAwsRegion -> () #

Eq VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

Ord VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

Hashable VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

type Rep VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion

type Rep VoiceConnectorAwsRegion = D1 ('MetaData "VoiceConnectorAwsRegion" "Amazonka.ChimeSdkVoice.Types.VoiceConnectorAwsRegion" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'True) (C1 ('MetaCons "VoiceConnectorAwsRegion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVoiceConnectorAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Address

data Address Source #

See: newAddress smart constructor.

Instances

Instances details
FromJSON Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Address

Generic Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Address

Associated Types

type Rep Address :: Type -> Type #

Methods

from :: Address -> Rep Address x #

to :: Rep Address x -> Address #

Show Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Address

NFData Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Address

Methods

rnf :: Address -> () #

Eq Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Address

Methods

(==) :: Address -> Address -> Bool #

(/=) :: Address -> Address -> Bool #

Hashable Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Address

Methods

hashWithSalt :: Int -> Address -> Int #

hash :: Address -> Int #

type Rep Address Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Address

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.

Instances

Instances details
FromJSON CandidateAddress Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CandidateAddress

Generic CandidateAddress Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CandidateAddress

Associated Types

type Rep CandidateAddress :: Type -> Type #

Show CandidateAddress Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CandidateAddress

NFData CandidateAddress Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CandidateAddress

Methods

rnf :: CandidateAddress -> () #

Eq CandidateAddress Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CandidateAddress

Hashable CandidateAddress Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CandidateAddress

type Rep CandidateAddress Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.CandidateAddress

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

Instances details
ToJSON Credential Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Credential

Generic Credential Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Credential

Associated Types

type Rep Credential :: Type -> Type #

Show Credential Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Credential

NFData Credential Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Credential

Methods

rnf :: Credential -> () #

Eq Credential Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Credential

Hashable Credential Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Credential

type Rep Credential Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Credential

type Rep Credential = D1 ('MetaData "Credential" "Amazonka.ChimeSdkVoice.Types.Credential" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "Credential'" 'PrefixI 'True) (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

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

Instances details
FromJSON DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

ToJSON DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

Generic DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

Associated Types

type Rep DNISEmergencyCallingConfiguration :: Type -> Type #

Show DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

NFData DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

Eq DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

Hashable DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

type Rep DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

type Rep DNISEmergencyCallingConfiguration = D1 ('MetaData "DNISEmergencyCallingConfiguration" "Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "DNISEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "testPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "emergencyPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "callingCountry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

EmergencyCallingConfiguration

data EmergencyCallingConfiguration Source #

See: newEmergencyCallingConfiguration smart constructor.

Instances

Instances details
FromJSON EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.EmergencyCallingConfiguration

ToJSON EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.EmergencyCallingConfiguration

Generic EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.EmergencyCallingConfiguration

Associated Types

type Rep EmergencyCallingConfiguration :: Type -> Type #

Show EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.EmergencyCallingConfiguration

NFData EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.EmergencyCallingConfiguration

Eq EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.EmergencyCallingConfiguration

Hashable EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.EmergencyCallingConfiguration

type Rep EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.EmergencyCallingConfiguration

type Rep EmergencyCallingConfiguration = D1 ('MetaData "EmergencyCallingConfiguration" "Amazonka.ChimeSdkVoice.Types.EmergencyCallingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "EmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DNISEmergencyCallingConfiguration]))))

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

Instances details
FromJSON GeoMatchParams Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchParams

ToJSON GeoMatchParams Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchParams

Generic GeoMatchParams Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchParams

Associated Types

type Rep GeoMatchParams :: Type -> Type #

Read GeoMatchParams Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchParams

Show GeoMatchParams Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchParams

NFData GeoMatchParams Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchParams

Methods

rnf :: GeoMatchParams -> () #

Eq GeoMatchParams Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchParams

Hashable GeoMatchParams Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchParams

type Rep GeoMatchParams Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.GeoMatchParams

type Rep GeoMatchParams = D1 ('MetaData "GeoMatchParams" "Amazonka.ChimeSdkVoice.Types.GeoMatchParams" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "GeoMatchParams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "country") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "areaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGeoMatchParams Source #

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.

Instances

Instances details
FromJSON LoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.LoggingConfiguration

ToJSON LoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.LoggingConfiguration

Generic LoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.LoggingConfiguration

Associated Types

type Rep LoggingConfiguration :: Type -> Type #

Read LoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.LoggingConfiguration

Show LoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.LoggingConfiguration

NFData LoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.LoggingConfiguration

Methods

rnf :: LoggingConfiguration -> () #

Eq LoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.LoggingConfiguration

Hashable LoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.LoggingConfiguration

type Rep LoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.LoggingConfiguration

type Rep LoggingConfiguration = D1 ('MetaData "LoggingConfiguration" "Amazonka.ChimeSdkVoice.Types.LoggingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "LoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableSIPLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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.

Instances

Instances details
FromJSON OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumber

Generic OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumber

Associated Types

type Rep OrderedPhoneNumber :: Type -> Type #

Show OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumber

NFData OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumber

Methods

rnf :: OrderedPhoneNumber -> () #

Eq OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumber

Hashable OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumber

type Rep OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumber

type Rep OrderedPhoneNumber = D1 ('MetaData "OrderedPhoneNumber" "Amazonka.ChimeSdkVoice.Types.OrderedPhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "OrderedPhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "e164PhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderedPhoneNumberStatus))))

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.

Instances

Instances details
FromJSON Origination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Origination

ToJSON Origination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Origination

Generic Origination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Origination

Associated Types

type Rep Origination :: Type -> Type #

Read Origination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Origination

Show Origination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Origination

NFData Origination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Origination

Methods

rnf :: Origination -> () #

Eq Origination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Origination

Hashable Origination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Origination

type Rep Origination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Origination

type Rep Origination = D1 ('MetaData "Origination" "Amazonka.ChimeSdkVoice.Types.Origination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "Origination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "routes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OriginationRoute]))))

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.

Instances

Instances details
FromJSON OriginationRoute Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRoute

ToJSON OriginationRoute Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRoute

Generic OriginationRoute Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRoute

Associated Types

type Rep OriginationRoute :: Type -> Type #

Read OriginationRoute Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRoute

Show OriginationRoute Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRoute

NFData OriginationRoute Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRoute

Methods

rnf :: OriginationRoute -> () #

Eq OriginationRoute Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRoute

Hashable OriginationRoute Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRoute

type Rep OriginationRoute Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.OriginationRoute

type Rep OriginationRoute = D1 ('MetaData "OriginationRoute" "Amazonka.ChimeSdkVoice.Types.OriginationRoute" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "OriginationRoute'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OriginationRouteProtocol)) :*: S1 ('MetaSel ('Just "weight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

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

Instances details
FromJSON Participant Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Participant

Generic Participant Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Participant

Associated Types

type Rep Participant :: Type -> Type #

Show Participant Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Participant

NFData Participant Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Participant

Methods

rnf :: Participant -> () #

Eq Participant Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Participant

Hashable Participant Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Participant

type Rep Participant Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Participant

type Rep Participant = D1 ('MetaData "Participant" "Amazonka.ChimeSdkVoice.Types.Participant" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "Participant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "proxyPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

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.

Instances

Instances details
FromJSON PhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumber

Generic PhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumber

Associated Types

type Rep PhoneNumber :: Type -> Type #

Show PhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumber

NFData PhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumber

Methods

rnf :: PhoneNumber -> () #

Eq PhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumber

Hashable PhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumber

type Rep PhoneNumber Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumber

type Rep PhoneNumber = D1 ('MetaData "PhoneNumber" "Amazonka.ChimeSdkVoice.Types.PhoneNumber" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PhoneNumber'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "associations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberAssociation])) :*: (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "callingNameStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallingNameStatus)))) :*: ((S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberCapabilities)) :*: S1 ('MetaSel ('Just "country") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "deletionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 ('MetaSel ('Just "e164PhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "orderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: ((S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberStatus))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberType)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))))

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.

Instances

Instances details
FromJSON PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociation

Generic PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociation

Associated Types

type Rep PhoneNumberAssociation :: Type -> Type #

Read PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociation

Show PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociation

NFData PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociation

Methods

rnf :: PhoneNumberAssociation -> () #

Eq PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociation

Hashable PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociation

type Rep PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociation

type Rep PhoneNumberAssociation = D1 ('MetaData "PhoneNumberAssociation" "Amazonka.ChimeSdkVoice.Types.PhoneNumberAssociation" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PhoneNumberAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberAssociationName)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

Instances

Instances details
FromJSON PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCapabilities

Generic PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCapabilities

Associated Types

type Rep PhoneNumberCapabilities :: Type -> Type #

Read PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCapabilities

Show PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCapabilities

NFData PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCapabilities

Methods

rnf :: PhoneNumberCapabilities -> () #

Eq PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCapabilities

Hashable PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCapabilities

type Rep PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCapabilities

type Rep PhoneNumberCapabilities = D1 ('MetaData "PhoneNumberCapabilities" "Amazonka.ChimeSdkVoice.Types.PhoneNumberCapabilities" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PhoneNumberCapabilities'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inboundCall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "inboundMMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "inboundSMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "outboundCall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "outboundMMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "outboundSMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

PhoneNumberCountry

data PhoneNumberCountry Source #

See: newPhoneNumberCountry smart constructor.

Instances

Instances details
FromJSON PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCountry

Generic PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCountry

Associated Types

type Rep PhoneNumberCountry :: Type -> Type #

Read PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCountry

Show PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCountry

NFData PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCountry

Methods

rnf :: PhoneNumberCountry -> () #

Eq PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCountry

Hashable PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCountry

type Rep PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberCountry

type Rep PhoneNumberCountry = D1 ('MetaData "PhoneNumberCountry" "Amazonka.ChimeSdkVoice.Types.PhoneNumberCountry" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PhoneNumberCountry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportedPhoneNumberTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberType]))))

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

Instances details
FromJSON PhoneNumberError Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberError

Generic PhoneNumberError Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberError

Associated Types

type Rep PhoneNumberError :: Type -> Type #

Show PhoneNumberError Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberError

NFData PhoneNumberError Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberError

Methods

rnf :: PhoneNumberError -> () #

Eq PhoneNumberError Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberError

Hashable PhoneNumberError Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberError

type Rep PhoneNumberError Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberError

type Rep PhoneNumberError = D1 ('MetaData "PhoneNumberError" "Amazonka.ChimeSdkVoice.Types.PhoneNumberError" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PhoneNumberError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

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.

Instances

Instances details
FromJSON PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrder

Generic PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrder

Associated Types

type Rep PhoneNumberOrder :: Type -> Type #

Show PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrder

NFData PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrder

Methods

rnf :: PhoneNumberOrder -> () #

Eq PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrder

Hashable PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrder

type Rep PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.PhoneNumberOrder

type Rep PhoneNumberOrder = D1 ('MetaData "PhoneNumberOrder" "Amazonka.ChimeSdkVoice.Types.PhoneNumberOrder" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "PhoneNumberOrder'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "orderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberOrderType)) :*: S1 ('MetaSel ('Just "orderedPhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrderedPhoneNumber])))) :*: ((S1 ('MetaSel ('Just "phoneNumberOrderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberOrderStatus)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

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

data Proxy Source #

See: newProxy smart constructor.

Constructors

Proxy' (Maybe Int) (Maybe Bool) (Maybe (Sensitive Text)) (Maybe [Text]) 

Instances

Instances details
FromJSON Proxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Proxy

Generic Proxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Proxy

Associated Types

type Rep Proxy :: Type -> Type #

Methods

from :: Proxy -> Rep Proxy x #

to :: Rep Proxy x -> Proxy #

Show Proxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Proxy

Methods

showsPrec :: Int -> Proxy -> ShowS #

show :: Proxy -> String #

showList :: [Proxy] -> ShowS #

NFData Proxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Proxy

Methods

rnf :: Proxy -> () #

Eq Proxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Proxy

Methods

(==) :: Proxy -> Proxy -> Bool #

(/=) :: Proxy -> Proxy -> Bool #

Hashable Proxy Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Proxy

Methods

hashWithSalt :: Int -> Proxy -> Int #

hash :: Proxy -> Int #

type Rep Proxy Source # 
Instance details

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])))))

newProxy :: Proxy Source #

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.

Instances

Instances details
FromJSON ProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySession

Generic ProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySession

Associated Types

type Rep ProxySession :: Type -> Type #

Show ProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySession

NFData ProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySession

Methods

rnf :: ProxySession -> () #

Eq ProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySession

Hashable ProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySession

type Rep ProxySession Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.ProxySession

type Rep ProxySession = D1 ('MetaData "ProxySession" "Amazonka.ChimeSdkVoice.Types.ProxySession" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ProxySession'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "endedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "expiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "geoMatchLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoMatchLevel)) :*: S1 ('MetaSel ('Just "geoMatchParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoMatchParams))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "numberSelectionBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberSelectionBehavior)) :*: S1 ('MetaSel ('Just "participants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Participant])))) :*: ((S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySessionStatus))) :*: (S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

SipMediaApplication

data SipMediaApplication Source #

See: newSipMediaApplication smart constructor.

Instances

Instances details
FromJSON SipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplication

Generic SipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplication

Associated Types

type Rep SipMediaApplication :: Type -> Type #

Show SipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplication

NFData SipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplication

Methods

rnf :: SipMediaApplication -> () #

Eq SipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplication

Hashable SipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplication

type Rep SipMediaApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplication

type Rep SipMediaApplication = D1 ('MetaData "SipMediaApplication" "Amazonka.ChimeSdkVoice.Types.SipMediaApplication" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "SipMediaApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SipMediaApplicationEndpoint))))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

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 #

Instances

Instances details
FromJSON SipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationAlexaSkillConfiguration

ToJSON SipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationAlexaSkillConfiguration

Generic SipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationAlexaSkillConfiguration

Show SipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationAlexaSkillConfiguration

NFData SipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationAlexaSkillConfiguration

Eq SipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationAlexaSkillConfiguration

Hashable SipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationAlexaSkillConfiguration

type Rep SipMediaApplicationAlexaSkillConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationAlexaSkillConfiguration

type Rep SipMediaApplicationAlexaSkillConfiguration = D1 ('MetaData "SipMediaApplicationAlexaSkillConfiguration" "Amazonka.ChimeSdkVoice.Types.SipMediaApplicationAlexaSkillConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "SipMediaApplicationAlexaSkillConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alexaSkillStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlexaSkillStatus) :*: S1 ('MetaSel ('Just "alexaSkillIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty (Sensitive Text)))))

SipMediaApplicationCall

data SipMediaApplicationCall Source #

See: newSipMediaApplicationCall smart constructor.

Instances

Instances details
FromJSON SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationCall

Generic SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationCall

Associated Types

type Rep SipMediaApplicationCall :: Type -> Type #

Read SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationCall

Show SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationCall

NFData SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationCall

Methods

rnf :: SipMediaApplicationCall -> () #

Eq SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationCall

Hashable SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationCall

type Rep SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationCall

type Rep SipMediaApplicationCall = D1 ('MetaData "SipMediaApplicationCall" "Amazonka.ChimeSdkVoice.Types.SipMediaApplicationCall" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "SipMediaApplicationCall'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transactionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
FromJSON SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationEndpoint

ToJSON SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationEndpoint

Generic SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationEndpoint

Associated Types

type Rep SipMediaApplicationEndpoint :: Type -> Type #

Show SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationEndpoint

NFData SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationEndpoint

Eq SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationEndpoint

Hashable SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationEndpoint

type Rep SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationEndpoint

type Rep SipMediaApplicationEndpoint = D1 ('MetaData "SipMediaApplicationEndpoint" "Amazonka.ChimeSdkVoice.Types.SipMediaApplicationEndpoint" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "SipMediaApplicationEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

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 #

Instances

Instances details
FromJSON SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationLoggingConfiguration

ToJSON SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationLoggingConfiguration

Generic SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationLoggingConfiguration

Read SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationLoggingConfiguration

Show SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationLoggingConfiguration

NFData SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationLoggingConfiguration

Eq SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationLoggingConfiguration

Hashable SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationLoggingConfiguration

type Rep SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipMediaApplicationLoggingConfiguration

type Rep SipMediaApplicationLoggingConfiguration = D1 ('MetaData "SipMediaApplicationLoggingConfiguration" "Amazonka.ChimeSdkVoice.Types.SipMediaApplicationLoggingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "SipMediaApplicationLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableSipMediaApplicationMessageLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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

data SipRule Source #

See: newSipRule smart constructor.

Instances

Instances details
FromJSON SipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRule

Generic SipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRule

Associated Types

type Rep SipRule :: Type -> Type #

Methods

from :: SipRule -> Rep SipRule x #

to :: Rep SipRule x -> SipRule #

Read SipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRule

Show SipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRule

NFData SipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRule

Methods

rnf :: SipRule -> () #

Eq SipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRule

Methods

(==) :: SipRule -> SipRule -> Bool #

(/=) :: SipRule -> SipRule -> Bool #

Hashable SipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRule

Methods

hashWithSalt :: Int -> SipRule -> Int #

hash :: SipRule -> Int #

type Rep SipRule Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRule

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

Instances details
FromJSON SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTargetApplication

ToJSON SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTargetApplication

Generic SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTargetApplication

Associated Types

type Rep SipRuleTargetApplication :: Type -> Type #

Read SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTargetApplication

Show SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTargetApplication

NFData SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTargetApplication

Eq SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTargetApplication

Hashable SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTargetApplication

type Rep SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.SipRuleTargetApplication

type Rep SipRuleTargetApplication = D1 ('MetaData "SipRuleTargetApplication" "Amazonka.ChimeSdkVoice.Types.SipRuleTargetApplication" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "SipRuleTargetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

Instances

Instances details
FromJSON StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

ToJSON StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

Generic StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

Associated Types

type Rep StreamingConfiguration :: Type -> Type #

Read StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

Show StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

NFData StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

Methods

rnf :: StreamingConfiguration -> () #

Eq StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

Hashable StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

type Rep StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

type Rep StreamingConfiguration = D1 ('MetaData "StreamingConfiguration" "Amazonka.ChimeSdkVoice.Types.StreamingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "StreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamingNotificationTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StreamingNotificationTarget))) :*: (S1 ('MetaSel ('Just "dataRetentionInHours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

StreamingNotificationTarget

data StreamingNotificationTarget Source #

See: newStreamingNotificationTarget smart constructor.

Instances

Instances details
FromJSON StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingNotificationTarget

ToJSON StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingNotificationTarget

Generic StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingNotificationTarget

Associated Types

type Rep StreamingNotificationTarget :: Type -> Type #

Read StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingNotificationTarget

Show StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingNotificationTarget

NFData StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingNotificationTarget

Eq StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingNotificationTarget

Hashable StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingNotificationTarget

type Rep StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingNotificationTarget

type Rep StreamingNotificationTarget = D1 ('MetaData "StreamingNotificationTarget" "Amazonka.ChimeSdkVoice.Types.StreamingNotificationTarget" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "StreamingNotificationTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationTarget))))

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.

Instances

Instances details
FromJSON Termination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Termination

ToJSON Termination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Termination

Generic Termination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Termination

Associated Types

type Rep Termination :: Type -> Type #

Show Termination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Termination

NFData Termination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Termination

Methods

rnf :: Termination -> () #

Eq Termination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Termination

Hashable Termination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Termination

type Rep Termination Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.Termination

type Rep Termination = D1 ('MetaData "Termination" "Amazonka.ChimeSdkVoice.Types.Termination" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "Termination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "callingRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "cidrAllowedList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "cpsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "defaultPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

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.

Instances

Instances details
FromJSON TerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.TerminationHealth

Generic TerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.TerminationHealth

Associated Types

type Rep TerminationHealth :: Type -> Type #

Read TerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.TerminationHealth

Show TerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.TerminationHealth

NFData TerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.TerminationHealth

Methods

rnf :: TerminationHealth -> () #

Eq TerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.TerminationHealth

Hashable TerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.TerminationHealth

type Rep TerminationHealth Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.TerminationHealth

type Rep TerminationHealth = D1 ('MetaData "TerminationHealth" "Amazonka.ChimeSdkVoice.Types.TerminationHealth" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "TerminationHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))

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.

Instances

Instances details
ToJSON UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.UpdatePhoneNumberRequestItem

Generic UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.UpdatePhoneNumberRequestItem

Associated Types

type Rep UpdatePhoneNumberRequestItem :: Type -> Type #

Show UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.UpdatePhoneNumberRequestItem

NFData UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.UpdatePhoneNumberRequestItem

Eq UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.UpdatePhoneNumberRequestItem

Hashable UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.UpdatePhoneNumberRequestItem

type Rep UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.UpdatePhoneNumberRequestItem

type Rep UpdatePhoneNumberRequestItem = D1 ('MetaData "UpdatePhoneNumberRequestItem" "Amazonka.ChimeSdkVoice.Types.UpdatePhoneNumberRequestItem" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "UpdatePhoneNumberRequestItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

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.

Instances

Instances details
FromJSON VoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnector

Generic VoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnector

Associated Types

type Rep VoiceConnector :: Type -> Type #

Read VoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnector

Show VoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnector

NFData VoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnector

Methods

rnf :: VoiceConnector -> () #

Eq VoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnector

Hashable VoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnector

type Rep VoiceConnector Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnector

type Rep VoiceConnector = D1 ('MetaData "VoiceConnector" "Amazonka.ChimeSdkVoice.Types.VoiceConnector" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "VoiceConnector'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorAwsRegion)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outboundHostName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "requireEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "voiceConnectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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.

Instances

Instances details
FromJSON VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorGroup

Generic VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorGroup

Associated Types

type Rep VoiceConnectorGroup :: Type -> Type #

Read VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorGroup

Show VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorGroup

NFData VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorGroup

Methods

rnf :: VoiceConnectorGroup -> () #

Eq VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorGroup

Hashable VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorGroup

type Rep VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorGroup

type Rep VoiceConnectorGroup = D1 ('MetaData "VoiceConnectorGroup" "Amazonka.ChimeSdkVoice.Types.VoiceConnectorGroup" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "VoiceConnectorGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "voiceConnectorGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "voiceConnectorItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnectorItem]))))))

VoiceConnectorItem

data VoiceConnectorItem Source #

See: newVoiceConnectorItem smart constructor.

Instances

Instances details
FromJSON VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorItem

ToJSON VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorItem

Generic VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorItem

Associated Types

type Rep VoiceConnectorItem :: Type -> Type #

Read VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorItem

Show VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorItem

NFData VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorItem

Methods

rnf :: VoiceConnectorItem -> () #

Eq VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorItem

Hashable VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorItem

type Rep VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorItem

type Rep VoiceConnectorItem = D1 ('MetaData "VoiceConnectorItem" "Amazonka.ChimeSdkVoice.Types.VoiceConnectorItem" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "VoiceConnectorItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newVoiceConnectorItem Source #

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.

Instances

Instances details
FromJSON VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorSettings

ToJSON VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorSettings

Generic VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorSettings

Associated Types

type Rep VoiceConnectorSettings :: Type -> Type #

Read VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorSettings

Show VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorSettings

NFData VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorSettings

Methods

rnf :: VoiceConnectorSettings -> () #

Eq VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorSettings

Hashable VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorSettings

type Rep VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.VoiceConnectorSettings

type Rep VoiceConnectorSettings = D1 ('MetaData "VoiceConnectorSettings" "Amazonka.ChimeSdkVoice.Types.VoiceConnectorSettings" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "VoiceConnectorSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cdrBucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.