Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Get the configuration information about a streaming distribution.
- getStreamingDistributionConfig :: Text -> GetStreamingDistributionConfig
- data GetStreamingDistributionConfig
- gsdcId :: Lens' GetStreamingDistributionConfig Text
- getStreamingDistributionConfigResponse :: Int -> GetStreamingDistributionConfigResponse
- data GetStreamingDistributionConfigResponse
- gsdcrsStreamingDistributionConfig :: Lens' GetStreamingDistributionConfigResponse (Maybe StreamingDistributionConfig)
- gsdcrsETag :: Lens' GetStreamingDistributionConfigResponse (Maybe Text)
- gsdcrsResponseStatus :: Lens' GetStreamingDistributionConfigResponse Int
Creating a Request
getStreamingDistributionConfig Source #
Creates a value of GetStreamingDistributionConfig
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gsdcId
- The streaming distribution's ID.
data GetStreamingDistributionConfig Source #
To request to get a streaming distribution configuration.
See: getStreamingDistributionConfig
smart constructor.
Request Lenses
Destructuring the Response
getStreamingDistributionConfigResponse Source #
Creates a value of GetStreamingDistributionConfigResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gsdcrsStreamingDistributionConfig
- The streaming distribution's configuration information.gsdcrsETag
- The current version of the configuration. For example:E2QWRUHAPOMQZL
.gsdcrsResponseStatus
- -- | The response status code.
data GetStreamingDistributionConfigResponse Source #
The returned result of the corresponding request.
See: getStreamingDistributionConfigResponse
smart constructor.
Response Lenses
gsdcrsStreamingDistributionConfig :: Lens' GetStreamingDistributionConfigResponse (Maybe StreamingDistributionConfig) Source #
The streaming distribution's configuration information.
gsdcrsETag :: Lens' GetStreamingDistributionConfigResponse (Maybe Text) Source #
The current version of the configuration. For example: E2QWRUHAPOMQZL
.
gsdcrsResponseStatus :: Lens' GetStreamingDistributionConfigResponse Int Source #
- - | The response status code.