amazonka-proton-2.0: Amazon Proton 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.Proton.CancelComponentDeployment

Description

Attempts to cancel a component deployment (for a component that is in the IN_PROGRESS deployment status).

For more information about components, see Proton components in the Proton User Guide.

Synopsis

Creating a Request

data CancelComponentDeployment Source #

See: newCancelComponentDeployment smart constructor.

Constructors

CancelComponentDeployment' 

Fields

Instances

Instances details
ToJSON CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

ToHeaders CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

ToPath CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

ToQuery CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

AWSRequest CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

Generic CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

Associated Types

type Rep CancelComponentDeployment :: Type -> Type #

Read CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

Show CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

NFData CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

Eq CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

Hashable CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

type AWSResponse CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

type Rep CancelComponentDeployment Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

type Rep CancelComponentDeployment = D1 ('MetaData "CancelComponentDeployment" "Amazonka.Proton.CancelComponentDeployment" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "CancelComponentDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCancelComponentDeployment Source #

Create a value of CancelComponentDeployment 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:componentName:CancelComponentDeployment', cancelComponentDeployment_componentName - The name of the component with the deployment to cancel.

Request Lenses

cancelComponentDeployment_componentName :: Lens' CancelComponentDeployment Text Source #

The name of the component with the deployment to cancel.

Destructuring the Response

data CancelComponentDeploymentResponse Source #

See: newCancelComponentDeploymentResponse smart constructor.

Constructors

CancelComponentDeploymentResponse' 

Fields

Instances

Instances details
Generic CancelComponentDeploymentResponse Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

Associated Types

type Rep CancelComponentDeploymentResponse :: Type -> Type #

Show CancelComponentDeploymentResponse Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

NFData CancelComponentDeploymentResponse Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

Eq CancelComponentDeploymentResponse Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

type Rep CancelComponentDeploymentResponse Source # 
Instance details

Defined in Amazonka.Proton.CancelComponentDeployment

type Rep CancelComponentDeploymentResponse = D1 ('MetaData "CancelComponentDeploymentResponse" "Amazonka.Proton.CancelComponentDeployment" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "CancelComponentDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "component") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Component)))

newCancelComponentDeploymentResponse Source #

Create a value of CancelComponentDeploymentResponse 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:httpStatus:CancelComponentDeploymentResponse', cancelComponentDeploymentResponse_httpStatus - The response's http status code.

$sel:component:CancelComponentDeploymentResponse', cancelComponentDeploymentResponse_component - The detailed data of the component with the deployment that is being canceled.

Response Lenses

cancelComponentDeploymentResponse_component :: Lens' CancelComponentDeploymentResponse Component Source #

The detailed data of the component with the deployment that is being canceled.