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

  • deploymentConfigName :: Text

    The name of a deployment configuration associated with the IAM user or Amazon Web Services account.

Instances

Instances details
ToJSON GetDeploymentConfig Source # 
Instance details

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

AWSRequest GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type AWSResponse GetDeploymentConfig #

Generic GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type Rep GetDeploymentConfig :: Type -> Type #

Read GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Show GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

NFData GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Methods

rnf :: GetDeploymentConfig -> () #

Eq GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Hashable GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

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

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:

GetDeploymentConfig, getDeploymentConfig_deploymentConfigName - The name of a deployment configuration associated with the IAM user or Amazon Web Services account.

Request Lenses

getDeploymentConfig_deploymentConfigName :: Lens' GetDeploymentConfig Text Source #

The name of a deployment configuration associated with the IAM user or Amazon Web Services account.

Destructuring the Response

data GetDeploymentConfigResponse Source #

Represents the output of a GetDeploymentConfig operation.

See: newGetDeploymentConfigResponse smart constructor.

Constructors

GetDeploymentConfigResponse' 

Fields

Instances

Instances details
Generic GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type Rep GetDeploymentConfigResponse :: Type -> Type #

Read GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Show GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

NFData GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

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