amazonka-personalize-2.0: Amazon Personalize SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.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

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 #

Generic ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Associated Types

type Rep ListSolutions :: Type -> Type #

Read ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Show ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

NFData ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Methods

rnf :: ListSolutions -> () #

Eq ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Hashable ListSolutions Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

type AWSResponse 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" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "ListSolutions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:

ListSolutions, listSolutions_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

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

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

Request Lenses

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.

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

Destructuring the Response

data ListSolutionsResponse Source #

See: newListSolutionsResponse smart constructor.

Constructors

ListSolutionsResponse' 

Fields

Instances

Instances details
Generic ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Associated Types

type Rep ListSolutionsResponse :: Type -> Type #

Read ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Show ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

NFData ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

Methods

rnf :: ListSolutionsResponse -> () #

Eq ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

type Rep ListSolutionsResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSolutions

type Rep ListSolutionsResponse = D1 ('MetaData "ListSolutionsResponse" "Amazonka.Personalize.ListSolutions" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" '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:

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