/*
$params['policy'] = (string) The name of the index lifecycle policy
*/
explainLifecycle(array $params = [])
/*
$params['index'] = (string) The name of the index to explain
$params['only_managed'] = (boolean) filters the indices included in the response to ones managed by ILM
$params['only_errors'] = (boolean) filters the indices included in the response to ones in an ILM error state, implies only_managed
*/
getLifecycle(array $params = [])
/*
$params['policy'] = (string) The name of the index lifecycle policy
*/
getStatus(array $params = [])
/*
*/
moveToStep(array $params = [])
/*
$params['index'] = (string) The name of the index whose lifecycle step is to change
$params['body'] = (array) The new lifecycle step to move to
*/
putLifecycle(array $params = [])
/*
$params['policy'] = (string) The name of the index lifecycle policy
$params['body'] = (array) The lifecycle policy definition to register
*/
removePolicy(array $params = [])
/*
$params['index'] = (string) The name of the index to remove policy on
*/
retry(array $params = [])
/*
$params['index'] = (string) The name of the indices (comma-separated) whose failed lifecycle step is to be retry
*/