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

Description

Gets information about a deployment configuration.

Synopsis

Creating a Request

data GetDeploymentConfig Source #

Represents the input of a GetDeploymentConfig operation.

See: newGetDeploymentConfig smart constructor.

Constructors

GetDeploymentConfig' 

Fields

Instances

Instances details
Eq GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Read GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Show GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Generic GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type Rep GetDeploymentConfig :: Type -> Type #

NFData GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Methods

rnf :: GetDeploymentConfig -> () #

Hashable GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

ToJSON GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

AWSRequest GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type AWSResponse GetDeploymentConfig #

ToHeaders GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

ToPath GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

ToQuery GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

type Rep GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

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

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

newGetDeploymentConfig Source #

Create a value of GetDeploymentConfig 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:deploymentConfigName:GetDeploymentConfig', getDeploymentConfig_deploymentConfigName - The name of a deployment configuration associated with the IAM user or AWS account.

Request Lenses

getDeploymentConfig_deploymentConfigName :: Lens' GetDeploymentConfig Text Source #

The name of a deployment configuration associated with the IAM user or AWS account.

Destructuring the Response

data GetDeploymentConfigResponse Source #

Represents the output of a GetDeploymentConfig operation.

See: newGetDeploymentConfigResponse smart constructor.

Constructors

GetDeploymentConfigResponse' 

Fields

Instances

Instances details
Eq GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Read GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Show GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Generic GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type Rep GetDeploymentConfigResponse :: Type -> Type #

NFData GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

type Rep GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

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

newGetDeploymentConfigResponse Source #

Create a value of GetDeploymentConfigResponse 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:deploymentConfigInfo:GetDeploymentConfigResponse', getDeploymentConfigResponse_deploymentConfigInfo - Information about the deployment configuration.

$sel:httpStatus:GetDeploymentConfigResponse', getDeploymentConfigResponse_httpStatus - The response's http status code.

Response Lenses