Module Smaws_Client_SSM.CreateDocument

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.

val request : Smaws_Lib.Context.t -> Types.create_document_request -> (Types.create_document_result, [> Smaws_Lib.Protocols.AwsJson.error | `DocumentAlreadyExists of Types.document_already_exists | `DocumentLimitExceeded of Types.document_limit_exceeded | `InternalServerError of Types.internal_server_error | `InvalidDocumentContent of Types.invalid_document_content | `InvalidDocumentSchemaVersion of Types.invalid_document_schema_version | `MaxDocumentSizeExceeded of Types.max_document_size_exceeded | `TooManyUpdates of Types.too_many_updates ]) Stdlib.result