Values.DescribeUserStackAssociationsResultSourceRetrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following: The stack name The user name (email address of the user associated with the stack) and the authentication type for the user
type nonrec t = {userStackAssociations : UserStackAssociationList.t option;The UserStackAssociation objects.
*)nextToken : String_.t option;The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
*)}type nonrec error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `Unknown_operation_error of string * string option ]