| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.CloudFormation.StopStackSetOperation
Description
Stops an in-progress operation on a stack set and its associated stack instances.
Synopsis
- stopStackSetOperation :: Text -> Text -> StopStackSetOperation
- data StopStackSetOperation
- sssoStackSetName :: Lens' StopStackSetOperation Text
- sssoOperationId :: Lens' StopStackSetOperation Text
- stopStackSetOperationResponse :: Int -> StopStackSetOperationResponse
- data StopStackSetOperationResponse
- sssorsResponseStatus :: Lens' StopStackSetOperationResponse Int
Creating a Request
stopStackSetOperation Source #
Arguments
| :: Text | |
| -> Text | |
| -> StopStackSetOperation |
Creates a value of StopStackSetOperation with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sssoStackSetName- The name or unique ID of the stack set that you want to stop the operation for.sssoOperationId- The ID of the stack operation.
data StopStackSetOperation Source #
See: stopStackSetOperation smart constructor.
Instances
Request Lenses
sssoStackSetName :: Lens' StopStackSetOperation Text Source #
The name or unique ID of the stack set that you want to stop the operation for.
sssoOperationId :: Lens' StopStackSetOperation Text Source #
The ID of the stack operation.
Destructuring the Response
stopStackSetOperationResponse Source #
Arguments
| :: Int | |
| -> StopStackSetOperationResponse |
Creates a value of StopStackSetOperationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sssorsResponseStatus- -- | The response status code.
data StopStackSetOperationResponse Source #
See: stopStackSetOperationResponse smart constructor.
Instances
Response Lenses
sssorsResponseStatus :: Lens' StopStackSetOperationResponse Int Source #
- - | The response status code.