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

Description

Returns the list of schemas associated with the account. The response provides the properties for each schema, including the Amazon Resource Name (ARN). For more information on schemas, see CreateSchema.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSchemas Source #

See: newListSchemas smart constructor.

Constructors

ListSchemas' 

Fields

Instances

Instances details
Eq ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Read ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Show ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Generic ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Associated Types

type Rep ListSchemas :: Type -> Type #

NFData ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Methods

rnf :: ListSchemas -> () #

Hashable ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

ToJSON ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

AWSPager ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

AWSRequest ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Associated Types

type AWSResponse ListSchemas #

ToHeaders ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Methods

toHeaders :: ListSchemas -> [Header] #

ToPath ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

ToQuery ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

type Rep ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

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

Defined in Amazonka.Personalize.ListSchemas

newListSchemas :: ListSchemas Source #

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

$sel:maxResults:ListSchemas', listSchemas_maxResults - The maximum number of schemas to return.

Request Lenses

listSchemas_nextToken :: Lens' ListSchemas (Maybe Text) Source #

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

listSchemas_maxResults :: Lens' ListSchemas (Maybe Natural) Source #

The maximum number of schemas to return.

Destructuring the Response

data ListSchemasResponse Source #

See: newListSchemasResponse smart constructor.

Constructors

ListSchemasResponse' 

Fields

Instances

Instances details
Eq ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Read ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Show ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Generic ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Associated Types

type Rep ListSchemasResponse :: Type -> Type #

NFData ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Methods

rnf :: ListSchemasResponse -> () #

type Rep ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

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

newListSchemasResponse Source #

Create a value of ListSchemasResponse 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:schemas:ListSchemasResponse', listSchemasResponse_schemas - A list of schemas.

$sel:nextToken:ListSchemas', listSchemasResponse_nextToken - A token used to get the next set of schemas (if they exist).

$sel:httpStatus:ListSchemasResponse', listSchemasResponse_httpStatus - The response's http status code.

Response Lenses

listSchemasResponse_nextToken :: Lens' ListSchemasResponse (Maybe Text) Source #

A token used to get the next set of schemas (if they exist).