| 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.IVS.GetRecordingConfiguration
Description
Gets the recording configuration for the specified ARN.
Synopsis
- data GetRecordingConfiguration = GetRecordingConfiguration' {}
- newGetRecordingConfiguration :: Text -> GetRecordingConfiguration
- getRecordingConfiguration_arn :: Lens' GetRecordingConfiguration Text
- data GetRecordingConfigurationResponse = GetRecordingConfigurationResponse' {}
- newGetRecordingConfigurationResponse :: Int -> GetRecordingConfigurationResponse
- getRecordingConfigurationResponse_recordingConfiguration :: Lens' GetRecordingConfigurationResponse (Maybe RecordingConfiguration)
- getRecordingConfigurationResponse_httpStatus :: Lens' GetRecordingConfigurationResponse Int
Creating a Request
data GetRecordingConfiguration Source #
See: newGetRecordingConfiguration smart constructor.
Constructors
| GetRecordingConfiguration' | |
Instances
newGetRecordingConfiguration Source #
Arguments
| :: Text | |
| -> GetRecordingConfiguration |
Create a value of GetRecordingConfiguration 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:
GetRecordingConfiguration, getRecordingConfiguration_arn - ARN of the recording configuration to be retrieved.
Request Lenses
getRecordingConfiguration_arn :: Lens' GetRecordingConfiguration Text Source #
ARN of the recording configuration to be retrieved.
Destructuring the Response
data GetRecordingConfigurationResponse Source #
See: newGetRecordingConfigurationResponse smart constructor.
Constructors
| GetRecordingConfigurationResponse' | |
Fields
| |
Instances
newGetRecordingConfigurationResponse Source #
Arguments
| :: Int | |
| -> GetRecordingConfigurationResponse |
Create a value of GetRecordingConfigurationResponse 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:
GetRecordingConfigurationResponse, getRecordingConfigurationResponse_recordingConfiguration -
$sel:httpStatus:GetRecordingConfigurationResponse', getRecordingConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
getRecordingConfigurationResponse_recordingConfiguration :: Lens' GetRecordingConfigurationResponse (Maybe RecordingConfiguration) Source #
getRecordingConfigurationResponse_httpStatus :: Lens' GetRecordingConfigurationResponse Int Source #
The response's http status code.