libZSservicesZSamazonka-appconfigZSamazonka-appconfig
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.AppConfig.ListConfigurationProfiles

Description

Lists the configuration profiles for an application.

Synopsis

Creating a Request

data ListConfigurationProfiles Source #

See: newListConfigurationProfiles smart constructor.

Constructors

ListConfigurationProfiles' 

Fields

  • nextToken :: Maybe Text

    A token to start the list. Use this token to get the next set of results.

  • maxResults :: Maybe Natural

    The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

  • applicationId :: Text

    The application ID.

Instances

Instances details
Eq ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

Read ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

Show ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

Generic ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

Associated Types

type Rep ListConfigurationProfiles :: Type -> Type #

NFData ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

Hashable ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

AWSRequest ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

ToHeaders ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

ToPath ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

ToQuery ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

type Rep ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

type Rep ListConfigurationProfiles = D1 ('MetaData "ListConfigurationProfiles" "Amazonka.AppConfig.ListConfigurationProfiles" "libZSservicesZSamazonka-appconfigZSamazonka-appconfig" 'False) (C1 ('MetaCons "ListConfigurationProfiles'" '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 "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListConfigurationProfiles Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

newListConfigurationProfiles Source #

Create a value of ListConfigurationProfiles 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:ListConfigurationProfiles', listConfigurationProfiles_nextToken - A token to start the list. Use this token to get the next set of results.

$sel:maxResults:ListConfigurationProfiles', listConfigurationProfiles_maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

$sel:applicationId:ListConfigurationProfiles', listConfigurationProfiles_applicationId - The application ID.

Request Lenses

listConfigurationProfiles_nextToken :: Lens' ListConfigurationProfiles (Maybe Text) Source #

A token to start the list. Use this token to get the next set of results.

listConfigurationProfiles_maxResults :: Lens' ListConfigurationProfiles (Maybe Natural) Source #

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Destructuring the Response

data ListConfigurationProfilesResponse Source #

See: newListConfigurationProfilesResponse smart constructor.

Constructors

ListConfigurationProfilesResponse' 

Fields

Instances

Instances details
Eq ListConfigurationProfilesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

Read ListConfigurationProfilesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

Show ListConfigurationProfilesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

Generic ListConfigurationProfilesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

Associated Types

type Rep ListConfigurationProfilesResponse :: Type -> Type #

NFData ListConfigurationProfilesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

type Rep ListConfigurationProfilesResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListConfigurationProfiles

type Rep ListConfigurationProfilesResponse = D1 ('MetaData "ListConfigurationProfilesResponse" "Amazonka.AppConfig.ListConfigurationProfiles" "libZSservicesZSamazonka-appconfigZSamazonka-appconfig" 'False) (C1 ('MetaCons "ListConfigurationProfilesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationProfileSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListConfigurationProfilesResponse Source #

Create a value of ListConfigurationProfilesResponse 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:items:ListConfigurationProfilesResponse', listConfigurationProfilesResponse_items - The elements from this collection.

$sel:nextToken:ListConfigurationProfiles', listConfigurationProfilesResponse_nextToken - The token for the next set of items to return. Use this token to get the next set of results.

$sel:httpStatus:ListConfigurationProfilesResponse', listConfigurationProfilesResponse_httpStatus - The response's http status code.

Response Lenses

listConfigurationProfilesResponse_nextToken :: Lens' ListConfigurationProfilesResponse (Maybe Text) Source #

The token for the next set of items to return. Use this token to get the next set of results.