paws.compute (version 0.1.0)

ec2_unmonitor_instances: Disables detailed monitoring for a running instance

Description

Disables detailed monitoring for a running instance. For more information, see Monitoring Your Instances and Volumes in the Amazon Elastic Compute Cloud User Guide.

Usage

ec2_unmonitor_instances(InstanceIds, DryRun)

Arguments

InstanceIds

[required] One or more instance IDs.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Request syntax

svc$unmonitor_instances(
  InstanceIds = list(
    "string"
  ),
  DryRun = TRUE|FALSE
)