paws.compute (version 0.1.0)

elasticbeanstalk_describe_environment_managed_action_history: Lists an environment's completed and failed managed actions

Description

Lists an environment's completed and failed managed actions.

Usage

elasticbeanstalk_describe_environment_managed_action_history(
  EnvironmentId, EnvironmentName, NextToken, MaxItems)

Arguments

EnvironmentId

The environment ID of the target environment.

EnvironmentName

The name of the target environment.

NextToken

The pagination token returned by a previous request.

MaxItems

The maximum number of items to return for a single request.

Request syntax

svc$describe_environment_managed_action_history(
  EnvironmentId = "string",
  EnvironmentName = "string",
  NextToken = "string",
  MaxItems = 123
)