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.SimSpaceWeaver.DeleteSimulation
Description
Deletes all SimSpace Weaver resources assigned to the given simulation.
Your simulation uses resources in other Amazon Web Services services. This API operation doesn't delete resources in other Amazon Web Services services.
Synopsis
- data DeleteSimulation = DeleteSimulation' {
- simulation :: Text
- newDeleteSimulation :: Text -> DeleteSimulation
- deleteSimulation_simulation :: Lens' DeleteSimulation Text
- data DeleteSimulationResponse = DeleteSimulationResponse' {
- httpStatus :: Int
- newDeleteSimulationResponse :: Int -> DeleteSimulationResponse
- deleteSimulationResponse_httpStatus :: Lens' DeleteSimulationResponse Int
Creating a Request
data DeleteSimulation Source #
See: newDeleteSimulation
smart constructor.
Constructors
DeleteSimulation' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteSimulation |
Create a value of DeleteSimulation
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:
DeleteSimulation
, deleteSimulation_simulation
- The name of the simulation.
Request Lenses
deleteSimulation_simulation :: Lens' DeleteSimulation Text Source #
The name of the simulation.
Destructuring the Response
data DeleteSimulationResponse Source #
See: newDeleteSimulationResponse
smart constructor.
Constructors
DeleteSimulationResponse' | |
Fields
|
Instances
newDeleteSimulationResponse Source #
Create a value of DeleteSimulationResponse
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:DeleteSimulationResponse'
, deleteSimulationResponse_httpStatus
- The response's http status code.
Response Lenses
deleteSimulationResponse_httpStatus :: Lens' DeleteSimulationResponse Int Source #
The response's http status code.