2019/06/24 - Amazon Simple Systems Manager (SSM) - 1 updated api methods
Changes AWS Systems Manager now supports deleting a specific version of a SSM Document.
{'DocumentVersion': 'string', 'VersionName': 'string'}
Deletes the Systems Manager document and all instance associations to the document.
Before you delete the document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.
See also: AWS API Documentation
Request Syntax
client.delete_document( Name='string', DocumentVersion='string', VersionName='string' )
string
[REQUIRED]
The name of the document.
string
(Optional) The version of the document that you want to delete. If not provided, all versions of the document are deleted.
string
(Optional) The version name of the document that you want to delete. If not provided, all versions of the document are deleted.
dict
Response Syntax
{}
Response Structure
(dict) --