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.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
ToJSON GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type AWSResponse GetDeploymentGroup #

Generic GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroup :: Type -> Type #

Read GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

NFData GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Methods

rnf :: GetDeploymentGroup -> () #

Eq GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Hashable GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GetDeploymentGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetDeploymentGroup, getDeploymentGroup_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

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 CodeDeploy application associated with the IAM user or Amazon Web Services 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
Generic GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroupResponse :: Type -> Type #

Read GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

NFData GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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