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 |
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_securityConfigurations :: Lens' ListSecurityConfigurationsResponse (Maybe [SecurityConfigurationSummary])
- listSecurityConfigurationsResponse_marker :: Lens' ListSecurityConfigurationsResponse (Maybe Text)
- listSecurityConfigurationsResponse_httpStatus :: Lens' ListSecurityConfigurationsResponse Int
Creating a Request
data ListSecurityConfigurations Source #
See: newListSecurityConfigurations
smart constructor.
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:
$sel:marker: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.
ListSecurityConfigurationsResponse' | |
|
Instances
newListSecurityConfigurationsResponse Source #
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:
$sel:securityConfigurations:ListSecurityConfigurationsResponse'
, listSecurityConfigurationsResponse_securityConfigurations
- The creation date and time, and name, of each security configuration.
$sel:marker: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:httpStatus:ListSecurityConfigurationsResponse'
, listSecurityConfigurationsResponse_httpStatus
- The response's http status code.
Response Lenses
listSecurityConfigurationsResponse_securityConfigurations :: Lens' ListSecurityConfigurationsResponse (Maybe [SecurityConfigurationSummary]) Source #
The creation date and time, and name, of each security configuration.
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_httpStatus :: Lens' ListSecurityConfigurationsResponse Int Source #
The response's http status code.