/*
$params['policy_id'] = (string) The id of the snapshot lifecycle policy to remove
*/
executeLifecycle(array $params = [])
/*
$params['policy_id'] = (string) The id of the snapshot lifecycle policy to be executed
*/
executeRetention(array $params = [])
/*
*/
getLifecycle(array $params = [])
/*
$params['policy_id'] = (list) Comma-separated list of snapshot lifecycle policies to retrieve
*/
getStats(array $params = [])
/*
*/
getStatus(array $params = [])
/*
*/
putLifecycle(array $params = [])
/*
$params['policy_id'] = (string) The id of the snapshot lifecycle policy
$params['body'] = (array) The snapshot lifecycle policy definition to register
*/