Smaws_Client_SSM.DescribeAssociationExecutionTargets
Views information about a specific execution of a specific association.
val request :
Smaws_Lib.Context.t ->
Types.describe_association_execution_targets_request ->
(Types.describe_association_execution_targets_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AssociationDoesNotExist of Types.association_does_not_exist
| `AssociationExecutionDoesNotExist of
Types.association_execution_does_not_exist
| `InternalServerError of Types.internal_server_error
| `InvalidNextToken of Types.invalid_next_token ])
Stdlib.result