Smaws_Client_CloudFormation.DescribeStackInstanceReturns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and Amazon Web Services Region.
For a list of stack instances that are associated with a specific StackSet, use ListStackInstances.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `StackInstanceNotFoundException of Types.stack_instance_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_stack_instance_input ->
(Types.describe_stack_instance_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `StackInstanceNotFoundException of
Types.stack_instance_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_stack_instance_input ->
(Types.describe_stack_instance_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `StackInstanceNotFoundException of
Types.stack_instance_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result