source/lambda/schedulers/ec2_service.py [117:125]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        try:
            resp_maintenance_windows = ssm_client.describe_maintenance_windows(
                Filters=[
                    {
                        'Key': 'Enabled',
                        'Values': [
                            'true',
                        ]
                    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/lambda/schedulers/ec2_service.py [133:141]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            try:
                resp_maintenance_windows = ssm_client.describe_maintenance_windows(
                    Filters=[
                        {
                            'Key': 'Enabled',
                            'Values': [
                                'true',
                            ]
                        },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



