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

Description

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

Synopsis

Creating a Request

data BatchGetDeployments Source #

Represents the input of a BatchGetDeployments operation.

See: newBatchGetDeployments smart constructor.

Constructors

BatchGetDeployments' 

Fields

  • deploymentIds :: [Text]

    A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.

Instances

Instances details
Eq BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Read BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Show BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Generic BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Associated Types

type Rep BatchGetDeployments :: Type -> Type #

NFData BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Methods

rnf :: BatchGetDeployments -> () #

Hashable BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

ToJSON BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

AWSRequest BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Associated Types

type AWSResponse BatchGetDeployments #

ToHeaders BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

ToPath BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

ToQuery BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

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

Defined in Amazonka.CodeDeploy.BatchGetDeployments

newBatchGetDeployments :: BatchGetDeployments Source #

Create a value of BatchGetDeployments 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:deploymentIds:BatchGetDeployments', batchGetDeployments_deploymentIds - A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.

Request Lenses

batchGetDeployments_deploymentIds :: Lens' BatchGetDeployments [Text] Source #

A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.

Destructuring the Response

data BatchGetDeploymentsResponse Source #

Represents the output of a BatchGetDeployments operation.

See: newBatchGetDeploymentsResponse smart constructor.

Constructors

BatchGetDeploymentsResponse' 

Fields

Instances

Instances details
Eq BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Read BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Show BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Generic BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Associated Types

type Rep BatchGetDeploymentsResponse :: Type -> Type #

NFData BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

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

newBatchGetDeploymentsResponse Source #

Create a value of BatchGetDeploymentsResponse 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:deploymentsInfo:BatchGetDeploymentsResponse', batchGetDeploymentsResponse_deploymentsInfo - Information about the deployments.

$sel:httpStatus:BatchGetDeploymentsResponse', batchGetDeploymentsResponse_httpStatus - The response's http status code.

Response Lenses