paws.management (version 0.1.0)

ssm_update_association_status: Updates the status of the Systems Manager document associated with the specified instance

Description

Updates the status of the Systems Manager document associated with the specified instance.

Usage

ssm_update_association_status(Name, InstanceId, AssociationStatus)

Arguments

Name

[required] The name of the Systems Manager document.

InstanceId

[required] The ID of the instance.

AssociationStatus

[required] The association status.

Request syntax

svc$update_association_status(
  Name = "string",
  InstanceId = "string",
  AssociationStatus = list(
    Date = as.POSIXct(
      "2015-01-01"
    ),
    Name = "Pending"|"Success"|"Failed",
    Message = "string",
    AdditionalInfo = "string"
  )
)