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

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

  • application :: Text

    The name or ID of the application.

Instances

Instances details
Eq ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Read ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

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

NFData ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Hashable 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

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

type Rep ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

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

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

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

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

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

Request Lenses

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

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

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.

Destructuring the Response

data ListAssociatedAttributeGroupsResponse Source #

Constructors

ListAssociatedAttributeGroupsResponse' 

Fields

Instances

Instances details
Eq 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

Generic ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

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

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