libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Chime.Types.VoiceConnector

Description

 
Synopsis

Documentation

data VoiceConnector Source #

The Amazon Chime Voice Connector configuration, including outbound host name and encryption settings.

See: newVoiceConnector smart constructor.

Constructors

VoiceConnector' 

Fields

Instances

Instances details
Eq VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Read VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Show VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Generic VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Associated Types

type Rep VoiceConnector :: Type -> Type #

NFData VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Methods

rnf :: VoiceConnector -> () #

Hashable VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

FromJSON VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

type Rep VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

type Rep VoiceConnector = D1 ('MetaData "VoiceConnector" "Amazonka.Chime.Types.VoiceConnector" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "VoiceConnector'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "outboundHostName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requireEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorAwsRegion)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "voiceConnectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:updatedTimestamp:VoiceConnector', voiceConnector_updatedTimestamp - The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.

$sel:outboundHostName:VoiceConnector', voiceConnector_outboundHostName - The outbound host name for the Amazon Chime Voice Connector.

$sel:name:VoiceConnector', voiceConnector_name - The name of the Amazon Chime Voice Connector.

$sel:requireEncryption:VoiceConnector', voiceConnector_requireEncryption - Designates whether encryption is required for the Amazon Chime Voice Connector.

$sel:awsRegion:VoiceConnector', voiceConnector_awsRegion - The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.

$sel:voiceConnectorId:VoiceConnector', voiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

$sel:voiceConnectorArn:VoiceConnector', voiceConnector_voiceConnectorArn - The ARN of the specified Amazon Chime Voice Connector.

$sel:createdTimestamp:VoiceConnector', voiceConnector_createdTimestamp - The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.

voiceConnector_updatedTimestamp :: Lens' VoiceConnector (Maybe UTCTime) Source #

The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.

voiceConnector_outboundHostName :: Lens' VoiceConnector (Maybe Text) Source #

The outbound host name for the Amazon Chime Voice Connector.

voiceConnector_name :: Lens' VoiceConnector (Maybe Text) Source #

The name of the Amazon Chime Voice Connector.

voiceConnector_requireEncryption :: Lens' VoiceConnector (Maybe Bool) Source #

Designates whether encryption is required for the Amazon Chime Voice Connector.

voiceConnector_awsRegion :: Lens' VoiceConnector (Maybe VoiceConnectorAwsRegion) Source #

The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.

voiceConnector_voiceConnectorId :: Lens' VoiceConnector (Maybe Text) Source #

The Amazon Chime Voice Connector ID.

voiceConnector_voiceConnectorArn :: Lens' VoiceConnector (Maybe Text) Source #

The ARN of the specified Amazon Chime Voice Connector.

voiceConnector_createdTimestamp :: Lens' VoiceConnector (Maybe UTCTime) Source #

The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.