ssm_list_ops_item_events: Returns a list of all OpsItem events in the current Amazon...

View source: R/ssm_operations.R

ssm_list_ops_item_eventsR Documentation

Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account

Description

Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. You can limit the results to events associated with specific OpsItems by specifying a filter.

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

Usage

ssm_list_ops_item_events(Filters = NULL, MaxResults = NULL, NextToken = NULL)

Arguments

Filters

One or more OpsItem filters. Use a filter to return a more specific list of results.

MaxResults

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

NextToken

A token to start the list. Use this token to get the next set of results.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.