| 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.DescribeStackInstance
Description
Returns the stack instance that's associated with the specified stack set, AWS account, and region.
For a list of stack instances that are associated with a specific stack set, use ListStackInstances .
Synopsis
- describeStackInstance :: Text -> Text -> Text -> DescribeStackInstance
- data DescribeStackInstance
- dStackSetName :: Lens' DescribeStackInstance Text
- dStackInstanceAccount :: Lens' DescribeStackInstance Text
- dStackInstanceRegion :: Lens' DescribeStackInstance Text
- describeStackInstanceResponse :: Int -> DescribeStackInstanceResponse
- data DescribeStackInstanceResponse
- dsisrsStackInstance :: Lens' DescribeStackInstanceResponse (Maybe StackInstance)
- dsisrsResponseStatus :: Lens' DescribeStackInstanceResponse Int
Creating a Request
describeStackInstance Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DescribeStackInstance |
Creates a value of DescribeStackInstance with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dStackSetName- The name or the unique stack ID of the stack set that you want to get stack instance information for.dStackInstanceAccount- The ID of an AWS account that's associated with this stack instance.dStackInstanceRegion- The name of a region that's associated with this stack instance.
data DescribeStackInstance Source #
See: describeStackInstance smart constructor.
Instances
Request Lenses
dStackSetName :: Lens' DescribeStackInstance Text Source #
The name or the unique stack ID of the stack set that you want to get stack instance information for.
dStackInstanceAccount :: Lens' DescribeStackInstance Text Source #
The ID of an AWS account that's associated with this stack instance.
dStackInstanceRegion :: Lens' DescribeStackInstance Text Source #
The name of a region that's associated with this stack instance.
Destructuring the Response
describeStackInstanceResponse Source #
Arguments
| :: Int | |
| -> DescribeStackInstanceResponse |
Creates a value of DescribeStackInstanceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsisrsStackInstance- The stack instance that matches the specified request parameters.dsisrsResponseStatus- -- | The response status code.
data DescribeStackInstanceResponse Source #
See: describeStackInstanceResponse smart constructor.
Instances
Response Lenses
dsisrsStackInstance :: Lens' DescribeStackInstanceResponse (Maybe StackInstance) Source #
The stack instance that matches the specified request parameters.
dsisrsResponseStatus :: Lens' DescribeStackInstanceResponse Int Source #
- - | The response status code.