| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
- 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.
Constructors
| StopSolutionVersionCreation' | |
Fields
| |
Instances
newStopSolutionVersionCreation Source #
Arguments
| :: Text | |
| -> StopSolutionVersionCreation |
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:
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.
Constructors
| StopSolutionVersionCreationResponse' | |
Instances
newStopSolutionVersionCreationResponse :: StopSolutionVersionCreationResponse Source #
Create a value of StopSolutionVersionCreationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.