Module Smaws_Client_SSM.DescribeDocumentPermission

Describes the permissions for a Amazon Web Services Systems Manager document (SSM document). If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's Amazon Web Services account ID) or publicly (All).

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `InvalidDocument of Types.invalid_document | `InvalidDocumentOperation of Types.invalid_document_operation | `InvalidNextToken of Types.invalid_next_token | `InvalidPermissionType of Types.invalid_permission_type ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.describe_document_permission_request -> (Types.describe_document_permission_response, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `InvalidDocument of Types.invalid_document | `InvalidDocumentOperation of Types.invalid_document_operation | `InvalidNextToken of Types.invalid_next_token | `InvalidPermissionType of Types.invalid_permission_type ]) Stdlib.result