describeStacks
abstract suspend fun describeStacks(input: DescribeStacksRequest = DescribeStacksRequest { }): DescribeStacksResponse
Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
If the stack doesn't exist, a ValidationError
is returned.