Smaws_Client_SSM.DescribeAssociationExecutions
Views all executions for a specific association ID.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AssociationDoesNotExist of Types.association_does_not_exist
| `InternalServerError of Types.internal_server_error
| `InvalidNextToken of Types.invalid_next_token ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_association_executions_request ->
(Types.describe_association_executions_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AssociationDoesNotExist of Types.association_does_not_exist
| `InternalServerError of Types.internal_server_error
| `InvalidNextToken of Types.invalid_next_token ])
Stdlib.result