Smaws_Client_AppStream.DescribeUserStackAssociationsRetrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `OperationNotPermittedException of Types.operation_not_permitted_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_user_stack_associations_request ->
(Types.describe_user_stack_associations_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `OperationNotPermittedException of
Types.operation_not_permitted_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_user_stack_associations_request ->
(Types.describe_user_stack_associations_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `OperationNotPermittedException of
Types.operation_not_permitted_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result