Smaws_Client_CloudFormation.ListStackSetsReturns summary information about StackSets that are associated with the user.
This API provides strongly consistent reads meaning it will always return the most up-to-date data.
CallAs parameter to SELF while signed in to your Amazon Web Services account, ListStackSets returns all self-managed StackSets in your Amazon Web Services account.CallAs parameter to SELF while signed in to the organization's management account, ListStackSets returns all StackSets in the management account.CallAs parameter to DELEGATED_ADMIN while signed in to your member account, ListStackSets returns all StackSets with service-managed permissions in the management account.val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error ] -> stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_stack_sets_input ->
(Types.list_stack_sets_output, [> Smaws_Lib.Protocols.AwsQuery.error ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_stack_sets_input ->
(Types.list_stack_sets_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error ] * Smaws_Lib.Response.metadata)
Stdlib.result