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 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.
Instances
newGetRecordingConfiguration Source #
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:
$sel:arn: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.
GetRecordingConfigurationResponse' | |
|
Instances
newGetRecordingConfigurationResponse Source #
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:
$sel:recordingConfiguration: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.