Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data StopSolutionVersionCreation = StopSolutionVersionCreation' {}
- newStopSolutionVersionCreation :: Text -> StopSolutionVersionCreation
- stopSolutionVersionCreation_solutionVersionArn :: Lens' StopSolutionVersionCreation Text
- data StopSolutionVersionCreationResponse = StopSolutionVersionCreationResponse' {
- newStopSolutionVersionCreationResponse :: StopSolutionVersionCreationResponse
Creating a Request
data StopSolutionVersionCreation Source #
See: newStopSolutionVersionCreation
smart constructor.
StopSolutionVersionCreation' | |
|
Instances
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 #
See: newStopSolutionVersionCreationResponse
smart constructor.
Instances
Eq StopSolutionVersionCreationResponse Source # | |
Read StopSolutionVersionCreationResponse Source # | |
Show StopSolutionVersionCreationResponse Source # | |
Generic StopSolutionVersionCreationResponse Source # | |
Defined in Amazonka.Personalize.StopSolutionVersionCreation type Rep StopSolutionVersionCreationResponse :: Type -> Type # | |
NFData StopSolutionVersionCreationResponse Source # | |
Defined in Amazonka.Personalize.StopSolutionVersionCreation rnf :: StopSolutionVersionCreationResponse -> () # | |
type Rep StopSolutionVersionCreationResponse Source # | |
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.