libZSservicesZSamazonka-personalizeZSamazonka-personalize
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.Personalize.ListDatasetGroups

Description

Returns a list of dataset groups. The response provides the properties for each dataset group, including the Amazon Resource Name (ARN). For more information on dataset groups, see CreateDatasetGroup.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDatasetGroups Source #

See: newListDatasetGroups smart constructor.

Constructors

ListDatasetGroups' 

Fields

  • nextToken :: Maybe Text

    A token returned from the previous call to ListDatasetGroups for getting the next set of dataset groups (if they exist).

  • maxResults :: Maybe Natural

    The maximum number of dataset groups to return.

Instances

Instances details
Eq ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Read ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Show ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Generic ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Associated Types

type Rep ListDatasetGroups :: Type -> Type #

NFData ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Methods

rnf :: ListDatasetGroups -> () #

Hashable ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

ToJSON ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

AWSPager ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

AWSRequest ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Associated Types

type AWSResponse ListDatasetGroups #

ToHeaders ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

ToPath ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

ToQuery ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

type Rep ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

type Rep ListDatasetGroups = D1 ('MetaData "ListDatasetGroups" "Amazonka.Personalize.ListDatasetGroups" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListDatasetGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

newListDatasetGroups :: ListDatasetGroups Source #

Create a value of ListDatasetGroups 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:ListDatasetGroups', listDatasetGroups_nextToken - A token returned from the previous call to ListDatasetGroups for getting the next set of dataset groups (if they exist).

$sel:maxResults:ListDatasetGroups', listDatasetGroups_maxResults - The maximum number of dataset groups to return.

Request Lenses

listDatasetGroups_nextToken :: Lens' ListDatasetGroups (Maybe Text) Source #

A token returned from the previous call to ListDatasetGroups for getting the next set of dataset groups (if they exist).

listDatasetGroups_maxResults :: Lens' ListDatasetGroups (Maybe Natural) Source #

The maximum number of dataset groups to return.

Destructuring the Response

data ListDatasetGroupsResponse Source #

See: newListDatasetGroupsResponse smart constructor.

Constructors

ListDatasetGroupsResponse' 

Fields

Instances

Instances details
Eq ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Read ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Show ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Generic ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

Associated Types

type Rep ListDatasetGroupsResponse :: Type -> Type #

NFData ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

type Rep ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListDatasetGroups

type Rep ListDatasetGroupsResponse = D1 ('MetaData "ListDatasetGroupsResponse" "Amazonka.Personalize.ListDatasetGroups" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "ListDatasetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetGroupSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatasetGroupsResponse Source #

Create a value of ListDatasetGroupsResponse 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:ListDatasetGroups', listDatasetGroupsResponse_nextToken - A token for getting the next set of dataset groups (if they exist).

$sel:datasetGroups:ListDatasetGroupsResponse', listDatasetGroupsResponse_datasetGroups - The list of your dataset groups.

$sel:httpStatus:ListDatasetGroupsResponse', listDatasetGroupsResponse_httpStatus - The response's http status code.

Response Lenses

listDatasetGroupsResponse_nextToken :: Lens' ListDatasetGroupsResponse (Maybe Text) Source #

A token for getting the next set of dataset groups (if they exist).