libZSservicesZSamazonka-workdocsZSamazonka-workdocs
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.WorkDocs.DescribeGroups

Description

Describes the groups specified by the query. Groups are defined by the underlying Active Directory.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeGroups Source #

See: newDescribeGroups smart constructor.

Constructors

DescribeGroups' 

Fields

Instances

Instances details
Eq DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

Show DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

Generic DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

Associated Types

type Rep DescribeGroups :: Type -> Type #

NFData DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

Methods

rnf :: DescribeGroups -> () #

Hashable DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

AWSPager DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

AWSRequest DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

Associated Types

type AWSResponse DescribeGroups #

ToHeaders DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

ToPath DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

ToQuery DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

type Rep DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

type Rep DescribeGroups = D1 ('MetaData "DescribeGroups" "Amazonka.WorkDocs.DescribeGroups" "libZSservicesZSamazonka-workdocsZSamazonka-workdocs" 'False) (C1 ('MetaCons "DescribeGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "authenticationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "organizationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "searchQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))
type AWSResponse DescribeGroups Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

newDescribeGroups Source #

Create a value of DescribeGroups 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:authenticationToken:DescribeGroups', describeGroups_authenticationToken - Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

$sel:marker:DescribeGroups', describeGroups_marker - The marker for the next set of results. (You received this marker from a previous call.)

$sel:limit:DescribeGroups', describeGroups_limit - The maximum number of items to return with this call.

$sel:organizationId:DescribeGroups', describeGroups_organizationId - The ID of the organization.

$sel:searchQuery:DescribeGroups', describeGroups_searchQuery - A query to describe groups by group name.

Request Lenses

describeGroups_authenticationToken :: Lens' DescribeGroups (Maybe Text) Source #

Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

describeGroups_marker :: Lens' DescribeGroups (Maybe Text) Source #

The marker for the next set of results. (You received this marker from a previous call.)

describeGroups_limit :: Lens' DescribeGroups (Maybe Natural) Source #

The maximum number of items to return with this call.

describeGroups_searchQuery :: Lens' DescribeGroups Text Source #

A query to describe groups by group name.

Destructuring the Response

data DescribeGroupsResponse Source #

See: newDescribeGroupsResponse smart constructor.

Constructors

DescribeGroupsResponse' 

Fields

Instances

Instances details
Eq DescribeGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

Read DescribeGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

Show DescribeGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

Generic DescribeGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

Associated Types

type Rep DescribeGroupsResponse :: Type -> Type #

NFData DescribeGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

Methods

rnf :: DescribeGroupsResponse -> () #

type Rep DescribeGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkDocs.DescribeGroups

type Rep DescribeGroupsResponse = D1 ('MetaData "DescribeGroupsResponse" "Amazonka.WorkDocs.DescribeGroups" "libZSservicesZSamazonka-workdocsZSamazonka-workdocs" 'False) (C1 ('MetaCons "DescribeGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GroupMetadata])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeGroupsResponse Source #

Create a value of DescribeGroupsResponse 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:groups:DescribeGroupsResponse', describeGroupsResponse_groups - The list of groups.

$sel:marker:DescribeGroups', describeGroupsResponse_marker - The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

$sel:httpStatus:DescribeGroupsResponse', describeGroupsResponse_httpStatus - The response's http status code.

Response Lenses

describeGroupsResponse_marker :: Lens' DescribeGroupsResponse (Maybe Text) Source #

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.