| 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.DescribeStackSetOperation
Description
Returns the description of the specified stack set operation.
Synopsis
- describeStackSetOperation :: Text -> Text -> DescribeStackSetOperation
- data DescribeStackSetOperation
- dssoStackSetName :: Lens' DescribeStackSetOperation Text
- dssoOperationId :: Lens' DescribeStackSetOperation Text
- describeStackSetOperationResponse :: Int -> DescribeStackSetOperationResponse
- data DescribeStackSetOperationResponse
- dssorsStackSetOperation :: Lens' DescribeStackSetOperationResponse (Maybe StackSetOperation)
- dssorsResponseStatus :: Lens' DescribeStackSetOperationResponse Int
Creating a Request
describeStackSetOperation Source #
Arguments
| :: Text | |
| -> Text | |
| -> DescribeStackSetOperation |
Creates a value of DescribeStackSetOperation with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dssoStackSetName- The name or the unique stack ID of the stack set for the stack operation.dssoOperationId- The unique ID of the stack set operation.
data DescribeStackSetOperation Source #
See: describeStackSetOperation smart constructor.
Instances
Request Lenses
dssoStackSetName :: Lens' DescribeStackSetOperation Text Source #
The name or the unique stack ID of the stack set for the stack operation.
dssoOperationId :: Lens' DescribeStackSetOperation Text Source #
The unique ID of the stack set operation.
Destructuring the Response
describeStackSetOperationResponse Source #
Arguments
| :: Int | |
| -> DescribeStackSetOperationResponse |
Creates a value of DescribeStackSetOperationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dssorsStackSetOperation- The specified stack set operation.dssorsResponseStatus- -- | The response status code.
data DescribeStackSetOperationResponse Source #
See: describeStackSetOperationResponse smart constructor.
Instances
Response Lenses
dssorsStackSetOperation :: Lens' DescribeStackSetOperationResponse (Maybe StackSetOperation) Source #
The specified stack set operation.
dssorsResponseStatus :: Lens' DescribeStackSetOperationResponse Int Source #
- - | The response status code.