| 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.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.
This operation returns paginated results.
Synopsis
- data ListSecurityConfigurations = ListSecurityConfigurations' {}
- newListSecurityConfigurations :: ListSecurityConfigurations
- listSecurityConfigurations_marker :: Lens' ListSecurityConfigurations (Maybe Text)
- data ListSecurityConfigurationsResponse = ListSecurityConfigurationsResponse' {}
- newListSecurityConfigurationsResponse :: Int -> ListSecurityConfigurationsResponse
- listSecurityConfigurationsResponse_marker :: Lens' ListSecurityConfigurationsResponse (Maybe Text)
- listSecurityConfigurationsResponse_securityConfigurations :: Lens' ListSecurityConfigurationsResponse (Maybe [SecurityConfigurationSummary])
- listSecurityConfigurationsResponse_httpStatus :: Lens' ListSecurityConfigurationsResponse Int
Creating a Request
data ListSecurityConfigurations Source #
See: newListSecurityConfigurations smart constructor.
Constructors
| ListSecurityConfigurations' | |
Instances
newListSecurityConfigurations :: ListSecurityConfigurations Source #
Create a value of ListSecurityConfigurations 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:
ListSecurityConfigurations, listSecurityConfigurations_marker - The pagination token that indicates the set of results to retrieve.
Request Lenses
listSecurityConfigurations_marker :: Lens' ListSecurityConfigurations (Maybe Text) Source #
The pagination token that indicates the set of results to retrieve.
Destructuring the Response
data ListSecurityConfigurationsResponse Source #
See: newListSecurityConfigurationsResponse smart constructor.
Constructors
| ListSecurityConfigurationsResponse' | |
Fields
| |
Instances
newListSecurityConfigurationsResponse Source #
Arguments
| :: Int | |
| -> ListSecurityConfigurationsResponse |
Create a value of ListSecurityConfigurationsResponse 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:
ListSecurityConfigurations, listSecurityConfigurationsResponse_marker - 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.
$sel:securityConfigurations:ListSecurityConfigurationsResponse', listSecurityConfigurationsResponse_securityConfigurations - The creation date and time, and name, of each security configuration.
$sel:httpStatus:ListSecurityConfigurationsResponse', listSecurityConfigurationsResponse_httpStatus - The response's http status code.
Response Lenses
listSecurityConfigurationsResponse_marker :: 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.
listSecurityConfigurationsResponse_securityConfigurations :: Lens' ListSecurityConfigurationsResponse (Maybe [SecurityConfigurationSummary]) Source #
The creation date and time, and name, of each security configuration.
listSecurityConfigurationsResponse_httpStatus :: Lens' ListSecurityConfigurationsResponse Int Source #
The response's http status code.