def update_asg_scheduled_actions()

in adjust_schedule_function/lib/services.py [0:0]


    def update_asg_scheduled_actions(self, asg_name, action_updates):
        return self._client.batch_put_scheduled_update_group_action(
            AutoScalingGroupName=asg_name,
            ScheduledUpdateGroupActions=action_updates
        )