libZSservicesZSamazonka-personalizeZSamazonka-personalize
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.Personalize.StopSolutionVersionCreation

Description

Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.

Depending on the current state of the solution version, the solution version state changes as follows:

  • CREATE_PENDING > CREATE_STOPPED

    or

  • CREATE_IN_PROGRESS > CREATE_STOPPING > CREATE_STOPPED

You are billed for all of the training completed up until you stop the solution version creation. You cannot resume creating a solution version once it has been stopped.

Synopsis

Creating a Request

data StopSolutionVersionCreation Source #

See: newStopSolutionVersionCreation smart constructor.

Constructors

StopSolutionVersionCreation' 

Fields

Instances

Instances details
Eq StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Read StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Show StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Generic StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Associated Types

type Rep StopSolutionVersionCreation :: Type -> Type #

NFData StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Hashable StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

ToJSON StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

AWSRequest StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

ToHeaders StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

ToPath StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

ToQuery StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

type Rep StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

type Rep StopSolutionVersionCreation = D1 ('MetaData "StopSolutionVersionCreation" "Amazonka.Personalize.StopSolutionVersionCreation" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "StopSolutionVersionCreation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopSolutionVersionCreation Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

newStopSolutionVersionCreation Source #

Create a value of StopSolutionVersionCreation 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:solutionVersionArn:StopSolutionVersionCreation', stopSolutionVersionCreation_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version you want to stop creating.

Request Lenses

stopSolutionVersionCreation_solutionVersionArn :: Lens' StopSolutionVersionCreation Text Source #

The Amazon Resource Name (ARN) of the solution version you want to stop creating.

Destructuring the Response

data StopSolutionVersionCreationResponse Source #

Instances

Instances details
Eq StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Read StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Show StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

Generic StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

NFData StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

type Rep StopSolutionVersionCreationResponse Source # 
Instance details

Defined in Amazonka.Personalize.StopSolutionVersionCreation

type Rep StopSolutionVersionCreationResponse = D1 ('MetaData "StopSolutionVersionCreationResponse" "Amazonka.Personalize.StopSolutionVersionCreation" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "StopSolutionVersionCreationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopSolutionVersionCreationResponse :: StopSolutionVersionCreationResponse Source #

Create a value of StopSolutionVersionCreationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.