amazonka-m2-2.0: Amazon MainframeModernization 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.M2.GetDeployment

Description

Gets details of a specific deployment with a given deployment identifier.

Synopsis

Creating a Request

data GetDeployment Source #

See: newGetDeployment smart constructor.

Constructors

GetDeployment' 

Fields

Instances

Instances details
ToHeaders GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

ToPath GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

ToQuery GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

AWSRequest GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Associated Types

type AWSResponse GetDeployment #

Generic GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Associated Types

type Rep GetDeployment :: Type -> Type #

Read GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Show GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

NFData GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Methods

rnf :: GetDeployment -> () #

Eq GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Hashable GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

type AWSResponse GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

type Rep GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

type Rep GetDeployment = D1 ('MetaData "GetDeployment" "Amazonka.M2.GetDeployment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDeployment Source #

Create a value of GetDeployment 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:

GetDeployment, getDeployment_applicationId - The unique identifier of the application.

GetDeployment, getDeployment_deploymentId - The unique identifier for the deployment.

Request Lenses

getDeployment_applicationId :: Lens' GetDeployment Text Source #

The unique identifier of the application.

getDeployment_deploymentId :: Lens' GetDeployment Text Source #

The unique identifier for the deployment.

Destructuring the Response

data GetDeploymentResponse Source #

See: newGetDeploymentResponse smart constructor.

Constructors

GetDeploymentResponse' 

Fields

Instances

Instances details
Generic GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Associated Types

type Rep GetDeploymentResponse :: Type -> Type #

Read GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Show GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

NFData GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Methods

rnf :: GetDeploymentResponse -> () #

Eq GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

type Rep GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

newGetDeploymentResponse Source #

Create a value of GetDeploymentResponse 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:

GetDeploymentResponse, getDeploymentResponse_statusReason - The reason for the reported status.

$sel:httpStatus:GetDeploymentResponse', getDeploymentResponse_httpStatus - The response's http status code.

GetDeployment, getDeploymentResponse_applicationId - The unique identifier of the application.

GetDeploymentResponse, getDeploymentResponse_applicationVersion - The application version.

GetDeploymentResponse, getDeploymentResponse_creationTime - The timestamp when the deployment was created.

GetDeployment, getDeploymentResponse_deploymentId - The unique identifier of the deployment.

GetDeploymentResponse, getDeploymentResponse_environmentId - The unique identifier of the runtime environment.

GetDeploymentResponse, getDeploymentResponse_status - The status of the deployment.

Response Lenses

getDeploymentResponse_applicationId :: Lens' GetDeploymentResponse Text Source #

The unique identifier of the application.

getDeploymentResponse_creationTime :: Lens' GetDeploymentResponse UTCTime Source #

The timestamp when the deployment was created.

getDeploymentResponse_deploymentId :: Lens' GetDeploymentResponse Text Source #

The unique identifier of the deployment.

getDeploymentResponse_environmentId :: Lens' GetDeploymentResponse Text Source #

The unique identifier of the runtime environment.