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

AWSRequest GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type AWSResponse GetGlobalSettings #

Generic GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type Rep GetGlobalSettings :: Type -> Type #

Read GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Show GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

NFData GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Methods

rnf :: GetGlobalSettings -> () #

Eq GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Hashable GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type AWSResponse 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" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.

Destructuring the Response

data GetGlobalSettingsResponse Source #

See: newGetGlobalSettingsResponse smart constructor.

Constructors

GetGlobalSettingsResponse' 

Fields

Instances

Instances details
Generic GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type Rep GetGlobalSettingsResponse :: Type -> Type #

Read GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Show GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

NFData GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Eq 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" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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