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 |
Returns a list of ACLs
Synopsis
- data DescribeACLs = DescribeACLs' {}
- newDescribeACLs :: DescribeACLs
- describeACLs_nextToken :: Lens' DescribeACLs (Maybe Text)
- describeACLs_maxResults :: Lens' DescribeACLs (Maybe Int)
- describeACLs_aCLName :: Lens' DescribeACLs (Maybe Text)
- data DescribeACLsResponse = DescribeACLsResponse' {}
- newDescribeACLsResponse :: Int -> DescribeACLsResponse
- describeACLsResponse_nextToken :: Lens' DescribeACLsResponse (Maybe Text)
- describeACLsResponse_aCLs :: Lens' DescribeACLsResponse (Maybe [ACL])
- describeACLsResponse_httpStatus :: Lens' DescribeACLsResponse Int
Creating a Request
data DescribeACLs Source #
See: newDescribeACLs
smart constructor.
DescribeACLs' | |
|
Instances
newDescribeACLs :: DescribeACLs Source #
Create a value of DescribeACLs
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:DescribeACLs'
, describeACLs_nextToken
- An optional argument to pass in case the total number of records exceeds
the value of MaxResults. If 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. Keep all other arguments unchanged.
$sel:maxResults:DescribeACLs'
, describeACLs_maxResults
- The maximum number of records to include in the response. If more
records exist than the specified MaxResults value, a token is included
in the response so that the remaining results can be retrieved.
$sel:aCLName:DescribeACLs'
, describeACLs_aCLName
- The name of the ACL
Request Lenses
describeACLs_nextToken :: Lens' DescribeACLs (Maybe Text) Source #
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If 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. Keep all other arguments unchanged.
describeACLs_maxResults :: Lens' DescribeACLs (Maybe Int) Source #
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
describeACLs_aCLName :: Lens' DescribeACLs (Maybe Text) Source #
The name of the ACL
Destructuring the Response
data DescribeACLsResponse Source #
See: newDescribeACLsResponse
smart constructor.
DescribeACLsResponse' | |
|
Instances
newDescribeACLsResponse Source #
Create a value of DescribeACLsResponse
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:DescribeACLs'
, describeACLsResponse_nextToken
- If 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. Keep all other
arguments unchanged.
$sel:aCLs:DescribeACLsResponse'
, describeACLsResponse_aCLs
- The list of ACLs
$sel:httpStatus:DescribeACLsResponse'
, describeACLsResponse_httpStatus
- The response's http status code.
Response Lenses
describeACLsResponse_nextToken :: Lens' DescribeACLsResponse (Maybe Text) Source #
If 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. Keep all other arguments unchanged.
describeACLsResponse_aCLs :: Lens' DescribeACLsResponse (Maybe [ACL]) Source #
The list of ACLs
describeACLsResponse_httpStatus :: Lens' DescribeACLsResponse Int Source #
The response's http status code.