Smaws_Client_SSM.DescribeAssociation
Describes the association for the specified target or managed node. If you created the association by using the Targets
parameter, then you must retrieve the association by using the association ID.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AssociationDoesNotExist of Types.association_does_not_exist
| `InternalServerError of Types.internal_server_error
| `InvalidAssociationVersion of Types.invalid_association_version
| `InvalidDocument of Types.invalid_document
| `InvalidInstanceId of Types.invalid_instance_id ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_association_request ->
(Types.describe_association_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AssociationDoesNotExist of Types.association_does_not_exist
| `InternalServerError of Types.internal_server_error
| `InvalidAssociationVersion of Types.invalid_association_version
| `InvalidDocument of Types.invalid_document
| `InvalidInstanceId of Types.invalid_instance_id ])
Stdlib.result