Systems Manager calls this API action when displaying all Application Manager OpsMetadata objects or blobs.
ssm_list_ops_metadata(Filters, MaxResults, NextToken)
One or more filters to limit the number of OpsMetadata objects returned by the call.
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.
A token to start the list. Use this token to get the next set of results.
svc$list_ops_metadata( Filters = list( list( Key = "string", Values = list( "string" ) ) ), MaxResults = 123, NextToken = "string" )