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

Description

 
Synopsis

Documentation

data VoiceConnectorGroup Source #

The Amazon Chime Voice Connector group configuration, including associated Amazon Chime Voice Connectors. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.

See: newVoiceConnectorGroup smart constructor.

Constructors

VoiceConnectorGroup' 

Fields

Instances

Instances details
Eq VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Read VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Show VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Generic VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Associated Types

type Rep VoiceConnectorGroup :: Type -> Type #

NFData VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Methods

rnf :: VoiceConnectorGroup -> () #

Hashable VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

FromJSON VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

type Rep VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

type Rep VoiceConnectorGroup = D1 ('MetaData "VoiceConnectorGroup" "Amazonka.Chime.Types.VoiceConnectorGroup" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "VoiceConnectorGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "voiceConnectorItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnectorItem])))) :*: (S1 ('MetaSel ('Just "voiceConnectorGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newVoiceConnectorGroup :: VoiceConnectorGroup Source #

Create a value of VoiceConnectorGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:voiceConnectorGroupId:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.

$sel:updatedTimestamp:VoiceConnectorGroup', voiceConnectorGroup_updatedTimestamp - The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.

$sel:voiceConnectorItems:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorItems - The Amazon Chime Voice Connectors to which to route inbound calls.

$sel:voiceConnectorGroupArn:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorGroupArn - The ARN of the specified Amazon Chime Voice Connector group.

$sel:name:VoiceConnectorGroup', voiceConnectorGroup_name - The name of the Amazon Chime Voice Connector group.

$sel:createdTimestamp:VoiceConnectorGroup', voiceConnectorGroup_createdTimestamp - The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.

voiceConnectorGroup_updatedTimestamp :: Lens' VoiceConnectorGroup (Maybe UTCTime) Source #

The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.

voiceConnectorGroup_voiceConnectorItems :: Lens' VoiceConnectorGroup (Maybe [VoiceConnectorItem]) Source #

The Amazon Chime Voice Connectors to which to route inbound calls.

voiceConnectorGroup_voiceConnectorGroupArn :: Lens' VoiceConnectorGroup (Maybe Text) Source #

The ARN of the specified Amazon Chime Voice Connector group.

voiceConnectorGroup_name :: Lens' VoiceConnectorGroup (Maybe Text) Source #

The name of the Amazon Chime Voice Connector group.

voiceConnectorGroup_createdTimestamp :: Lens' VoiceConnectorGroup (Maybe UTCTime) Source #

The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.