source/controlplaneapi/infrastructure/lambda/MreDataExport/shared/es_EventDataExporter.py [112:141]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            }
        ]

        format this to customer specific ....

        "KeyEvents": [
            {
                “EventType”: “aws:mre:tennis:BreakPoint,
                ”eventActualStartTime": UTC DATETIME,
                ”eventActualEndTime": UTC DATETIME,
                “VideoPathLocations”: [
                { “1”: “” },
                “ “2”: “” } ],
                “ThumbnailPathLocation”: “”
            },
            {
                “EventType”: “aws:mre:tennis:MatchPoint,
                ”eventActualStartTime": UTC DATETIME,
                ”eventActualEndTime": UTC DATETIME,
                “VideoPathLocations”: [
                { “1”: “” },
                “ “2”: “” } ],
                “ThumbnailPathLocation”: “”
            },
        ]

        '''
        new_segments = []

        for segment in segments_payload:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/controlplaneapi/infrastructure/lambda/MreDataExport/shared/es_ReplayDataExporter.py [155:184]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            }
        ]

        format this to customer specific ....

        "KeyEvents": [
            {
                “EventType”: “aws:mre:tennis:BreakPoint,
                ”eventActualStartTime": UTC DATETIME,
                ”eventActualEndTime": UTC DATETIME,
                “VideoPathLocations”: [
                { “1”: “” },
                “ “2”: “” } ],
                “ThumbnailPathLocation”: “”
            },
            {
                “EventType”: “aws:mre:tennis:MatchPoint,
                ”eventActualStartTime": UTC DATETIME,
                ”eventActualEndTime": UTC DATETIME,
                “VideoPathLocations”: [
                { “1”: “” },
                “ “2”: “” } ],
                “ThumbnailPathLocation”: “”
            },
        ]

        '''
        new_segments = []

        for segment in segments_payload:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



