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

Description

Gets information about one or more deployment groups.

Synopsis

Creating a Request

data BatchGetDeploymentGroups Source #

Represents the input of a BatchGetDeploymentGroups operation.

See: newBatchGetDeploymentGroups smart constructor.

Constructors

BatchGetDeploymentGroups' 

Fields

Instances

Instances details
Eq BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Read BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Show BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Generic BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Associated Types

type Rep BatchGetDeploymentGroups :: Type -> Type #

NFData BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Hashable BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

ToJSON BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

AWSRequest BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

ToHeaders BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

ToPath BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

ToQuery BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

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

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

newBatchGetDeploymentGroups Source #

Create a value of BatchGetDeploymentGroups 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:applicationName:BatchGetDeploymentGroups', batchGetDeploymentGroups_applicationName - The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

$sel:deploymentGroupNames:BatchGetDeploymentGroups', batchGetDeploymentGroups_deploymentGroupNames - The names of the deployment groups.

Request Lenses

batchGetDeploymentGroups_applicationName :: Lens' BatchGetDeploymentGroups Text Source #

The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

Destructuring the Response

data BatchGetDeploymentGroupsResponse Source #

Represents the output of a BatchGetDeploymentGroups operation.

See: newBatchGetDeploymentGroupsResponse smart constructor.

Constructors

BatchGetDeploymentGroupsResponse' 

Fields

Instances

Instances details
Eq BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Read BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Show BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Generic BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Associated Types

type Rep BatchGetDeploymentGroupsResponse :: Type -> Type #

NFData BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroupsResponse = D1 ('MetaData "BatchGetDeploymentGroupsResponse" "Amazonka.CodeDeploy.BatchGetDeploymentGroups" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetDeploymentGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentGroupsInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeploymentGroupInfo])) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetDeploymentGroupsResponse Source #

Create a value of BatchGetDeploymentGroupsResponse 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:deploymentGroupsInfo:BatchGetDeploymentGroupsResponse', batchGetDeploymentGroupsResponse_deploymentGroupsInfo - Information about the deployment groups.

$sel:errorMessage:BatchGetDeploymentGroupsResponse', batchGetDeploymentGroupsResponse_errorMessage - Information about errors that might have occurred during the API call.

$sel:httpStatus:BatchGetDeploymentGroupsResponse', batchGetDeploymentGroupsResponse_httpStatus - The response's http status code.

Response Lenses

batchGetDeploymentGroupsResponse_errorMessage :: Lens' BatchGetDeploymentGroupsResponse (Maybe Text) Source #

Information about errors that might have occurred during the API call.