Learn R Programming

paws.management (version 0.1.12)

ssm_update_document_default_version: Set the default version of a document

Description

Set the default version of a document.

Usage

ssm_update_document_default_version(Name, DocumentVersion)

Value

A list with the following syntax:

list(
  Description = list(
    Name = "string",
    DefaultVersion = "string",
    DefaultVersionName = "string"
  )
)

Arguments

Name

[required] The name of a custom document that you want to set as the default version.

DocumentVersion

[required] The version of a custom document that you want to set as the default version.

Request syntax

svc$update_document_default_version(
  Name = "string",
  DocumentVersion = "string"
)