package aws-ssm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | AssociatedInstances
  2. | AssociationAlreadyExists
  3. | AssociationDoesNotExist
  4. | AssociationLimitExceeded
  5. | AuthFailure
  6. | Blocked
  7. | DocumentAlreadyExists
  8. | DocumentLimitExceeded
  9. | DryRunOperation
  10. | DuplicateInstanceId
  11. | IdempotentParameterMismatch
  12. | IncompleteSignature
  13. | InternalFailure
  14. | InternalServerError
  15. | InvalidAction
  16. | InvalidClientTokenId
  17. | InvalidDocument
  18. | InvalidDocumentContent
  19. | InvalidInstanceId
  20. | InvalidNextToken
  21. | InvalidParameter
  22. | InvalidParameterCombination
  23. | InvalidParameterValue
  24. | InvalidQueryParameter
  25. | MalformedQueryString
  26. | MaxDocumentSizeExceeded
  27. | MissingAction
  28. | MissingAuthenticationToken
  29. | MissingParameter
  30. | OptInRequired
  31. | PendingVerification
  32. | RequestExpired
  33. | RequestLimitExceeded
  34. | ServiceUnavailable
  35. | StatusUnchanged
  36. | Throttling
  37. | TooManyUpdates
  38. | UnauthorizedOperation
  39. | UnknownParameter
  40. | UnsupportedProtocol
  41. | ValidationError
  42. | Uninhabited
val common : t list
val to_http_code : t -> int option
val to_string : t -> string
val of_string : string -> t option