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 |
A list of identity provider configurations.
This operation returns paginated results.
Synopsis
- data ListIdentityProviderConfigs = ListIdentityProviderConfigs' {
- nextToken :: Maybe Text
- maxResults :: Maybe Natural
- clusterName :: Text
- newListIdentityProviderConfigs :: Text -> ListIdentityProviderConfigs
- listIdentityProviderConfigs_nextToken :: Lens' ListIdentityProviderConfigs (Maybe Text)
- listIdentityProviderConfigs_maxResults :: Lens' ListIdentityProviderConfigs (Maybe Natural)
- 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.
ListIdentityProviderConfigs' | |
|
Instances
newListIdentityProviderConfigs Source #
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:nextToken: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.
$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.
$sel:clusterName:ListIdentityProviderConfigs'
, listIdentityProviderConfigs_clusterName
- The cluster name that you want to list identity provider configurations
for.
Request Lenses
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_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_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.
ListIdentityProviderConfigsResponse' | |
|
Instances
newListIdentityProviderConfigsResponse Source #
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.
$sel:nextToken: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.