| 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.EKS.ListIdentityProviderConfigs
Description
A list of identity provider configurations.
This operation returns paginated results.
Synopsis
- data ListIdentityProviderConfigs = ListIdentityProviderConfigs' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- clusterName :: Text
- newListIdentityProviderConfigs :: Text -> ListIdentityProviderConfigs
- listIdentityProviderConfigs_maxResults :: Lens' ListIdentityProviderConfigs (Maybe Natural)
- listIdentityProviderConfigs_nextToken :: Lens' ListIdentityProviderConfigs (Maybe Text)
- listIdentityProviderConfigs_clusterName :: Lens' ListIdentityProviderConfigs Text
- data ListIdentityProviderConfigsResponse = ListIdentityProviderConfigsResponse' {}
- newListIdentityProviderConfigsResponse :: Int -> ListIdentityProviderConfigsResponse
- listIdentityProviderConfigsResponse_identityProviderConfigs :: Lens' ListIdentityProviderConfigsResponse (Maybe [IdentityProviderConfig])
- listIdentityProviderConfigsResponse_nextToken :: Lens' ListIdentityProviderConfigsResponse (Maybe Text)
- listIdentityProviderConfigsResponse_httpStatus :: Lens' ListIdentityProviderConfigsResponse Int
Creating a Request
data ListIdentityProviderConfigs Source #
See: newListIdentityProviderConfigs smart constructor.
Constructors
| ListIdentityProviderConfigs' | |
Fields
| |
Instances
newListIdentityProviderConfigs Source #
Arguments
| :: Text | |
| -> ListIdentityProviderConfigs |
Create a value of ListIdentityProviderConfigs 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:ListIdentityProviderConfigs', listIdentityProviderConfigs_maxResults - The maximum number of identity provider configurations returned by
ListIdentityProviderConfigs in paginated output. When you use this
parameter, ListIdentityProviderConfigs returns only maxResults
results in a single page along with a nextToken response element. You
can see the remaining results of the initial request by sending another
ListIdentityProviderConfigs request with the returned nextToken
value. This value can be between 1 and 100. If you don't use this
parameter, ListIdentityProviderConfigs returns up to 100 results and a
nextToken value, if applicable.
ListIdentityProviderConfigs, listIdentityProviderConfigs_nextToken - The nextToken value returned from a previous paginated
IdentityProviderConfigsRequest where maxResults was used and the
results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken value.
ListIdentityProviderConfigs, listIdentityProviderConfigs_clusterName - The cluster name that you want to list identity provider configurations
for.
Request Lenses
listIdentityProviderConfigs_maxResults :: Lens' ListIdentityProviderConfigs (Maybe Natural) Source #
The maximum number of identity provider configurations returned by
ListIdentityProviderConfigs in paginated output. When you use this
parameter, ListIdentityProviderConfigs returns only maxResults
results in a single page along with a nextToken response element. You
can see the remaining results of the initial request by sending another
ListIdentityProviderConfigs request with the returned nextToken
value. This value can be between 1 and 100. If you don't use this
parameter, ListIdentityProviderConfigs returns up to 100 results and a
nextToken value, if applicable.
listIdentityProviderConfigs_nextToken :: Lens' ListIdentityProviderConfigs (Maybe Text) Source #
The nextToken value returned from a previous paginated
IdentityProviderConfigsRequest where maxResults was used and the
results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken value.
listIdentityProviderConfigs_clusterName :: Lens' ListIdentityProviderConfigs Text Source #
The cluster name that you want to list identity provider configurations for.
Destructuring the Response
data ListIdentityProviderConfigsResponse Source #
See: newListIdentityProviderConfigsResponse smart constructor.
Constructors
| ListIdentityProviderConfigsResponse' | |
Fields
| |
Instances
newListIdentityProviderConfigsResponse Source #
Arguments
| :: Int | |
| -> ListIdentityProviderConfigsResponse |
Create a value of ListIdentityProviderConfigsResponse 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:identityProviderConfigs:ListIdentityProviderConfigsResponse', listIdentityProviderConfigsResponse_identityProviderConfigs - The identity provider configurations for the cluster.
ListIdentityProviderConfigs, listIdentityProviderConfigsResponse_nextToken - The nextToken value returned from a previous paginated
ListIdentityProviderConfigsResponse where maxResults was used and
the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken
value.
$sel:httpStatus:ListIdentityProviderConfigsResponse', listIdentityProviderConfigsResponse_httpStatus - The response's http status code.
Response Lenses
listIdentityProviderConfigsResponse_identityProviderConfigs :: Lens' ListIdentityProviderConfigsResponse (Maybe [IdentityProviderConfig]) Source #
The identity provider configurations for the cluster.
listIdentityProviderConfigsResponse_nextToken :: Lens' ListIdentityProviderConfigsResponse (Maybe Text) Source #
The nextToken value returned from a previous paginated
ListIdentityProviderConfigsResponse where maxResults was used and
the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken
value.
listIdentityProviderConfigsResponse_httpStatus :: Lens' ListIdentityProviderConfigsResponse Int Source #
The response's http status code.