Smaws_Client_SSM.UpdateDocumentDefaultVersion
Set the default version of a document.
If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval
parameter.
val request :
Smaws_Lib.Context.t ->
Types.update_document_default_version_request ->
(Types.update_document_default_version_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidDocument of Types.invalid_document
| `InvalidDocumentSchemaVersion of Types.invalid_document_schema_version
| `InvalidDocumentVersion of Types.invalid_document_version ])
Stdlib.result