libZSservicesZSamazonka-workspacesZSamazonka-workspaces
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WorkSpaces.DescribeIpGroups

Description

Describes one or more of your IP access control groups.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeIpGroups Source #

See: newDescribeIpGroups smart constructor.

Constructors

DescribeIpGroups' 

Fields

  • groupIds :: Maybe [Text]

    The identifiers of one or more IP access control groups.

  • nextToken :: Maybe Text

    If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

  • maxResults :: Maybe Natural

    The maximum number of items to return.

Instances

Instances details
Eq DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Read DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Show DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Generic DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Associated Types

type Rep DescribeIpGroups :: Type -> Type #

NFData DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Methods

rnf :: DescribeIpGroups -> () #

Hashable DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

ToJSON DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

AWSPager DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

AWSRequest DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Associated Types

type AWSResponse DescribeIpGroups #

ToHeaders DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

ToPath DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

ToQuery DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

type Rep DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

type Rep DescribeIpGroups = D1 ('MetaData "DescribeIpGroups" "Amazonka.WorkSpaces.DescribeIpGroups" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "DescribeIpGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

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.

Constructors

DescribeIpGroupsResponse' 

Fields

Instances

Instances details
Eq DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Read DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Show DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Generic DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Associated Types

type Rep DescribeIpGroupsResponse :: Type -> Type #

NFData DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

type Rep DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

type Rep DescribeIpGroupsResponse = D1 ('MetaData "DescribeIpGroupsResponse" "Amazonka.WorkSpaces.DescribeIpGroups" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "DescribeIpGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkspacesIpGroup])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.