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 |
Describes one or more of your IP access control groups.
This operation returns paginated results.
Synopsis
- data DescribeIpGroups = DescribeIpGroups' {}
- newDescribeIpGroups :: DescribeIpGroups
- describeIpGroups_groupIds :: Lens' DescribeIpGroups (Maybe [Text])
- describeIpGroups_nextToken :: Lens' DescribeIpGroups (Maybe Text)
- describeIpGroups_maxResults :: Lens' DescribeIpGroups (Maybe Natural)
- data DescribeIpGroupsResponse = DescribeIpGroupsResponse' {
- result :: Maybe [WorkspacesIpGroup]
- nextToken :: Maybe Text
- httpStatus :: Int
- newDescribeIpGroupsResponse :: Int -> DescribeIpGroupsResponse
- describeIpGroupsResponse_result :: Lens' DescribeIpGroupsResponse (Maybe [WorkspacesIpGroup])
- describeIpGroupsResponse_nextToken :: Lens' DescribeIpGroupsResponse (Maybe Text)
- describeIpGroupsResponse_httpStatus :: Lens' DescribeIpGroupsResponse Int
Creating a Request
data DescribeIpGroups Source #
See: newDescribeIpGroups
smart constructor.
Instances
newDescribeIpGroups :: DescribeIpGroups Source #
Create a value of DescribeIpGroups
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:groupIds:DescribeIpGroups'
, describeIpGroups_groupIds
- The identifiers of one or more IP access control groups.
$sel:nextToken:DescribeIpGroups'
, describeIpGroups_nextToken
- If you received a NextToken
from a previous call that was paginated,
provide this token to receive the next set of results.
$sel:maxResults:DescribeIpGroups'
, describeIpGroups_maxResults
- The maximum number of items to return.
Request Lenses
describeIpGroups_groupIds :: Lens' DescribeIpGroups (Maybe [Text]) Source #
The identifiers of one or more IP access control groups.
describeIpGroups_nextToken :: Lens' DescribeIpGroups (Maybe Text) Source #
If you received a NextToken
from a previous call that was paginated,
provide this token to receive the next set of results.
describeIpGroups_maxResults :: Lens' DescribeIpGroups (Maybe Natural) Source #
The maximum number of items to return.
Destructuring the Response
data DescribeIpGroupsResponse Source #
See: newDescribeIpGroupsResponse
smart constructor.
DescribeIpGroupsResponse' | |
|
Instances
newDescribeIpGroupsResponse Source #
Create a value of DescribeIpGroupsResponse
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:result:DescribeIpGroupsResponse'
, describeIpGroupsResponse_result
- Information about the IP access control groups.
$sel:nextToken:DescribeIpGroups'
, describeIpGroupsResponse_nextToken
- The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:httpStatus:DescribeIpGroupsResponse'
, describeIpGroupsResponse_httpStatus
- The response's http status code.
Response Lenses
describeIpGroupsResponse_result :: Lens' DescribeIpGroupsResponse (Maybe [WorkspacesIpGroup]) Source #
Information about the IP access control groups.
describeIpGroupsResponse_nextToken :: Lens' DescribeIpGroupsResponse (Maybe Text) Source #
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
describeIpGroupsResponse_httpStatus :: Lens' DescribeIpGroupsResponse Int Source #
The response's http status code.