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

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

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 #

Generic ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Associated Types

type Rep ListSchemas :: Type -> Type #

Read ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Show ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

NFData ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Methods

rnf :: ListSchemas -> () #

Eq ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Hashable ListSchemas Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

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

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:maxResults:ListSchemas', listSchemas_maxResults - The maximum number of schemas to return.

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

Request Lenses

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

The maximum number of schemas to return.

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

Destructuring the Response

data ListSchemasResponse Source #

See: newListSchemasResponse smart constructor.

Constructors

ListSchemasResponse' 

Fields

Instances

Instances details
Generic ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Associated Types

type Rep ListSchemasResponse :: Type -> Type #

Read ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Show ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

NFData ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

Methods

rnf :: ListSchemasResponse -> () #

Eq ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

type Rep ListSchemasResponse Source # 
Instance details

Defined in Amazonka.Personalize.ListSchemas

type Rep ListSchemasResponse = D1 ('MetaData "ListSchemasResponse" "Amazonka.Personalize.ListSchemas" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "ListSchemasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetSchemaSummary])) :*: 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:

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

$sel:schemas:ListSchemasResponse', listSchemasResponse_schemas - A list of schemas.

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