libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry
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.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

  • nextToken :: Maybe Text

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

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

Instances

Instances details
Eq ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Read ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Show ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Generic ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Associated Types

type Rep ListAttributeGroups :: Type -> Type #

NFData ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Methods

rnf :: ListAttributeGroups -> () #

Hashable 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 #

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

type Rep ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type Rep ListAttributeGroups = D1 ('MetaData "ListAttributeGroups" "Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ListAttributeGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

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:nextToken:ListAttributeGroups', listAttributeGroups_nextToken - The token to use to get the next page of results after a previous API call.

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

Request Lenses

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

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

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.

Destructuring the Response

data ListAttributeGroupsResponse Source #

See: newListAttributeGroupsResponse smart constructor.

Constructors

ListAttributeGroupsResponse' 

Fields

Instances

Instances details
Eq ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Read ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Show ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Generic ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Associated Types

type Rep ListAttributeGroupsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.

$sel:nextToken: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.