libZSservicesZSamazonka-codedeployZSamazonka-codedeploy
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.CodeDeploy.BatchGetApplications

Description

Gets information about one or more applications. The maximum number of applications that can be returned is 100.

Synopsis

Creating a Request

data BatchGetApplications Source #

Represents the input of a BatchGetApplications operation.

See: newBatchGetApplications smart constructor.

Constructors

BatchGetApplications' 

Fields

  • applicationNames :: [Text]

    A list of application names separated by spaces. The maximum number of application names you can specify is 100.

Instances

Instances details
Eq BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Read BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Show BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Generic BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Associated Types

type Rep BatchGetApplications :: Type -> Type #

NFData BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Methods

rnf :: BatchGetApplications -> () #

Hashable BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

ToJSON BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

AWSRequest BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Associated Types

type AWSResponse BatchGetApplications #

ToHeaders BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

ToPath BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

ToQuery BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

type Rep BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

type Rep BatchGetApplications = D1 ('MetaData "BatchGetApplications" "Amazonka.CodeDeploy.BatchGetApplications" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

newBatchGetApplications :: BatchGetApplications Source #

Create a value of BatchGetApplications 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:applicationNames:BatchGetApplications', batchGetApplications_applicationNames - A list of application names separated by spaces. The maximum number of application names you can specify is 100.

Request Lenses

batchGetApplications_applicationNames :: Lens' BatchGetApplications [Text] Source #

A list of application names separated by spaces. The maximum number of application names you can specify is 100.

Destructuring the Response

data BatchGetApplicationsResponse Source #

Represents the output of a BatchGetApplications operation.

See: newBatchGetApplicationsResponse smart constructor.

Constructors

BatchGetApplicationsResponse' 

Fields

Instances

Instances details
Eq BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Read BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Show BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Generic BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Associated Types

type Rep BatchGetApplicationsResponse :: Type -> Type #

NFData BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

type Rep BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

type Rep BatchGetApplicationsResponse = D1 ('MetaData "BatchGetApplicationsResponse" "Amazonka.CodeDeploy.BatchGetApplications" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationsInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchGetApplicationsResponse Source #

Create a value of BatchGetApplicationsResponse 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:applicationsInfo:BatchGetApplicationsResponse', batchGetApplicationsResponse_applicationsInfo - Information about the applications.

$sel:httpStatus:BatchGetApplicationsResponse', batchGetApplicationsResponse_httpStatus - The response's http status code.

Response Lenses