amazonka-appconfig-2.0: Amazon AppConfig 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.AppConfig.ListApplications

Description

Lists all applications in your Amazon Web Services account.

Synopsis

Creating a Request

data ListApplications Source #

See: newListApplications smart constructor.

Constructors

ListApplications' 

Fields

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

  • nextToken :: Maybe Text

    A token to start the list. Next token is a pagination token generated by AppConfig to describe what page the previous List call ended on. For the first List request, the nextToken should not be set. On subsequent calls, the nextToken parameter should be set to the previous responses nextToken value. Use this token to get the next set of results.

Instances

Instances details
ToHeaders ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

ToPath ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

ToQuery ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

AWSRequest ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

Associated Types

type AWSResponse ListApplications #

Generic ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

Read ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

NFData ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

Methods

rnf :: ListApplications -> () #

Eq ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

type AWSResponse ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

type Rep ListApplications Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

type Rep ListApplications = D1 ('MetaData "ListApplications" "Amazonka.AppConfig.ListApplications" "amazonka-appconfig-2.0-KxEFpSAUlWtLf1lFyPWujo" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListApplications :: ListApplications Source #

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

ListApplications, listApplications_nextToken - A token to start the list. Next token is a pagination token generated by AppConfig to describe what page the previous List call ended on. For the first List request, the nextToken should not be set. On subsequent calls, the nextToken parameter should be set to the previous responses nextToken value. Use this token to get the next set of results.

Request Lenses

listApplications_maxResults :: Lens' ListApplications (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.

listApplications_nextToken :: Lens' ListApplications (Maybe Text) Source #

A token to start the list. Next token is a pagination token generated by AppConfig to describe what page the previous List call ended on. For the first List request, the nextToken should not be set. On subsequent calls, the nextToken parameter should be set to the previous responses nextToken value. Use this token to get the next set of results.

Destructuring the Response

data ListApplicationsResponse Source #

See: newListApplicationsResponse smart constructor.

Constructors

ListApplicationsResponse' 

Fields

Instances

Instances details
Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

Eq ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

type Rep ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.AppConfig.ListApplications

type Rep ListApplicationsResponse = D1 ('MetaData "ListApplicationsResponse" "Amazonka.AppConfig.ListApplications" "amazonka-appconfig-2.0-KxEFpSAUlWtLf1lFyPWujo" 'False) (C1 ('MetaCons "ListApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Application])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListApplicationsResponse Source #

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

ListApplications, listApplicationsResponse_nextToken - The token for the next set of items to return. Use this token to get the next set of results.

$sel:httpStatus:ListApplicationsResponse', listApplicationsResponse_httpStatus - The response's http status code.

Response Lenses

listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text) Source #

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