paws.management (version 0.1.0)

opsworks_describe_commands: Describes the results of specified commands

Description

Describes the results of specified commands.

Usage

opsworks_describe_commands(DeploymentId, InstanceId, CommandIds)

Arguments

DeploymentId

The deployment ID. If you include this parameter, DescribeCommands returns a description of the commands associated with the specified deployment.

InstanceId

The instance ID. If you include this parameter, DescribeCommands returns a description of the commands associated with the specified instance.

CommandIds

An array of command IDs. If you include this parameter, DescribeCommands returns a description of the specified commands. Otherwise, it returns a description of every command.

Request syntax

svc$describe_commands(
  DeploymentId = "string",
  InstanceId = "string",
  CommandIds = list(
    "string"
  )
)

Details

This call accepts only one resource-identifying parameter.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.