amazonka-servicecatalog-appregistry-2.0: Amazon Service Catalog App Registry 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.ServiceCatalogAppRegistry.ListAttributeGroups

Description

Lists all attribute groups which you have access to. Results are paginated.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAttributeGroups Source #

See: newListAttributeGroups smart constructor.

Constructors

ListAttributeGroups' 

Fields

  • maxResults :: Maybe Natural

    The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

  • nextToken :: Maybe Text

    The token to use to get the next page of results after a previous API call.

Instances

Instances details
ToHeaders ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

ToPath ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

ToQuery ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

AWSPager ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

AWSRequest ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Associated Types

type AWSResponse ListAttributeGroups #

Generic ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Associated Types

type Rep ListAttributeGroups :: Type -> Type #

Read ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Show ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

NFData ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Methods

rnf :: ListAttributeGroups -> () #

Eq ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Hashable ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type AWSResponse ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type Rep ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type Rep ListAttributeGroups = D1 ('MetaData "ListAttributeGroups" "Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListAttributeGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListAttributeGroups :: ListAttributeGroups Source #

Create a value of ListAttributeGroups 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:ListAttributeGroups', listAttributeGroups_maxResults - The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

ListAttributeGroups, listAttributeGroups_nextToken - The token to use to get the next page of results after a previous API call.

Request Lenses

listAttributeGroups_maxResults :: Lens' ListAttributeGroups (Maybe Natural) Source #

The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

listAttributeGroups_nextToken :: Lens' ListAttributeGroups (Maybe Text) Source #

The token to use to get the next page of results after a previous API call.

Destructuring the Response

data ListAttributeGroupsResponse Source #

See: newListAttributeGroupsResponse smart constructor.

Constructors

ListAttributeGroupsResponse' 

Fields

Instances

Instances details
Generic ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Associated Types

type Rep ListAttributeGroupsResponse :: Type -> Type #

Read ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Show ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

NFData ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Eq ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type Rep ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type Rep ListAttributeGroupsResponse = D1 ('MetaData "ListAttributeGroupsResponse" "Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListAttributeGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AttributeGroupSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAttributeGroupsResponse Source #

Create a value of ListAttributeGroupsResponse 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:attributeGroups:ListAttributeGroupsResponse', listAttributeGroupsResponse_attributeGroups - This list of attribute groups.

ListAttributeGroups, listAttributeGroupsResponse_nextToken - The token to use to get the next page of results after a previous API call.

$sel:httpStatus:ListAttributeGroupsResponse', listAttributeGroupsResponse_httpStatus - The response's http status code.

Response Lenses

listAttributeGroupsResponse_nextToken :: Lens' ListAttributeGroupsResponse (Maybe Text) Source #

The token to use to get the next page of results after a previous API call.