| 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.WorkSpacesWeb.ListTrustStores
Description
Retrieves a list of trust stores.
Synopsis
- data ListTrustStores = ListTrustStores' {}
- newListTrustStores :: ListTrustStores
- listTrustStores_maxResults :: Lens' ListTrustStores (Maybe Natural)
- listTrustStores_nextToken :: Lens' ListTrustStores (Maybe Text)
- data ListTrustStoresResponse = ListTrustStoresResponse' {
- nextToken :: Maybe Text
- trustStores :: Maybe [TrustStoreSummary]
- httpStatus :: Int
- newListTrustStoresResponse :: Int -> ListTrustStoresResponse
- listTrustStoresResponse_nextToken :: Lens' ListTrustStoresResponse (Maybe Text)
- listTrustStoresResponse_trustStores :: Lens' ListTrustStoresResponse (Maybe [TrustStoreSummary])
- listTrustStoresResponse_httpStatus :: Lens' ListTrustStoresResponse Int
Creating a Request
data ListTrustStores Source #
See: newListTrustStores smart constructor.
Constructors
| ListTrustStores' | |
Instances
newListTrustStores :: ListTrustStores Source #
Create a value of ListTrustStores 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:ListTrustStores', listTrustStores_maxResults - The maximum number of results to be included in the next page.
ListTrustStores, listTrustStores_nextToken - The pagination token used to retrieve the next page of results for this
operation.
Request Lenses
listTrustStores_maxResults :: Lens' ListTrustStores (Maybe Natural) Source #
The maximum number of results to be included in the next page.
listTrustStores_nextToken :: Lens' ListTrustStores (Maybe Text) Source #
The pagination token used to retrieve the next page of results for this operation.
Destructuring the Response
data ListTrustStoresResponse Source #
See: newListTrustStoresResponse smart constructor.
Constructors
| ListTrustStoresResponse' | |
Fields
| |
Instances
newListTrustStoresResponse Source #
Create a value of ListTrustStoresResponse 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:
ListTrustStores, listTrustStoresResponse_nextToken - The pagination token used to retrieve the next page of results for this
operation.
$sel:trustStores:ListTrustStoresResponse', listTrustStoresResponse_trustStores - The trust stores.
$sel:httpStatus:ListTrustStoresResponse', listTrustStoresResponse_httpStatus - The response's http status code.
Response Lenses
listTrustStoresResponse_nextToken :: Lens' ListTrustStoresResponse (Maybe Text) Source #
The pagination token used to retrieve the next page of results for this operation.
listTrustStoresResponse_trustStores :: Lens' ListTrustStoresResponse (Maybe [TrustStoreSummary]) Source #
The trust stores.
listTrustStoresResponse_httpStatus :: Lens' ListTrustStoresResponse Int Source #
The response's http status code.