amazonka-alexa-business-2.0: Amazon Alexa For Business 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.AlexaBusiness.GetConferencePreference

Description

Retrieves the existing conference preferences.

Synopsis

Creating a Request

data GetConferencePreference Source #

See: newGetConferencePreference smart constructor.

Instances

Instances details
ToJSON GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

ToHeaders GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

ToPath GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

ToQuery GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

AWSRequest GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

Generic GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

Associated Types

type Rep GetConferencePreference :: Type -> Type #

Read GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

Show GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

NFData GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

Methods

rnf :: GetConferencePreference -> () #

Eq GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

Hashable GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

type AWSResponse GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

type Rep GetConferencePreference Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

type Rep GetConferencePreference = D1 ('MetaData "GetConferencePreference" "Amazonka.AlexaBusiness.GetConferencePreference" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "GetConferencePreference'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetConferencePreference :: GetConferencePreference Source #

Create a value of GetConferencePreference with all optional fields omitted.

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

Destructuring the Response

data GetConferencePreferenceResponse Source #

See: newGetConferencePreferenceResponse smart constructor.

Constructors

GetConferencePreferenceResponse' 

Fields

Instances

Instances details
Generic GetConferencePreferenceResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

Associated Types

type Rep GetConferencePreferenceResponse :: Type -> Type #

Read GetConferencePreferenceResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

Show GetConferencePreferenceResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

NFData GetConferencePreferenceResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

Eq GetConferencePreferenceResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

type Rep GetConferencePreferenceResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetConferencePreference

type Rep GetConferencePreferenceResponse = D1 ('MetaData "GetConferencePreferenceResponse" "Amazonka.AlexaBusiness.GetConferencePreference" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "GetConferencePreferenceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "preference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConferencePreference)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetConferencePreferenceResponse Source #

Create a value of GetConferencePreferenceResponse 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:preference:GetConferencePreferenceResponse', getConferencePreferenceResponse_preference - The conference preference.

$sel:httpStatus:GetConferencePreferenceResponse', getConferencePreferenceResponse_httpStatus - The response's http status code.

Response Lenses