amazonka-codedeploy-2.0: Amazon CodeDeploy 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.CodeDeploy.ListApplications

Description

Lists the applications registered with the IAM user or Amazon Web Services account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListApplications Source #

Represents the input of a ListApplications operation.

See: newListApplications smart constructor.

Constructors

ListApplications' 

Fields

  • nextToken :: Maybe Text

    An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

Instances

Instances details
ToJSON ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

ToHeaders ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

ToPath ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

ToQuery ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

AWSPager ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

AWSRequest ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Associated Types

type AWSResponse ListApplications #

Generic ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

Read ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

NFData ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Methods

rnf :: ListApplications -> () #

Eq ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

type AWSResponse ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

type Rep ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

type Rep ListApplications = D1 ('MetaData "ListApplications" "Amazonka.CodeDeploy.ListApplications" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) (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:

ListApplications, listApplications_nextToken - An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

Request Lenses

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

An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

Destructuring the Response

data ListApplicationsResponse Source #

Represents the output of a ListApplications operation.

See: newListApplicationsResponse smart constructor.

Constructors

ListApplicationsResponse' 

Fields

  • applications :: Maybe [Text]

    A list of application names.

  • nextToken :: Maybe Text

    If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Eq ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

type Rep ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

type Rep ListApplicationsResponse = D1 ('MetaData "ListApplicationsResponse" "Amazonka.CodeDeploy.ListApplications" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applications") '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))))

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:applications:ListApplicationsResponse', listApplicationsResponse_applications - A list of application names.

ListApplications, listApplicationsResponse_nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.

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

Response Lenses

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

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.