| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AlexaBusiness.GetConferencePreference
Description
Retrieves the existing conference preferences.
Synopsis
- data GetConferencePreference = GetConferencePreference' {
- newGetConferencePreference :: GetConferencePreference
- data GetConferencePreferenceResponse = GetConferencePreferenceResponse' {}
- newGetConferencePreferenceResponse :: Int -> GetConferencePreferenceResponse
- getConferencePreferenceResponse_preference :: Lens' GetConferencePreferenceResponse (Maybe ConferencePreference)
- getConferencePreferenceResponse_httpStatus :: Lens' GetConferencePreferenceResponse Int
Creating a Request
data GetConferencePreference Source #
See: newGetConferencePreference smart constructor.
Constructors
| GetConferencePreference' | |
Instances
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
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
getConferencePreferenceResponse_preference :: Lens' GetConferencePreferenceResponse (Maybe ConferencePreference) Source #
The conference preference.
getConferencePreferenceResponse_httpStatus :: Lens' GetConferencePreferenceResponse Int Source #
The response's http status code.