libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.ServiceCatalog.ListTagOptions

Description

Lists the specified TagOptions or all TagOptions.

This operation returns paginated results.

Synopsis

Creating a Request

data ListTagOptions Source #

See: newListTagOptions smart constructor.

Constructors

ListTagOptions' 

Fields

Instances

Instances details
Eq ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Read ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Show ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Generic ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Associated Types

type Rep ListTagOptions :: Type -> Type #

NFData ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Methods

rnf :: ListTagOptions -> () #

Hashable ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

ToJSON ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

AWSPager ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

AWSRequest ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Associated Types

type AWSResponse ListTagOptions #

ToHeaders ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

ToPath ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

ToQuery ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

type Rep ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

type Rep ListTagOptions = D1 ('MetaData "ListTagOptions" "Amazonka.ServiceCatalog.ListTagOptions" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ListTagOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListTagOptionsFilters)) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

newListTagOptions :: ListTagOptions Source #

Create a value of ListTagOptions 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:filters:ListTagOptions', listTagOptions_filters - The search filters. If no search filters are specified, the output includes all TagOptions.

$sel:pageToken:ListTagOptions', listTagOptions_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:pageSize:ListTagOptions', listTagOptions_pageSize - The maximum number of items to return with this call.

Request Lenses

listTagOptions_filters :: Lens' ListTagOptions (Maybe ListTagOptionsFilters) Source #

The search filters. If no search filters are specified, the output includes all TagOptions.

listTagOptions_pageToken :: Lens' ListTagOptions (Maybe Text) Source #

The page token for the next set of results. To retrieve the first set of results, use null.

listTagOptions_pageSize :: Lens' ListTagOptions (Maybe Natural) Source #

The maximum number of items to return with this call.

Destructuring the Response

data ListTagOptionsResponse Source #

See: newListTagOptionsResponse smart constructor.

Constructors

ListTagOptionsResponse' 

Fields

Instances

Instances details
Eq ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Read ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Show ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Generic ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Associated Types

type Rep ListTagOptionsResponse :: Type -> Type #

NFData ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Methods

rnf :: ListTagOptionsResponse -> () #

type Rep ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

type Rep ListTagOptionsResponse = D1 ('MetaData "ListTagOptionsResponse" "Amazonka.ServiceCatalog.ListTagOptions" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ListTagOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tagOptionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagOptionDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagOptionsResponse Source #

Create a value of ListTagOptionsResponse 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:pageToken:ListTagOptions', listTagOptionsResponse_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:tagOptionDetails:ListTagOptionsResponse', listTagOptionsResponse_tagOptionDetails - Information about the TagOptions.

$sel:httpStatus:ListTagOptionsResponse', listTagOptionsResponse_httpStatus - The response's http status code.

Response Lenses

listTagOptionsResponse_pageToken :: Lens' ListTagOptionsResponse (Maybe Text) Source #

The page token for the next set of results. To retrieve the first set of results, use null.