Retrieves the maintenance windows in an AWS account.
ssm_describe_maintenance_windows(Filters, MaxResults, NextToken)
Optional filters used to narrow down the scope of the returned maintenance windows. Supported filter keys are Name and Enabled.
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.
The token for the next set of items to return. (You received this token from a previous call.)
svc$describe_maintenance_windows( Filters = list( list( Key = "string", Values = list( "string" ) ) ), MaxResults = 123, NextToken = "string" )