amazonka-chime-2.0: Amazon Chime 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.Chime.Types.Termination

Description

 
Synopsis

Documentation

data Termination Source #

Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime Voice Connector.

See: newTermination smart constructor.

Constructors

Termination' 

Fields

Instances

Instances details
FromJSON Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

ToJSON Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

Generic Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

Associated Types

type Rep Termination :: Type -> Type #

Show Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

NFData Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

Methods

rnf :: Termination -> () #

Eq Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

Hashable Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

type Rep Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

type Rep Termination = D1 ('MetaData "Termination" "Amazonka.Chime.Types.Termination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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 - The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.

$sel:cidrAllowedList:Termination', termination_cidrAllowedList - The IP addresses allowed to make calls, in CIDR format. Required.

$sel:cpsLimit:Termination', termination_cpsLimit - The limit on calls per second. Max value based on account service quota. Default value of 1.

$sel:defaultPhoneNumber:Termination', termination_defaultPhoneNumber - The default caller ID phone number.

$sel:disabled:Termination', termination_disabled - When termination settings are disabled, outbound calls can not be made.

termination_callingRegions :: Lens' Termination (Maybe [Text]) Source #

The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.

termination_cidrAllowedList :: Lens' Termination (Maybe [Text]) Source #

The IP addresses allowed to make calls, in CIDR format. Required.

termination_cpsLimit :: Lens' Termination (Maybe Natural) Source #

The limit on calls per second. Max value based on account service quota. Default value of 1.

termination_defaultPhoneNumber :: Lens' Termination (Maybe Text) Source #

The default caller ID phone number.

termination_disabled :: Lens' Termination (Maybe Bool) Source #

When termination settings are disabled, outbound calls can not be made.