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

Description

Lists all attribute groups that are associated with specified application. Results are paginated.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAssociatedAttributeGroups Source #

See: newListAssociatedAttributeGroups smart constructor.

Constructors

ListAssociatedAttributeGroups' 

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.

  • application :: Text

    The name or ID of the application.

Instances

Instances details
ToHeaders ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

ToPath ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

ToQuery ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

AWSPager ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

AWSRequest ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Generic ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Associated Types

type Rep ListAssociatedAttributeGroups :: Type -> Type #

Read ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Show ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

NFData ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Eq ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Hashable ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

type AWSResponse ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

type Rep ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

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

newListAssociatedAttributeGroups Source #

Create a value of ListAssociatedAttributeGroups 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:ListAssociatedAttributeGroups', listAssociatedAttributeGroups_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.

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

$sel:application:ListAssociatedAttributeGroups', listAssociatedAttributeGroups_application - The name or ID of the application.

Request Lenses

listAssociatedAttributeGroups_maxResults :: Lens' ListAssociatedAttributeGroups (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.

listAssociatedAttributeGroups_nextToken :: Lens' ListAssociatedAttributeGroups (Maybe Text) Source #

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

Destructuring the Response

data ListAssociatedAttributeGroupsResponse Source #

Constructors

ListAssociatedAttributeGroupsResponse' 

Fields

Instances

Instances details
Generic ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Read ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Show ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

NFData ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Eq ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

type Rep ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

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

newListAssociatedAttributeGroupsResponse Source #

Create a value of ListAssociatedAttributeGroupsResponse 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:ListAssociatedAttributeGroupsResponse', listAssociatedAttributeGroupsResponse_attributeGroups - A list of attribute group IDs.

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

$sel:httpStatus:ListAssociatedAttributeGroupsResponse', listAssociatedAttributeGroupsResponse_httpStatus - The response's http status code.

Response Lenses

listAssociatedAttributeGroupsResponse_nextToken :: Lens' ListAssociatedAttributeGroupsResponse (Maybe Text) Source #

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