ssmsap_list_operation_events: Returns a list of operations events

View source: R/ssmsap_operations.R

ssmsap_list_operation_eventsR Documentation

Returns a list of operations events

Description

Returns a list of operations events.

See https://www.paws-r-sdk.com/docs/ssmsap_list_operation_events/ for full documentation.

Usage

ssmsap_list_operation_events(
  OperationId,
  MaxResults = NULL,
  NextToken = NULL,
  Filters = NULL
)

Arguments

OperationId

[required] The ID of the operation.

MaxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

If you do not specify a value for MaxResults, the request returns 50 items per page by default.

NextToken

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Filters

Optionally specify filters to narrow the returned operation event items.

Valid filter names include status, resourceID, and resourceType. The valid operator for all three filters is Equals.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.