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

Description

Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.

Synopsis

Creating a Request

data GetGlobalSettings Source #

See: newGetGlobalSettings smart constructor.

Constructors

GetGlobalSettings' 

Instances

Instances details
Eq GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Read GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Show GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Generic GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type Rep GetGlobalSettings :: Type -> Type #

NFData GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Methods

rnf :: GetGlobalSettings -> () #

Hashable GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

AWSRequest GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type AWSResponse GetGlobalSettings #

ToHeaders GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

ToPath GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

ToQuery GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type Rep GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type Rep GetGlobalSettings = D1 ('MetaData "GetGlobalSettings" "Amazonka.Chime.GetGlobalSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetGlobalSettings'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

newGetGlobalSettings :: GetGlobalSettings Source #

Create a value of GetGlobalSettings with all optional fields omitted.

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

Destructuring the Response

data GetGlobalSettingsResponse Source #

See: newGetGlobalSettingsResponse smart constructor.

Constructors

GetGlobalSettingsResponse' 

Fields

Instances

Instances details
Eq GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Read GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Show GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Generic GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type Rep GetGlobalSettingsResponse :: Type -> Type #

NFData GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type Rep GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type Rep GetGlobalSettingsResponse = D1 ('MetaData "GetGlobalSettingsResponse" "Amazonka.Chime.GetGlobalSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetGlobalSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "businessCalling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessCallingSettings)) :*: (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:businessCalling:GetGlobalSettingsResponse', getGlobalSettingsResponse_businessCalling - The Amazon Chime Business Calling settings.

$sel:voiceConnector:GetGlobalSettingsResponse', getGlobalSettingsResponse_voiceConnector - The Amazon Chime Voice Connector settings.

$sel:httpStatus:GetGlobalSettingsResponse', getGlobalSettingsResponse_httpStatus - The response's http status code.

Response Lenses