| 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 |
Network.AWS.EMR.ListSecurityConfigurations
Description
Lists all the security configurations visible to this account, providing their creation dates and times, and their names. This call returns a maximum of 50 clusters per call, but returns a marker to track the paging of the cluster list across multiple ListSecurityConfigurations calls.
Synopsis
- listSecurityConfigurations :: ListSecurityConfigurations
- data ListSecurityConfigurations
- lscMarker :: Lens' ListSecurityConfigurations (Maybe Text)
- listSecurityConfigurationsResponse :: Int -> ListSecurityConfigurationsResponse
- data ListSecurityConfigurationsResponse
- lscrsSecurityConfigurations :: Lens' ListSecurityConfigurationsResponse [SecurityConfigurationSummary]
- lscrsMarker :: Lens' ListSecurityConfigurationsResponse (Maybe Text)
- lscrsResponseStatus :: Lens' ListSecurityConfigurationsResponse Int
Creating a Request
listSecurityConfigurations :: ListSecurityConfigurations Source #
Creates a value of ListSecurityConfigurations with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lscMarker- The pagination token that indicates the set of results to retrieve.
data ListSecurityConfigurations Source #
See: listSecurityConfigurations smart constructor.
Instances
Request Lenses
lscMarker :: Lens' ListSecurityConfigurations (Maybe Text) Source #
The pagination token that indicates the set of results to retrieve.
Destructuring the Response
listSecurityConfigurationsResponse Source #
Arguments
| :: Int | |
| -> ListSecurityConfigurationsResponse |
Creates a value of ListSecurityConfigurationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lscrsSecurityConfigurations- The creation date and time, and name, of each security configuration.lscrsMarker- A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.lscrsResponseStatus- -- | The response status code.
data ListSecurityConfigurationsResponse Source #
See: listSecurityConfigurationsResponse smart constructor.
Instances
Response Lenses
lscrsSecurityConfigurations :: Lens' ListSecurityConfigurationsResponse [SecurityConfigurationSummary] Source #
The creation date and time, and name, of each security configuration.
lscrsMarker :: Lens' ListSecurityConfigurationsResponse (Maybe Text) Source #
A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.
lscrsResponseStatus :: Lens' ListSecurityConfigurationsResponse Int Source #
- - | The response status code.