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

Description

Returns a list of the label groups.

Synopsis

Creating a Request

data ListLabelGroups Source #

See: newListLabelGroups smart constructor.

Constructors

ListLabelGroups' 

Fields

Instances

Instances details
ToJSON ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

ToHeaders ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

ToPath ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

ToQuery ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

AWSRequest ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Associated Types

type AWSResponse ListLabelGroups #

Generic ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Associated Types

type Rep ListLabelGroups :: Type -> Type #

Read ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Show ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

NFData ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Methods

rnf :: ListLabelGroups -> () #

Eq ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Hashable ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

type AWSResponse ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

type Rep ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

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

newListLabelGroups :: ListLabelGroups Source #

Create a value of ListLabelGroups 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:labelGroupNameBeginsWith:ListLabelGroups', listLabelGroups_labelGroupNameBeginsWith - The beginning of the name of the label groups to be listed.

$sel:maxResults:ListLabelGroups', listLabelGroups_maxResults - Specifies the maximum number of label groups to list.

ListLabelGroups, listLabelGroups_nextToken - An opaque pagination token indicating where to continue the listing of label groups.

Request Lenses

listLabelGroups_labelGroupNameBeginsWith :: Lens' ListLabelGroups (Maybe Text) Source #

The beginning of the name of the label groups to be listed.

listLabelGroups_maxResults :: Lens' ListLabelGroups (Maybe Natural) Source #

Specifies the maximum number of label groups to list.

listLabelGroups_nextToken :: Lens' ListLabelGroups (Maybe Text) Source #

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

Destructuring the Response

data ListLabelGroupsResponse Source #

See: newListLabelGroupsResponse smart constructor.

Constructors

ListLabelGroupsResponse' 

Fields

Instances

Instances details
Generic ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Associated Types

type Rep ListLabelGroupsResponse :: Type -> Type #

Read ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Show ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

NFData ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Methods

rnf :: ListLabelGroupsResponse -> () #

Eq ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

type Rep ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

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

newListLabelGroupsResponse Source #

Create a value of ListLabelGroupsResponse 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:labelGroupSummaries:ListLabelGroupsResponse', listLabelGroupsResponse_labelGroupSummaries - A summary of the label groups.

ListLabelGroups, listLabelGroupsResponse_nextToken - An opaque pagination token indicating where to continue the listing of label groups.

$sel:httpStatus:ListLabelGroupsResponse', listLabelGroupsResponse_httpStatus - The response's http status code.

Response Lenses

listLabelGroupsResponse_nextToken :: Lens' ListLabelGroupsResponse (Maybe Text) Source #

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