| 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.DescribeStackSet
Description
Returns the description of the specified stack set.
Synopsis
- describeStackSet :: Text -> DescribeStackSet
- data DescribeStackSet
- desStackSetName :: Lens' DescribeStackSet Text
- describeStackSetResponse :: Int -> DescribeStackSetResponse
- data DescribeStackSetResponse
- drsStackSet :: Lens' DescribeStackSetResponse (Maybe StackSet)
- drsResponseStatus :: Lens' DescribeStackSetResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeStackSet |
Creates a value of DescribeStackSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
desStackSetName- The name or unique ID of the stack set whose description you want.
data DescribeStackSet Source #
See: describeStackSet smart constructor.
Instances
Request Lenses
desStackSetName :: Lens' DescribeStackSet Text Source #
The name or unique ID of the stack set whose description you want.
Destructuring the Response
describeStackSetResponse Source #
Arguments
| :: Int | |
| -> DescribeStackSetResponse |
Creates a value of DescribeStackSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsStackSet- The specified stack set.drsResponseStatus- -- | The response status code.
data DescribeStackSetResponse Source #
See: describeStackSetResponse smart constructor.
Instances
Response Lenses
drsStackSet :: Lens' DescribeStackSetResponse (Maybe StackSet) Source #
The specified stack set.
drsResponseStatus :: Lens' DescribeStackSetResponse Int Source #
- - | The response status code.