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.ListSolutions

Description

Returns a list of solutions that use the given dataset group. When a dataset group is not specified, all the solutions associated with the account are listed. The response provides the properties for each solution, including the Amazon Resource Name (ARN). For more information on solutions, see CreateSolution.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSolutions Source #

See: newListSolutions smart constructor.

Constructors

ListSolutions' 

Fields

Instances

Instances details
Eq ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Read ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Show ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Generic ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Associated Types

type Rep ListSolutions :: Type -> Type #

NFData ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Methods

rnf :: ListSolutions -> () #

Hashable ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

ToJSON ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

AWSPager ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

AWSRequest ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Associated Types

type AWSResponse ListSolutions #

ToHeaders ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

ToPath ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

ToQuery ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

type Rep ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

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

Defined in Amazonka.Personalize.ListSolutions

newListSolutions :: ListSolutions Source #

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

$sel:datasetGroupArn:ListSolutions', listSolutions_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

$sel:maxResults:ListSolutions', listSolutions_maxResults - The maximum number of solutions to return.

Request Lenses

listSolutions_nextToken :: Lens' ListSolutions (Maybe Text) Source #

A token returned from the previous call to ListSolutions for getting the next set of solutions (if they exist).

listSolutions_datasetGroupArn :: Lens' ListSolutions (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset group.

listSolutions_maxResults :: Lens' ListSolutions (Maybe Natural) Source #

The maximum number of solutions to return.

Destructuring the Response

data ListSolutionsResponse Source #

See: newListSolutionsResponse smart constructor.

Constructors

ListSolutionsResponse' 

Fields

Instances

Instances details
Eq ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Read ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Show ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Generic ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Associated Types

type Rep ListSolutionsResponse :: Type -> Type #

NFData ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Methods

rnf :: ListSolutionsResponse -> () #

type Rep ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

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

newListSolutionsResponse Source #

Create a value of ListSolutionsResponse 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:ListSolutions', listSolutionsResponse_nextToken - A token for getting the next set of solutions (if they exist).

$sel:solutions:ListSolutionsResponse', listSolutionsResponse_solutions - A list of the current solutions.

$sel:httpStatus:ListSolutionsResponse', listSolutionsResponse_httpStatus - The response's http status code.

Response Lenses

listSolutionsResponse_nextToken :: Lens' ListSolutionsResponse (Maybe Text) Source #

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