| 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.OpenSearchServerless.ListSecurityConfigs
Description
Returns information about configured OpenSearch Serverless security configurations. For more information, see SAML authentication for Amazon OpenSearch Serverless.
Synopsis
- data ListSecurityConfigs = ListSecurityConfigs' {}
- newListSecurityConfigs :: SecurityConfigType -> ListSecurityConfigs
- listSecurityConfigs_maxResults :: Lens' ListSecurityConfigs (Maybe Natural)
- listSecurityConfigs_nextToken :: Lens' ListSecurityConfigs (Maybe Text)
- listSecurityConfigs_type :: Lens' ListSecurityConfigs SecurityConfigType
- data ListSecurityConfigsResponse = ListSecurityConfigsResponse' {}
- newListSecurityConfigsResponse :: Int -> ListSecurityConfigsResponse
- listSecurityConfigsResponse_nextToken :: Lens' ListSecurityConfigsResponse (Maybe Text)
- listSecurityConfigsResponse_securityConfigSummaries :: Lens' ListSecurityConfigsResponse (Maybe [SecurityConfigSummary])
- listSecurityConfigsResponse_httpStatus :: Lens' ListSecurityConfigsResponse Int
Creating a Request
data ListSecurityConfigs Source #
See: newListSecurityConfigs smart constructor.
Constructors
| ListSecurityConfigs' | |
Fields
| |
Instances
newListSecurityConfigs Source #
Arguments
| :: SecurityConfigType | |
| -> ListSecurityConfigs |
Create a value of ListSecurityConfigs 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:maxResults:ListSecurityConfigs', listSecurityConfigs_maxResults - An optional parameter that specifies the maximum number of results to
return. You can use nextToken to get the next page of results. The
default is 20.
ListSecurityConfigs, listSecurityConfigs_nextToken - If your initial ListSecurityConfigs operation returns a nextToken,
you can include the returned nextToken in subsequent
ListSecurityConfigs operations, which returns results in the next
page.
ListSecurityConfigs, listSecurityConfigs_type - The type of security configuration.
Request Lenses
listSecurityConfigs_maxResults :: Lens' ListSecurityConfigs (Maybe Natural) Source #
An optional parameter that specifies the maximum number of results to
return. You can use nextToken to get the next page of results. The
default is 20.
listSecurityConfigs_nextToken :: Lens' ListSecurityConfigs (Maybe Text) Source #
If your initial ListSecurityConfigs operation returns a nextToken,
you can include the returned nextToken in subsequent
ListSecurityConfigs operations, which returns results in the next
page.
listSecurityConfigs_type :: Lens' ListSecurityConfigs SecurityConfigType Source #
The type of security configuration.
Destructuring the Response
data ListSecurityConfigsResponse Source #
See: newListSecurityConfigsResponse smart constructor.
Constructors
| ListSecurityConfigsResponse' | |
Fields
| |
Instances
newListSecurityConfigsResponse Source #
Create a value of ListSecurityConfigsResponse 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:
ListSecurityConfigs, listSecurityConfigsResponse_nextToken - When nextToken is returned, there are more results available. The
value of nextToken is a unique pagination token for each page. Make
the call again using the returned token to retrieve the next page.
$sel:securityConfigSummaries:ListSecurityConfigsResponse', listSecurityConfigsResponse_securityConfigSummaries - Details about the security configurations in your account.
$sel:httpStatus:ListSecurityConfigsResponse', listSecurityConfigsResponse_httpStatus - The response's http status code.
Response Lenses
listSecurityConfigsResponse_nextToken :: Lens' ListSecurityConfigsResponse (Maybe Text) Source #
When nextToken is returned, there are more results available. The
value of nextToken is a unique pagination token for each page. Make
the call again using the returned token to retrieve the next page.
listSecurityConfigsResponse_securityConfigSummaries :: Lens' ListSecurityConfigsResponse (Maybe [SecurityConfigSummary]) Source #
Details about the security configurations in your account.
listSecurityConfigsResponse_httpStatus :: Lens' ListSecurityConfigsResponse Int Source #
The response's http status code.