resources/adhoc_scripts/Invoke_dms_tasks.py [47:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            response = client.describe_replication_tasks(
                    Filters = [
                        {
                            'Name' : 'replication-task-id',
                            'Values' : [ task_name ]
                        }
                    ],
                    WithoutSettings=True
                )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



resources/adhoc_scripts/Invoke_dms_tasks.py [71:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                response = client.describe_replication_tasks(
                        Filters = [
                            {
                                'Name' : 'replication-task-id',
                                'Values' : [ task_name ]
                            }
                        ],
                        WithoutSettings=True
                    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



