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

Description

Gets information about a deployment group.

Synopsis

Creating a Request

data GetDeploymentGroup Source #

Represents the input of a GetDeploymentGroup operation.

See: newGetDeploymentGroup smart constructor.

Constructors

GetDeploymentGroup' 

Fields

Instances

Instances details
Eq GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Read GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Generic GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroup :: Type -> Type #

NFData GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Methods

rnf :: GetDeploymentGroup -> () #

Hashable GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

ToJSON GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

AWSRequest GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type AWSResponse GetDeploymentGroup #

ToHeaders GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

ToPath GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

ToQuery GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

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

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

newGetDeploymentGroup Source #

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

$sel:deploymentGroupName:GetDeploymentGroup', getDeploymentGroup_deploymentGroupName - The name of a deployment group for the specified application.

Request Lenses

getDeploymentGroup_applicationName :: Lens' GetDeploymentGroup Text Source #

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

getDeploymentGroup_deploymentGroupName :: Lens' GetDeploymentGroup Text Source #

The name of a deployment group for the specified application.

Destructuring the Response

data GetDeploymentGroupResponse Source #

Represents the output of a GetDeploymentGroup operation.

See: newGetDeploymentGroupResponse smart constructor.

Constructors

GetDeploymentGroupResponse' 

Fields

Instances

Instances details
Eq GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Read GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Generic GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroupResponse :: Type -> Type #

NFData GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroupResponse = D1 ('MetaData "GetDeploymentGroupResponse" "Amazonka.CodeDeploy.GetDeploymentGroup" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetDeploymentGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentGroupInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentGroupInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDeploymentGroupResponse Source #

Create a value of GetDeploymentGroupResponse 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:deploymentGroupInfo:GetDeploymentGroupResponse', getDeploymentGroupResponse_deploymentGroupInfo - Information about the deployment group.

$sel:httpStatus:GetDeploymentGroupResponse', getDeploymentGroupResponse_httpStatus - The response's http status code.

Response Lenses