Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Gets details about a specific conference provider.
Synopsis
- data GetConferenceProvider = GetConferenceProvider' {}
- newGetConferenceProvider :: Text -> GetConferenceProvider
- getConferenceProvider_conferenceProviderArn :: Lens' GetConferenceProvider Text
- data GetConferenceProviderResponse = GetConferenceProviderResponse' {}
- newGetConferenceProviderResponse :: Int -> GetConferenceProviderResponse
- getConferenceProviderResponse_conferenceProvider :: Lens' GetConferenceProviderResponse (Maybe ConferenceProvider)
- getConferenceProviderResponse_httpStatus :: Lens' GetConferenceProviderResponse Int
Creating a Request
data GetConferenceProvider Source #
See: newGetConferenceProvider
smart constructor.
GetConferenceProvider' | |
|
Instances
newGetConferenceProvider Source #
Create a value of GetConferenceProvider
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:conferenceProviderArn:GetConferenceProvider'
, getConferenceProvider_conferenceProviderArn
- The ARN of the newly created conference provider.
Request Lenses
getConferenceProvider_conferenceProviderArn :: Lens' GetConferenceProvider Text Source #
The ARN of the newly created conference provider.
Destructuring the Response
data GetConferenceProviderResponse Source #
See: newGetConferenceProviderResponse
smart constructor.
GetConferenceProviderResponse' | |
|
Instances
newGetConferenceProviderResponse Source #
Create a value of GetConferenceProviderResponse
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:conferenceProvider:GetConferenceProviderResponse'
, getConferenceProviderResponse_conferenceProvider
- The conference provider.
$sel:httpStatus:GetConferenceProviderResponse'
, getConferenceProviderResponse_httpStatus
- The response's http status code.
Response Lenses
getConferenceProviderResponse_conferenceProvider :: Lens' GetConferenceProviderResponse (Maybe ConferenceProvider) Source #
The conference provider.
getConferenceProviderResponse_httpStatus :: Lens' GetConferenceProviderResponse Int Source #
The response's http status code.