amazonka-lookoutequipment-2.0: Amazon Lookout for Equipment 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.LookoutEquipment.ListDatasets

Description

Lists all datasets currently available in your account, filtering on the dataset name.

Synopsis

Creating a Request

data ListDatasets Source #

See: newListDatasets smart constructor.

Constructors

ListDatasets' 

Fields

Instances

Instances details
ToJSON ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

ToHeaders ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

ToPath ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

ToQuery ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

AWSRequest ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Associated Types

type AWSResponse ListDatasets #

Generic ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Associated Types

type Rep ListDatasets :: Type -> Type #

Read ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Show ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

NFData ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Methods

rnf :: ListDatasets -> () #

Eq ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Hashable ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type AWSResponse ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type Rep ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type Rep ListDatasets = D1 ('MetaData "ListDatasets" "Amazonka.LookoutEquipment.ListDatasets" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListDatasets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetNameBeginsWith") '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)))))

newListDatasets :: ListDatasets Source #

Create a value of ListDatasets 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:datasetNameBeginsWith:ListDatasets', listDatasets_datasetNameBeginsWith - The beginning of the name of the datasets to be listed.

$sel:maxResults:ListDatasets', listDatasets_maxResults - Specifies the maximum number of datasets to list.

ListDatasets, listDatasets_nextToken - An opaque pagination token indicating where to continue the listing of datasets.

Request Lenses

listDatasets_datasetNameBeginsWith :: Lens' ListDatasets (Maybe Text) Source #

The beginning of the name of the datasets to be listed.

listDatasets_maxResults :: Lens' ListDatasets (Maybe Natural) Source #

Specifies the maximum number of datasets to list.

listDatasets_nextToken :: Lens' ListDatasets (Maybe Text) Source #

An opaque pagination token indicating where to continue the listing of datasets.

Destructuring the Response

data ListDatasetsResponse Source #

See: newListDatasetsResponse smart constructor.

Constructors

ListDatasetsResponse' 

Fields

Instances

Instances details
Generic ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Associated Types

type Rep ListDatasetsResponse :: Type -> Type #

Read ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Show ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

NFData ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Methods

rnf :: ListDatasetsResponse -> () #

Eq ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type Rep ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type Rep ListDatasetsResponse = D1 ('MetaData "ListDatasetsResponse" "Amazonka.LookoutEquipment.ListDatasets" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListDatasetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatasetsResponse Source #

Create a value of ListDatasetsResponse 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:datasetSummaries:ListDatasetsResponse', listDatasetsResponse_datasetSummaries - Provides information about the specified dataset, including creation time, dataset ARN, and status.

ListDatasets, listDatasetsResponse_nextToken - An opaque pagination token indicating where to continue the listing of datasets.

$sel:httpStatus:ListDatasetsResponse', listDatasetsResponse_httpStatus - The response's http status code.

Response Lenses

listDatasetsResponse_datasetSummaries :: Lens' ListDatasetsResponse (Maybe [DatasetSummary]) Source #

Provides information about the specified dataset, including creation time, dataset ARN, and status.

listDatasetsResponse_nextToken :: Lens' ListDatasetsResponse (Maybe Text) Source #

An opaque pagination token indicating where to continue the listing of datasets.