Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.UpdateDocument C# (CSharp) Method

UpdateDocument() public method

The document you want to update.
/// The document has too many versions. Delete one or more document versions and try again. /// /// The content of the association document matches another document. Change the content /// of the document and try again. /// /// An error occurred on the server side. /// /// The content for the SSM document is not valid. /// /// The specified document does not exist. /// /// The version of the document schema is not supported. /// /// The document version is not valid or does not exist. /// /// The size limit of an SSM document is 64 KB. ///
public UpdateDocument ( UpdateDocumentRequest request ) : UpdateDocumentResponse
request Amazon.SimpleSystemsManagement.Model.UpdateDocumentRequest Container for the necessary parameters to execute the UpdateDocument service method.
return Amazon.SimpleSystemsManagement.Model.UpdateDocumentResponse
        public UpdateDocumentResponse UpdateDocument(UpdateDocumentRequest request)
        {
            var marshaller = new UpdateDocumentRequestMarshaller();
            var unmarshaller = UpdateDocumentResponseUnmarshaller.Instance;

            return Invoke<UpdateDocumentRequest,UpdateDocumentResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient