Smaws_Client_SSM.CreateDocument
val request :
Smaws_Lib.Context.t ->
create_document_request ->
(create_document_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `DocumentAlreadyExists of document_already_exists
| `DocumentLimitExceeded of document_limit_exceeded
| `InternalServerError of internal_server_error
| `InvalidDocumentContent of invalid_document_content
| `InvalidDocumentSchemaVersion of invalid_document_schema_version
| `MaxDocumentSizeExceeded of max_document_size_exceeded ])
Stdlib.result
Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see Amazon Web Services Systems Manager Documents in the Amazon Web Services Systems Manager User Guide.