resource-types/awssamples-ec2-importkeypair/python/src/awssamples_ec2_importkeypair/handlers.py [82:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    )
    LOG.debug(f'Progress status: {progress.status}')

    # Check whether or not this is a new invocation of this handler
    if _is_callback(
            callback_context,
    ):
        return _callback_helper(
            session,
            request,
            callback_context,
            model,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



resource-types/awssamples-ec2-importkeypair/python/src/awssamples_ec2_importkeypair/handlers.py [225:236]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    )
    LOG.debug(f'Progress status: {progress.status}')

    # Callback context logic
    if _is_callback(
            callback_context,
    ):
        return _callback_helper(
            session,
            request,
            callback_context,
            model,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



