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 |
Retrieves a list of website authorization providers associated with a specified fleet.
Synopsis
- data ListWebsiteAuthorizationProviders = ListWebsiteAuthorizationProviders' {}
- newListWebsiteAuthorizationProviders :: Text -> ListWebsiteAuthorizationProviders
- listWebsiteAuthorizationProviders_nextToken :: Lens' ListWebsiteAuthorizationProviders (Maybe Text)
- listWebsiteAuthorizationProviders_maxResults :: Lens' ListWebsiteAuthorizationProviders (Maybe Natural)
- listWebsiteAuthorizationProviders_fleetArn :: Lens' ListWebsiteAuthorizationProviders Text
- data ListWebsiteAuthorizationProvidersResponse = ListWebsiteAuthorizationProvidersResponse' {}
- newListWebsiteAuthorizationProvidersResponse :: Int -> ListWebsiteAuthorizationProvidersResponse
- listWebsiteAuthorizationProvidersResponse_websiteAuthorizationProviders :: Lens' ListWebsiteAuthorizationProvidersResponse (Maybe [WebsiteAuthorizationProviderSummary])
- listWebsiteAuthorizationProvidersResponse_nextToken :: Lens' ListWebsiteAuthorizationProvidersResponse (Maybe Text)
- listWebsiteAuthorizationProvidersResponse_httpStatus :: Lens' ListWebsiteAuthorizationProvidersResponse Int
Creating a Request
data ListWebsiteAuthorizationProviders Source #
See: newListWebsiteAuthorizationProviders
smart constructor.
Instances
newListWebsiteAuthorizationProviders Source #
Create a value of ListWebsiteAuthorizationProviders
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:ListWebsiteAuthorizationProviders'
, listWebsiteAuthorizationProviders_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:maxResults:ListWebsiteAuthorizationProviders'
, listWebsiteAuthorizationProviders_maxResults
- The maximum number of results to be included in the next page.
$sel:fleetArn:ListWebsiteAuthorizationProviders'
, listWebsiteAuthorizationProviders_fleetArn
- The ARN of the fleet.
Request Lenses
listWebsiteAuthorizationProviders_nextToken :: Lens' ListWebsiteAuthorizationProviders (Maybe Text) Source #
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
listWebsiteAuthorizationProviders_maxResults :: Lens' ListWebsiteAuthorizationProviders (Maybe Natural) Source #
The maximum number of results to be included in the next page.
listWebsiteAuthorizationProviders_fleetArn :: Lens' ListWebsiteAuthorizationProviders Text Source #
The ARN of the fleet.
Destructuring the Response
data ListWebsiteAuthorizationProvidersResponse Source #
See: newListWebsiteAuthorizationProvidersResponse
smart constructor.
ListWebsiteAuthorizationProvidersResponse' | |
|
Instances
newListWebsiteAuthorizationProvidersResponse Source #
Create a value of ListWebsiteAuthorizationProvidersResponse
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:websiteAuthorizationProviders:ListWebsiteAuthorizationProvidersResponse'
, listWebsiteAuthorizationProvidersResponse_websiteAuthorizationProviders
- The website authorization providers.
$sel:nextToken:ListWebsiteAuthorizationProviders'
, listWebsiteAuthorizationProvidersResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:httpStatus:ListWebsiteAuthorizationProvidersResponse'
, listWebsiteAuthorizationProvidersResponse_httpStatus
- The response's http status code.
Response Lenses
listWebsiteAuthorizationProvidersResponse_websiteAuthorizationProviders :: Lens' ListWebsiteAuthorizationProvidersResponse (Maybe [WebsiteAuthorizationProviderSummary]) Source #
The website authorization providers.
listWebsiteAuthorizationProvidersResponse_nextToken :: Lens' ListWebsiteAuthorizationProvidersResponse (Maybe Text) Source #
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
listWebsiteAuthorizationProvidersResponse_httpStatus :: Lens' ListWebsiteAuthorizationProvidersResponse Int Source #
The response's http status code.